----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/2774/ -----------------------------------------------------------
Review request for Default. Repository: gem5 Description ------- Changeset 10833:9fd3d5837e1e --------------------------- cpu, kvm: fix MMIO handling The thread context is not dirty and we don't need to force a sync with KVM. Doing so, is harmful, since syncing is completed after the MMIO request is handled, and might clobber registers (eg. rax should have the size of the MMIO, when the function call returns). Diffs ----- src/cpu/kvm/base.cc fbdaa08aaa42 Diff: http://reviews.gem5.org/r/2774/diff/ Testing ------- Thanks, Nikos Nikoleris _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
