RE: [Xen-ia64-devel] Fix vti domain qemu break issue

2006-03-21 Thread Zhang, Xiantao
Sorry for forgetting last mail's subject. Thanks -Xiantao > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Zhang, > Xiantao > Sent: 2006年3月22日 14:19 > To: xen-ia64-devel@lists.xensource.com > Subject: [Xen-ia64-devel] (no subject) > > This pat

[Xen-ia64-devel] (no subject)

2006-03-21 Thread Zhang, Xiantao
This patch fixes VTI domain breaking issue caused by cset 9231. Root cause: cset 9231 save the ioemu vnif info into the xenstore, which cause control panel to wait for the VNIF backend device. Unfortunately, ia64 dom0 vnif backend is not ready currently due to the p2m issue. In this case, c

[Xen-ia64-devel] [PATCH] xen_sysfs.c build fix

2006-03-21 Thread Alex Williamson
The patch below fixes a build problem when enabling XEN_SYSFS on xen/ia64. I'll update the xen/ia64 pieces to make this the default once this is included. Thanks, Alex Signed-off-by: Alex Williamson <[EMAIL PROTECTED]> --- diff -r a9f5cf43451f linux-2.6-xen-sparse/drivers/xen/core/

[Xen-ia64-devel] Re: [PATCH]: cleanup in domain.c

2006-03-21 Thread Alex Williamson
On Tue, 2006-03-21 at 16:52 +0100, Tristan Gingold wrote: > Hi, > > add a few static and remove unused functions. > Tested by make clean+make, boot+halt of dom0+domU. Applied. -- Alex Williamson HP Linux & Open Source Lab

[Xen-ia64-devel] Re: [PATCH]: cleanup of tlb.c (good one)

2006-03-21 Thread Alex Williamson
On Tue, 2006-03-21 at 16:42 +0100, Tristan Gingold wrote: > Hi, > > this patch replaces the previous one. Sorry for not enough testing. > > Only a few subprograms of tlb.c are in fact used. Applied. -- Alex Williamson HP Linux & Open Source Lab ___

[Xen-ia64-devel] Re: [PATCH]: remove linux/patch.c

2006-03-21 Thread Alex Williamson
On Tue, 2006-03-21 at 14:25 +0100, Tristan Gingold wrote: > Hi, > > this file was not compiled and is therefore unused. Applied. -- Alex Williamson HP Linux & Open Source Lab ___ Xen-ia64-devel mailing list Xen-ia64-de

[Xen-ia64-devel] Re: [PATCH]: EFI_RESET_SYSTEM domU

2006-03-21 Thread Alex Williamson
On Tue, 2006-03-21 at 13:19 +0100, Tristan Gingold wrote: > Hi, > > previously reboot in domU was a no-op. > This patch translate an EFI_RESET_SYSTEM into a domain shutdown. Applied. -- Alex Williamson HP Linux & Open Source Lab _

Re: [Xen-ia64-devel] [RFC] The "vcpu->arch.privregs" is doubly used

2006-03-21 Thread Alex Williamson
On Tue, 2006-03-21 at 14:55 +0900, Masaki Kanno wrote: > Hi Kevin, > > Thanks for your comment. > I fix domain destruction processing too, and will resend a patch. > I found the some memory leak issue in VTI domain destruction > processing. I fix it too, and will send a patch. This looks like

[Xen-ia64-devel] [PATCH]: cleanup in domain.c

2006-03-21 Thread Tristan Gingold
Hi, add a few static and remove unused functions. Tested by make clean+make, boot+halt of dom0+domU. Tristan. # HG changeset patch # User [EMAIL PROTECTED] # Node ID 2f8c0116e20de8c50122de2f29a546615c2f8b71 # Parent 901c84763e26afc304ff6173a83e92938b7cf2fe Remove unused code. More static added.

[Xen-ia64-devel] [PATCH]: cleanup of tlb.c (good one)

2006-03-21 Thread Tristan Gingold
Hi, this patch replaces the previous one. Sorry for not enough testing. Only a few subprograms of tlb.c are in fact used. Tested by make clean + make + boot+shutdown of dom0+domU. Tristan. # HG changeset patch # User [EMAIL PROTECTED] # Node ID 901c84763e26afc304ff6173a83e92938b7cf2fe # Paren

Re: [Xen-ia64-devel] [PATCH]: cleanup of tlb.c

2006-03-21 Thread Tristan Gingold
Le Mardi 21 Mars 2006 14:20, Tristan Gingold a écrit : > Hi, > > only a few subprograms of tlb.c are in fact used. Oops, forget this one. make clean; make failed. Tristan. ___ Xen-ia64-devel mailing list Xen-ia64-devel@lists.xensource.com http://lists

[Xen-ia64-devel] Re: xen/ia64 status

2006-03-21 Thread Keir Fraser
On 21 Mar 2006, at 16:02, Alex Williamson wrote: A quick Xen/ia64 status note since Xen 3.0.2 is quickly approaching. Xen/ia64 is building and booting dom0 and domU on xen-unstable.hg as of cset 9359. There are no updates to the ia64 sparse tree from 2.6.16-rc5 to 2.6.16. If there's time,

[Xen-ia64-devel] Re: [PATCH]: cleanup of tlb.c

2006-03-21 Thread Alex Williamson
-aliasing -mconstant-gp -O2 -iwithprefix include -Wall -fomit-frame-pointer -I/opt/xen/20060321-patches/xen/include -D__KERNEL__ -I/opt/xen/20060321-patches/xen/include/asm-ia64 -I/opt/xen/20060321-patches/xen/include/asm-ia64/linux -I/opt/xen/20060321-patches/xen/include/asm-ia64/linux -I/opt/xen

[Xen-ia64-devel] xen/ia64 status

2006-03-21 Thread Alex Williamson
A quick Xen/ia64 status note since Xen 3.0.2 is quickly approaching. Xen/ia64 is building and booting dom0 and domU on xen-unstable.hg as of cset 9359. There are no updates to the ia64 sparse tree from 2.6.16-rc5 to 2.6.16. If there's time, we should probably try to commit a few more patches

[Xen-ia64-devel] [PATCH]: remove linux/patch.c

2006-03-21 Thread Tristan Gingold
Hi, this file was not compiled and is therefore unused. Tested by compile. Tristan. # HG changeset patch # User [EMAIL PROTECTED] # Node ID e3c8839b28b1e974d33564e5cd642dd28f23a89f # Parent 8364c28cc727be4ebc848b544fe6c85950dd64ce Removed, was unused. Signed-off-by: Tristan Gingold <[EMAIL PRO

[Xen-ia64-devel] [PATCH]: EFI_RESET_SYSTEM domU

2006-03-21 Thread Tristan Gingold
Hi, previously reboot in domU was a no-op. This patch translate an EFI_RESET_SYSTEM into a domain shutdown. Tested by boot+reboot of dom0+domU. Tristan. # HG changeset patch # User [EMAIL PROTECTED] # Node ID 8d59d46de883224dd798f14f4790b2b6ce516954 # Parent 9afd25b90af4b7908acd0dd82996f9331ce9

[Xen-ia64-devel] [PATCH]: cleanup of tlb.c

2006-03-21 Thread Tristan Gingold
Hi, only a few subprograms of tlb.c are in fact used. Tested by boot+shutdown of dom0+domU. Tristan. # HG changeset patch # User [EMAIL PROTECTED] # Node ID 8364c28cc727be4ebc848b544fe6c85950dd64ce # Parent 8d59d46de883224dd798f14f4790b2b6ce516954 #if 0 unused code. Signed-off-by: Tristan Ging

[Xen-ia64-devel] Re: [PATCH] Move arch/ia64 to new build system

2006-03-21 Thread Keir Fraser
On 20 Mar 2006, at 21:01, Alex Williamson wrote: The patch below updates xen/ia64 to the new build system in xen-unstable. This patch is necessary to build ia64 on the current tip. Thanks, Sorry about that. I'd hoped to maintain compatibility with the old ia64 Makefiles until after 3.0

Re: [Xen-ia64-devel] RE: [PATCH]: disable handling of legacy privified insns

2006-03-21 Thread Tristan Gingold
Le Lundi 20 Mars 2006 17:08, Magenheimer, Dan (HP Labs Fort Collins) a écrit : Hi, [...] > Is there a reason you are proposing to change the design > of hyperprivops? No, I don't want to change the design, I am just trying to understand it fully. > I realize that the few hyperprivops you > just