public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Make ioapic structure in irqchip seen by ia64
@ 2007-12-17 12:44 Zhang, Xiantao
       [not found] ` <42DFA526FC41B1429CE7279EF83C6BDCB13035-wq7ZOvIWXbMAbVU2wMM1CrfspsVTdybXVpNB7YpNyf8@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Zhang, Xiantao @ 2007-12-17 12:44 UTC (permalink / raw)
  To: Avi Kivity; +Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

From: xiantao.zhang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org <xiantao.zhang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
Date: Mon, 17 Dec 2007 20:27:27 +0800
Subject: [PATCH] kvm: make ioapic structure in irqchip seen by ia64

IA64 also needs to see ioapic structure in irqchip.
Signed-off-by: xiantao.zhang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org <xiantao.zhang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
---
 include/linux/kvm.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/include/linux/kvm.h b/include/linux/kvm.h
index f0bebd6..de9f28d 100644
--- a/include/linux/kvm.h
+++ b/include/linux/kvm.h
@@ -53,6 +53,8 @@ struct kvm_irqchip {
                char dummy[512];  /* reserving space */
 #ifdef CONFIG_X86
                struct kvm_pic_state pic;
+#endif
+#if defined(CONFIG_X86) || defined(CONFIG_IA64)
                struct kvm_ioapic_state ioapic;
 #endif
        } chip;
--
1.5.2

-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace

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

end of thread, other threads:[~2007-12-17 13:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-17 12:44 [PATCH] Make ioapic structure in irqchip seen by ia64 Zhang, Xiantao
     [not found] ` <42DFA526FC41B1429CE7279EF83C6BDCB13035-wq7ZOvIWXbMAbVU2wMM1CrfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2007-12-17 13:37   ` Avi Kivity
     [not found]     ` <47667BB2.7040803-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2007-12-17 13:40       ` Zhang, Xiantao
     [not found]         ` <42DFA526FC41B1429CE7279EF83C6BDCB13049-wq7ZOvIWXbMAbVU2wMM1CrfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2007-12-17 13:42           ` Avi Kivity

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox