Re: [Qemu-devel] [PATCH] pc: Fix e820 fw_cfg for big endian

2010-11-16 Thread Anthony Liguori
On 11/07/2010 09:57 PM, Alex Williamson wrote: Signed-off-by: Alex Williamson Applied. Thanks. Regards, Anthony Liguori --- Compile tested only. Only current user is kvm, no cross-arch users. hw/pc.c | 14 +++--- 1 files changed, 7 insertions(+), 7 deletions(-) diff -

[Qemu-devel] [PATCH] pc: Fix e820 fw_cfg for big endian

2010-11-07 Thread Alex Williamson
Signed-off-by: Alex Williamson --- Compile tested only. Only current user is kvm, no cross-arch users. hw/pc.c | 14 +++--- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/hw/pc.c b/hw/pc.c index 0264e3d..cc8ec14 100644 --- a/hw/pc.c +++ b/hw/pc.c @@ -467,19 +467,19 @