Re: [Xen-ia64-devel] [Patch] Pass the bare LSAPIC ID to dom0

2007-07-25 Thread Akio Takebe
Hi, Alex and all Alex, thank you for your help. As you said, I make a patch to disable SRAT, SLIT. This patch is short term solution. This patch modify header-signature from SRAT, SLIT to . Because dom0 don't recognized this signature, we can disable SRAT, SLIT. Then dom0 detect non-NUMA

Re: [Xen-ia64-devel] [Patch] Pass the bare LSAPIC ID to dom0

2007-07-25 Thread Akio Takebe
Hi, all This patch is RFC. If I get agreement for this patch, I cleanup it, then I'll post xen-devel if necessary. Best Regards, Akio Takebe Hi, Alex and all Alex, thank you for your help. As you said, I make a patch to disable SRAT, SLIT. This patch is short term solution. This patch modify

Re: [Xen-ia64-devel] [Patch] Pass the bare LSAPIC ID to dom0

2007-07-25 Thread Isaku Yamahata
On Wed, Jul 25, 2007 at 03:02:18PM +0900, Akio Takebe wrote: Content-Description: Mail message body This patch modify header-signature from SRAT, SLIT to . Because dom0 don't recognized this signature, we can disable SRAT, SLIT. Then dom0 detect non-NUMA box. How about OEMx instead of

Re: [Xen-ia64-devel] [Patch] Pass the bare LSAPIC ID to dom0

2007-07-25 Thread Akio Takebe
Hi, Isaku On Wed, Jul 25, 2007 at 03:02:18PM +0900, Akio Takebe wrote: Content-Description: Mail message body This patch modify header-signature from SRAT, SLIT to . Because dom0 don't recognized this signature, we can disable SRAT, SLIT. Then dom0 detect non-NUMA box. How about OEMx

Re: [Xen-ia64-devel] [Patch] Pass the bare LSAPIC ID to dom0

2007-07-25 Thread Isaku Yamahata
On Wed, Jul 25, 2007 at 04:45:50PM +0900, Akio Takebe wrote: Because acpi_table_print() show 6byte oem_id, how about XenIPF? Sounds good. -- yamahata ___ Xen-ia64-devel mailing list Xen-ia64-devel@lists.xensource.com

Re: [Xen-ia64-devel] [PATCH] fix swiotlb_dma_supported

2007-07-25 Thread Alex Williamson
On Tue, 2007-07-24 at 16:38 +0900, Kouya Shimura wrote: CD/DVD-ROM on recent Dom0 is not available. After some investigation, IDE controller is disabled by reason that io_tlb_end is out of bounds. Applied. Thanks, Alex -- Alex Williamson HP Open

Re: [Xen-ia64-devel] [PATCH] VGA Fixes (1/3)

2007-07-25 Thread Alex Williamson
I applied these. Thanks for the comments and testing everyone. Alex -- Alex Williamson HP Open Source Linux Org. ___ Xen-ia64-devel mailing list Xen-ia64-devel@lists.xensource.com

[Xen-ia64-devel] [PATCH] Anyone care about radeon framebuffer?

2007-07-25 Thread Alex Williamson
Does anyone need or want the radeon framebuffer driver enabled? I'm not sure why it's on currently. However, I would like to turn on framebuffer console support for pvfb. Patch below disables radeon fb and enables fb console, everything else is a result of oldconfig. Let me know if you're

Re: [Xen-ia64-devel] [PATCH] Anyone care about radeon framebuffer?

2007-07-25 Thread Akio Takebe
Hi, Alex Does anyone need or want the radeon framebuffer driver enabled? I'm not sure why it's on currently. However, I would like to turn on framebuffer console support for pvfb. Patch below disables radeon fb and enables fb console, everything else is a result of oldconfig. Let me know