[libvirt] [PATCH v3 0/5] Remove caching of address sets

Tomasz Flendrich t.flendrich at gmail.com
Sat Aug 20 14:47:43 UTC 2016


Link to last version (1-6 are already ACK'd)
https://www.redhat.com/archives/libvir-list/2016-July/msg00917.html

Changes:
* qemuDomainPCIAddressSetCreate is now expanded instead of creating
  a completely new function. It now contains
  qemuDomainValidateDevicePCISlotsChipsets.
* A parameter was added to qemuDomainValidateDevicePCISlotsChipsets
  to make new address asignment optional. If it's false, then that
  function doesn't assign any new addresses: it just validates the
  current ones (and in some cases reserves addresses for the future)

By the way I'd be grateful if someone took a look at my other patches:
https://www.redhat.com/archives/libvir-list/2016-July/msg01205.html
https://www.redhat.com/archives/libvir-list/2016-August/msg00132.html

Kind regards,
Tomasz

Tomasz Flendrich (5):
  Move validating chipset PCI slots to qemuDomainPCIAddressSetCreate
  Make address assignment in qemuDomainPCIAddressSetCreate optional
  Reduce number of parameters to qemuDomainPCIAddressSetCreate
  qemu_hotplug: generate pci address set on demand
  qemu: remove pciaddrs caching

 src/qemu/qemu_domain.c         |   1 -
 src/qemu/qemu_domain.h         |   1 -
 src/qemu/qemu_domain_address.c | 222 +++++++++++++++++++++++------------------
 src/qemu/qemu_domain_address.h |   6 ++
 src/qemu/qemu_hotplug.c        |  50 ++++++++--
 5 files changed, 175 insertions(+), 105 deletions(-)

-- 
1.9.1




More information about the libvir-list mailing list