From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:56992) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SeLss-0007bf-7Z for qemu-devel@nongnu.org; Tue, 12 Jun 2012 03:51:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SeLsl-0001Yz-8L for qemu-devel@nongnu.org; Tue, 12 Jun 2012 03:51:25 -0400 Received: from mx1.redhat.com ([209.132.183.28]:42829) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SeLsl-0001XX-0P for qemu-devel@nongnu.org; Tue, 12 Jun 2012 03:51:19 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q5C7pHwc005627 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 12 Jun 2012 03:51:17 -0400 From: Gerd Hoffmann Date: Tue, 12 Jun 2012 09:51:09 +0200 Message-Id: <1339487474-8481-6-git-send-email-kraxel@redhat.com> In-Reply-To: <1339487474-8481-1-git-send-email-kraxel@redhat.com> References: <1339487474-8481-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 05/10] qxl: reset current_async on qxl_soft_reset List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Alon Levy , Gerd Hoffmann From: Alon Levy Signed-off-by: Alon Levy Signed-off-by: Gerd Hoffmann --- hw/qxl.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/hw/qxl.c b/hw/qxl.c index b5e53ce..4be9462 100644 --- a/hw/qxl.c +++ b/hw/qxl.c @@ -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); -- 1.7.1