All of lore.kernel.org
 help / color / mirror / Atom feed
* [patch] build-fix typo in target-ia64/libkvm.c
@ 2009-06-08 10:29 Jes Sorensen
  2009-06-08 11:07 ` Avi Kivity
  0 siblings, 1 reply; 2+ messages in thread
From: Jes Sorensen @ 2009-06-08 10:29 UTC (permalink / raw)
  To: kvm-ia64

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [patch] build-fix typo in target-ia64/libkvm.c
  2009-06-08 10:29 [patch] build-fix typo in target-ia64/libkvm.c Jes Sorensen
@ 2009-06-08 11:07 ` Avi Kivity
  0 siblings, 0 replies; 2+ messages in thread
From: Avi Kivity @ 2009-06-08 11:07 UTC (permalink / raw)
  To: kvm-ia64

Jes Sorensen wrote:
> Hi,
>
> This one is required to build again on ia64.
>

Applied, thanks.

-- 
error compiling committee.c: too many arguments to function


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-06-08 11:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-06-08 10:29 [patch] build-fix typo in target-ia64/libkvm.c Jes Sorensen
2009-06-08 11:07 ` Avi Kivity

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.