* [Patch][linux-2.6.18-xen]Fixed build by adding CONFIG_PCI_MSI in linux_defconfigs
@ 2008-05-08 5:19 INAKOSHI Hiroya
2008-05-08 6:44 ` Shan, Haitao
0 siblings, 1 reply; 4+ messages in thread
From: INAKOSHI Hiroya @ 2008-05-08 5:19 UTC (permalink / raw)
To: xen-devel
[-- Attachment #1: Type: text/plain, Size: 228 bytes --]
This patch is necessary to make a build get through without a prompt.
I'm not sure if it is the right way but I conservatively disabled
CONFIG_PCI_MSI by default.
Signed-off-by: Hiroya INAKOSHI <inakoshi.hiroya@jp.fujitsu.com>
[-- Attachment #2: config_pci_msi.patch --]
[-- Type: text/plain, Size: 1817 bytes --]
diff -r e39cf97647af buildconfigs/linux-defconfig_xen0_x86_32
--- a/buildconfigs/linux-defconfig_xen0_x86_32 Mon May 05 10:17:41 2008 +0100
+++ b/buildconfigs/linux-defconfig_xen0_x86_32 Thu May 08 11:55:37 2008 +0900
@@ -248,6 +248,7 @@ CONFIG_XEN_PCIDEV_FRONTEND=y
CONFIG_XEN_PCIDEV_FRONTEND=y
# CONFIG_XEN_PCIDEV_FE_DEBUG is not set
# CONFIG_PCIEPORTBUS is not set
+# CONFIG_PCI_MSI is not set
# CONFIG_PCI_DEBUG is not set
CONFIG_ISA_DMA_API=y
# CONFIG_SCx200 is not set
diff -r e39cf97647af buildconfigs/linux-defconfig_xen0_x86_64
--- a/buildconfigs/linux-defconfig_xen0_x86_64 Mon May 05 10:17:41 2008 +0100
+++ b/buildconfigs/linux-defconfig_xen0_x86_64 Thu May 08 11:55:37 2008 +0900
@@ -204,6 +204,7 @@ CONFIG_XEN_PCIDEV_FRONTEND=y
CONFIG_XEN_PCIDEV_FRONTEND=y
# CONFIG_XEN_PCIDEV_FE_DEBUG is not set
# CONFIG_PCIEPORTBUS is not set
+# CONFIG_PCI_MSI is not set
# CONFIG_PCI_DEBUG is not set
#
diff -r e39cf97647af buildconfigs/linux-defconfig_xen_x86_32
--- a/buildconfigs/linux-defconfig_xen_x86_32 Mon May 05 10:17:41 2008 +0100
+++ b/buildconfigs/linux-defconfig_xen_x86_32 Thu May 08 11:55:37 2008 +0900
@@ -254,6 +254,7 @@ CONFIG_XEN_PCIDEV_FRONTEND=y
CONFIG_XEN_PCIDEV_FRONTEND=y
# CONFIG_XEN_PCIDEV_FE_DEBUG is not set
# CONFIG_PCIEPORTBUS is not set
+# CONFIG_PCI_MSI is not set
# CONFIG_PCI_DEBUG is not set
CONFIG_ISA_DMA_API=y
CONFIG_SCx200=m
diff -r e39cf97647af buildconfigs/linux-defconfig_xen_x86_64
--- a/buildconfigs/linux-defconfig_xen_x86_64 Mon May 05 10:17:41 2008 +0100
+++ b/buildconfigs/linux-defconfig_xen_x86_64 Thu May 08 11:55:37 2008 +0900
@@ -209,6 +209,7 @@ CONFIG_XEN_PCIDEV_FRONTEND=y
CONFIG_XEN_PCIDEV_FRONTEND=y
# CONFIG_XEN_PCIDEV_FE_DEBUG is not set
# CONFIG_PCIEPORTBUS is not set
+# CONFIG_PCI_MSI is not set
# CONFIG_PCI_DEBUG is not set
#
[-- Attachment #3: Type: text/plain, Size: 138 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
* RE: [Patch][linux-2.6.18-xen]Fixed build by adding CONFIG_PCI_MSI in linux_defconfigs
2008-05-08 5:19 [Patch][linux-2.6.18-xen]Fixed build by adding CONFIG_PCI_MSI in linux_defconfigs INAKOSHI Hiroya
@ 2008-05-08 6:44 ` Shan, Haitao
2008-05-08 7:14 ` Keir Fraser
0 siblings, 1 reply; 4+ messages in thread
From: Shan, Haitao @ 2008-05-08 6:44 UTC (permalink / raw)
To: INAKOSHI Hiroya, xen-devel
Thanks!
Sorry I did not notice the problem before I sent the MSI patches.
I am preparing a similar patch like yours.:)
Best Regards
Haitao Shan
INAKOSHI Hiroya wrote:
> This patch is necessary to make a build get through without a prompt.
> I'm not sure if it is the right way but I conservatively disabled
> CONFIG_PCI_MSI by default.
>
> Signed-off-by: Hiroya INAKOSHI <inakoshi.hiroya@jp.fujitsu.com>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Patch][linux-2.6.18-xen]Fixed build by adding CONFIG_PCI_MSI in linux_defconfigs
2008-05-08 6:44 ` Shan, Haitao
@ 2008-05-08 7:14 ` Keir Fraser
2008-05-08 7:20 ` Shan, Haitao
0 siblings, 1 reply; 4+ messages in thread
From: Keir Fraser @ 2008-05-08 7:14 UTC (permalink / raw)
To: Shan, Haitao, INAKOSHI Hiroya, xen-devel
Shall I wait for your patch then?
-- Keir
On 8/5/08 07:44, "Shan, Haitao" <haitao.shan@intel.com> wrote:
> Thanks!
> Sorry I did not notice the problem before I sent the MSI patches.
> I am preparing a similar patch like yours.:)
>
> Best Regards
> Haitao Shan
>
> INAKOSHI Hiroya wrote:
>> This patch is necessary to make a build get through without a prompt.
>> I'm not sure if it is the right way but I conservatively disabled
>> CONFIG_PCI_MSI by default.
>>
>> Signed-off-by: Hiroya INAKOSHI <inakoshi.hiroya@jp.fujitsu.com>
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
* RE: [Patch][linux-2.6.18-xen]Fixed build by adding CONFIG_PCI_MSI in linux_defconfigs
2008-05-08 7:14 ` Keir Fraser
@ 2008-05-08 7:20 ` Shan, Haitao
0 siblings, 0 replies; 4+ messages in thread
From: Shan, Haitao @ 2008-05-08 7:20 UTC (permalink / raw)
To: Keir Fraser, INAKOSHI Hiroya, xen-devel
Hi, Keir,
No need to wait for my patch at all.
Thanks!
-----Original Message-----
From: Keir Fraser [mailto:keir.fraser@eu.citrix.com]
Sent: 2008年5月8日 15:14
To: Shan, Haitao; INAKOSHI Hiroya; xen-devel@lists.xensource.com
Subject: Re: [Xen-devel] [Patch][linux-2.6.18-xen]Fixed build by adding CONFIG_PCI_MSI in linux_defconfigs
Shall I wait for your patch then?
-- Keir
On 8/5/08 07:44, "Shan, Haitao" <haitao.shan@intel.com> wrote:
> Thanks!
> Sorry I did not notice the problem before I sent the MSI patches.
> I am preparing a similar patch like yours.:)
>
> Best Regards
> Haitao Shan
>
> INAKOSHI Hiroya wrote:
>> This patch is necessary to make a build get through without a prompt.
>> I'm not sure if it is the right way but I conservatively disabled
>> CONFIG_PCI_MSI by default.
>>
>> Signed-off-by: Hiroya INAKOSHI <inakoshi.hiroya@jp.fujitsu.com>
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2008-05-08 7:20 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-08 5:19 [Patch][linux-2.6.18-xen]Fixed build by adding CONFIG_PCI_MSI in linux_defconfigs INAKOSHI Hiroya
2008-05-08 6:44 ` Shan, Haitao
2008-05-08 7:14 ` Keir Fraser
2008-05-08 7:20 ` Shan, Haitao
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.