Currently, all virObjectEventStateQueue callers and
virObjectEventStateQueueRemote callers need to do NULL checking.

In this patch series, all NULL checking has been moved to 
virObjectEventStateQueueRemote and all callers of the Remote or 
not Remote function have their NULL checking removed.

Anya Harter (3):
  events: add NULL check in virObjectEventStateQueue
  events: move NULL check to EventStateQueueRemote
  events: remove remoteEventQueue wrapper function

 src/bhyve/bhyve_driver.c           | 15 ++----
 src/conf/object_event.c            |  3 ++
 src/lxc/lxc_driver.c               | 24 ++++------
 src/lxc/lxc_process.c              |  9 ++--
 src/network/bridge_driver.c        | 15 ++----
 src/node_device/node_device_udev.c |  6 +--
 src/qemu/qemu_domain.c             |  3 +-
 src/remote/remote_driver.c         | 75 +++++++++++++-----------------
 src/secret/secret_driver.c         |  9 ++--
 src/storage/storage_driver.c       | 27 ++++-------
 src/test/test_driver.c             |  3 --
 src/vz/vz_sdk.c                    |  3 +-
 12 files changed, 73 insertions(+), 119 deletions(-)

-- 
2.17.1

--
libvir-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to