commit | fa287b158099b5b2159ecbbcc4acb2d5dc6714cf | [log] [tgz] |
---|---|---|
author | Miao Yan <yanmiaobest@gmail.com> | Wed Jan 20 01:57:06 2016 -0800 |
committer | Bin Meng <bmeng.cn@gmail.com> | Thu Jan 28 13:53:30 2016 +0800 |
tree | e20313f94c3c02b4aa341c67f0b24e313e522e6c | |
parent | a3b15a055662ea4a8db6b8f70aa870b541e0cda9 [diff] |
x86: qemu: add the ability to load and link ACPI tables from QEMU This patch adds the ability to load and link ACPI tables provided by QEMU. QEMU tells guests how to load and patch ACPI tables through its fw_cfg interface, by adding a firmware file 'etc/table-loader'. Guests are supposed to parse this file and execute corresponding QEMU commands. Signed-off-by: Miao Yan <yanmiaobest@gmail.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Tested-by: Bin Meng <bmeng.cn@gmail.com>