kvm-ia64.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jes Sorensen <jes.sorensen@gmail.com>
To: kvm-ia64@vger.kernel.org
Subject: [patch] build-fix typo in target-ia64/libkvm.c
Date: Mon, 08 Jun 2009 10:29:23 +0000	[thread overview]
Message-ID: <4A2CE803.7040705@gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 64 bytes --]

Hi,

This one is required to build again on ia64.

Cheers,
Jes


[-- Attachment #2: 0020-qemu-ia64-libkvm-build.patch --]
[-- Type: text/x-patch, Size: 468 bytes --]

Fix typo s/vcp/vcpu/

Signed-off-by: Jes Sorensen <jes@sgi.com>

---
 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;

             reply	other threads:[~2009-06-08 10:29 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-08 10:29 Jes Sorensen [this message]
2009-06-08 11:07 ` [patch] build-fix typo in target-ia64/libkvm.c Avi Kivity

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4A2CE803.7040705@gmail.com \
    --to=jes.sorensen@gmail.com \
    --cc=kvm-ia64@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).