Re: [Qemu-devel] [PATCH v5 2/2] i386/pc: introducing compat_props for pc-1.6

2013-07-31 Thread Andreas Färber
Am 31.07.2013 10:13, schrieb Vincenzo Maffione: > diff --git a/include/hw/i386/pc.h b/include/hw/i386/pc.h > index 3a0c4e3..812df4d 100644 > --- a/include/hw/i386/pc.h > +++ b/include/hw/i386/pc.h > @@ -214,6 +214,13 @@ void pvpanic_init(ISABus *bus); > > int e820_add_entry(uint64_t, uint64_t, u

[Qemu-devel] [PATCH v5 2/2] i386/pc: introducing compat_props for pc-1.6

2013-07-31 Thread Vincenzo Maffione
PC_COMPAT_1_6 macro introduced in order to set the e1000 "mitigation" property off for pc-i440fx-1.6 and pc-q35-1.6 machines. Signed-off-by: Vincenzo Maffione --- hw/i386/pc_piix.c| 4 hw/i386/pc_q35.c | 4 include/hw/i386/pc.h | 7 +++ 3 files changed, 15 insertions(+) di