From owner-freebsd-ports@FreeBSD.ORG Fri Apr 6 16:29:40 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 DC1DD16A407 for ; Fri, 6 Apr 2007 16:29:40 +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 97DA913C46A for ; Fri, 6 Apr 2007 16:29:40 +0000 (UTC) (envelope-from nox@saturn.kn-bremen.de) Received: by gwyn.kn-bremen.de (Postfix, from userid 10) id 2EF071B4157; Fri, 6 Apr 2007 18:29:39 +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 l36GRVfY009927; Fri, 6 Apr 2007 18:27:31 +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 l36GRUwu009926; Fri, 6 Apr 2007 18:27:30 +0200 (CEST) (envelope-from nox) Date: Fri, 6 Apr 2007 18:27:30 +0200 (CEST) From: Juergen Lock Message-Id: <200704061627.l36GRUwu009926@saturn.kn-bremen.de> To: ivoras@fer.hr X-Newsgroups: local.list.freebsd.ports In-Reply-To: Organization: home 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: Fri, 06 Apr 2007 16:29:41 -0000 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...) HTH, Juergen