Date: Fri, 29 Jul 2005 15:00:19 +0800 From: "Mars G. Miro" <marsgmiro@gmail.com> To: freebsd-emulation@freebsd.org Subject: ata devices on emulated amd64 on qemu Message-ID: <28edec3c0507290000415a350d@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
Yo list! Under qemu, I seem to have a problem with teh amd64 emulator detecting emulated ata devices. This is my setup: Host: FreeBSD5.4/amd64 Guest: FreeBSD5.4/i386 --> works like a charm. I can emulate FreeBSD/i386 as well as (limited) networking (via -user-net), though there's a performance hit (of course). ata devices: ad0: 500MB <QEMU HARDDISK/0.7.0> [1015/16/63] at ata0-master PIO2 acd0: CDROM <QEMU CD-ROM/0.7.0> at ata1-master PIO3 qemu was invoked by doing a: % qemu -hda test -cdrom /path/to/5.4-RELEASE-i386-disc1.iso -pci -user-net -std-vga -boot d =20 Guest: FreeBSD5.4/amd64-> can boot only up to sysinstall menu, but cannot detect emulated ata devices (qemu hd image as well as the cdrom are nowehere to be found) qemu was invoked by doing a: % qemu-system-x86_64 -hda test -cdrom /path/to/5.4-RELEASE-amd64-disc1.iso -pci -user-net -std-vga -boot d =20 qemu image was created by doing a:=20 % qemu-img create test 500M =20 qemu was built from the ports and is most recent (at the time of this writ= ing). So has anyone else seen this? Thanks. cheers mars
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?28edec3c0507290000415a350d>