diff options
author | Alon Levy <alevy@redhat.com> | 2012-05-24 19:18:54 +0300 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2012-06-22 10:46:12 +0200 |
commit | 087e6a42ed6ddba524a343563611d2a7b78f15a8 (patch) | |
tree | 9c88a7ece9e0ca0186a57f091dfec505bf4d7c69 /hw/qxl.h | |
parent | 0f7bfd8198ffad58a5095ac5d7a46288ea7f5c6e (diff) |
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.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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; |