Signed-off-by: Hu Tao hutao@cn.fujitsu.com --- README | 5 +++++ 1 file changed, 5 insertions(+)
diff --git a/README b/README index c6462b7..6eec8a2 100644 --- a/README +++ b/README @@ -18,6 +18,11 @@ bios images and then overwrite the main bios image. For example: cp /usr/share/qemu/*.bin mybiosdir/ cp out/bios.bin mybiosdir/
+And optional, to test ACPI DSDT, one will need to copy the aml files. +For example: + +cp out/*.aml mybiosdir/ + Once this is setup, one can instruct qemu to use the newly created directory for rom images. For example:
On Tue, Mar 12, 2013 at 03:59:25PM +0800, Hu Tao wrote:
--- a/README +++ b/README @@ -18,6 +18,11 @@ bios images and then overwrite the main bios image. For example: cp /usr/share/qemu/*.bin mybiosdir/ cp out/bios.bin mybiosdir/
+And optional, to test ACPI DSDT, one will need to copy the aml files. +For example:
+cp out/*.aml mybiosdir/
Thanks - I pushed a slightly different update.
-Kevin