From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Michael S. Tsirkin" Subject: [PATCHv2 0/2] save/load fixes Date: Wed, 1 Jul 2009 16:27:52 +0300 Message-ID: <20090701132752.GA17278@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 Return-path: Received: from mx2.redhat.com ([66.187.237.31]:38851 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750782AbZGAN2j (ORCPT ); Wed, 1 Jul 2009 09:28:39 -0400 Content-Disposition: inline Sender: kvm-owner@vger.kernel.org List-ID: Fixes a couple of save/load issues with qemu.git Changes since v2: Includes a better fix for virtio. Michael S. Tsirkin (2): fix segfault in msix_save qemu: remove control vector save hw/msix.c | 12 +++++++----- hw/virtio.c | 3 --- 2 files changed, 7 insertions(+), 8 deletions(-) From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MM01e-0000uk-RF for qemu-devel@nongnu.org; Wed, 01 Jul 2009 09:39:02 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MM01a-0000qB-Bc for qemu-devel@nongnu.org; Wed, 01 Jul 2009 09:39:02 -0400 Received: from [199.232.76.173] (port=36645 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MM01a-0000pz-5F for qemu-devel@nongnu.org; Wed, 01 Jul 2009 09:38:58 -0400 Received: from mx2.redhat.com ([66.187.237.31]:39744) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MLzrO-0002pn-7W for qemu-devel@nongnu.org; Wed, 01 Jul 2009 09:28:37 -0400 Date: Wed, 1 Jul 2009 16:27:52 +0300 From: "Michael S. Tsirkin" Message-ID: <20090701132752.GA17278@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] [PATCHv2 0/2] 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 Fixes a couple of save/load issues with qemu.git Changes since v2: Includes a better fix for virtio. Michael S. Tsirkin (2): fix segfault in msix_save qemu: remove control vector save hw/msix.c | 12 +++++++----- hw/virtio.c | 3 --- 2 files changed, 7 insertions(+), 8 deletions(-)