Re: [Qemu-devel] [PATCH v3 1/7] hw/i386: Improve some of the warning messages

2017-09-05 Thread Alistair Francis
On Mon, Sep 4, 2017 at 7:17 AM, Eduardo Habkost wrote: > On Fri, Sep 01, 2017 at 09:51:05AM -0700, Alistair Francis wrote: > [...] >> diff --git a/hw/i386/pc_q35.c b/hw/i386/pc_q35.c >> index 169a214d50..435eb2c458 100644 >> --- a/hw/i386/pc_q35.c >> +++ b/hw/i386/pc_q35.c >> @@ -101,9 +101,11 @@

Re: [Qemu-devel] [PATCH v3 1/7] hw/i386: Improve some of the warning messages

2017-09-04 Thread Eduardo Habkost
On Fri, Sep 01, 2017 at 09:51:05AM -0700, Alistair Francis wrote: [...] > diff --git a/hw/i386/pc_q35.c b/hw/i386/pc_q35.c > index 169a214d50..435eb2c458 100644 > --- a/hw/i386/pc_q35.c > +++ b/hw/i386/pc_q35.c > @@ -101,9 +101,11 @@ static void pc_q35_init(MachineState *machine) > lowmem

[Qemu-devel] [PATCH v3 1/7] hw/i386: Improve some of the warning messages

2017-09-01 Thread Alistair Francis
Signed-off-by: Alistair Francis Suggested-by: Eduardo Habkost Cc: Eduardo Habkost --- V3: - Improve the messages hw/i386/acpi-build.c | 15 ++- hw/i386/pc.c | 7 +++ hw/i386/pc_q35.c | 8 +--- 3 files changed, 18 insertions(+), 12 deletions(-) diff --git a/h