Re: [Xen-ia64-devel] Re: PATCH: vcpu hotplug

2006-06-01 Thread Tristan Gingold
Le Jeudi 01 Juin 2006 04:37, Alex Williamson a écrit : On Wed, 2006-05-31 at 11:10 +0200, Tristan Gingold wrote: @@ -281,6 +282,9 @@ int arch_domain_create(struct domain *d) if ((d-arch.mm.pgd = pgd_alloc(d-arch.mm)) == NULL) goto fail_nomem; +

[Xen-ia64-devel] [patch] cleanup linux-2.6-xen-sparce

2006-06-01 Thread Akio Takebe
Hi, Alex and Aron This is a cleanup patch. Signed-off-by: Akio Takebe [EMAIL PROTECTED] Best Regards, Akio Takebe diff -r acabf4bdec4f linux-2.6-xen-sparse/arch/ia64/xen/hypervisor.c --- a/linux-2.6-xen-sparse/arch/ia64/xen/hypervisor.c Wed May 31 13: 05:21 2006 -0600 +++

RE: [Xen-ia64-devel] [PATCH]Fix domain0 no VGA console bug.

2006-06-01 Thread Zhang, Xiantao
Hi Alex, The updated patch should be happy for all platforms. If EFI doesn't provide md for range(0xa-0xc) to OS. It maybe a hole or occupied by legacy vga. Therefore, I used the efi_mmio function to check it. If these pages was not mapped yet and efi_mmio return true, we can

[Xen-ia64-devel] [PATCH] Add carriage return to printk/printf

2006-06-01 Thread Masaki Kanno
Hi, When I tested Xen/ia64, I encountered with printk()/printf() that carriage return(CR) was forgotten. This patch adds the CR to printk()/printf(). Signed-off-by: Masaki Kanno [EMAIL PROTECTED] Best regards, Kan add_CR.patch Description: Binary data

Réf. : [Xen-ia64-devel] xen/ia64 supported hardware

2006-06-01 Thread jean-paul . pigache
Alex, in Bull we are steadily running Xen-ia64 on our NovaScale Itanium 2 servers : the Bull NovaScale 4000 and 6000 series. We also intend to test Xen-ia64 on the NovaScale 5000 series (not been done at this time). Best regards Jean-Paul Alex Williamson [EMAIL PROTECTED] Envoyé par :

[Xen-ia64-devel] PATCH: vcpu hotplug

2006-06-01 Thread Tristan Gingold
Hi, I fixed the test, the flags are now set only in construct_dom0. Tested on dom0 and domU. Tristan. # HG changeset patch # User [EMAIL PROTECTED] # Node ID 3705e0e16d9e110704ebe5847a1b6a942dac5e17 # Parent 25483d9b55d4307d125f4135b609a6387f247ba8 Vcpu hot-plug support. Handle SAL return.

Re: [Xen-ia64-devel] [RFC] cleanup warning (redefine MMIO_SIZE)

2006-06-01 Thread Tristan Gingold
Le Jeudi 01 Juin 2006 13:28, Akio Takebe a écrit : Hi, all This issue is only for fedora-xen-ia64. fedora-xen-ia64 turn on CONFIG_FB_NEOMAGIC in .config. (xen-ia64-unstable is default turn off it) In the case of CONFIG_FB_NEOMAGIC=y, MMIO_SIZE is redefine. I think MMIO_SIZE in arch-ia64.h

Re: [Xen-ia64-devel] Re: [Xen-users] XEN on machines with EFI

2006-06-01 Thread Rodrigo Lord
Hello! Yes, I understood! I think that the EFI isn`t more my problem! :) I`m with problems to create my initrd! # mkinitrd -o /boot/efi/efi/debian/initrd-2.6.16.13-xen0.img 2.6.16.13-xen0 find: /lib/modules/2.6.16.13-xen0/kernel/drivers: No such file or directory find:

Re: [Xen-ia64-devel] [RFC] cleanup warning (redefine MMIO_SIZE)

2006-06-01 Thread Alex Williamson
On Thu, 2006-06-01 at 13:47 +0200, Tristan Gingold wrote: Le Jeudi 01 Juin 2006 13:28, Akio Takebe a écrit : Hi, all This issue is only for fedora-xen-ia64. fedora-xen-ia64 turn on CONFIG_FB_NEOMAGIC in .config. (xen-ia64-unstable is default turn off it) In the case of

[Xen-ia64-devel] Problems booting dom0

2006-06-01 Thread Rodrigo Lord
Hello! I`m with problems to load dom0: UDF-fs: No partition found XFS: bad magic number XFS: SB validate failed Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(8,7) I`m using Debian Sarge 3.1 on an Itanium 2. I`m using xlilo (modified version to xen) to load my xen.

RE: [Xen-ia64-devel] Problems booting dom0

2006-06-01 Thread Yang, Fred
1. Boot your native kernel 2. "mount" command to find out your root device name 3. Put the device name of #2 in the append line of elilo.conf 4. you may also want to modify /etc/fstab of "LABEL=/" to "DeviceName in #2" if any From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]

Re: [PATCH] check memory descriptor over lap in dom_fw_init() (was Re: [Xen-ia64-devel] [PATCH]Fix domain0 no VGA console bug.)

2006-06-01 Thread Alex Williamson
Hi Isaku, I like this idea, this should really help creating dom0s with large memory (the swiotlb doesn't like it when we don't put any memory below 4GB). I'm having trouble with the loop below though, it seems overly complicated, but maybe I'm missing something important. We're just looking

RE: [Xen-ia64-devel] Re: [Xen-users] XEN on machines with EFI

2006-06-01 Thread Zhang, Xiantao
Hi Rodrigo, Akio is right. Of course, you can make a try with old initrd.img . Maybe it is OK for your system. Thanks -Xiantao -Original Message- From: Akio Takebe [mailto:[EMAIL PROTECTED] Sent: 2006年6月2日 9:46 To: Rodrigo Lord; Zhang, Xiantao;