[Xen-ia64-devel] RE: [Xen-devel] Re: free_irq_vector on ia64

2007-09-03 Thread Duan, Ronghui
Hi Alex: I follow your steps to hide e1000 from domain0, adding pciback.hide== (:01:00.0) in append line, then reboot .It seem that all right. The NAT consumption fault may have fixed by this patch: http://xenbits.xensource.com/xen-unstable.hg?rev/7158623a1b3d Could you

[Xen-ia64-devel] [XEN-IA64][Guest firmware PATCH] add hypercall in GFW to get XEN UUID

2007-09-03 Thread Zhang, Xing Z
Hi Tristan: This patch is also for SMBios. If we get XEN version info in setup_guest()(xc_ia64_hvm_build.c), XEN UUID is not available because it's dom0 context at that time. So I do it from hypercall in open GFW. It also clean up mix TAB and space formats. Good good

[Xen-ia64-devel] Re: [Xen-devel] [PATCH 3/3] continuable destroy domain: ia64 part

2007-09-03 Thread Akio Takebe
Hi, Isaku After applying your patch, mm_teardown() return integer, but I didn't find a patch for mm_teardown(). Is the following patch right? Signed-off-by: Akio Takebe [EMAIL PROTECTED] diff -r 3b50a7e52ff2 xen/arch/ia64/xen/mm.c --- a/xen/arch/ia64/xen/mm.cFri Aug 31 17:00:11 2007 +0100

[Xen-ia64-devel] Re: [Xen-devel] [PATCH 3/3] continuable destroy domain: ia64 part

2007-09-03 Thread Isaku Yamahata
On Mon, Sep 03, 2007 at 07:56:22PM +0900, Akio Takebe wrote: After applying your patch, mm_teardown() return integer, but I didn't find a patch for mm_teardown(). Is the following patch right? Looks correct. Thanks. Probably I accidentaly dropped the hunk during playing with the xen unstable

Re: [Xen-ia64-devel] [PATCH 6/8] foreign p2m: rewrite dump-core with foreign p2m

2007-09-03 Thread Isaku Yamahata
This patch is superceded by the newer patch. Please use the the patch which is posted as http://lists.xensource.com/archives/html/xen-devel/2007-08/msg00623.html On Tue, Aug 28, 2007 at 03:57:32PM +0900, Isaku Yamahata wrote: # HG changeset patch # User [EMAIL PROTECTED] # Date 1188274218

Re: [Xen-ia64-devel] [PATCH 7/8] foreign p2m: rewrite save/restore with foreign p2m

2007-09-03 Thread Isaku Yamahata
This patch doesn't handle live migration with the balloon driver. Sorry for inconvenience. I'll post the updated patch tomorrow. On Tue, Aug 28, 2007 at 03:57:32PM +0900, Isaku Yamahata wrote: # HG changeset patch # User [EMAIL PROTECTED] # Date 1188274506 -32400 # Node ID

[Xen-ia64-devel] Re: [Xen-devel] [PATCH 3/3] continuable destroy domain: ia64 part

2007-09-03 Thread Keir Fraser
On 3/9/07 14:53, Isaku Yamahata [EMAIL PROTECTED] wrote: After applying your patch, mm_teardown() return integer, but I didn't find a patch for mm_teardown(). Is the following patch right? Looks correct. Thanks. Probably I accidentaly dropped the hunk during playing with the xen