On Tue, 22 Jan 2019 at 18:50, Max Filippov <jcmvb...@gmail.com> wrote: > > Hi Peter, > > please pull the following batch of updates for target/xtensa: > > The following changes since commit 32a1a94dd324d33578dca1dc96d7896a0244d768: > > Update version for v3.1.0 release (2018-12-11 17:18:37 +0000) > > are available in the git repository at: > > git://github.com/OSLL/qemu-xtensa.git tags/20190122-xtensa > > for you to fetch changes up to 9584116f94c75411998703b76cc6a6e9e7fd7a8b: > > target/xtensa: move non-HELPER functions to helper.c (2019-01-13 23:36:31 > -0800) > > ---------------------------------------------------------------- > target/xtensa: zero overhead loops rework/helpers split > > - change xtensa zero overhead loops implementation to avoid invalidation > of TBs corresponding to previous loop body when a new loop is > encountered; > - extract helper function groups from op_helper.c and move them into > separate source files: exc_helper.c (exception helpers), win_helper.c > (windowed registers helpers), fpu_helper.c (floating point helpers), > mmu_helper.c (memory management helpers) and dbg_helper.c (native debug > helpers).
Applied, thanks. Please update the changelog at https://wiki.qemu.org/ChangeLog/4.0 for any user-visible changes. -- PMM