Re: [libvirt] [PATCH 0/2] qemu: hotplug: Fix two issues with drives made empty by using starup policy

2016-09-12 Thread Michal Privoznik
On 05.09.2016 18:41, Peter Krempa wrote: > If a cdrom drive is emptied by 'requisite' startup policy the policy setting > would > not be cleared and due to a bug in qemu the cdrom image could not be changed. > > The first patch clears the startup policy setting and the second one fixes > ejection

[libvirt] [PATCH 0/2] qemu: hotplug: Fix two issues with drives made empty by using starup policy

2016-09-05 Thread Peter Krempa
If a cdrom drive is emptied by 'requisite' startup policy the policy setting would not be cleared and due to a bug in qemu the cdrom image could not be changed. The first patch clears the startup policy setting and the second one fixes ejection of cdroms if --force is specified. Also I've report