From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MNRJ3-0006Ft-SA for qemu-devel@nongnu.org; Sun, 05 Jul 2009 08:58:57 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MNRIx-0006CK-ON for qemu-devel@nongnu.org; Sun, 05 Jul 2009 08:58:56 -0400 Received: from [199.232.76.173] (port=57729 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MNRIx-0006Bu-Ig for qemu-devel@nongnu.org; Sun, 05 Jul 2009 08:58:51 -0400 Received: from mx2.redhat.com ([66.187.237.31]:37535) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MNRIx-0004sJ-2y for qemu-devel@nongnu.org; Sun, 05 Jul 2009 08:58:51 -0400 Date: Sun, 5 Jul 2009 15:58:09 +0300 From: "Michael S. Tsirkin" Message-ID: <20090705125809.GA5417@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] [PATCHv5 0/5] qemu misc save/load fixes List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, avi@redhat.com, kvm@vger.kernel.org, aliguori@us.ibm.com, kwolf@redhat.com, glommer@redhat.com, blauwirbel@gmail.com Anthony, please commit the following patches that fix save/load issues with qemu.git Changes since v4: Add {} as per CODING_STYLE Changes since v3: Missing braces reported by Blue Swirl Fix load for image saved with msi disabled Changes since v2: Restore used msi-x vectors Changes since v1: Don't restore virtio control vector twice Michael S. Tsirkin (5): qemu/msi: fix segfault in msix_save qemu/virtio: remove control vector save qemu/msi: clean used vectors state on load qemu/msi: missing braces qemu/virtio: mark msi vectors used on load hw/msix.c | 17 ++++++++++------- hw/virtio-pci.c | 22 +++++++++++++++++----- hw/virtio.c | 3 --- 3 files changed, 27 insertions(+), 15 deletions(-)