Re: [Qemu-devel] [PATCH 6/6] Avoid compilation warning regarding kvm under darwin

2011-05-27 Thread Stefan Weil
Am 27.05.2011 19:22, schrieb Alexandre Raymond: 8< qemu/target-s390x/helper.c:32:23: warning: linux/kvm.h: No such file or director 8< kvm.h, which is included right after this line, already includes linux/kvm.h with the proper CONFIG_KVM guard. Remove redundant include. Sig

[Qemu-devel] [PATCH 6/6] Avoid compilation warning regarding kvm under darwin

2011-05-27 Thread Alexandre Raymond
8< qemu/target-s390x/helper.c:32:23: warning: linux/kvm.h: No such file or director 8< kvm.h, which is included right after this line, already includes linux/kvm.h with the proper CONFIG_KVM guard. Remove redundant include. Signed-off-by: Alexandre Raymond --- target-s390x/helpe