WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-ia64-devel

[Xen-devel] RE: [Xen-ia64-devel] [PATCH][QEMU] Add IA64-specific code fo

To: "Akio Takebe" <takebe_akio@xxxxxxxxxxxxxx>, <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] RE: [Xen-ia64-devel] [PATCH][QEMU] Add IA64-specific code for new qemu.
From: "Zhang, Xiantao" <xiantao.zhang@xxxxxxxxx>
Date: Wed, 26 Jul 2006 22:35:35 +0800
Cc: xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Wed, 26 Jul 2006 07:36:08 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: Acawpd2wd8Z88hi4ToKKH2d78E5W+wAGhI3g
Thread-topic: [Xen-ia64-devel] [PATCH][QEMU] Add IA64-specific code for new qemu.
Akio,
        Thank you for pointing out this issue. Maybe I sent out the older one 
incorrectly.:( Thanks again.
-Xiantao

OTC,Intel Corporation

> -----Original Message-----
> From: Akio Takebe [mailto:takebe_akio@xxxxxxxxxxxxxx]
> Sent: 2006年7月26日 19:24
> To: Zhang, Xiantao; xen-devel@xxxxxxxxxxxxxxxxxxx
> Cc: xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
> Subject: Re: [Xen-ia64-devel] [PATCH][QEMU] Add IA64-specific code for new
> qemu.
> 
> Hi, Xiantao
> 
> Is the following testandset redefine?
> 
> diff -r bbabdebc54ad tools/ioemu/exec-all.h
> --- a/tools/ioemu/exec-all.h  Wed Jul 19 21:13:36 2006 +0100
> +++ b/tools/ioemu/exec-all.h  Tue Jul 25 09:30:05 2006 +0800
> @@ -391,6 +391,15 @@ static inline int testandset (int *p)
>  }
>  #endif
> 
> +#ifdef __ia64__
> +#include "ia64_intrinsic.h"
> +static inline int testandset (int *p)
> +{
> +    uint32_t o = 0, n = 1;
> +    return (int)cmpxchg_acq(p, o, n);
> +}
> +#endif
> +
>  #ifdef __s390__
>  static inline int testandset (int *p)
>  {
> 
> Best Regards,
> 
> Akio Takebe
> 
> >This patch adds the ia64-specific code for new Qemu .
> >In addition, some ia64 patches aren't checked into xen-unstable.hg, so I
> >reversed the related logic temporarily. Once sync with
> >xen-ia64-unstable.hg, the logic will regain automatically.
> >Thanks & Best Regards
> >-Xiantao
> >
> >OTC,Intel Corporation
> >
> >
> >-------------------------------text/plain-------------------------------
> >_______________________________________________
> >Xen-ia64-devel mailing list
> >Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
> >http://lists.xensource.com/xen-ia64-devel

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] RE: [Xen-ia64-devel] [PATCH][QEMU] Add IA64-specific code for new qemu., Zhang, Xiantao <=