[libvirt] [PATCH REPOST v2 0/3] Add callback mech for qemu and nodedev

John Ferlan jferlan at redhat.com
Tue Feb 21 16:33:25 UTC 2017


Repost: http://www.redhat.com/archives/libvir-list/2017-February/msg00501.html

to update to top of branch as of commit id '5ad03b9db2'


John Ferlan (3):
  nodedev: Add driver callback mechanism to add/remove devices
  qemu: Use nodedev callback mechanism to to get a nodedev data
  qemu: Add configuration variable to control nodedev enumeration

 src/check-aclrules.pl              |   3 +-
 src/check-driverimpls.pl           |   1 +
 src/conf/node_device_conf.c        | 112 ++++++++++++++++++++++++++++++++++++-
 src/conf/node_device_conf.h        |  18 ++++++
 src/libvirt_private.syms           |   3 +
 src/node_device/node_device_udev.c |  29 ++++++++++
 src/qemu/libvirtd_qemu.aug         |   1 +
 src/qemu/qemu.conf                 |  19 +++++++
 src/qemu/qemu_conf.c               |  53 ++++++++++++++++++
 src/qemu/qemu_conf.h               |  17 ++++++
 src/qemu/qemu_driver.c             |  46 +++++++++++++++
 src/qemu/test_libvirtd_qemu.aug.in |   1 +
 12 files changed, 301 insertions(+), 2 deletions(-)

-- 
2.9.3




More information about the libvir-list mailing list