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

Andreas Tobler andreast at fgznet.ch
Mon Mar 8 21:39:59 UTC 2010


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>

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]


Gruss,
Andreas



More information about the freebsd-emulation mailing list