On 13 March 2018 at 17:33, Laurent Vivier <laur...@vivier.eu> wrote: > The following changes since commit b39b61e410022f96ceb53d4381d25cba5126ac44: > > memory: fix flatview_access_valid RCU read lock/unlock imbalance > (2018-03-09 15:55:20 +0000) > > are available in the Git repository at: > > git://github.com/vivier/qemu.git tags/linux-user-for-2.12-pull-request > > for you to fetch changes up to 8c17d862b3cefed23a62c4e09d4b3f1f04a38631: > > linux-user: init_guest_space: Add a comment about search strategy > (2018-03-13 15:04:01 +0100) > > ---------------------------------------------------------------- > > ---------------------------------------------------------------- > > Laurent Vivier (1): > linux-user: allows to use "--systemd ALL" with qemu-binfmt-conf.sh > > Luke Shumaker (9): > linux-user: Use #if to only call validate_guest_space for 32-bit ARM > target > linux-user: Rename validate_guest_space => init_guest_commpage > linux-user: init_guest_space: Clean up if we can't initialize the > commpage > linux-user: init_guest_space: Correctly handle guest_start in commpage > initialization > linux-user: init_guest_space: Clarify page alignment logic > linux-user: init_guest_commpage: Add a comment about size check > linux-user: init_guest_space: Clean up control flow a bit > linux-user: init_guest_space: Don't try to align if we'll reject it > linux-user: init_guest_space: Add a comment about search strategy > > Max Filippov (5): > linux-user: fix mmap/munmap/mprotect/mremap/shmat > linux-user: fix assertion in shmdt > linux-user: fix target_mprotect/target_munmap error return values > linux-user: drop unused target_msync function > qemu-binfmt-conf.sh: add qemu-xtensa > > Peter Maydell (2): > linux-user: Drop unicore32 code > linux-user: Remove the unused "not implemented" signal handling stubs > > Shea Levy (1): > linux-user: Support f_flags in statfs when available.
Applied, thanks. -- PMM