From owner-freebsd-emulation@FreeBSD.ORG Fri Sep 25 23:14:31 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 018B1106566C; Fri, 25 Sep 2009 23:14:31 +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 B5EE88FC15; Fri, 25 Sep 2009 23:14:30 +0000 (UTC) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id 41AE61E006D2; Sat, 26 Sep 2009 01:14:29 +0200 (CEST) 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 n8PN9KZr049044; Sat, 26 Sep 2009 01:09:20 +0200 (CEST) (envelope-from nox@triton8.kn-bremen.de) Received: (from nox@localhost) by triton8.kn-bremen.de (8.14.3/8.14.3/Submit) id n8PN9Ksr049043; Sat, 26 Sep 2009 01:09:20 +0200 (CEST) (envelope-from nox) From: Juergen Lock Date: Sat, 26 Sep 2009 01:09:20 +0200 To: freebsd-emulation@FreeBSD.org Message-ID: <20090925230920.GA46757@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: qemu-devel@nongnu.org, Jung-uk Kim Subject: qemu 0.11.0 on FreeBSD - 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: Fri, 25 Sep 2009 23:14:31 -0000 Hi! So qemu 0.11.0 is out, the first version off the new stable branch, and I've now made an update for (for the moment) the emulators/qemu-devel port, http://people.freebsd.org/~nox/qemu/qemu-devel-0.11.0.patch that could use some testing before I commit it as emulators/qemu, especially because its a new branch... I have added the serial emulation fix again (which has been committed to the stable branch now too but after 0.11.0 was tagged; the only other fix committed since then - MAX_OP_PER_INSTR - has already been in the FreeBSD ports since back when I first reported it - only that I used an even higher value now that I look, I'll lower it later.) I already noticed one thing tho: I have updated the pcap patch to (mostly) the code Jung-uk Kim sent me for the git snapshot, and now packets especially from the host seem to be received late i.e. I see ping times of ~1000ms and ssh'ing to the host is laggy too - maybe setting BIOCIMMEDIATE doesn't work properly anymore with the new code? (Btw the git snapshot is affected too, I just didn't notice before.) Enjoy, Juergen