Re: [PATCH] qemu-kvm: fix compiler warning

2009-05-04 Thread Avi Kivity
Michael S. Tsirkin wrote: kvm-common.h:25:7: warning: "__ia64__" is not defined Went in by another route. -- Do not meddle in the internals of kernels, for they are subtle and quick to panic. -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to maj

[PATCH] qemu-kvm: fix compiler warning

2009-04-27 Thread Michael S. Tsirkin
kvm-common.h:25:7: warning: "__ia64__" is not defined Signed-off-by: Michael S. Tsirkin --- kvm/libkvm/kvm-common.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/kvm/libkvm/kvm-common.h b/kvm/libkvm/kvm-common.h index 96361e8..591fb53 100644 --- a/kvm/libkvm/kvm-commo