From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LVCpp-0001Zj-RU for qemu-devel@nongnu.org; Thu, 05 Feb 2009 17:36:37 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LVCpo-0001Xr-1W for qemu-devel@nongnu.org; Thu, 05 Feb 2009 17:36:37 -0500 Received: from [199.232.76.173] (port=44157 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LVCpn-0001XW-Kb for qemu-devel@nongnu.org; Thu, 05 Feb 2009 17:36:35 -0500 Received: from e34.co.us.ibm.com ([32.97.110.152]:46703) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LVCpn-0005s2-5S for qemu-devel@nongnu.org; Thu, 05 Feb 2009 17:36:35 -0500 Received: from d03relay02.boulder.ibm.com (d03relay02.boulder.ibm.com [9.17.195.227]) by e34.co.us.ibm.com (8.13.1/8.13.1) with ESMTP id n15MZ07B022747 for ; Thu, 5 Feb 2009 15:35:00 -0700 Received: from d03av02.boulder.ibm.com (d03av02.boulder.ibm.com [9.17.195.168]) by d03relay02.boulder.ibm.com (8.13.8/8.13.8/NCO v9.1) with ESMTP id n15MaUnM210596 for ; Thu, 5 Feb 2009 15:36:30 -0700 Received: from d03av02.boulder.ibm.com (loopback [127.0.0.1]) by d03av02.boulder.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id n15MaTBe026972 for ; Thu, 5 Feb 2009 15:36:29 -0700 Message-ID: <498B69D8.1020205@us.ibm.com> Date: Thu, 05 Feb 2009 16:36:08 -0600 From: Anthony Liguori MIME-Version: 1.0 References: <20090205001707.27879.22745.stgit@kvm.aw> <20090205001755.27879.31745.stgit@kvm.aw> In-Reply-To: <20090205001755.27879.31745.stgit@kvm.aw> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH v3 1/8] qemu:virtio-net: Save status and add some save infrastructure Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alex Williamson Cc: markmc@redhat.com, qemu-devel@nongnu.org, kvm@vger.kernel.org Alex Williamson wrote: > The status register should probably be saved since its guest visible. > Also add a little bit if infrastructure for handling various save > revisions. > > Signed-off-by: Alex Williamson > Applied all. Thanks. Regards, Anthony Liguori