Searched hist:f06b85218a41fd6f8e797a925f4ea75640b69c9e (Results 1 – 1 of 1) sorted by relevance
/qemu/hw/display/ |
H A D | qxl.c | f06b85218a41fd6f8e797a925f4ea75640b69c9e Mon Jan 20 10:44:19 UTC 2014 Alon Levy <alevy@redhat.com> qxl: clear irq on reset
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 that the irq is clear.
Signed-off-by: Alon Levy <alevy@redhat.com> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
|