----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/2010/ -----------------------------------------------------------
(Updated Sept. 10, 2013, 4:10 p.m.) Review request for Default. Repository: gem5 Description ------- Changeset 9870:53a406916a9c --------------------------- x86: Add support routines to convert between x87 tag formats This changeset adds the convX87XTagsToTags() and convX87TagsToXTags() which convert between the tag formats in the FTW register and the format used in the xsave area. The conversion from to the x87 FTW representation is currently loses some information since it does not reconstruct the valid/zero/special flags which are not included in the xsave representation. *** This patch is a part of series of changes to add support for KVM on x86. See https://github.com/andysan/gem5/tree/kvm-x86 for the full series. Diffs (updated) ----- src/arch/x86/utility.cc cc5797147e1c src/arch/x86/utility.hh cc5797147e1c Diff: http://reviews.gem5.org/r/2010/diff/ Testing ------- Thanks, Andreas Sandberg _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
