From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jes Sorensen Date: Mon, 08 Jun 2009 10:29:23 +0000 Subject: [patch] build-fix typo in target-ia64/libkvm.c Message-Id: <4A2CE803.7040705@gmail.com> MIME-Version: 1 Content-Type: multipart/mixed; boundary="------------020207030203000703020802" List-Id: To: kvm-ia64@vger.kernel.org This is a multi-part message in MIME format. --------------020207030203000703020802 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi, This one is required to build again on ia64. Cheers, Jes --------------020207030203000703020802 Content-Type: text/x-patch; name="0020-qemu-ia64-libkvm-build.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="0020-qemu-ia64-libkvm-build.patch" Fix typo s/vcp/vcpu/ Signed-off-by: Jes Sorensen --- 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; --------------020207030203000703020802--