[XenPPC] Re: [Xen-devel] RFC: xencomm in common

2006-08-24 Thread Tristan Gingold
Le Jeudi 24 Août 2006 03:44, Isaku Yamahata a écrit : Hi Tristan. Since I looked the patch very roughly, I might be wrong and parania though. xencomm_copy_from_guest(), xencomm_copy_to_guest() converts address, then acessses a page. The Xen/IA64 P2M table is lockless so that the page can be

[XenPPC] Error creating domain on JS20 (Fw: [Prose-jvm] Brief Status in TRL (2006/08/24))

2006-08-24 Thread Maria Butrico
Maria Butricointernet or sametime: [EMAIL PROTECTED]; Notes: Maria Butrico/Watson/IBM - Forwarded by Maria Butrico/Watson/IBM on 08/24/2006 10:15 AM - Kiyokuni

Re: [XenPPC] PATCH: xencomm - kernel side

2006-08-24 Thread Tristan Gingold
Le Mercredi 23 Août 2006 18:39, Hollis Blanchard a écrit : On Wed, 2006-08-23 at 14:31 +0200, Tristan Gingold wrote: taking into account Hollis comments I now submit this patch. IA64 specific stuff will be posted to xen-ia64-unstable after merge. NAK pending outcome of other comments.

Re: [XenPPC] Error creating domain on JS20 (Fw: [Prose-jvm] Brief Status in TRL (2006/08/24))

2006-08-24 Thread Jimi Xenidis
On Aug 24, 2006, at 10:42 AM, Maria Butrico wrote: Today, I installed necessary tools including mercurial to LinuxPPC, self-built XenPPC, dom0 Linux, and Xen Tools on LinuxPPC, and installed them. I also built j9-xen-ppc with the latest codes, and tried to start it on my

[XenPPC] [PATCH][TOOLS] Fix xenconsoled SEGV if domain is destroyed while connected.

2006-08-24 Thread Jimi Xenidis
The following patch fixes a bug where xenconsoled will can SEGV because it uses FD_ISSET(-1,xxx). Since the code is written that any ring/tty handler can set d-tty_fd to -1 it has to be checked _every_time_. Signed-off-by: Jimi Xenidis [EMAIL PROTECTED] diff -r

[XenPPC] [xenppc-unstable] [TOOLS] Fix xenconsoled SEGV if domain is destroyed while connected.

2006-08-24 Thread Xen patchbot-xenppc-unstable
# HG changeset patch # User Jimi Xenidis [EMAIL PROTECTED] # Node ID d2087a16bc5153d6abc4d28b3bcc39904a6c65b6 # Parent 00c47d5766100994d1b936873629256874a8d5ba [TOOLS] Fix xenconsoled SEGV if domain is destroyed while connected. The following patch fixes a bug where xenconsoled will can SEGV

Re: [XenPPC] problem with console

2006-08-24 Thread Jimi Xenidis
On Aug 24, 2006, at 12:52 PM, Jimi Xenidis wrote: On Aug 24, 2006, at 12:11 PM, Orran Y Krieger wrote: Yesterday (from a week old version of the tools/linx/xen) we could repeatedly: start test domain xenconsole to it xm destroy it Today, after updating everything, we have

Re: [XenPPC] Error creating domain on JS20 (Fw: [Prose-jvm] Brief Status in TRL (2006/08/24))

2006-08-24 Thread Hollis Blanchard
On Thu, 2006-08-24 at 10:35 -0500, Hollis Blanchard wrote: On Thu, 2006-08-24 at 10:42 -0400, Kiyokuni Kawachiya wrote: Today, I installed necessary tools including mercurial to LinuxPPC, self-built XenPPC, dom0 Linux, and Xen Tools on LinuxPPC, and installed them. I also built

[XenPPC] current crash

2006-08-24 Thread Orran Y Krieger
Been doing a binary search to find at least one of the things causing a crash. What I have now is that the following call from libOS reliably crashes xen. the call is: rc = hcall_read(ret, flags, idx + i); In the library OS , with parameters: flags - 0, idx = 0 ret = 240948 That coems