From owner-freebsd-amd64@FreeBSD.ORG Mon Sep 18 15:23:17 2006 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B873716A40F for ; Mon, 18 Sep 2006 15:23:17 +0000 (UTC) (envelope-from sql82@list.ru) Received: from mx27.mail.ru (mx27.mail.ru [194.67.23.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id E653B43D80 for ; Mon, 18 Sep 2006 15:23:07 +0000 (GMT) (envelope-from sql82@list.ru) Received: from [195.66.208.53] (port=42740 helo=squirlhome) by mx27.mail.ru with asmtp id 1GPKxU-000KDB-00 for freebsd-amd64@freebsd.org; Mon, 18 Sep 2006 19:22:56 +0400 Date: Mon, 18 Sep 2006 18:30:36 +0300 From: Andriy Tovstik To: freebsd-amd64@freebsd.org Message-Id: <20060918183036.0147a87c.sql82@list.ru> In-Reply-To: <20060918181137.0a7371c9.sql82@list.ru> References: <20060918181137.0a7371c9.sql82@list.ru> X-Mailer: Sylpheed version 2.2.6 (GTK+ 2.8.20; amd64-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: SOLVED: qemu and -kernel-kqemu option trouble X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 15:23:17 -0000 My mistake... on x64 - the qemu-system-x86_64 binary uses On Mon, 18 Sep 2006 18:11:37 +0300 Andriy Tovstik wrote: > hi, all > > I installed qemu and kqemu-kmod ports on my machine. > I loaded kemu module with kldload, and made sure that it's working with kldstat. Then I tried to start qemu with option -kernel-kqemu but I saw the following message: > > [squirl@squirlhome ~]$ qemu -kernel-kqemu > qemu: invalid option -- '-kernel-kqemu' > > I installed qemu the following way: > > cd /usr/ports/emulators/qemu > make -DWITH_KQEMU intall clean > > So it looks like qemu ignores WITH_KQEMU option > > Version of qemu is 0.8.2_1 > My workstation uname -a is: > [code]FreeBSD squirlhome.ilyichevsk.net 6.1-RELEASE FreeBSD 6.1-RELEASE #7: Sun Sep 17 15:53:11 EEST 2006 squirl@squirlhome.ilyichevsk.net:/usr/src/sys/amd64/compile/CUSTOM [/code] > > thanks! and sorry for my english :) > _______________________________________________ > freebsd-amd64@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-amd64 > To unsubscribe, send any mail to "freebsd-amd64-unsubscribe@freebsd.org" >