From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ND0aR-00081W-FK for qemu-devel@nongnu.org; Tue, 24 Nov 2009 13:58:03 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ND0aL-0007yr-Ti for qemu-devel@nongnu.org; Tue, 24 Nov 2009 13:58:02 -0500 Received: from [199.232.76.173] (port=38380 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ND0aL-0007yl-Me for qemu-devel@nongnu.org; Tue, 24 Nov 2009 13:57:57 -0500 Received: from mx1.redhat.com ([209.132.183.28]:8161) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1ND0aL-0003Xz-6M for qemu-devel@nongnu.org; Tue, 24 Nov 2009 13:57:57 -0500 Message-ID: <4B0C2CA9.7060407@redhat.com> Date: Tue, 24 Nov 2009 19:57:45 +0100 From: Paolo Bonzini MIME-Version: 1.0 Subject: Re: [Qemu-devel] Re: Live migration protocol, device features, ABIs and other beasts References: <4B0952C9.9010803@redhat.com> <200911241335.35334.paul@codesourcery.com> <20091124134910.GH2405@redhat.com> <200911241359.49321.paul@codesourcery.com> <20091124142152.GN2405@redhat.com> <20091124170809.GC3397@redhat.com> <4B0C1B46.90504@redhat.com> <4B0C2B40.4040803@codemonkey.ws> In-Reply-To: <4B0C2B40.4040803@codemonkey.ws> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Blue Swirl , qemu-devel@nongnu.org, Paul Brook , "Michael S. Tsirkin" On 11/24/2009 07:51 PM, Anthony Liguori wrote: >> to make the primary representation of state an XML document Since my brain is not working well today, I'll just point out that of course I meant "the primary representation of _schemas_ an XML document" or anything like that. >> or anything like that (and convert it back to VMState structs at build >> time), it would not be a huge work, and it would give important benefits. > > Like adding tremendous complexity for little to no gain. Anything that could result in a libqemustate or something like that would be complex, but would have gain. (Yes, I've seen the smiley despite aforementioned problems with the brain). Paolo