From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: Re: [PATCH V2 5/5] vga-cirrus: Workaround during restore when using Xen. Date: Sun, 08 Jan 2012 12:39:15 +0200 Message-ID: <4F097253.5080600@redhat.com> References: <1323467645-24271-1-git-send-email-anthony.perard@citrix.com> <4EE3382D.80903@web.de> <4EE609BF.1070307@siemens.com> <4EE617BA.4030102@siemens.com> <4EEE25DA.2080400@redhat.com> <4F048B10.1060505@redhat.com> <4F059C8C.2030303@redhat.com> <4F05A684.7000509@redhat.com> <4F05BF9E.7000203@redhat.com> <4F05D0BC.70707@redhat.com> <4F05E301.2020808@redhat.com> <4F05F09E.8030800@web.de> <4F06F76F.7090002@web.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+gceq-qemu-devel=gmane.org@nongnu.org Sender: qemu-devel-bounces+gceq-qemu-devel=gmane.org@nongnu.org To: Stefano Stabellini Cc: Anthony Perard , Xen Devel , Jan Kiszka , QEMU-devel List-Id: xen-devel@lists.xenproject.org On 01/06/2012 04:40 PM, Stefano Stabellini wrote: > Avi, if you think that early_savevm is a decent solution, we'll start > working on it. I don't like early_savevm because it complicates life for devices, for what is a localized problem. But if everything else is even more complicated maybe we should do it. > Also if you would like to save and restore all the > MemoryRegions because you can see some possible future uses for it, please > let me know. Otherwise we might try to save some space and just store the > ones we need. MemoryRegions don't hold their own state, they just mirror state that exists elsewhere. They're 100% implementation artefacts, it's totally wrong to save/restore them. -- error compiling committee.c: too many arguments to function