* [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[parent not found: <42DFA526FC41B1429CE7279EF83C6BDCB13035-wq7ZOvIWXbMAbVU2wMM1CrfspsVTdybXVpNB7YpNyf8@public.gmane.org>]
* Re: [PATCH] Make ioapic structure in irqchip seen by ia64 [not found] ` <42DFA526FC41B1429CE7279EF83C6BDCB13035-wq7ZOvIWXbMAbVU2wMM1CrfspsVTdybXVpNB7YpNyf8@public.gmane.org> @ 2007-12-17 13:37 ` Avi Kivity [not found] ` <47667BB2.7040803-atKUWr5tajBWk0Htik3J/w@public.gmane.org> 0 siblings, 1 reply; 4+ messages in thread From: Avi Kivity @ 2007-12-17 13:37 UTC (permalink / raw) To: Zhang, Xiantao; +Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f Zhang, Xiantao wrote: > 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. > Patch doesn't apply due to whitespace corruption. -- error compiling committee.c: too many arguments to function ------------------------------------------------------------------------- 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 [flat|nested] 4+ messages in thread
[parent not found: <47667BB2.7040803-atKUWr5tajBWk0Htik3J/w@public.gmane.org>]
* Re: [PATCH] Make ioapic structure in irqchip seen by ia64 [not found] ` <47667BB2.7040803-atKUWr5tajBWk0Htik3J/w@public.gmane.org> @ 2007-12-17 13:40 ` Zhang, Xiantao [not found] ` <42DFA526FC41B1429CE7279EF83C6BDCB13049-wq7ZOvIWXbMAbVU2wMM1CrfspsVTdybXVpNB7YpNyf8@public.gmane.org> 0 siblings, 1 reply; 4+ messages in thread From: Zhang, Xiantao @ 2007-12-17 13:40 UTC (permalink / raw) To: Avi Kivity; +Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f [-- Attachment #1: Type: text/plain, Size: 909 bytes --] Attached. 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 [-- Attachment #2: 0003-kvm-make-ioapic-structure-in-irqchip-seen-by-ia64.patch --] [-- Type: application/octet-stream, Size: 825 bytes --] From 1f225df81c7bee8b55609a5ece995012c1644807 Mon Sep 17 00:00:00 2001 From: xiantao.zhang@intel.com <xiantao.zhang@intel.com> 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@intel.com <xiantao.zhang@intel.com> --- 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 [-- Attachment #3: Type: text/plain, Size: 308 bytes --] ------------------------------------------------------------------------- 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 [-- Attachment #4: Type: text/plain, Size: 186 bytes --] _______________________________________________ kvm-devel mailing list kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org https://lists.sourceforge.net/lists/listinfo/kvm-devel ^ permalink raw reply related [flat|nested] 4+ messages in thread
[parent not found: <42DFA526FC41B1429CE7279EF83C6BDCB13049-wq7ZOvIWXbMAbVU2wMM1CrfspsVTdybXVpNB7YpNyf8@public.gmane.org>]
* Re: [PATCH] Make ioapic structure in irqchip seen by ia64 [not found] ` <42DFA526FC41B1429CE7279EF83C6BDCB13049-wq7ZOvIWXbMAbVU2wMM1CrfspsVTdybXVpNB7YpNyf8@public.gmane.org> @ 2007-12-17 13:42 ` Avi Kivity 0 siblings, 0 replies; 4+ messages in thread From: Avi Kivity @ 2007-12-17 13:42 UTC (permalink / raw) To: Zhang, Xiantao; +Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f Zhang, Xiantao wrote: > Attached. > 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. > Applied, thanks. -- error compiling committee.c: too many arguments to function ------------------------------------------------------------------------- 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 [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