From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MNQ5c-0007hq-KP for qemu-devel@nongnu.org; Sun, 05 Jul 2009 07:41:00 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MNQ5Y-0007fu-1E for qemu-devel@nongnu.org; Sun, 05 Jul 2009 07:41:00 -0400 Received: from [199.232.76.173] (port=50317 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MNQ5X-0007fr-UJ for qemu-devel@nongnu.org; Sun, 05 Jul 2009 07:40:55 -0400 Received: from mx2.redhat.com ([66.187.237.31]:41152) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MNQ5X-000737-He for qemu-devel@nongnu.org; Sun, 05 Jul 2009 07:40:55 -0400 Date: Sun, 5 Jul 2009 14:40:11 +0300 From: "Michael S. Tsirkin" Message-ID: <20090705114011.GA4798@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] [PATCHv4 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 v3: Patch to add 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 | 15 +++++++++------ hw/virtio-pci.c | 13 ++++++++++--- hw/virtio.c | 3 --- 3 files changed, 19 insertions(+), 12 deletions(-)