From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:45103) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SrUOW-0004JF-B8 for qemu-devel@nongnu.org; Wed, 18 Jul 2012 09:34:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SrUOM-0003lE-SR for qemu-devel@nongnu.org; Wed, 18 Jul 2012 09:34:24 -0400 Received: from mx1.redhat.com ([209.132.183.28]:58273) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SrUOM-0003kx-K4 for qemu-devel@nongnu.org; Wed, 18 Jul 2012 09:34:14 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q6IDYD0J013443 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 18 Jul 2012 09:34:13 -0400 Message-ID: <5006BB53.2030201@redhat.com> Date: Wed, 18 Jul 2012 15:34:11 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <50058562.8000108@redhat.com> <20120717154714.GE2463@redhat.com> In-Reply-To: <20120717154714.GE2463@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] q35 and ahci List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jason Baron Cc: David Allan , Eric Blake , QEMU Developers > The current command line I'm using something such as: > > $ /usr/local/bin/qemu-system-x86_64 -name "f16" -M pc_q35 -m 1G -smp 4 > -hda ./f16.img --enable-kvm -bios /q35-seabios/out/bios.bin > -acpitable file=/q35-seabios/out/q35-acpi-dsdt.aml -monitor stdio > > So it might be nice to avoid the '-acpitable' flag. Perhaps, we can > teach qemu to pull in the correct acpitable depending on the -M > specification... I expect those switches being a temporary solution. Once everything is upstream in qemu and seabios there should be no need to specify a acpi table manually. Likewise for the bios binary. cheers, Gerd