From owner-freebsd-emulation@FreeBSD.ORG Tue Sep 6 20:10:50 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 DC77416A41F; Tue, 6 Sep 2005 20:10:50 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from anuket.mj.niksun.com (gwnew.niksun.com [65.115.46.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7723543D46; Tue, 6 Sep 2005 20:10:47 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from niksun.com (anuket [10.70.0.5]) by anuket.mj.niksun.com (8.13.1/8.13.1) with ESMTP id j86KFpLe066208; Tue, 6 Sep 2005 16:15:51 -0400 (EDT) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: freebsd-amd64@FreeBSD.org Date: Tue, 6 Sep 2005 16:10:22 -0400 User-Agent: KMail/1.6.2 References: <20050906190753.GA8560@saturn.kn-bremen.de> <20050906195449.GA10388@saturn.kn-bremen.de> In-Reply-To: <20050906195449.GA10388@saturn.kn-bremen.de> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit Message-Id: <200509061610.24704.jkim@FreeBSD.org> X-Virus-Scanned: ClamAV 0.85.1/1066/Tue Sep 6 07:42:41 2005 on anuket.mj.niksun.com X-Virus-Status: Clean Cc: freebsd-emulation@FreeBSD.org, Juergen Lock , qemu-devel@nongnu.org Subject: Re: oops! (was: FreeBSD qemu port update - some success with kqemu/amd64 :) X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2005 20:10:51 -0000 On Tuesday 06 September 2005 03:54 pm, Juergen Lock wrote: > Jung-uk Kim just made me aware of a device cloning change which > requires a patch to the kqemu wrapper for __FreeBSD_version >= > 600034.  So here is a new port update: --- >8 --- SNIP!!! --- >8 --- It is working as advertised on FreeBSD/amd64 -CURRENT host now. :-) BTW, I just confirmed FreeBSD 6.0-BETA4 guest works when PREEMPTION option is removed from kernel configuration. Thanks for the update, Jung-uk Kim