Re: [Qemu-devel] [PATCH] tests/Makefile: Only run vhost-user-test on Linux

2014-07-15 Thread Peter Maydell
On 15 July 2014 21:15, Paolo Bonzini wrote: > Il 15/07/2014 19:35, Peter Maydell ha scritto: > >> vhost-user-test uses the linux/vhost.h header, so it must only be >> enabled if CONFIG_LINUX is defined. (Previously it was enabled >> for CONFIG_POSIX, which broke 'make check' on MacOSX.) >> >> Sign

Re: [Qemu-devel] [PATCH] tests/Makefile: Only run vhost-user-test on Linux

2014-07-15 Thread Paolo Bonzini
Il 15/07/2014 19:35, Peter Maydell ha scritto: vhost-user-test uses the linux/vhost.h header, so it must only be enabled if CONFIG_LINUX is defined. (Previously it was enabled for CONFIG_POSIX, which broke 'make check' on MacOSX.) Signed-off-by: Peter Maydell --- I'm going to commit this for th

[Qemu-devel] [PATCH] tests/Makefile: Only run vhost-user-test on Linux

2014-07-15 Thread Peter Maydell
vhost-user-test uses the linux/vhost.h header, so it must only be enabled if CONFIG_LINUX is defined. (Previously it was enabled for CONFIG_POSIX, which broke 'make check' on MacOSX.) Signed-off-by: Peter Maydell --- I'm going to commit this for the 2.1-rc2 tag I'm about to do, since it's such a