qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] Fix build on FreeBSD


From: Nathan Whitehorn
Subject: Re: [Qemu-devel] [PATCH] Fix build on FreeBSD
Date: Sat, 17 Mar 2012 16:55:10 -0500


On Mar 17, 2012, at 11:20 AM, Blue Swirl wrote:

On Sat, Mar 3, 2012 at 16:34, Nathan Whitehorn <address@hidden> wrote:
Fix a missing header required to build on recent FreeBSD.

Signed-off-by: Nathan Whitehorn <address@hidden>
---
 os-posix.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/os-posix.c b/os-posix.c
index dbf3b24..83b14a0 100644
--- a/os-posix.c
+++ b/os-posix.c
@@ -45,6 +45,10 @@
 #include <sys/syscall.h>
 #endif

These and the below CONFIG_EVENTFD stuff does not exist in QEMU git
head. Please rebase.

Thanks, I'll prepare a new patch. Incidentally, the build has also been broken by the addition of qmp_guest_network_get_interfaces(), which depends on the Linux-only ioctl SIOCGIFHWADDR.
-Nathan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]