Re: [Xen-ia64-devel][PATCH 0/4] boot windows server 2003:

2006-08-02 Thread Tristan Gingold
Le Vendredi 28 Juillet 2006 08:55, Xu, Anthony a écrit : Windows server 2003 sp1 can be installed and boot on top of XEN/VTI. Hi Anthony, I have installed Windows on an IDE disk and I am now trying to use this image on VTi. Unfortunatly Windows needs NVRAM contents. How have you saved

[Xen-ia64-devel] Enabling hypercalls from VT-i domain

2006-08-02 Thread DOI Tsunehisa
Hi all, My name is Tsunehisa Doi. We are porting Steven Smith's para drivers for full-VM to IPF. In the xen-unstable.hg (cs: 10883-10885), it's enabling the hypercall from HVM domain. Thus, I will post the enabling patch for IPF. This patch includes: + cleanup the hypercall handling code

[Xen-ia64-devel] PATCH: avoid spurious XENBUS error.

2006-08-02 Thread Tristan Gingold
Hi, this patch reduce the number of LSAPIC entries to the number of vcpus. Extra cpus were not in xenstore and warnings were emitted when linux try to read their status from xenstore. Tested by save restore domU. Tristan. # HG changeset patch # User [EMAIL PROTECTED] # Node ID

Re: [Xen-ia64-devel] fedora-xen-ia64 kernel integration!

2006-08-02 Thread Tristan Gingold
Le Mardi 01 Août 2006 21:26, Aron Griffis a écrit : Good news: Yesterday the xen-ia64 changes to kernel-2.6.spec were applied to Fedora kernel cvs, and last night kernel-xen-2.6.17-1.2488.fc6.ia64.rpm was included in the Fedora Rawhide for the first time! Great news: The rpms have worked

Re: [Xen-ia64-devel] Enabling hypercalls from VT-i domain

2006-08-02 Thread Doi . Tsunehisa
Hi Tristan, Thank you for your comment. You (Tristan.Gingold) said: Le Mercredi 02 Aot 2006 12:34, DOI Tsunehisa a crit : Hi all, My name is Tsunehisa Doi. We are porting Steven Smith's para drivers for full-VM to IPF. In the xen-unstable.hg (cs: 10883-10885), it's enabling the

[Xen-ia64-devel] PATCH: transparent virtualization for pcifront and pciback.

2006-08-02 Thread Tristan Gingold
Hi, as these two drivers are supported by xen/ia64, I added support for transparent virtualization. Tested by booting vmlinux-xen withou xen. Tristan. # HG changeset patch # User [EMAIL PROTECTED] # Node ID 2976b6fb824f4861004d9abdaa78fb3d86d1e608 # Parent

Re: [Xen-ia64-devel] Enabling hypercalls from VT-i domain

2006-08-02 Thread DOI Tsunehisa
Hi all, I modified the code using VMX_DOMAIN macro. Thanks, -- Tsunehisa Doi [EMAIL PROTECTED] wrote: Hi Tristan, Thank you for your comment. You (Tristan.Gingold) said: Le Mercredi 02 Aot 2006 12:34, DOI Tsunehisa a crit : Hi all, My name is Tsunehisa Doi. We are porting

[Xen-ia64-devel][PATCH] install windows: multiple pagesize fix.

2006-08-02 Thread Xu, Anthony
multiple page size fix. I think windows only use page size = prefer page size (8K) It is true in term of boot windows But install windows uses 4k page size. This patch is intended to handle this case. Signed-off-by: Anthony Xu [EMAIL PROTECTED] Thanks. Anthony multiple_pagesize_fix.patch

RE: [Xen-ia64-devel] Enabling hypercalls from VT-i domain

2006-08-02 Thread Xu, Anthony
My name is Tsunehisa Doi. Welcome, --Anthony From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of DOI Tsunehisa Sent: 2006年8月2日 18:34 To: xen-ia64-devel Subject: [Xen-ia64-devel] Enabling hypercalls from VT-i domain Hi all, My name is Tsunehisa Doi. We are porting Steven

Re: [Xen-ia64-devel] PCI backend and slot functions

2006-08-02 Thread Tristan Gingold
Le Mercredi 02 Août 2006 16:15, Alex Williamson a écrit : On Wed, 2006-08-02 at 15:12 +0200, Tristan Gingold wrote: Hi, Currently PCI slot functions are not virtualized. When I hide :06:01.1 it appears as :00:00.1 and there is no function 0 for the slot. This is an issue

[Xen-ia64-devel] Réf. : [Fedora-ia64-list ] fedora-xen-ia64 kernel integration!

2006-08-02 Thread jean-paul . pigache
Thank you very much Aron for these great news and for your sustained and efficient effort in making this happen. Jean-Paul Aron Griffis [EMAIL PROTECTED] Envoyé par : [EMAIL PROTECTED] 01/08/2006 21:26 Veuillez répondre à ia64 Fedora Core Development Pour :[EMAIL PROTECTED],

Re: [Xen-ia64-devel][PATCH] install windows: multiple pagesize fix.

2006-08-02 Thread Alex Williamson
On Wed, 2006-08-02 at 20:49 +0800, Xu, Anthony wrote: multiple page size fix. I think windows only use page size = prefer page size (8K) It is true in term of boot windows But install windows uses 4k page size. This patch is intended to handle this case. Applied. -- Alex Williamson

Re: [Xen-ia64-devel] [PATCH] fix memory leak when domVTI is created

2006-08-02 Thread Isaku Yamahata
Hi Tristan. Thank you for your comment and sorry for delay. Here is the updated patch. On Mon, Jul 31, 2006 at 08:27:43AM +0200, Tristan Gingold wrote: Le Vendredi 28 Juillet 2006 12:30, Isaku Yamahata a écrit : Please discard the previous one. Use the attached one. Sorry for confusion.

[Xen-ia64-devel] [PATCH] fix vDSO paravirtualization

2006-08-02 Thread Isaku Yamahata
fix vDSO paravirtualization. sometimes it fails to clear event mask. It results in domain's unstability. And one typo. -- yamahata # HG changeset patch # User [EMAIL PROTECTED] # Date 1154582085 -32400 # Node ID 5f10de6f42f4c7736dfa52dc4c91d0277fe06e31 # Parent