aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-09-23vl: Switch qemu_uuid to QemuUUIDFam Zheng12-39/+27
2016-09-23configure: Remove detection code for UUIDFam Zheng1-39/+4
2016-09-23tests: No longer dependent on CONFIG_UUIDFam Zheng1-1/+1
2016-09-23crypto: Switch to QEMU UUID APIFam Zheng1-19/+7
2016-09-23vpc: Use QEMU UUID APIFam Zheng1-7/+3
2016-09-23vdi: Use QEMU UUID APIFam Zheng1-56/+17
2016-09-23vhdx: Use QEMU UUID APIFam Zheng4-33/+8
2016-09-23uuid: Make null_uuid staticFam Zheng1-1/+1
2016-09-23util: Add UUID APIFam Zheng10-25/+156
2016-09-23docker: Handle exceptions when looking for docker commandEduardo Habkost1-3/+6
2016-09-22Merge remote-tracking branch 'remotes/riku/tags/pull-linux-user-20160915' int...Peter Maydell21-213/+581
2016-09-22Merge remote-tracking branch 'remotes/otubo/tags/pull-seccomp-20160921' into ...Peter Maydell1-0/+1
2016-09-22Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2016-09-20' in...Peter Maydell23-118/+997
2016-09-22Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20160920' into stagingPeter Maydell1-1/+1
2016-09-22linux-user: fix TARGET_NR_selectLaurent Vivier9-21/+39
2016-09-21linux-user: Fix incorrect offset of tuc_stack in ARM do_sigframe_return_v2Timothy E Baldwin1-4/+14
2016-09-21linux-user: Sanity check clone flagsPeter Maydell1-3/+63
2016-09-21linux-user: Remove unnecessary nptl_flags variable from do_fork()Peter Maydell1-9/+7
2016-09-21linux-user: Implement force_sigsegv() via force_sig()Peter Maydell1-15/+2
2016-09-21linux-user: SIGSEGV from sigreturn need not be fatalPeter Maydell1-27/+54
2016-09-21linux-user: ARM: Give SIGSEGV if signal frame setup failsPeter Maydell1-6/+17
2016-09-21linux-user: SIGSEGV on signal entry need not be fatalPeter Maydell1-38/+49
2016-09-21linux-user: Pass si_type information to queue_signal() explicitlyPeter Maydell4-72/+71
2016-09-21linux-user: Recheck for pending synchronous signals tooPeter Maydell1-2/+5
2016-09-21linux-user: ppc64: set MSR_CM bit for BookE 2.06 MMUMichael Walle1-2/+3
2016-09-21linux-user: Use correct target SHMLBA in shmat()Peter Maydell6-6/+83
2016-09-21linux-user: Use glib malloc functions in load_symbols()Peter Maydell1-7/+7
2016-09-21linux-user: Check dump_write() return in elf_core_dump()Peter Maydell1-1/+3
2016-09-21linux-user: Fix error handling in flatload.c target_pread()Peter Maydell1-0/+6
2016-09-21linux-user: Fix incorrect use of host errno in do_ioctl_dm()Peter Maydell1-1/+1
2016-09-21linux-user: Check lock_user() return value for NULLPeter Maydell1-0/+9
2016-09-21linux-user: Pass missing MAP_ANONYMOUS to target_mmap() callPeter Maydell1-1/+1
2016-09-21linux-user: report signals being taken in strace outputPeter Maydell3-0/+120
2016-09-21linux-user: Range check the nfds argument to ppoll syscallPeter Maydell1-0/+5
2016-09-21linux-user: Check for bad event numbers in epoll_waitPeter Maydell2-0/+8
2016-09-21linux-user: Use direct syscall for utimensatPeter Maydell1-10/+1
2016-09-21linux-user: Implement FS_IOC_GETFLAGS and FS_IOC_SETFLAGS ioctlsPeter Maydell2-0/+9
2016-09-21linux-user: Allow bad msg_name for recvfrom on connected socketPeter Maydell1-2/+9
2016-09-21linux-user: Fix errno for sendrecvmsg with large iovec lengthPeter Maydell1-0/+9
2016-09-21linux-user: Fix handling of iovec countsPeter Maydell1-4/+4
2016-09-21seccomp: adding getrusage to the whitelistEduardo Otubo1-0/+1
2016-09-20iotest 055: refactor and speed upVladimir Sementsov-Ogievskiy1-34/+18
2016-09-20commit: get the overlay node before manipulating the backing chainAlberto Garcia1-2/+1
2016-09-20blockdev: Modularize nfs block driverColin Lord2-2/+3
2016-09-20blockdev: Add dynamic module loading for block driversMarc Mari5-39/+70
2016-09-20blockdev: Add dynamic generation of module_block.hMarc Mari2-0/+115
2016-09-20blockdev: prepare iSCSI block driver for dynamic loadingColin Lord2-36/+40
2016-09-20qemu-img: add skip option to ddReda Sallahi6-8/+174
2016-09-20qemu-img: add the 'dd' subcommandReda Sallahi10-5/+584
2016-09-20tcg/i386: Extend TARGET_PAGE_MASK to the proper typeRichard Henderson1-1/+1