From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38086) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VJS2T-0001jP-Le for Qemu-devel@nongnu.org; Tue, 10 Sep 2013 13:47:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VJS2O-00030L-ME for Qemu-devel@nongnu.org; Tue, 10 Sep 2013 13:47:45 -0400 Received: from mx1.redhat.com ([209.132.183.28]:2584) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VJS2O-000309-D7 for Qemu-devel@nongnu.org; Tue, 10 Sep 2013 13:47:40 -0400 Date: Tue, 10 Sep 2013 20:49:46 +0300 From: "Michael S. Tsirkin" Message-ID: <20130910174946.GB4065@redhat.com> References: <20130910172934.GB3913@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] Q35 FreeBSD install status List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Bret Ketchum Cc: "Qemu-devel@nongnu.org" , "kraxel@redhat.com" On Tue, Sep 10, 2013 at 05:29:06PM +0000, Bret Ketchum wrote: >=20 > Great thanks. Any idea why the HD does not show? There's no HD in your command line. > -----Original Message----- > From: Michael S. Tsirkin [mailto:mst@redhat.com]=20 > Sent: Tuesday, September 10, 2013 12:30 PM > To: Bret Ketchum > Cc: Qemu-devel@nongnu.org; kraxel@redhat.com > Subject: Re: Q35 FreeBSD install status >=20 > On Tue, Sep 10, 2013 at 04:16:35PM +0000, Bret Ketchum wrote: > > =20 > >=20 > > I=E2=80=99m looking for some guidance with regards to constructin= g a VM=20 > > using a later version of FreeBSD. In reference to a qemu-devel postin= g: > >=20 > > http://lists.nongnu.org/archive/html/qemu-devel/2012-08/msg03329.html > >=20 > > I reran with both 1.6.0.rc3 and 1.6.50 the q35 FreeBSD tests with= =20 > > 9.0, 9.1 and 10-CURRENT using the following command line: > >=20 > > qemu-kvm \ > >=20 > > -hda /home/ehv/images/126802.img -enable-kvm -m 1G -monitor stdio = -M q35 \ > > -vnc 127.0.0.1:1 -vga cirrus -monitor stdio \ > > -cdrom /home/ehv/images/FreeBSD-9.0-RELEASE-amd64-dvd1.iso -boot=20 > > order=3Dd > >=20 > > Note the command line parameter changes necessary for the current=20 > > versions of qemu. I'm running this on a Fedora 17/3.4.4 host and I've= =20 > > tried specifying SeaBios 1.7.3 with -bios and -acpitable command line= =20 > > options. Note also that both the ide and ahci tests (pc-i440fx-1.6) w= orked as advertised on this host. > > My trouble is that the bios does not see either the HDD image nor the= cdrom. > >=20 > > My questions are am I correct to expect the aforementioned q35=20 > > test (specifically the command line) to work? Am I missing something=20 > > obvious? Is there something to look? > >=20 > > Any insight will be appreciated. Thanks. > >=20 > > =20 > >=20 > > Bret > >=20 > > =20 >=20 > -cdrom doesn't work with ahci. > there's a new flag that replaces it, I keep forgetting what it is. > Will look it up tomorrow if no one beats me to it. >=20 > -- > MST