From 8a92ea2f2c7b3e185ef6f4d8d3c376b752275ec7 Mon Sep 17 00:00:00 2001 From: aliguori Date: Fri, 27 Feb 2009 20:12:36 +0000 Subject: 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 Signed-off-by: Anthony Liguori git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6650 c046a42c-6fe2-441c-8c8c-71466251a162 --- qemu-doc.texi | 3 +++ 1 file changed, 3 insertions(+) (limited to 'qemu-doc.texi') 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 -- cgit v1.2.1