Re: [Qemu-devel] [PATCH 2/2] acpi: fix endian-ness for table ids

2014-03-19 Thread Marcel Apfelbaum
On Tue, 2014-03-18 at 19:07 +0100, Laszlo Ersek wrote: > On 03/18/14 15:48, Michael S. Tsirkin wrote: > > when using signature for table ID, we forgot to byte-swap it. > > signatures are really ASCII strings, let's treat them as such. > > While at it, get rid of most of _SIGNATURE macros. > > > >

Re: [Qemu-devel] [PATCH 2/2] acpi: fix endian-ness for table ids

2014-03-18 Thread Laszlo Ersek
On 03/18/14 15:48, Michael S. Tsirkin wrote: > when using signature for table ID, we forgot to byte-swap it. > signatures are really ASCII strings, let's treat them as such. > While at it, get rid of most of _SIGNATURE macros. > > Signed-off-by: Michael S. Tsirkin > --- > hw/i386/acpi-defs.h |