Re: [Qemu-devel] [PATCH 1/2] ACPI: Add definitions for the DBG2 table

2015-09-10 Thread Igor Mammedov
On Thu, 10 Sep 2015 11:19:09 +0300 "Michael S. Tsirkin" wrote: > On Mon, Sep 07, 2015 at 05:51:50PM +0200, Andrew Jones wrote: > > On Mon, Sep 07, 2015 at 03:23:45PM +0100, Leif Lindholm wrote: > > > The DBG2 table can be considered a "companion" to SPCR - it points out > > > debug consoles avail

Re: [Qemu-devel] [PATCH 1/2] ACPI: Add definitions for the DBG2 table

2015-09-10 Thread Michael S. Tsirkin
On Mon, Sep 07, 2015 at 05:51:50PM +0200, Andrew Jones wrote: > On Mon, Sep 07, 2015 at 03:23:45PM +0100, Leif Lindholm wrote: > > The DBG2 table can be considered a "companion" to SPCR - it points out > > debug consoles available in the system. > > > > Signed-off-by: Leif Lindholm > > --- > > i

Re: [Qemu-devel] [PATCH 1/2] ACPI: Add definitions for the DBG2 table

2015-09-08 Thread Leif Lindholm
On Tue, Sep 08, 2015 at 11:27:08AM +0800, Shannon Zhao wrote: > > > On 2015/9/7 22:23, Leif Lindholm wrote: > > The DBG2 table can be considered a "companion" to SPCR - it points out > > debug consoles available in the system. > > > > Signed-off-by: Leif Lindholm > > --- > > include/hw/acpi/ac

Re: [Qemu-devel] [PATCH 1/2] ACPI: Add definitions for the DBG2 table

2015-09-07 Thread Shannon Zhao
On 2015/9/7 22:23, Leif Lindholm wrote: > The DBG2 table can be considered a "companion" to SPCR - it points out > debug consoles available in the system. > > Signed-off-by: Leif Lindholm > --- > include/hw/acpi/acpi-defs.h | 37 +++-- > 1 file changed, 35 inser

Re: [Qemu-devel] [PATCH 1/2] ACPI: Add definitions for the DBG2 table

2015-09-07 Thread Andrew Jones
On Mon, Sep 07, 2015 at 03:23:45PM +0100, Leif Lindholm wrote: > The DBG2 table can be considered a "companion" to SPCR - it points out > debug consoles available in the system. > > Signed-off-by: Leif Lindholm > --- > include/hw/acpi/acpi-defs.h | 37 +++-- > 1 f

[Qemu-devel] [PATCH 1/2] ACPI: Add definitions for the DBG2 table

2015-09-07 Thread Leif Lindholm
The DBG2 table can be considered a "companion" to SPCR - it points out debug consoles available in the system. Signed-off-by: Leif Lindholm --- include/hw/acpi/acpi-defs.h | 37 +++-- 1 file changed, 35 insertions(+), 2 deletions(-) diff --git a/include/hw/acpi/a