From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Michael S. Tsirkin" Subject: [PATCHv3 0/3] qemu misc save/load fixes Date: Sun, 5 Jul 2009 11:34:46 +0300 Message-ID: <20090705083446.GA5122@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 Return-path: Received: from mx2.redhat.com ([66.187.237.31]:60652 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754248AbZGEIf0 (ORCPT ); Sun, 5 Jul 2009 04:35:26 -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 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(-)