From owner-freebsd-ports@FreeBSD.ORG Tue Apr 10 00:06:32 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6A99216A402 for ; Tue, 10 Apr 2007 00:06:32 +0000 (UTC) (envelope-from nox@saturn.kn-bremen.de) Received: from gwyn.kn-bremen.de (gwyn.kn-bremen.de [212.63.36.242]) by mx1.freebsd.org (Postfix) with ESMTP id 2617F13C45E for ; Tue, 10 Apr 2007 00:06:31 +0000 (UTC) (envelope-from nox@saturn.kn-bremen.de) Received: by gwyn.kn-bremen.de (Postfix, from userid 10) id 3A6D21B6D76; Tue, 10 Apr 2007 02:06:30 +0200 (CEST) Received: from saturn.kn-bremen.de (nox@localhost [127.0.0.1]) by saturn.kn-bremen.de (8.13.6/8.13.6) with ESMTP id l3A04atV049635; Tue, 10 Apr 2007 02:04:36 +0200 (CEST) (envelope-from nox@saturn.kn-bremen.de) Received: (from nox@localhost) by saturn.kn-bremen.de (8.13.6/8.13.6/Submit) id l3A04aRe049634; Tue, 10 Apr 2007 02:04:36 +0200 (CEST) (envelope-from nox) From: Juergen Lock Date: Tue, 10 Apr 2007 02:04:36 +0200 To: Ivan Voras Message-ID: <20070410000436.GB49375@saturn.kn-bremen.de> Mail-Followup-To: Ivan Voras , freebsd-ports@freebsd.org References: <200704061627.l36GRUwu009926@saturn.kn-bremen.de> <461A9956.3070009@fer.hr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <461A9956.3070009@fer.hr> User-Agent: Mutt/1.5.14 (2007-02-12) Cc: freebsd-ports@freebsd.org Subject: Re: qemu: kqemu not compiled? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 00:06:32 -0000 On Mon, Apr 09, 2007 at 09:51:50PM +0200, Ivan Voras wrote: > Juergen Lock wrote: > > In article you write: > >> -=-=-=-=-=- > >> > >> I've installed qemu 0.9 and kqemu 1.3, and I'm trying to run a i386 > >> FreeBSD guest under amd64 FreeBSD host, but there's a problem: "info > >> kqemu" command in qemu reports "kqemu not compiled". But it should be - > >> the KQEMU option is active on the port and the "configure" step in the > >> port reports "kqemu support: yes". > >> > >> Judging from the disk throughput in sysinstall (never going above e.g. > >> 900 KB/s), it looks like it really isn't enabled. > >> > >> Any ideas? > > > > Use 64 bit qemu (qemu-system-x86_64) on 64 bit hosts if you want kqemu, > > like a real box it also runs 32 bit guests. (some still work better on > > 32 bit hosts tho...) > > Good advice, except that qemu-system-x86_64 locks up the machine hard, > no autoreboot. Ouch! But only with kqemu I guess? Also, whats your guest and args to qemu-system-x86_64? Juergen