Re: Hang on boot Was: [XenPPC] [xenppc-unstable] [POWERPC][XEN] Detect bad spurious interrupt condition and panic instead of hang

2006-09-12 Thread Segher Boessenkool
Sometimes when Xen is booted and we let Linux init the MPIC for the second time Xen could end up in a loop where the CPU is constantly being interrupted by the MPIC. Because of console buffering, the last message you see is some message from early kernel boot. Anyway.. we detect this now

[XenPPC] Re: [Xen-devel] What actually destroys a domain?

2006-09-12 Thread Hollis Blanchard
On Tue, 2006-09-12 at 11:16 -0400, Jimi Xenidis wrote: On Sep 12, 2006, at 9:05 AM, Jimi Xenidis wrote: On Sep 12, 2006, at 3:38 AM, Keir Fraser wrote: Xenconsoled's mapping of the console page should keep the domain alive. hmm, I'm having trouble associating the mapping and a

[XenPPC] [linux-ppc-2.6] [LINUX][POWERPC] Use inline xencomm handles (and remove mini descriptors)

2006-09-12 Thread Xen patchbot-linux-ppc-2 . 6
# HG changeset patch # User Hollis Blanchard [EMAIL PROTECTED] # Node ID 22563db8938def924303f869cd150173b1cc62a4 # Parent e574e8dd4c487af78c62a7892a4978ea7db74d15 [LINUX][POWERPC] Use inline xencomm handles (and remove mini descriptors) Signed-off-by: Hollis Blanchard [EMAIL PROTECTED] ---

[XenPPC] [linux-ppc-2.6] [LINUX][POWERPC] basic .hgignore improvements

2006-09-12 Thread Xen patchbot-linux-ppc-2 . 6
# HG changeset patch # User Hollis Blanchard [EMAIL PROTECTED] # Node ID e574e8dd4c487af78c62a7892a4978ea7db74d15 # Parent 0c4c6144a492946963ddb3c9a2825237d20c7624 [LINUX][POWERPC] basic .hgignore improvements Signed-off-by: Hollis Blanchard [EMAIL PROTECTED] --- .hgignore |9 +++-- 1

[XenPPC] [xenppc-unstable] [XEN][POWERPC] Split dom0_ops.c into domctl.c and sysctl.c.

2006-09-12 Thread Xen patchbot-xenppc-unstable
# HG changeset patch # User Hollis Blanchard [EMAIL PROTECTED] # Node ID 48840bbe607de4472121226de782bdd81db714e4 # Parent 6902fa91b65717f86defc81edd2162c04bfbf972 [XEN][POWERPC] Split dom0_ops.c into domctl.c and sysctl.c. Signed-off-by: Hollis Blanchard [EMAIL PROTECTED] ---

[XenPPC] [linux-ppc-2.6] [LINUX][POWERPC] Add missing xencomm file.

2006-09-12 Thread Xen patchbot-linux-ppc-2 . 6
# HG changeset patch # User Hollis Blanchard [EMAIL PROTECTED] # Node ID 4a1f58739bc25b80eae92af80b9ef309cb25468c # Parent 7de0dc82cc65d7a0e047e3826395edd15f31a339 [LINUX][POWERPC] Add missing xencomm file. Signed-off-by: Hollis Blanchard [EMAIL PROTECTED] ---

[XenPPC] [RFC][PATCH] Isolating ACM's architecture-dependent parts

2006-09-12 Thread Stefan Berger
This is a modification of Tristan's previously posted patch. I have tried to isolate architecture-dependent parts into functions that are kept in architecture-specific include files. For example, the code that deals with starting up ACM on the x86 architecture has been moved to