]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemuGetPciHostDeviceList take hostdev list directly
authorChris Wright <chrisw@redhat.com>
Mon, 26 Jul 2010 16:17:20 +0000 (18:17 +0200)
committerDaniel Veillard <veillard@redhat.com>
Mon, 26 Jul 2010 16:17:20 +0000 (18:17 +0200)
commit8bd00c0edfa5fee55636745972ff48e730d6cd81
treeb56752d85baaf42258d83c6720d48f6bf377373a
parentd3864c3782d0ab6d79fdd7a1fe4bfa4c7b0ddd9f
qemuGetPciHostDeviceList take hostdev list directly

- src/qemu/qemu_driver.c: Update qemuGetPciHostDeviceList to take a
  hostdev list and count directly, rather than getting this indirectly
  from domain definition. This will allow reuse for the attach-device case.
src/qemu/qemu_driver.c