From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=58688 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oq2EZ-00032B-56 for qemu-devel@nongnu.org; Mon, 30 Aug 2010 07:09:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Oq0hw-0003oU-OD for qemu-devel@nongnu.org; Mon, 30 Aug 2010 05:31:17 -0400 Received: from mx1.redhat.com ([209.132.183.28]:43215) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Oq0hw-0003oI-HM for qemu-devel@nongnu.org; Mon, 30 Aug 2010 05:31:16 -0400 Message-ID: <4C7B7A5F.1060401@redhat.com> Date: Mon, 30 Aug 2010 11:31:11 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <0a460e01cca4fa24f446c7a715fe6df17d0be9ed.1283152674.git.yamahata@valinux.co.jp> <4C7B70E7.80906@redhat.com> <20100830093802.GB7402@valinux.co.jp> In-Reply-To: <20100830093802.GB7402@valinux.co.jp> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 5/5] RFC: distinguish warm reset from cold reset. List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Isaku Yamahata Cc: blauwirbel@gmail.com, glommer@redhat.com, alex.williamson@redhat.com, qemu-devel@nongnu.org, avi@redhat.com On 08/30/2010 11:38 AM, Isaku Yamahata wrote: > Sounds good idea. I'll give it a try. > Before touching the code, I'd like to split out those related functions > and main_loop() from vl.c into a new file, main-loop.c or something like that. > Any objection for splitting out vl.c for that? That would be good. Most if not all of cpus.c could go in the new file too. Thanks! Paolo