[patch] build-fix typo in target-ia64/libkvm.c

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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;

[Index of Archives]     [Linux KVM Devel]     [Linux Virtualization]     [Big List of Linux Books]     [Linux SCSI]     [Yosemite Forum]

  Powered by Linux