Re: [Qemu-devel] [PATCH] i386: Rename bools in PCMachineState to end in _enabled

2018-11-07 Thread Eduardo Habkost
On Wed, Nov 07, 2018 at 09:24:34AM -0600, miny...@acm.org wrote: > From: Corey Minyard > > This makes their function more clear and prevents conflicts when adding > the actual devices to the machine state, if necessary. > > Signed-off-by: Corey Minyard > Cc: Paolo Bonzini > Cc: Richard Henders

Re: [Qemu-devel] [PATCH] i386: Rename bools in PCMachineState to end in _enabled

2018-11-07 Thread Philippe Mathieu-Daudé
On 7/11/18 16:24, miny...@acm.org wrote: From: Corey Minyard This makes their function more clear and prevents conflicts when adding the actual devices to the machine state, if necessary. Signed-off-by: Corey Minyard Cc: Paolo Bonzini Cc: Richard Henderson Cc: Eduardo Habkost Reviewed-by

[Qemu-devel] [PATCH] i386: Rename bools in PCMachineState to end in _enabled

2018-11-07 Thread minyard
From: Corey Minyard This makes their function more clear and prevents conflicts when adding the actual devices to the machine state, if necessary. Signed-off-by: Corey Minyard Cc: Paolo Bonzini Cc: Richard Henderson Cc: Eduardo Habkost --- hw/i386/pc.c | 18 +- hw/i3