qemu-devel 20100307 git head snapshot port update...

Juergen Lock nox at jelal.kn-bremen.de
Thu Mar 11 19:50:25 UTC 2010


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


More information about the freebsd-emulation mailing list