Re: [Qemu-devel] [RFC 7/7] fw_cfg DMA for x86

2015-07-22 Thread Marc Marí
On Tue, 21 Jul 2015 18:14:40 +0100 Peter Maydell wrote: > On 21 July 2015 at 17:03, Marc Marí wrote: > > Enable fw_cfg for x86 machines. Create new machine to avoid > > incompatibilites. > > > @@ -1391,7 +1399,14 @@ FWCfgState *pc_memory_init(MachineState > > *machine, option_rom_mr, > >

Re: [Qemu-devel] [RFC 7/7] fw_cfg DMA for x86

2015-07-21 Thread Peter Maydell
On 21 July 2015 at 17:03, Marc Marí wrote: > Enable fw_cfg for x86 machines. Create new machine to avoid > incompatibilites. > @@ -1391,7 +1399,14 @@ FWCfgState *pc_memory_init(MachineState *machine, > option_rom_mr, >

[Qemu-devel] [RFC 7/7] fw_cfg DMA for x86

2015-07-21 Thread Marc Marí
Enable fw_cfg for x86 machines. Create new machine to avoid incompatibilites. Signed-off-by: Marc Marí --- hw/i386/pc.c | 21 ++--- hw/i386/pc_piix.c| 25 +++-- hw/i386/pc_q35.c | 26 -- include/hw/i386/pc.h | 1 + 4 fi