From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:36964) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SAhpz-0002X6-8N for qemu-devel@nongnu.org; Thu, 22 Mar 2012 09:14:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SAhpu-00062V-7f for qemu-devel@nongnu.org; Thu, 22 Mar 2012 09:13:54 -0400 Received: from mx1.redhat.com ([209.132.183.28]:42591) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SAhpt-00061X-VV for qemu-devel@nongnu.org; Thu, 22 Mar 2012 09:13:50 -0400 From: Juan Quintela In-Reply-To: <4F6B1E32.502@suse.de> ("Andreas =?utf-8?Q?F=C3=A4rber=22's?= message of "Thu, 22 Mar 2012 13:42:26 +0100") References: <83eb8d59fa87f52a6bade7af9cc05006759683c1.1332197811.git.quintela@redhat.com> <4F6B1E32.502@suse.de> Date: Thu, 22 Mar 2012 14:13:45 +0100 Message-ID: <87d384eq2e.fsf@elfo.elfo> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 28/36] vmstate: rename machine.c to vmstate-cpu.c Reply-To: quintela@redhat.com List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Andreas =?utf-8?Q?F=C3=A4rber?= Cc: qemu-devel@nongnu.org Andreas F=C3=A4rber wrote: > Am 19.03.2012 23:57, schrieb Juan Quintela: >> They only contain vmstate cpu sections nowadays. Change name to >> reflect the case. > > In light of me creating a file cpu.c for every target except ppc, might > it make more sense to call it cpu-vmstate.c? Or do you envision other > vmstate-*.c files? I renamed them pecause they don't contain the boards definitions anymore. Will move next round to cpu-vmstate.c, I don't really care about the name. Later, Juan.