From owner-freebsd-emulation@FreeBSD.ORG  Thu Mar 11 19:50:24 2010
Return-Path: <owner-freebsd-emulation@FreeBSD.ORG>
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 EF6DF1065677
	for <freebsd-emulation@FreeBSD.org>;
	Thu, 11 Mar 2010 19:50:24 +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 AF5648FC1E
	for <freebsd-emulation@FreeBSD.org>;
	Thu, 11 Mar 2010 19:50:24 +0000 (UTC)
Received: by smtp.kn-bremen.de (Postfix, from userid 10)
	id CC1511E0016A; Thu, 11 Mar 2010 20:50:23 +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 o2BJkYrr090548;
	Thu, 11 Mar 2010 20:46:34 +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 o2BJkXhw090547;
	Thu, 11 Mar 2010 20:46:33 +0100 (CET) (envelope-from nox)
From: Juergen Lock <nox@jelal.kn-bremen.de>
Date: Thu, 11 Mar 2010 20:46:33 +0100
To: Andreas Tobler <andreast@fgznet.ch>
Message-ID: <20100311194633.GA49421@triton8.kn-bremen.de>
References: <20100307212240.GA77222@triton8.kn-bremen.de>
	<4B9565E8.8060606@fgznet.ch>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <4B9565E8.8060606@fgznet.ch>
User-Agent: Mutt/1.5.20 (2009-06-14)
Cc: freebsd-emulation@FreeBSD.org, Juergen Lock <nox@jelal.kn-bremen.de>
Subject: Re: qemu-devel 20100307 git head snapshot port update...
X-BeenThere: freebsd-emulation@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: Development of Emulators of other operating systems
	<freebsd-emulation.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-emulation>, 
	<mailto:freebsd-emulation-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-emulation>
List-Post: <mailto:freebsd-emulation@freebsd.org>
List-Help: <mailto:freebsd-emulation-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-emulation>, 
	<mailto:freebsd-emulation-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 11 Mar 2010 19:50:25 -0000

On Mon, Mar 08, 2010 at 10:02:32PM +0100, Andreas Tobler wrote:
> Hi Juergen,
> 
> On 07.03.10 22:22, Juergen Lock wrote:
> > ...is ready for testing:
> > 	http://people.freebsd.org/~nox/qemu/qemu-devel-20100307.patch
> > resp.
> > 	http://people.freebsd.org/~nox/qemu/qemu-devel-20100307.shar
> 
> 
> Hm, to be honest, I did not test your patch for error handling in 
> cache-utils.c. This is the result:
> 
> --- cache-utils.c.orig  2010-03-08 20:14:48.000000000 +0100
> +++ cache-utils.c       2010-03-08 20:16:15.000000000 +0100
> @@ -58,7 +58,10 @@
>   #endif
> 
>   #if defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
> +#include <errno.h>
>   #include <stdio.h>
> +#include <stdlib.h>
> +#include <string.h>
>   #include <sys/types.h>
>   #include <sys/sysctl.h>
> 
Ok added that as files/patch-cache-utils.c...

> PPC build completed and I can launch simple tests.
> Sparc64 is in progress.
> 
> Also:
> |Index: files/pcap-patch
> |===================================================================
> |RCS file: /home/pcvs/ports/emulators/qemu-devel/files/pcap-patch,v
> |retrieving revision 1.3
> |diff -u -p -r1.3 pcap-patch
> |--- files/pcap-patch	4 Feb 2010 20:27:30 -0000	1.3
> |+++ files/pcap-patch	7 Mar 2010 14:34:24 -0000
> --------------------------
> Patching file files/pcap-patch using Plan A...
> Reversed (or previously applied) patch detected!  Assume -R? [y]
> 
 ..and I now found the reason for this, I hadn't cvsup'd yet after
committing the 0.12.3 update so the patch ended up to be against 0.12.2
which my /home/ncvs still was at. :(  Fixed now.

 And I also removed the RTL8139_TIMER knob as a proper timer fix has been
committed to qemu git so re(4) now also works by default for FreeBSD
(and Darwin) guests.

 Fixed versions at the same place:
	http://people.freebsd.org/~nox/qemu/qemu-devel-20100307.patch
resp.
	http://people.freebsd.org/~nox/qemu/qemu-devel-20100307.patch

 Enjoy, :)
	Juergen