|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH] xen 3.3 unstable: xend segfaults on amd64 when s
On 21/5/08 16:32, "Juergen Keil" <jk@xxxxxxxx> wrote:
> Anyway. Problem with the current code is that it is broken for
> amd64 / x86_64. When compiling cpuid() for 64-bit x86 code, we have
> to save and restore all 64-bits of the %rbx register; the current
> asm() statement saves/restores the lower 32-bits only, thashing the
> top 32-bits.
>
> Due to this bug, xen-3.3 unstable xend is segfaulting in a 64-bit
> opensolaris dom0.
Thanks for the fix. That was my own stupid mistake!
-- Keir
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|