Re: [Qemu-devel] [patch] Fix FreeBSD compilation block/raw-posix.c

2013-11-04 Thread Stefan Hajnoczi
On Thu, Oct 31, 2013 at 10:41:46PM +0100, Andreas Tobler wrote: > Hi all, > > the below patch is needed to compile qemu trunk on FreeBSD with gcc48, > clang will fail ;). Host x84_64-freebsd. > > Installation will fail due to hardcoded /usr/bin/python in > scripts/acpi_extract.py > > Thanks,

[Qemu-devel] [patch] Fix FreeBSD compilation block/raw-posix.c

2013-10-31 Thread Andreas Tobler
Hi all, the below patch is needed to compile qemu trunk on FreeBSD with gcc48, clang will fail ;). Host x84_64-freebsd. Installation will fail due to hardcoded /usr/bin/python in scripts/acpi_extract.py Thanks, Andreas Signed-off-by: Andreas Tobler [neon:src/qemu/qemu-master] andreast% gi