summaryrefslogtreecommitdiffstats
path: root/hw/qxl.h
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2012-05-24 19:18:54 +0300
committerGerd Hoffmann <kraxel@redhat.com>2012-06-22 10:46:12 +0200
commit087e6a42ed6ddba524a343563611d2a7b78f15a8 (patch)
tree9c88a7ece9e0ca0186a57f091dfec505bf4d7c69 /hw/qxl.h
parent0f7bfd8198ffad58a5095ac5d7a46288ea7f5c6e (diff)
downloadhqemu-087e6a42ed6ddba524a343563611d2a7b78f15a8.zip
hqemu-087e6a42ed6ddba524a343563611d2a7b78f15a8.tar.gz
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>
Diffstat (limited to 'hw/qxl.h')
-rw-r--r--hw/qxl.h3
1 files changed, 3 insertions, 0 deletions
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;
OpenPOWER on IntegriCloud