Re: [Qemu-devel] [PATCH v2] ACPI: Fix AppleSMC _STA size

2014-01-14 Thread Michael S. Tsirkin
On Mon, Jan 13, 2014 at 03:27:13PM -0500, Gabriel L. Somlo wrote: > Minimize the storage used for AppleSMC's _STA (8bit), relying on ASL > to implicitly convert it to the officially specified 32bit value. > > Signed-off-by: Gabriel Somlo > --- > > This applies incrementally on top of "Add DSDT n

[Qemu-devel] [PATCH v2] ACPI: Fix AppleSMC _STA size

2014-01-13 Thread Gabriel L. Somlo
Minimize the storage used for AppleSMC's _STA (8bit), relying on ASL to implicitly convert it to the officially specified 32bit value. Signed-off-by: Gabriel Somlo --- This applies incrementally on top of "Add DSDT node for AppleSMC" v.3 (accepted Dec. 25, 2013), and obsoletes everything I've se