From owner-freebsd-emulation@FreeBSD.ORG Sun May 31 17:14:01 2009 Return-Path: Delivered-To: freebsd-emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 83DAA1065673 for ; Sun, 31 May 2009 17:14:01 +0000 (UTC) (envelope-from nox@jelal.kn-bremen.de) Received: from smtp.kn-bremen.de (gelbbaer.kn-bremen.de [78.46.108.116]) by mx1.freebsd.org (Postfix) with ESMTP id 3DEAE8FC2E for ; Sun, 31 May 2009 17:14:01 +0000 (UTC) (envelope-from nox@jelal.kn-bremen.de) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id 7E8DE1E00195; Sun, 31 May 2009 19:14:00 +0200 (CEST) Received: from triton.kn-bremen.de (noident@localhost [127.0.0.1]) by triton.kn-bremen.de (8.14.3/8.14.3) with ESMTP id n4VHB9rb067409; Sun, 31 May 2009 19:11:09 +0200 (CEST) (envelope-from nox@triton.kn-bremen.de) Received: (from nox@localhost) by triton.kn-bremen.de (8.14.3/8.14.3/Submit) id n4VHAdtY067395; Sun, 31 May 2009 19:10:39 +0200 (CEST) (envelope-from nox) From: Juergen Lock Date: Sun, 31 May 2009 19:10:38 +0200 To: Mikolaj Kucharski , Andreas =?iso-8859-1?Q?F=E4rber?= , qemu-devel@nongnu.org, freebsd-emulation@FreeBSD.org, Enache Adrian <3n4ch3@gmail.com> Message-ID: <20090531171038.GA67017@triton.kn-bremen.de> References: <20090530205152.GA7702@triton.kn-bremen.de> <38008E46-FD5F-4992-A824-E7F5CFBD5475@web.de> <20090531144133.GA14007@triton.kn-bremen.de> <20090531155927.GF16517@x40.openbsd.home.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090531155927.GF16517@x40.openbsd.home.lan> User-Agent: Mutt/1.5.19 (2009-01-05) Cc: Subject: Re: [Qemu-devel] Thanx for the kqemu patches; some notes about NetBSD/OpenBSD guests 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: Sun, 31 May 2009 17:14:01 -0000 On Sun, May 31, 2009 at 04:59:27PM +0100, Mikolaj Kucharski wrote: > Is there anything new for OpenBSD which I could help test? Patches in > OpenBSD CVS are for kqemu 1.3.0pre11, version 1.4.0pre1 doesn't work. > > References > 1. http://www.openbsd.org/cgi-bin/cvsweb/ports/emulators/kqemu/ I don't know, but iirc the only thing I had to change when forward-porting the FreeBSD kqemu-kmod port from 1.3.0pre* to 1.4.0pre* (kqemu-kmod-devel) was adding code for the new KQEMU_SET_PHYS_MEM ioctl, as you can see here: http://www.freebsd.org/cgi/cvsweb.cgi/ports/emulators/kqemu-kmod-devel/files/patch-kqemu-freebsd.c?annotate=1.9 (the D_NEEDMINOR change is unrelated.) So I would at least suspect it should be as easy for OpenBSD? HTH, Juergen