]> xenbits.xensource.com Git - xen.git/commit
libxc: create an initial FPU state for HVM guests
authorRoger Pau Monne <roger.pau@citrix.com>
Tue, 13 Oct 2015 16:27:20 +0000 (18:27 +0200)
committerIan Campbell <ian.campbell@citrix.com>
Wed, 14 Oct 2015 10:04:10 +0000 (11:04 +0100)
commitd64dbbcc7c9934a46126c59d78536235908377ad
tree2884de253f623f588d8089e418f7b0203adf3578
parented740187a5d8a7fcec2116c410d850f1b54a0603
libxc: create an initial FPU state for HVM guests

Xen always set the FPU as initialized when loading a HVM context, so libxc
has to provide a valid FPU context when setting the CPU registers.

This is a stop-gap measure in order to unblock OSSTest Windows 7 failures
while a proper fix for the HVM CPU save/restore is being worked on.

Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
Suggested-by: Jan Beulich <jbeulich@suse.com>
Cc: Jan Beulich <jbeulich@suse.com>
Cc: Andrew Cooper <andrew.cooper3@citrix.com>
Cc: Ian Jackson <ian.jackson@eu.citrix.com>
Cc: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Cc: Ian Campbell <ian.campbell@citrix.com>
Cc: Wei Liu <wei.liu2@citrix.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
tools/libxc/xc_dom_x86.c