From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ND31P-0004Iz-Sa for qemu-devel@nongnu.org; Tue, 24 Nov 2009 16:34:04 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ND31L-0004Hm-Np for qemu-devel@nongnu.org; Tue, 24 Nov 2009 16:34:03 -0500 Received: from [199.232.76.173] (port=38911 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ND31L-0004He-IO for qemu-devel@nongnu.org; Tue, 24 Nov 2009 16:33:59 -0500 Received: from mx1.redhat.com ([209.132.183.28]:1025) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1ND31L-0001MU-1u for qemu-devel@nongnu.org; Tue, 24 Nov 2009 16:33:59 -0500 Date: Tue, 24 Nov 2009 23:31:20 +0200 From: "Michael S. Tsirkin" Message-ID: <20091124213120.GA4703@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] [PATCH 0/2] msix/virtio reset fix List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, anthony@codemonkey.ws This two patch series fixes MSI-X reset issue detected with windows guests Michael S. Tsirkin (2): msix: add helper to mark all msix entries virtio: do not reset msix state on soft reset hw/msix.c | 7 +++++++ hw/msix.h | 1 + hw/virtio-pci.c | 12 ++++++++---- 3 files changed, 16 insertions(+), 4 deletions(-)