1. 19 6月, 2018 2 次提交
    • J
      qemu: Fix qemuMonitorCreateObjectProps · d43cedcb
      John Ferlan 提交于
      Fix the return value status comparison checking for call to
      virJSONValueObjectCreateVArgs introduced by commit id f0a23c0c.
      
      If a NULL arglist is passed, then a 0 is returned which is a
      valid status and we only should fail when the return is < 0.
      
      This resolves an issue seen for "virsh iothreadadd $dom $iothread"
      where a "error: An error occurred, but the cause is unknown" error
      was generated when trying to hotplug an IOThread to a domain since
      qemuDomainHotplugAddIOThread passes a NULL arglist.
      Signed-off-by: NJohn Ferlan <jferlan@redhat.com>
      d43cedcb
    • J
      events: Remove ATTRIBUTE_NONNULL for virObjectEventStateQueue[Remote] · 12f25457
      John Ferlan 提交于
      Commit aad3a0b5 altered virObjectEventStateQueueRemote to move
      the "if (!event) return" call added in the previous commit 031eb8f6
      to virObjectEventStateQueue. Neither commit altered the function
      prototype which used ATTRIBUTE_NONNULL(2).
      
      This caused Coverity build problems. Since @event is now checked,
      just remove the ATTRIBUTE_NONNULL check from both prototypes.
      Signed-off-by: NJohn Ferlan <jferlan@redhat.com>
      12f25457
  2. 18 6月, 2018 1 次提交
  3. 15 6月, 2018 11 次提交
  4. 14 6月, 2018 11 次提交
  5. 13 6月, 2018 12 次提交
  6. 12 6月, 2018 3 次提交