Re: [XenPPC] dom0 memory size results

2006-10-20 Thread Jimi Xenidis
On Oct 19, 2006, at 9:02 AM, Jimi Xenidis wrote: On Oct 19, 2006, at 2:30 AM, Amos Waterland wrote: On a JS21 with 8GB of RAM, we attempt 8 runs with the following dom0 memory requests: 128M 192M 256M 512M 700M 1G 2G 7G. Ok, we know that 2G of dom0 is not currently supported with the

[XenPPC] RE: Xenbits hardware failure

2006-10-20 Thread James Bulpin
Recovery is complete however the backup was taken almost 24 hours before the failure. If anyone pushed anything to their trees yesterday, please push again. (Note that the main trees, -unstable etc, have been refreshed already.) Thanks, James -Original Message- From: James Bulpin

[XenPPC] Re: [Xen-devel] [TOOLS][RFC] xc_get_pfn_list() and getmemlist.start_pfn

2006-10-20 Thread Keir Fraser
On 20/10/06 13:29, Gerd Hoffmann [EMAIL PROTECTED] wrote: I'm not after the xc_get_pfn_list hypercall, but the (appearently?) other hypercall Keir mentioned ... Could be xc_domain_memory_increase_reservation() or xc_domain_memory_populate_physmap() ... Oh, it's called from xend python

[XenPPC] [PATCH 3/10][TOOLS][XM-TEST] Rename buildroot - buildroot-i386

2006-10-20 Thread Tony Breeds
Rename buildroot - buildroot-i386. Also update Makefile. After patch Signed-off-by: Tony Breeds [EMAIL PROTECTED] --- tools/xm-test/ramdisk/Makefile.am|2 tools/xm-test/ramdisk/configs/buildroot | 330 --- tools/xm-test/ramdisk/configs/buildroot-i386 | 330

[XenPPC] [PATCH 1/10][TOOLS][XM-TEST] Update to use uClibc buildroot-snapshot

2006-10-20 Thread Tony Breeds
Update to use uClibc buildroot-snapshot. Dated file no longer exists on upstream server. Signed-off-by: Tony Breeds [EMAIL PROTECTED] --- tools/xm-test/ramdisk/Makefile.am |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) --- a/tools/xm-test/ramdisk/Makefile.am Tue Oct 17 19:04:46 2006

[XenPPC] [PATCH 7/10][TOOLS][XM-TEST] Add ability to inspect messages from domain for arbitrary strings

2006-10-20 Thread Tony Breeds
Add ability to inspect messages from domain for arbitrary strings. Used on PowerPC to FAIL(), if the guest domain hits a BUG() and enters XMON. Signed-off-by: Tony Breeds [EMAIL PROTECTED] --- tools/xm-test/lib/XmTestLib/Console.py |5 + tools/xm-test/lib/XmTestLib/arch.py| 20

[XenPPC] Re: [Xen-devel] [TOOLS][RFC] xc_get_pfn_list() and getmemlist.start_pfn

2006-10-20 Thread Gerd Hoffmann
Jimi Xenidis wrote: domain builder. I could leave the interface just for that I suppose, but equally we could fill in the initial P2M table when we allocate the domain's initial memory reservation (since that hypercall returns the PFNs). ^^

[XenPPC] xend start error

2006-10-20 Thread Hao Yu
Hi , On our js21 blade running xen, we encountered a problem. What we did: cso83:/etc/xen # xend start cso83:/etc/xen # xm list Error: Error connecting to xend: No such file or directory. Is xend running? cso83:/etc/xen # tail -25 /var/log/xen/xend.log Error: (22, 'Invalid argument')

[XenPPC] [PATCH 4/10][TOOLS][XM-TEST] Update .hgignore to remove artifacts of ramdisk build

2006-10-20 Thread Tony Breeds
Update .hgignore to remove artifacts of ramdisk build. Signed-off-by: Tony Breeds [EMAIL PROTECTED] --- .hgignore |9 + 1 file changed, 9 insertions(+) --- a/.hgignore Thu Oct 19 11:57:00 2006 +1000 +++ b/.hgignore Thu Oct 19 11:57:29 2006 +1000 @@ -184,6 +184,15 @@

[XenPPC] Re: [Xen-devel] [TOOLS][RFC] xc_get_pfn_list() and getmemlist.start_pfn

2006-10-20 Thread Gerd Hoffmann
Keir Fraser wrote: On 20/10/06 09:01, Gerd Hoffmann [EMAIL PROTECTED] wrote: domain builder. I could leave the interface just for that I suppose, but equally we could fill in the initial P2M table when we allocate the domain's initial memory reservation (since that hypercall returns the

[XenPPC] Re: [Xen-devel] [TOOLS][RFC] xc_get_pfn_list() and getmemlist.start_pfn

2006-10-20 Thread Jimi Xenidis
On Oct 20, 2006, at 4:30 AM, Gerd Hoffmann wrote: Keir Fraser wrote: On 20/10/06 09:01, Gerd Hoffmann [EMAIL PROTECTED] wrote: domain builder. I could leave the interface just for that I suppose, but equally we could fill in the initial P2M table when we allocate the domain's initial