Hi, This one is required to build again on ia64. Cheers, Jes
Fix typo s/vcp/vcpu/ Signed-off-by: Jes Sorensen <jes@xxxxxxx> --- target-ia64/libkvm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: qemu-kvm/target-ia64/libkvm.c =================================================================== --- qemu-kvm.orig/target-ia64/libkvm.c +++ qemu-kvm/target-ia64/libkvm.c @@ -49,7 +49,7 @@ { int r = 0; - switch (vcp->run->exit_reason) { + switch (vcpu->run->exit_reason) { default: r = 1; break;