From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:50031) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SljeQ-0008Kg-EQ for qemu-devel@nongnu.org; Mon, 02 Jul 2012 12:39:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SljeL-0002K6-RK for qemu-devel@nongnu.org; Mon, 02 Jul 2012 12:39:01 -0400 Message-ID: <4FF1CE8E.8040502@freescale.com> Date: Mon, 2 Jul 2012 11:38:38 -0500 From: Scott Wood MIME-Version: 1.0 References: <20120627234639.GA8974@tyr.buserror.net> <20120627235104.GD9149@tyr.buserror.net> In-Reply-To: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 4/4] PPC: e500: add generic e500 platform List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stuart Yoder Cc: qemu-ppc@nongnu.org, agraf@suse.de, qemu-devel@nongnu.org On 07/02/2012 11:33 AM, Stuart Yoder wrote: > On Wed, Jun 27, 2012 at 6:51 PM, Scott Wood wrote: >> +static QEMUMachine e500plat_machine = { >> + .name = "e500plat", >> + .desc = "e500plat", >> + .init = e500plat_init, >> + .max_cpus = 15, >> +}; > > Can we call the generic e500 machine "ppce500"? I wanted to distinguish the platform from the common e500 code. -Scott