Displaying 2 results from an estimated 2 matches for "bbabdebc54ad".
2006 Jul 25
6
[PATCH][QEMU] Add IA64-specific code for new qemu.
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
_______________________________________________
Xen-devel mailing list
2006 Jul 26
0
RE: [Xen-ia64-devel] [PATCH][QEMU] Add IA64-specific code for new qemu.
...: 2006年7月26日 19:24
> To: Zhang, Xiantao; xen-devel@lists.xensource.com
> Cc: xen-ia64-devel@lists.xensource.com
> 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_intrins...