RE: [Xen-ia64-devel] MINSTATE_PHYS?

2008-02-19 Thread Alex Williamson
On Mon, 2008-02-18 at 13:53 +0800, Zhang, Xiantao wrote: Hi, Alex What's your opinion about this cleanup patch ? Thanks Hi Xiantao, It looks good to me. I searched through the history to see where MINSTATE_PHYS was used, and it appears to be a leftover from 2.4 support. We should

[Xen-ia64-devel] RE: [PATCH] [Open GFW] Only use irq 10 and 11 for pci use.

2008-02-19 Thread tgingold
Quoting Zhang, Xiantao [EMAIL PROTECTED]: Tristan Gingold wrote: On Tue, Dec 25, 2007 at 03:22:37PM +0800, Zhang, Xiantao wrote: Hi Tristan, This patch fixes possible failures on windows boot in some environment. Since current piix3 and piix4 in qemu only uses irq 10 and irq 11 for pci

[Xen-ia64-devel] Re: PATCH: long vhpt format for thash, ttag + tak

2008-02-19 Thread Alex Williamson
On Mon, 2008-02-18 at 07:25 +0100, [EMAIL PROTECTED] wrote: Hi, this patch add long vhpt format emulation for thash and ttag. The hash algorithm is hard-coded so that it can also be written in asm in optvfault.S This patch also improve tak emulation and reformat tpa code. Applied.

[Xen-ia64-devel] Re: PATCH[1/1]: Self IO Emulator

2008-02-19 Thread Alex Williamson
On Mon, 2008-02-18 at 07:11 +0100, [EMAIL PROTECTED] wrote: Hi, this patch fixes the previously reported issue: old macro name used in tools. Very cool. I was able to get an sioemu domain running. We probably need to make sure there are ways to tell from the guest that it's running

Re: [Xen-ia64-devel] [PATCH] Fix shadow_op_off hypercall

2008-02-19 Thread Alex Williamson
On Tue, 2008-02-19 at 10:35 +0900, Kouya Shimura wrote: a domain might panic with unknown dirty bit fault in case of live-migration failure. Applied. Thanks, Alex -- Alex Williamson HP Open Source Linux Org.

Re: [Xen-ia64-devel] PATCH: avoid wild use of registers in guest_vhpt_lookup

2008-02-19 Thread Alex Williamson
On Mon, 2008-02-18 at 07:27 +0100, [EMAIL PROTECTED] wrote: Hi, this patch avoids wild use of registers (r9,p6,p7) in guest_vhpt_lookup. Applied. Thanks, Alex -- Alex Williamson HP Open Source Linux Org.

Re: [Xen-ia64-devel] [PATCH] Fix getvcpucontext hypercall

2008-02-19 Thread Alex Williamson
On Tue, 2008-02-19 at 13:21 +0900, Kouya Shimura wrote: NaT bits for r1-r31 from xc_vcpu_getcontext() are broken. HVM domain is confused by unknown Nat consumption fault after domain restore or migration. Applied. Thanks, Alex -- Alex Williamson HP

[Xen-ia64-devel] Please pull ia64 trees

2008-02-19 Thread Alex Williamson
Hi Keir, Please pull the ia64 trees: http://xenbits.xensource.com/ext/ia64/xen-unstable.hg http://xenbits.xensource.com/ext/ia64/linux-2.6.18-xen.hg This includes PV and HVM live migration fixes (Kouya Shimura), PV-on-HVM driver fixes (Isaku Yamahata), support for a new Self IO EMUlator

[Xen-ia64-devel] RE: [PATCH] [Open GFW] Only use irq 10 and 11 for pci use.

2008-02-19 Thread Zhang, Xiantao
Hi, Tristan Thank you! Attached. Xiantao -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 2008年2月20日 0:40 To: Zhang, Xiantao Cc: Tristan Gingold; xen-ia64-devel Subject: RE: [PATCH] [Open GFW] Only use irq 10 and 11 for pci use. Quoting Zhang, Xiantao

Re: [Xen-ia64-devel] Open GFW for RHEL release.

2008-02-19 Thread Tristan Gingold
On Tue, Feb 19, 2008 at 09:44:36AM -0800, Yang, Fred wrote: Tristan, To get Open GFW into RHEL official release, Open GFW needs to do 1. An official release - a proper versioned formal release of GFW. A self-contained tar.gz for all the sources for RHEL to pull That's doable! 2.

[Xen-ia64-devel] [PATCH][Open GFW] Remove annoying debug messages on a serial console

2008-02-19 Thread Kouya Shimura
Hi Tristan, Current Open GFW outputs much debug messages on a serial console. They are helpful for a developer, but users are annoyed. This patch disables debug print. Thanks, Kouya Signed-off-by: Kouya Shimura [EMAIL PROTECTED] # HG changeset patch # User Kouya Shimura [EMAIL PROTECTED] #