diff options
author | aliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162> | 2009-02-27 20:12:36 +0000 |
---|---|---|
committer | aliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162> | 2009-02-27 20:12:36 +0000 |
commit | 8a92ea2f2c7b3e185ef6f4d8d3c376b752275ec7 (patch) | |
tree | 5697ae67cc99b9478efaa73725b1cbf5e9a79edf /qemu-doc.texi | |
parent | 680c30692dc9e8f6d63ad0eb6ddb2a9ace0503cf (diff) |
Allow additions of ACPI tables from command line (Gleb Natapov)
This is needed to dynamically add SLIC tables with Windows
activation keys.
Signed-off-by: Gleb Natapov <gleb@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6650 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'qemu-doc.texi')
-rw-r--r-- | qemu-doc.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/qemu-doc.texi b/qemu-doc.texi index 8322a0888d..39a3a76ca4 100644 --- a/qemu-doc.texi +++ b/qemu-doc.texi @@ -896,6 +896,9 @@ only). @item -no-hpet Disable HPET support. +@item -acpitable [sig=@var{str}][,rev=@var{n}][,oem_id=@var{str}][,oem_table_id=@var{str}][,oem_rev=@var{n}] [,asl_compiler_id=@var{str}][,asl_compiler_rev=@var{n}][,data=@var{file1}[:@var{file2}]...] +Add ACPI table with specified header fields and context from specified files. + @end table Linux boot specific: When using these options, you can use a given |