hw/qxl: ignore guest from guestbug until reset

soft_reset is called from any of:
 * QXL_IO_RESET
 * vga io
 * pci reset handler

Signed-off-by: Alon Levy <alevy@redhat.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
Alon Levy 2012-05-24 19:18:54 +03:00 committed by Gerd Hoffmann
parent 0f7bfd8198
commit 087e6a42ed
2 changed files with 15 additions and 1 deletions

View file

@ -31,6 +31,9 @@ typedef struct PCIQXLDevice {
uint32_t debug;
uint32_t guestdebug;
uint32_t cmdlog;
uint32_t guest_bug;
enum qxl_mode mode;
uint32_t cmdflags;
int generation;