From: Jes Sorensen <[email protected]> Fix typo s/vcp/vcpu/
Signed-off-by: Jes Sorensen <[email protected]> Signed-off-by: Avi Kivity <[email protected]> diff --git a/target-ia64/libkvm.c b/target-ia64/libkvm.c index 168721e..bf9dded 100644 --- a/target-ia64/libkvm.c +++ b/target-ia64/libkvm.c @@ -49,7 +49,7 @@ int kvm_arch_run(kvm_vcpu_context_t vcpu) { int r = 0; - switch (vcp->run->exit_reason) { + switch (vcpu->run->exit_reason) { default: r = 1; break; -- To unsubscribe from this list: send the line "unsubscribe kvm-commits" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
