From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Michael S. Tsirkin" Subject: [PATCHv4 0/5] qemu misc save/load fixes Date: Sun, 5 Jul 2009 14:40:11 +0300 Message-ID: <20090705114011.GA4798@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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 Return-path: Received: from mx2.redhat.com ([66.187.237.31]:33540 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751386AbZGELkw (ORCPT ); Sun, 5 Jul 2009 07:40:52 -0400 Content-Disposition: inline Sender: kvm-owner@vger.kernel.org List-ID: 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(-)