From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N36pg-0007v3-PW for qemu-devel@nongnu.org; Wed, 28 Oct 2009 07:36:53 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N36pa-0007sl-OK for qemu-devel@nongnu.org; Wed, 28 Oct 2009 07:36:51 -0400 Received: from [199.232.76.173] (port=43929 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N36pY-0007sP-Ff for qemu-devel@nongnu.org; Wed, 28 Oct 2009 07:36:44 -0400 Received: from the2masters.de ([213.146.113.64]:38190 helo=smtp.the2masters.de) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1N36pY-0004ye-1q for qemu-devel@nongnu.org; Wed, 28 Oct 2009 07:36:44 -0400 Message-ID: <4AE82CC4.70707@the2masters.de> Date: Wed, 28 Oct 2009 12:36:36 +0100 From: Stefan Hellermann MIME-Version: 1.0 Subject: Re: [Qemu-devel] Re: How to use -acpitable to add a SLIC-table? References: <49D0E6E6.4000302@the2masters.de> <4AE81918.70502@msgid.tls.msk.ru> In-Reply-To: <4AE81918.70502@msgid.tls.msk.ru> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michael Tokarev Cc: qemu-devel@nongnu.org > Replying to an old email... > > Stefan, Was you able to actually specify an externa SLIC table with qemu? > The thread I'm replying to is quite old and it ends prematurely without > any definitive result. I tried it in qemu-0.11.0 and qemu-kvm-0.11.0, > but it looks like -acpitable gets ignored the same way as it was in > 0.10.0 as you observed. > Yes! It is working here! I tried it with KVM and had problems, because the bios.bin was not updated to support the extern slic table. I don't know if that has changed, but with the bios.bin from qemu it is working even with KVM. I haven't tried the newest KVM or Qemu. currently I'm using: qemu ... -acpitable sig=SLIC,oem_id=LENOVO,oem_table_id="TP-70 ",oem_rev=00002210,asl_compiler_id=" LTP",asl_compiler_rev=00000000,data=/etc/libvirt/qemu/LENOVO.BIN -smbios file=/etc/libvirt/qemu/LENOVO_SMBIOS.BIN It works with Windows XP and Windows Vista :-) Cheers Stefan > Thanks! > >