Re: [Qemu-devel] [PATCH V2 5/5] vl.c: Remove QEMUMachine usage

2014-04-03 Thread Marcel Apfelbaum
On Thu, 2014-04-03 at 19:09 +0200, Andreas Färber wrote: > Am 31.03.2014 11:26, schrieb Marcel Apfelbaum: > > All the references of QEMUMachine are already > > replaced by MachineClass. > > > > Signed-off-by: Marcel Apfelbaum > > --- > > include/hw/boards.h | 7 +++ > > vl.c|

Re: [Qemu-devel] [PATCH V2 5/5] vl.c: Remove QEMUMachine usage

2014-04-03 Thread Andreas Färber
Am 31.03.2014 11:26, schrieb Marcel Apfelbaum: > All the references of QEMUMachine are already > replaced by MachineClass. > > Signed-off-by: Marcel Apfelbaum > --- > include/hw/boards.h | 7 +++ > vl.c| 3 +-- > 2 files changed, 4 insertions(+), 6 deletions(-) > > diff --gi