diff options
author | Alon Levy <alevy@redhat.com> | 2012-06-11 09:24:01 +0300 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2012-06-22 10:46:12 +0200 |
commit | a5f68c22e76bc4108401046081b058a901555bf4 (patch) | |
tree | 3ab762490e4c4b7526dd8040bebec2ea85cdb0b6 /hw/qxl.c | |
parent | 087e6a42ed6ddba524a343563611d2a7b78f15a8 (diff) |
qxl: reset current_async on qxl_soft_reset
Signed-off-by: Alon Levy <alevy@redhat.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'hw/qxl.c')
-rw-r--r-- | hw/qxl.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -986,6 +986,7 @@ static void qxl_soft_reset(PCIQXLDevice *d) trace_qxl_soft_reset(d->id); qxl_check_state(d); qxl_clear_guest_bug(d); + d->current_async = QXL_UNDEFINED_IO; if (d->id == 0) { qxl_enter_vga_mode(d); |