
23 Aug
2015
23 Aug
'15
11:20 p.m.
Hi,
On 22 August 2015 at 00:50, Saket Sinha saket.sinha89@gmail.com wrote:
This patch mainly adds ACPI support to QEMU. Verified by booting Linux kernel on QEMU i440FX and Q35.
Signed-off-by: Saket Sinha saket.sinha89@gmail.com
arch/x86/cpu/qemu/Makefile | 1 + arch/x86/cpu/qemu/acpi.c | 179 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 180 insertions(+) create mode 100644 arch/x86/cpu/qemu/acpi.c
I'd like to get this in and deal with TODOs and other changes with separate patches.
I've fixed up a few minor whitespace things. If there is anything else really egregious I'll accept a fix-up patch for a few days.
Applied to u-boot-x86, thanks!