From owner-freebsd-emulation@FreeBSD.ORG Thu Mar 25 20:51:39 2010 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 B64C0106566C for ; Thu, 25 Mar 2010 20:51:39 +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 75CD88FC0A for ; Thu, 25 Mar 2010 20:51:38 +0000 (UTC) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id D33141E0016B; Thu, 25 Mar 2010 21:51:36 +0100 (CET) Received: from triton8.kn-bremen.de (noident@localhost [127.0.0.1]) by triton8.kn-bremen.de (8.14.3/8.14.3) with ESMTP id o2PKiOh9048204; Thu, 25 Mar 2010 21:44:24 +0100 (CET) (envelope-from nox@triton8.kn-bremen.de) Received: (from nox@localhost) by triton8.kn-bremen.de (8.14.3/8.14.3/Submit) id o2PKiNiT048203; Thu, 25 Mar 2010 21:44:23 +0100 (CET) (envelope-from nox) From: Juergen Lock Date: Thu, 25 Mar 2010 21:44:23 +0100 To: freebsd-emulation@FreeBSD.org Message-ID: <20100325204423.GA46954@triton8.kn-bremen.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) Cc: Andreas Tobler , qemu-devel@nongnu.org, Toni Subject: qemu git head 20100323 on FreeBSD - qemu-devel port update for testing 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: Thu, 25 Mar 2010 20:51:39 -0000 Hi! Now that qemu git head works again (thanx Aurelien! :) I've finished the FreeBSD qemu-devel port update patch/shar that made me uncover the bug: http://people.freebsd.org/~nox/qemu/qemu-devel-20100323.patch resp. http://people.freebsd.org/~nox/qemu/qemu-devel-20100323.shar This also adds a few misc fixes (that I'll submit on the qemu list seperately), I have... . Fixed the FreeBSD executable path detection to work without /proc mounted (it usually isn't on FreeBSD), so you now no longer have to pass the path to the pc-bios dir with -L if you run qemu out of the build dir when another version is installed, like, work/qemu-snapshot-20100323_20/i386-softmmu/qemu ... (files/patch-vl.c in the shar/patch) . Fixed some more bsd-user bugs so all of i386-bsd-user, x86_64-bsd-user, and sparc64-bsd-user now run for me again on FreeBSD stable/8 amd64. (I didn't test sparc-bsd-user as I only tried -bsd freebsd and FreeBSD doesn't run on 32bit sparc.) - Yes bsd-user still needs more work but at least simple exectuables run. (files/patch-bsd-user-mmap.c, files/patch-exec.c) . Fixed the bsd-user host page protection code for FreeBSD hosts (using kinfo_getvmmap(3) on FeeBSD >= 7.x and /compat/linux/proc on older FreeBSD.) (files/patch-bsd-user-linproc) . Fixed some compilation warnings and a missing #include. (files/patch-qemu-char.c, files/patch-qemu-timer.c) Enjoy, :) Juergen