From owner-freebsd-emulation@FreeBSD.ORG Fri Jul 29 07:00:56 2005 Return-Path: X-Original-To: freebsd-emulation@freebsd.org Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A81E216A41F for ; Fri, 29 Jul 2005 07:00:56 +0000 (GMT) (envelope-from marsgmiro@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47A6843D46 for ; Fri, 29 Jul 2005 07:00:56 +0000 (GMT) (envelope-from marsgmiro@gmail.com) Received: by zproxy.gmail.com with SMTP id 8so473616nzo for ; Fri, 29 Jul 2005 00:00:55 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=jnzC20TiFRpCiBKYvHXXH35xEgKNpyOOY1EOGJhpkjJ8NuZkLU8JXbyytmsE4xYcmjEWxDDhtakdjIoKM9lgrO51wNpdpWQgGiEYOioNN12A1OpekkN1FGsyULdV8AbP7rAzM+Rv45jZwWUiXQe/gQh52+UUxWcnDJxIlVeUnNs= Received: by 10.36.71.12 with SMTP id t12mr2811580nza; Fri, 29 Jul 2005 00:00:19 -0700 (PDT) Received: by 10.36.72.13 with HTTP; Fri, 29 Jul 2005 00:00:19 -0700 (PDT) Message-ID: <28edec3c0507290000415a350d@mail.gmail.com> Date: Fri, 29 Jul 2005 15:00:19 +0800 From: "Mars G. Miro" To: freebsd-emulation@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: ata devices on emulated amd64 on qemu X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Mars G. Miro" List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Jul 2005 07:00:56 -0000 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 [1015/16/63] at ata0-master PIO2 acd0: CDROM 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