From 087e6a42ed6ddba524a343563611d2a7b78f15a8 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Thu, 24 May 2012 19:18:54 +0300 Subject: 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 Signed-off-by: Gerd Hoffmann --- hw/qxl.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'hw/qxl.h') diff --git a/hw/qxl.h b/hw/qxl.h index f2d4fdc..a4ab7cc 100644 --- a/hw/qxl.h +++ b/hw/qxl.h @@ -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; -- cgit v1.1