Re: [Qemu-devel] [PATCH RESEND v4 1/2] pc: Add 2.8 machine

2016-09-08 Thread Christian Borntraeger
On 09/05/2016 09:53 AM, Longpeng(Mike) wrote: > +++ b/include/hw/compat.h > @@ -1,6 +1,8 @@ > #ifndef HW_COMPAT_H > #define HW_COMPAT_H > > +#define HW_COMPAT_2_7 > + This is already defined (due to the s390 2.8 machine)

[Qemu-devel] [PATCH RESEND v4 1/2] pc: Add 2.8 machine

2016-09-05 Thread Longpeng(Mike)
Signed-off-by: Longpeng(Mike) --- hw/i386/pc_piix.c| 16 +--- hw/i386/pc_q35.c | 13 +++-- include/hw/compat.h | 2 ++ include/hw/i386/pc.h | 3 +++ 4 files changed, 29 insertions(+), 5 deletions(-) diff --git a/hw/i386/pc_piix.c