From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50807) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X0UpY-0007Cl-N6 for qemu-devel@nongnu.org; Fri, 27 Jun 2014 08:00:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X0UpS-0002kA-JZ for qemu-devel@nongnu.org; Fri, 27 Jun 2014 08:00:36 -0400 Message-ID: <53AD5CC8.7090606@redhat.com> Date: Fri, 27 Jun 2014 14:00:08 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1401884936-12907-1-git-send-email-agraf@suse.de> <53AC0B94.3060400@suse.de> <53AD47B6.5010007@suse.de> <53AD52CE.8040509@suse.de> <53AD5480.8030807@suse.de> <53AD5A12.1090000@redhat.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/5] Platform device support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Peter Crosthwaite , Eric Auger , "qemu-devel@nongnu.org Developers" , Alexander Graf , qemu-ppc Mailing List , =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= Il 27/06/2014 13:52, Peter Maydell ha scritto: > On 27 June 2014 12:48, Paolo Bonzini wrote: >> We could also make TYPE_MACHINE a subclass of TYPE_DEVICE, to have an >> obvious place for this SoC object. > > Why isn't TYPE_MACHINE a subclass of TYPE_DEVICE anyway? To start the conversion with an API that is more similar to the preexisting one of QEMUMachine. Paolo