----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/2010/#review4705 -----------------------------------------------------------
Ship it! Ship It! - Steve Reinhardt On Sept. 10, 2013, 7:10 a.m., Andreas Sandberg wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > http://reviews.gem5.org/r/2010/ > ----------------------------------------------------------- > > (Updated Sept. 10, 2013, 7:10 a.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 > ----- > > 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
