Re: [libvirt] [PATCH v2] qemu: Add flag to force a CDROM eject

2010-11-10 Thread Cole Robinson
On 11/08/2010 02:34 PM, Daniel P. Berrange wrote: > On Mon, Nov 08, 2010 at 02:10:18PM -0500, Cole Robinson wrote: >> QEMU allows forcing a CDROM eject even if the guest has locked the device. >> Expose this via a new UpdateDevice flag, VIR_DOMAIN_DEVICE_MODIFY_FORCE. >> >> This has been requested

Re: [libvirt] [PATCH v2] qemu: Add flag to force a CDROM eject

2010-11-08 Thread Daniel P. Berrange
On Mon, Nov 08, 2010 at 02:10:18PM -0500, Cole Robinson wrote: > QEMU allows forcing a CDROM eject even if the guest has locked the device. > Expose this via a new UpdateDevice flag, VIR_DOMAIN_DEVICE_MODIFY_FORCE. > > This has been requested for RHEV: > > https://bugzilla.redhat.com/show_bug.cgi

[libvirt] [PATCH v2] qemu: Add flag to force a CDROM eject

2010-11-08 Thread Cole Robinson
QEMU allows forcing a CDROM eject even if the guest has locked the device. Expose this via a new UpdateDevice flag, VIR_DOMAIN_DEVICE_MODIFY_FORCE. This has been requested for RHEV: https://bugzilla.redhat.com/show_bug.cgi?id=626305 v2: Change flag name, bool cleanups Signed-off-by: Cole Robins