Re: [libvirt] [PATCH] qemu: hotplug: Report error if we hit tray status timeout

2016-05-17 Thread Peter Krempa
On Tue, May 17, 2016 at 15:09:51 +0200, Michal Privoznik wrote: > On 17.05.2016 14:19, Cole Robinson wrote: > > On 05/17/2016 08:10 AM, Cole Robinson wrote: > >> On 05/17/2016 04:39 AM, Michal Privoznik wrote: > >>> On 03.05.2016 01:09, Cole Robinson wrote: [...] > > Well I guess that explains it

Re: [libvirt] [PATCH] qemu: hotplug: Report error if we hit tray status timeout

2016-05-17 Thread Michal Privoznik
On 17.05.2016 14:19, Cole Robinson wrote: > On 05/17/2016 08:10 AM, Cole Robinson wrote: >> On 05/17/2016 04:39 AM, Michal Privoznik wrote: >>> On 03.05.2016 01:09, Cole Robinson wrote: If we exceed the timeout waiting for the tray status to change, we don't report an error. Fix it -

Re: [libvirt] [PATCH] qemu: hotplug: Report error if we hit tray status timeout

2016-05-17 Thread Cole Robinson
On 05/17/2016 08:10 AM, Cole Robinson wrote: > On 05/17/2016 04:39 AM, Michal Privoznik wrote: >> On 03.05.2016 01:09, Cole Robinson wrote: >>> If we exceed the timeout waiting for the tray status to change, >>> we don't report an error. Fix it >>> --- >>> I hit this trying to eject floppy media fo

Re: [libvirt] [PATCH] qemu: hotplug: Report error if we hit tray status timeout

2016-05-17 Thread Cole Robinson
On 05/17/2016 04:39 AM, Michal Privoznik wrote: > On 03.05.2016 01:09, Cole Robinson wrote: >> If we exceed the timeout waiting for the tray status to change, >> we don't report an error. Fix it >> --- >> I hit this trying to eject floppy media for a win10 VM with F24 >> qemu, but I didn't dig deep

Re: [libvirt] [PATCH] qemu: hotplug: Report error if we hit tray status timeout

2016-05-17 Thread Michal Privoznik
On 03.05.2016 01:09, Cole Robinson wrote: > If we exceed the timeout waiting for the tray status to change, > we don't report an error. Fix it > --- > I hit this trying to eject floppy media for a win10 VM with F24 > qemu, but I didn't dig deeper to figure out _why_ it's timing out... > > src/qem

Re: [libvirt] [PATCH] qemu: hotplug: Report error if we hit tray status timeout

2016-05-03 Thread Cole Robinson
On 05/03/2016 08:23 AM, Cole Robinson wrote: > On 05/03/2016 02:24 AM, Peter Krempa wrote: >> On Mon, May 02, 2016 at 19:09:35 -0400, Cole Robinson wrote: >>> If we exceed the timeout waiting for the tray status to change, >>> we don't report an error. Fix it >>> --- >>> I hit this trying to eject

Re: [libvirt] [PATCH] qemu: hotplug: Report error if we hit tray status timeout

2016-05-03 Thread Cole Robinson
On 05/03/2016 02:24 AM, Peter Krempa wrote: > On Mon, May 02, 2016 at 19:09:35 -0400, Cole Robinson wrote: >> If we exceed the timeout waiting for the tray status to change, >> we don't report an error. Fix it >> --- >> I hit this trying to eject floppy media for a win10 VM with F24 >> qemu, but I

Re: [libvirt] [PATCH] qemu: hotplug: Report error if we hit tray status timeout

2016-05-02 Thread Peter Krempa
On Mon, May 02, 2016 at 19:09:35 -0400, Cole Robinson wrote: > If we exceed the timeout waiting for the tray status to change, > we don't report an error. Fix it > --- > I hit this trying to eject floppy media for a win10 VM with F24 > qemu, but I didn't dig deeper to figure out _why_ it's timing o

[libvirt] [PATCH] qemu: hotplug: Report error if we hit tray status timeout

2016-05-02 Thread Cole Robinson
If we exceed the timeout waiting for the tray status to change, we don't report an error. Fix it --- I hit this trying to eject floppy media for a win10 VM with F24 qemu, but I didn't dig deeper to figure out _why_ it's timing out... src/qemu/qemu_hotplug.c | 8 +++- 1 file changed, 7 inserti