• L
    conf: add device pointer to args of virDomainDeviceInfoIterate callback · 2f925c65
    Laine Stump 提交于
    There will be cases where the iterator callback will need to know the
    type of the device whose info is being operated on, and possibly even
    need to use some of the device's config. This patch adds a
    virDomainDeviceDefPtr to the args of every callback, and fills it in
    appropriately as the devices are iterated through.
    2f925c65
qemu_hotplug.c 78.7 KB