Re: [Qemu-devel] [PATCH 2/2] qxl: clear irq on reset

2014-01-21 Thread Gerd Hoffmann
On Mo, 2014-01-20 at 12:44 +0200, Alon Levy wrote: > Without this we occasionally trigger an assert at > hw/pci/pci.c:pcibus_reset that asserts the irq_count is zero on reset. > > This has become a problem with the new drm driver for linux, since > doing > a reboot from console causes a race betwe

[Qemu-devel] [PATCH 2/2] qxl: clear irq on reset

2014-01-20 Thread Alon Levy
Without this we occasionally trigger an assert at hw/pci/pci.c:pcibus_reset that asserts the irq_count is zero on reset. This has become a problem with the new drm driver for linux, since doing a reboot from console causes a race between console updates that set the irq and the reset assertion tha