qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Gerd Hoffmann <kraxel@redhat.com>
To: Bret Ketchum <Bret_Ketchum@DELL.com>
Cc: "Qemu-devel@nongnu.org" <Qemu-devel@nongnu.org>,
	"mst@redhat.com" <mst@redhat.com>
Subject: Re: [Qemu-devel] Q35 FreeBSD install status
Date: Mon, 16 Sep 2013 14:55:24 +0200	[thread overview]
Message-ID: <1379336124.28744.17.camel@nilsson.home.kraxel.org> (raw)
In-Reply-To: <8b90976a8d824414a10e656ebbc67202@mspexmb1.Beer.Town>

On Mo, 2013-09-16 at 12:28 +0000, Bret Ketchum wrote:
>      As a workaround until I can uncover the qemu/FreeBSD AHCI/SATA issue, I simply create a legacy IDE to hang the CD and HD from:
> 
>     -device piix4-ide \

No need for that one.

>     -drive if=none,file=/home/ehv/images/FreeBSD-9.1-RELEASE-amd64-dvd1.iso,id=drive-ide0-0-0 \
>     -device ide-cd,bus=ide.0,drive=drive-ide0-0-0,id=ide0-0-0 \

>     -drive if=none,file=/home/ehv/images/r060501.img,format=raw,id=drive-ide0-0-1 \
>     -device ide-hd,bus=ide.0,drive=drive-ide0-0-1,id=ide0-0-1 \

The busses of the q35 ahci controller are named "ide.0" ... "ide.5" (for
sata ports 1..6).  Just use these with -device ide-{hd,cd}.  Each device
needs its own bus, master/slave doesn't exist with sata.

HTH,
  Gerd

  parent reply	other threads:[~2013-09-16 12:55 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-10 16:16 [Qemu-devel] Q35 FreeBSD install status Bret Ketchum
2013-09-10 17:29 ` Michael S. Tsirkin
2013-09-10 17:29   ` Bret Ketchum
2013-09-10 17:49     ` Michael S. Tsirkin
2013-09-16 12:28       ` Bret Ketchum
2013-09-16 12:36         ` Michael S. Tsirkin
2013-09-16 13:03           ` Bret Ketchum
2013-09-16 13:07           ` Bret Ketchum
2013-09-16 12:55         ` Gerd Hoffmann [this message]
2013-09-16 12:57           ` Bret Ketchum
2013-09-16 15:15             ` Gerd Hoffmann
2013-09-17 15:25               ` Bret Ketchum
2013-09-17 16:44                 ` Michael S. Tsirkin
2013-09-18 12:35                   ` Bret Ketchum

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1379336124.28744.17.camel@nilsson.home.kraxel.org \
    --to=kraxel@redhat.com \
    --cc=Bret_Ketchum@DELL.com \
    --cc=Qemu-devel@nongnu.org \
    --cc=mst@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).