qemu-ppc
[Top][All Lists]
Advanced

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

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


From: Paolo Bonzini
Subject: Re: [Qemu-ppc] [Qemu-devel] [PATCH 4/5] hw/ppc: remove QEMUMachine indirection
Date: Tue, 25 Mar 2014 15:00:58 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0

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. :)

Paolo



reply via email to

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