* [patch] buildfix - remove struct kvm_guest_debug for ia64
@ 2008-12-18 11:19 Jes Sorensen
2008-12-18 11:40 ` Avi Kivity
0 siblings, 1 reply; 2+ messages in thread
From: Jes Sorensen @ 2008-12-18 11:19 UTC (permalink / raw)
To: kvm-ia64
[-- Attachment #1: Type: text/plain, Size: 106 bytes --]
Hi,
Someone added a bogus kvm_guest_debug struct - get rid of it
so we can compile the tree again.
Jes
[-- Attachment #2: 6002-kvm-ia64-duplicate-kvm_guest_debug.patch --]
[-- Type: text/plain, Size: 543 bytes --]
Remove conflicting struct kvm_guest_debug from ia64 headers.
Signed-off-by: Jes Sorensen <jes@sgi.com>
---
arch/ia64/include/asm/kvm_host.h | 2 --
1 file changed, 2 deletions(-)
Index: kvm/arch/ia64/include/asm/kvm_host.h
===================================================================
--- kvm.orig/arch/ia64/include/asm/kvm_host.h
+++ kvm/arch/ia64/include/asm/kvm_host.h
@@ -239,8 +239,6 @@
struct kvm;
struct kvm_vcpu;
-struct kvm_guest_debug{
-};
struct kvm_mmio_req {
uint64_t addr; /* physical address */
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [patch] buildfix - remove struct kvm_guest_debug for ia64
2008-12-18 11:19 [patch] buildfix - remove struct kvm_guest_debug for ia64 Jes Sorensen
@ 2008-12-18 11:40 ` Avi Kivity
0 siblings, 0 replies; 2+ messages in thread
From: Avi Kivity @ 2008-12-18 11:40 UTC (permalink / raw)
To: kvm-ia64
Jes Sorensen wrote:
> Hi,
>
> Someone added a bogus kvm_guest_debug struct - get rid of it
> so we can compile the tree again.
>
I picked up Jan's version that also fixes ppc and s390.
--
error compiling committee.c: too many arguments to function
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-12-18 11:40 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-18 11:19 [patch] buildfix - remove struct kvm_guest_debug for ia64 Jes Sorensen
2008-12-18 11:40 ` 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.