On 16 March 2018 at 17:50, Max Filippov <jcmvb...@gmail.com> wrote: > Hi Peter, > > please pull the following series that adds linux-user support for > target/xtensa. > There's a trivial merge conflict with linux-user pull request from > Laurent Vivier. > > Changes since v1 pull request: > - fix vaddr print format from %lx to %VADDR_PRIx > > Changes since v6 patch series: > - rebase to the current master. > > The following changes since commit 026aaf47c02b79036feb830206cfebb2a726510d: > > Merge remote-tracking branch > 'remotes/ehabkost/tags/python-next-pull-request' into staging (2018-03-13 > 16:26:44 +0000) > > are available in the git repository at: > > git://github.com/OSLL/qemu-xtensa.git tags/20180316-xtensa > > for you to fetch changes up to b8105d2194f06ab8e3566467e8e3c582457424bb: > > MAINTAINERS: fix W: address for xtensa (2018-03-16 09:40:35 -0700) > > ---------------------------------------------------------------- > target/xtensa linux-user support. > > - small cleanup for xtensa registers dumping (-d cpu); > - add support for debugging linux-user process with xtensa-linux-gdb > (as opposed to xtensa-elf-gdb), which can only access unprivileged > registers; > - enable MTTCG for target/xtensa; > - cleanup in linux-user/mmap area making sure that it works correctly > with limited 30-bit-wide user address space; > - import xtensa-specific definitions from the linux kernel, > conditionalize user-only/softmmu-only code and add handlers for > signals, exceptions, process/thread creation and core registers dumping. >
Applied, thanks. -- PMM