Re: [Qemu-devel] [PATCH for-2.4] pc: fix machine options for pc-i440fx-2.3 and below

2015-07-11 Thread Eduardo Habkost
On Thu, Jul 09, 2015 at 03:28:22PM -0500, Michael Roth wrote: > Commit fddd179 introduced a mechanical change that initialized default > machine options using functions instead of macros. Prior to the change > options for pc-i440fx-2.3 were defined as: > > #define PC_I440FX_MACHINE_OPTIONS \ >

[Qemu-devel] [PATCH for-2.4] pc: fix machine options for pc-i440fx-2.3 and below

2015-07-09 Thread Michael Roth
Commit fddd179 introduced a mechanical change that initialized default machine options using functions instead of macros. Prior to the change options for pc-i440fx-2.3 were defined as: #define PC_I440FX_MACHINE_OPTIONS \ PC_DEFAULT_MACHINE_OPTIONS, \ .family = "pc_piix", \ .des