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

2015-09-14 Thread Andrew Jones
On Sun, Sep 13, 2015 at 04:06:32PM +0100, Leif Lindholm wrote: > The DBG2 table can be considered a "companion" to SPCR - it points out > debug consoles available in the system. > > Also update SPCR comments to reflect DBG2 is now described in this file, > and update the supported SPCR specificati

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

2015-09-13 Thread Leif Lindholm
The DBG2 table can be considered a "companion" to SPCR - it points out debug consoles available in the system. Also update SPCR comments to reflect DBG2 is now described in this file, and update the supported SPCR specification revision (no functional change). Signed-off-by: Leif Lindholm --- i