[libvirt] [PATCH 4/5] Ephemeral flag modification within the qemu driver.

2012-11-28 Thread Shradha Shah
When a guest with ephemeral device is migrated the PCI- passthrough of the ephemeral device should take place after migration and hence we check for the vmop in qemuBuildCommandLine. We also dicard the PCI slot assigned by qemuCollectPCIAddress as a PCI address will be assigned later during the

[libvirt] [PATCH 4/5] Ephemeral flag modification within the qemu driver.

2012-09-18 Thread Shradha Shah
When a guest with ephemeral device is migrated the PCI- passthrough of the ephemeral device should take place after migration and hence we check for the vmop in qemuBuildCommandLine. --- src/qemu/qemu_command.c | 48 -- 1 files changed, 25