From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50413) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WLG6V-0006np-BN for qemu-devel@nongnu.org; Wed, 05 Mar 2014 12:59:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WLG6P-0002bq-8D for qemu-devel@nongnu.org; Wed, 05 Mar 2014 12:59:39 -0500 Received: from mx1.redhat.com ([209.132.183.28]:39695) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WLG6O-0002bi-Va for qemu-devel@nongnu.org; Wed, 05 Mar 2014 12:59:33 -0500 Message-ID: <1394042386.2663.0.camel@localhost.localdomain> From: Marcel Apfelbaum Date: Wed, 05 Mar 2014 19:59:46 +0200 In-Reply-To: <53176093.10406@redhat.com> References: <1394040647-20083-1-git-send-email-marcel.a@redhat.com> <1394040647-20083-4-git-send-email-marcel.a@redhat.com> <53176093.10406@redhat.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3 3/3] hw/boards: converted current_machine to be an instance of MachineCLass List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake Cc: ehabkost@redhat.com, mst@redhat.com, qemu-devel@nongnu.org, armbru@redhat.com, lcapitulino@redhat.com, blauwirbel@gmail.com, aliguori@amazon.com, pbonzini@redhat.com, imammedo@redhat.com, afaerber@suse.de On Wed, 2014-03-05 at 10:36 -0700, Eric Blake wrote: > On 03/05/2014 10:30 AM, Marcel Apfelbaum wrote: > > In order to allow attaching machine options to a machine instance, > > current_machine is converted into MachineState. > > As a first step of deprecating QEMUMachine, some of the functions > > were modified to return MachineCLass. > > s/MachineCLass/MachineClass/ here and in subject Thanks, I'll take care of it Marcel > > > > > Signed-off-by: Marcel Apfelbaum > > --- > > I'll leave the actual review to others, just pointing out the typo. >