qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 4/5] hw/ppc: remove QEMUMachine indirection


From: Marcel Apfelbaum
Subject: Re: [Qemu-devel] [PATCH 4/5] hw/ppc: remove QEMUMachine indirection
Date: Tue, 25 Mar 2014 22:11:33 +0200

On Tue, 2014-03-25 at 15:00 +0100, Paolo Bonzini wrote:
> Il 25/03/2014 14:46, Marcel Apfelbaum ha scritto:
> > +    mc->name = "pseries",
> > +    mc->desc = "pSeries Logical Partition (PAPR compliant)",
> > +    mc->is_default = 1,
> > +    mc->init = ppc_spapr_init,
> > +    mc->reset = ppc_spapr_reset,
> > +    mc->block_default_type = IF_SCSI,
> > +    mc->max_cpus = MAX_CPUS,
> > +    mc->no_parallel = 1,
> > +    mc->default_boot_order = NULL,
> > +    mc->kvm_type = spapr_kvm_type,
> 
> Semicolons instead of commas. :)
Noted, thanks!
Marcel

> 
> Paolo






reply via email to

[Prev in Thread] Current Thread [Next in Thread]