Re: [Xen-devel] Re: [XenPPC] [PATCH] [POWERPC] fix vga.c compilation

2006-08-16 Thread Alex Williamson
= ioremap(0xB, 0x1000); +detected = detect_video(p); +iounmap(p); +if ( detected ) +return 1; + +p = ioremap(0xB8000, 0x1000); +detected = detect_video(p); +iounmap(p); +if ( detected ) +return 1; + -- Alex Williamson

[XenPPC] [PATCH] non-x86 build fix for libfsimage

2006-11-10 Thread Alex Williamson
Signed-off-by: Alex Williamson [EMAIL PROTECTED] --- diff -r b9fa39557370 tools/libfsimage/ext2fs/fsys_ext2fs.c --- a/tools/libfsimage/ext2fs/fsys_ext2fs.c Fri Nov 10 08:58:47 2006 -0700 +++ b/tools/libfsimage/ext2fs/fsys_ext2fs.c Fri Nov 10 10:23:57 2006 -0700 @@ -232,6 +232,7 @@ struct

[XenPPC] Re: [Xen-devel] Re: [Xen-changelog] [xen-unstable] [IA64] fix xencomm_handle_is_null().

2006-11-16 Thread Alex Williamson
would actually be very small (1 file) and we wanted to get his work into the tree before he left Bull. We can still work to share as much as possible even with the code split. Thanks, Alex -- Alex Williamson HP Open Source Linux Org

[XenPPC] Re: Exporting native protocol ABI from domain builder

2007-05-15 Thread Alex Williamson
sense please go ahead. It looks reasonable to me and does give us a little flexibility should we decide to differentiate based on endian-ness at some point in the future. Thanks for thinking of us! Alex -- Alex Williamson HP Open Source Linux Org

[XenPPC] Re: [Xen-devel] new repo layout?

2007-06-04 Thread Alex Williamson
On Mon, 2007-06-04 at 12:46 -0500, Hollis Blanchard wrote: On Mon, 2007-06-04 at 11:25 -0600, Alex Williamson wrote: Another option would be to move the ia64 and ppc trees into separate subdirectories of /ext/. I'm open to other alternatives. So far, this sounds like the best

[XenPPC] Re: [Xen-devel] new repo layout?

2007-06-04 Thread Alex Williamson
-- Alex Williamson HP Open Source Linux Org. ___ Xen-ppc-devel mailing list Xen-ppc-devel@lists.xensource.com http://lists.xensource.com/xen-ppc-devel

[XenPPC] Re: [Xen-ia64-devel] [PATCH 2/2] remove xencomm page size limit(linux side)

2007-07-31 Thread Alex Williamson
list [EMAIL PROTECTED] http://lists.xensource.com/xen-ia64-devel -- Alex Williamson HP Open Source Linux Org. ___ Xen-ppc-devel mailing list Xen-ppc-devel@lists.xensource.com http://lists.xensource.com/xen-ppc-devel

[XenPPC] Re: [Xen-devel] [PATCH 0/4] xencomm take 2: preparation for consolidation and various fixes

2007-08-13 Thread Alex Williamson
On Mon, 2007-08-13 at 10:10 +0100, Keir Fraser wrote: I'll apply these if Alex and Hollis will ack them. They look OK to me. Acked-by: Alex Williamson [EMAIL PROTECTED] On 13/8/07 04:59, Isaku Yamahata [EMAIL PROTECTED] wrote: This updated patch series is for xencomm consolidation

[XenPPC] Re: [Xen-devel] Xen 3.1.1 -- initial patchqueue

2007-09-10 Thread Alex Williamson
that 15265 is intentionally applied after 15349 above. There's some screwiness around a merge for these and it was easier to modify the white space in the smaller one and apply it later. Other ia64'ers, please speak up if there's something else missing. Thanks, Alex -- Alex Williamson

[XenPPC] Re: [Xen-devel] Xen 3.1.1 -- initial patchqueue

2007-09-11 Thread Alex Williamson
Updated cset numbers now that all the ia64 patches are merged into mainline... On Mon, 2007-09-10 at 13:18 -0600, Alex Williamson wrote: http://xenbits.xensource.com/ext/xen-ia64-unstable.hg?rev/6644d8486266 ia64/15762:6644d8486266 - cleanup NVRAM failure case Now http