[Xen-ia64-devel][PATCH]RE: [Xen-ia64-devel] xen-ia64-unstable.hg status

2006-11-13 Thread Xu, Anthony
Alex Williamson write on 2006年11月11日 7:39:
 Hi all,

   * domVTI - boots (mostly)
   * ia64 VTI needs to be updated for this patch:

 http://xenbits.xensource.com/xen-unstable.hg?cs=9a6fb3e2f12d In
 current tree, domVTI boots up to probing for IDE disk, but never gets
 I/O interrupts   


This patch makes VTI boot again.

But KB on UP VTI LINUX lose 5% performance, maybe due to too many hypercalls, 
that's a big degradation.


Anthony





Boot_vti_after_merge.patch
Description: Boot_vti_after_merge.patch
___
Xen-ia64-devel mailing list
Xen-ia64-devel@lists.xensource.com
http://lists.xensource.com/xen-ia64-devel

Re: [Xen-ia64-devel][PATCH]RE: [Xen-ia64-devel] xen-ia64-unstable.hg status

2006-11-13 Thread Alex Williamson
On Tue, 2006-11-14 at 00:16 +0800, Xu, Anthony wrote:
 Alex Williamson write on 2006年11月11日 7:39:
  Hi all,
 
* domVTI - boots (mostly)
* ia64 VTI needs to be updated for this patch:
 
  http://xenbits.xensource.com/xen-unstable.hg?cs=9a6fb3e2f12d In
  current tree, domVTI boots up to probing for IDE disk, but never gets
  I/O interrupts   
 
 
 This patch makes VTI boot again.
 
 But KB on UP VTI LINUX lose 5% performance, maybe due to too many hypercalls, 
 that's a big degradation.

   Thanks for looking into this.  Applied.

Alex

-- 
Alex Williamson HP Open Source  Linux Org.


___
Xen-ia64-devel mailing list
Xen-ia64-devel@lists.xensource.com
http://lists.xensource.com/xen-ia64-devel


PATCH: cleanup - was Re: [Xen-ia64-devel] xen-ia64-unstable.hg status

2006-08-24 Thread Tristan Gingold
Le Jeudi 24 Août 2006 00:44, Alex Williamson a écrit :
I merged us up with xen-unstable.hg.  For the most part things still
 work well, but there seem to be a few regressions (networking on VTi
 domains is broken again and rebooting domains is less reliable).  I'd
 like to request a pull within the next day or so, therefore please take
 a moment to test as this may be our last pull before 3.0.3.  I'd like to
 include all of the currently outstanding patches, especially the
 pal_halt_light emulation patch, so let's try to get that one figured out
 so that everyone is happy with it.  Thanks,
Hi,

very small patch to avoid compile-time warning.

Tristan.
# HG changeset patch
# User [EMAIL PROTECTED]
# Node ID e85eb1425baaa314ef10cb600c376bba3c9a8298
# Parent  3e54734e55f39419678afd1ce1a9a96669fa69ef
Avoid compile-time warnings.

Signed-off-by: Tristan Gingold [EMAIL PROTECTED]

diff -r 3e54734e55f3 -r e85eb1425baa xen/include/asm-ia64/grant_table.h
--- a/xen/include/asm-ia64/grant_table.h	Wed Aug 23 13:26:46 2006 -0600
+++ b/xen/include/asm-ia64/grant_table.h	Thu Aug 24 08:07:26 2006 +0200
@@ -35,7 +35,7 @@ void guest_physmap_add_page(struct domai
   gnttab_shared_maddr((d), (t), (i)));  \
 (IA64_GRANT_TABLE_PADDR  PAGE_SHIFT) + (i);})
 
-#define gnttab_mark_dirty(d, f) ((void)0)
+#define gnttab_mark_dirty(d, f) ((void)f)
 
 static inline void gnttab_clear_flag(unsigned long nr, uint16_t *addr)
 {
diff -r 3e54734e55f3 -r e85eb1425baa xen/include/asm-ia64/vmx.h
--- a/xen/include/asm-ia64/vmx.h	Wed Aug 23 13:26:46 2006 -0600
+++ b/xen/include/asm-ia64/vmx.h	Thu Aug 24 08:07:26 2006 +0200
@@ -55,6 +55,7 @@ extern void vmx_relinquish_guest_resourc
 extern void vmx_relinquish_guest_resources(struct domain *d);
 extern void vmx_relinquish_vcpu_resources(struct vcpu *v);
 extern void vmx_die_if_kernel(char *str, struct pt_regs *regs, long err);
+extern void vmx_send_assist_req(struct vcpu *v);
 
 static inline vcpu_iodata_t *get_vio(struct domain *d, unsigned long cpu)
 {
___
Xen-ia64-devel mailing list
Xen-ia64-devel@lists.xensource.com
http://lists.xensource.com/xen-ia64-devel

RE: [Xen-ia64-devel] xen-ia64-unstable.hg status

2006-08-24 Thread Yang, Fred
Alex,

VTi network issue has be root caused to GFW conflict with latest QEMU
addsing a fake PCI device (xen_platform) for VBD/VNIF which is using IRQ
10 same as NIC.  A new GFW will be sent out separately.

We have a patch for VTi Reboot issue but  are seeing kernel panic, so we
are continue to debug the new patch

Thanks,

-Fred

-Original Message-
From: [EMAIL PROTECTED]
[mailto:xen-ia64-devel-
[EMAIL PROTECTED] On Behalf Of Alex Williamson
Sent: Wednesday, August 23, 2006 3:44 PM
To: xen-ia64-devel
Subject: [Xen-ia64-devel] xen-ia64-unstable.hg status


   I merged us up with xen-unstable.hg.  For the most part things still
work well, but there seem to be a few regressions (networking on VTi
domains is broken again and rebooting domains is less reliable).  I'd
like to request a pull within the next day or so, therefore please take
a moment to test as this may be our last pull before 3.0.3.  I'd like
to
include all of the currently outstanding patches, especially the
pal_halt_light emulation patch, so let's try to get that one figured
out
so that everyone is happy with it.  Thanks,

   Alex

--
Alex Williamson HP Open Source  Linux Org.


___
Xen-ia64-devel mailing list
Xen-ia64-devel@lists.xensource.com
http://lists.xensource.com/xen-ia64-devel

___
Xen-ia64-devel mailing list
Xen-ia64-devel@lists.xensource.com
http://lists.xensource.com/xen-ia64-devel


Re: PATCH: cleanup - was Re: [Xen-ia64-devel] xen-ia64-unstable.hg status

2006-08-24 Thread Alex Williamson
On Thu, 2006-08-24 at 10:10 +0200, Tristan Gingold wrote:
 very small patch to avoid compile-time warning.

   Applied.

-- 
Alex Williamson HP Open Source  Linux Org.


___
Xen-ia64-devel mailing list
Xen-ia64-devel@lists.xensource.com
http://lists.xensource.com/xen-ia64-devel