1. 04 1月, 2018 24 次提交
  2. 03 1月, 2018 10 次提交
  3. 02 1月, 2018 4 次提交
  4. 21 12月, 2017 2 次提交
    • J
      qemu: Move TCP and haveTLS checks into qemuDomainDelChardevTLSObjects · 715b321d
      John Ferlan 提交于
      Similar to qemuDomainAddChardevTLSObjects let's move the chardev
      source must be TCP and it has the @haveTLS flag set checks before
      trying to delete the TLS objects.
      
      For the Chr device this represents no change; however, for RNG device
      this is an additionaly check that was missed in commit id '68808516'.
      Before adding the objects, TCP and haveTLS are checked.
      715b321d
    • J
      qemu: Introduce qemuDomainDelChardevTLSObjects · 10dcdfa3
      John Ferlan 提交于
      Let's make a comment deletion helper similar to the Add helper
      that can be called after the ExitMonitor.
      
      The modify qemuDomainRemoveChrDevice and qemuDomainRemoveRNGDevice
      to call the helper instead of inlining the copy and pasted code.
      10dcdfa3