From owner-freebsd-amd64@FreeBSD.ORG Mon Sep 18 15:04:02 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 C298216A664 for ; Mon, 18 Sep 2006 15:04:02 +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 4A84643D49 for ; Mon, 18 Sep 2006 15:03:59 +0000 (GMT) (envelope-from sql82@list.ru) Received: from [195.66.208.53] (port=34513 helo=squirlhome) by mx27.mail.ru with asmtp id 1GPKf7-0004Zp-00 for freebsd-amd64@freebsd.org; Mon, 18 Sep 2006 19:03:57 +0400 Date: Mon, 18 Sep 2006 18:11:37 +0300 From: Andriy Tovstik To: freebsd-amd64@freebsd.org Message-Id: <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: 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:04:02 -0000 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 :)