Re: [SeaBIOS] [PATCH 1/4] Fix return type of le64_to_cpu() and be64_to_cpu()

2013-02-23 Thread Kevin O'Connor
On Sat, Feb 23, 2013 at 12:24:47AM +, David Woodhouse wrote: From: David Woodhouse david.woodho...@intel.com Signed-off-by: David Woodhouse david.woodho...@intel.com Thanks. I pushed patch 1. Patch 2 and 3 look okay to me - if there are no further comments I'll push them. I'm not sure

[SeaBIOS] [PATCH] Try to detect an unsuccessful hard-reboot to prevent soft-reboot loops.

2013-02-23 Thread Kevin O'Connor
There have been various kvm bugs that prevent reboots from working properly. Generalize the existing test for a failed reboot to better catch these cases. Signed-off-by: Kevin O'Connor ke...@koconnor.net --- src/resume.c | 9 + src/shadow.c | 4 2 files changed, 9 insertions(+), 4

Re: [SeaBIOS] [PATCH 1/4] Fix return type of le64_to_cpu() and be64_to_cpu()

2013-02-23 Thread David Woodhouse
On Sat, 2013-02-23 at 10:00 -0500, Kevin O'Connor wrote: Patch 2 and 3 look okay to me - if there are no further comments I'll push them. I think we're fairly happy with them. Laszlo put together the OVMF side (creating ACPI 2.0 tables instead of 1.0 and filling in the RESET_REG) and I've

Re: [SeaBIOS] [PATCH 1/4] Fix return type of le64_to_cpu() and be64_to_cpu()

2013-02-23 Thread Kevin O'Connor
On Sat, Feb 23, 2013 at 04:28:06PM +, David Woodhouse wrote: On Sat, 2013-02-23 at 10:00 -0500, Kevin O'Connor wrote: Patch 2 and 3 look okay to me - if there are no further comments I'll push them. I think we're fairly happy with them. Laszlo put together the OVMF side (creating ACPI

Re: [SeaBIOS] [PATCH 1/4] Fix return type of le64_to_cpu() and be64_to_cpu()

2013-02-23 Thread David Woodhouse
On Sat, 2013-02-23 at 11:38 -0500, Kevin O'Connor wrote: On Sat, Feb 23, 2013 at 04:28:06PM +, David Woodhouse wrote: On Sat, 2013-02-23 at 10:00 -0500, Kevin O'Connor wrote: Patch 2 and 3 look okay to me - if there are no further comments I'll push them. I think we're fairly

[SeaBIOS] 9-segment allocator

2013-02-23 Thread Kevin O'Connor
this to the SeaBIOS repo - I'm posting it here in case there is interest. It is also available at: https://github.com/KevinOConnor/seabios/tree/test-9segment-20130223 -Kevin From 3608cf00a12c33f03c8dcb3f3ba272effdf3dfb7 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor ke...@koconnor.net Date: Mon, 18 Feb