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