Re: [Qemu-devel] [PATCH] hw/i386: Use unaligned store functions building acpi tables

2014-03-13 Thread Richard Henderson
On 03/12/2014 04:26 PM, Peter Maydell wrote: > On 12 March 2014 22:25, Richard Henderson wrote: >> Hosts that don't support native unaligned stores will SIGBUS >> without additional help. >> >> Signed-off-by: Richard Henderson >> --- >> hw/i386/acpi-build.c | 29 +++-- >>

Re: [Qemu-devel] [PATCH] hw/i386: Use unaligned store functions building acpi tables

2014-03-12 Thread Peter Maydell
On 12 March 2014 22:25, Richard Henderson wrote: > Hosts that don't support native unaligned stores will SIGBUS > without additional help. > > Signed-off-by: Richard Henderson > --- > hw/i386/acpi-build.c | 29 +++-- > 1 file changed, 15 insertions(+), 14 deletions(-) > >

[Qemu-devel] [PATCH] hw/i386: Use unaligned store functions building acpi tables

2014-03-12 Thread Richard Henderson
Hosts that don't support native unaligned stores will SIGBUS without additional help. Signed-off-by: Richard Henderson --- hw/i386/acpi-build.c | 29 +++-- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/hw/i386/acpi-build.c b/hw/i386/acpi-build.c index b1