Re: [Qemu-devel] [PATCH] target-i386/kvm.c: Fix the order of FPU registers in xsave

2016-02-10 Thread Asia Slowinska
opying the elements in a proper order. Signed-off-by: Asia Slowinska --- target-i386/kvm.c | 12 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/target-i386/kvm.c b/target-i386/kvm.c index 94024bc..a9e6c75 100644 --- a/target-i386/kvm.c +++ b/target-i386/kvm.c @@ -1325,

[Qemu-devel] [PATCH] target-i386/kvm.c: Fix the order of FPU registers in xsave

2016-02-10 Thread Asia Slowinska
sumes that the first field of the buffer is ST0, then ST1, and so on. QEMU maintains a circular buffer. When preparing these 80 bytes for KVM, QEMU just uses memcpy instead of copying the elements in a proper order. Signed-off-by: Asia Slowinska --- target-i386/kvm.c | 12 1 file ch

[Qemu-devel] technical documentation

2006-07-15 Thread Asia Slowinska
Hello, I'm new to qemu, and I'd like to understand internals of it... Does anybody know whether there exist any more technical documentation than "QEMU, a Fast and Portable Dynamic Translator" by F.Bellard published on USENIX 2005? Many thanks in advance. Kindest reg