From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MNNCB-0005mh-7z for qemu-devel@nongnu.org; Sun, 05 Jul 2009 04:35:35 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MNNC6-0005m4-9J for qemu-devel@nongnu.org; Sun, 05 Jul 2009 04:35:34 -0400 Received: from [199.232.76.173] (port=41764 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MNNC5-0005m1-Vk for qemu-devel@nongnu.org; Sun, 05 Jul 2009 04:35:30 -0400 Received: from mx2.redhat.com ([66.187.237.31]:49969) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MNNC5-0002CW-J1 for qemu-devel@nongnu.org; Sun, 05 Jul 2009 04:35:29 -0400 Date: Sun, 5 Jul 2009 11:34:46 +0300 From: "Michael S. Tsirkin" Message-ID: <20090705083446.GA5122@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] [PATCHv3 0/3] 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 Anthony, please commit the following patches that fix save/load issues with qemu.git Changes since v2: Restore used msi-x vectors Changes since v1: Don't restore virtio control vector twice Michael S. Tsirkin (3): qemu/msi: fix segfault in msix_save qemu/virtio: remove control vector save qemu/virtio: mark msi vectors used on load hw/msix.c | 13 ++++++++----- hw/virtio-pci.c | 6 ++++-- hw/virtio.c | 3 --- 3 files changed, 12 insertions(+), 10 deletions(-)