Re: [Qemu-devel] [PATCH] target-s390x: Fix build for non-linux hosts

2011-05-24 Thread Alexander Graf
On 24.05.2011, at 19:42, Stefan Weil wrote: > linux/kvm.h is not always available for compilation. > > Neither linux/kvm.h nor kvm.h are needed, so remove both > which also fixes the build problem for non-linux hosts. > > Cc: Alexander Graf > Signed-off-by: Stefan Weil Thanks :). Applied to

[Qemu-devel] [PATCH] target-s390x: Fix build for non-linux hosts

2011-05-24 Thread Stefan Weil
linux/kvm.h is not always available for compilation. Neither linux/kvm.h nor kvm.h are needed, so remove both which also fixes the build problem for non-linux hosts. Cc: Alexander Graf Signed-off-by: Stefan Weil --- target-s390x/helper.c |5 - 1 files changed, 0 insertions(+), 5 deleti