Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Mar 2010 22:15:35 +0100
From:      Juergen Lock <nox@jelal.kn-bremen.de>
To:        Andreas Tobler <andreast@fgznet.ch>
Cc:        freebsd-emulation@FreeBSD.org, Juergen Lock <nox@jelal.kn-bremen.de>
Subject:   Re: qemu-devel 20100307 git head snapshot port update...
Message-ID:  <20100313211535.GA2659@triton8.kn-bremen.de>
In-Reply-To: <4B9AA8C0.8070303@fgznet.ch>
References:  <20100307212240.GA77222@triton8.kn-bremen.de> <4B9565E8.8060606@fgznet.ch> <20100311194633.GA49421@triton8.kn-bremen.de> <4B9AA8C0.8070303@fgznet.ch>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Mar 12, 2010 at 09:49:04PM +0100, Andreas Tobler wrote:
> On 11.03.10 20:46, Juergen Lock wrote:
> > 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
> 
> PowerPC ok. Patch applies. Build ok, minimal tests as well.

That is good news.  Thanx! :)
	Juergen



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100313211535.GA2659>