aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-08-24util/path: Use the GLib memory allocation routineszhanghailiang
2014-08-22Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2014-08-22Merge remote-tracking branch 'remotes/riku/linux-user-for-upstream' into stagingPeter Maydell
2014-08-22qemu-img: Allow cache mode specification for amendMax Reitz
2014-08-22qemu-img: Allow source cache mode specificationMax Reitz
2014-08-22linux-user: check return value of malloc()zhanghailiang
2014-08-22linux-user: writev Partial WritesTom Musta
2014-08-22linux-user: Support target-to-host translation of mlockall argumentTom Musta
2014-08-22linux-user: clock_nanosleep errno Handling on PPCTom Musta
2014-08-22linux-user: Minimum Sig Handler Stack Size for PPC64 ELF V2Tom Musta
2014-08-22linux-user: Move get_ppc64_abiTom Musta
2014-08-22linux-user: Detect fault in sched_rr_get_intervalTom Musta
2014-08-22linux-user: Handle NULL sched_param argument to sched_*Tom Musta
2014-08-22linux-user: Detect Negative Message Sizes in msgsnd System CallTom Musta
2014-08-22linux-user: Conditionally Pass Attribute Pointer to mq_open()Tom Musta
2014-08-22linux-user: Make ipc syscall's third argument an abi_longTom Musta
2014-08-22linux-user: Properly Handle semun Structure In Cross-Endian SituationsTom Musta
2014-08-22linux-user: Dereference Pointer Argument to ipc/semctl Sys CallTom Musta
2014-08-22linux-user: PPC64 semid_ds Doesnt Include _unused1 and _unused2Tom Musta
2014-08-22linux-user: add setns and unshareRiku Voipio
2014-08-22linux-user: support ioprio_{get, set} syscallsPaul Burton
2014-08-22linux-user: support timerfd_{create, gettime, settime} syscallsRiku Voipio
2014-08-22linux-user: fix readlink handling with magic exe symlinkMike Frysinger
2014-08-22linux-user: Fix conversion of sigevent argument to timer_createPeter Maydell
2014-08-22linux-user: Fix syscall instruction usermode emulation on X86_64Jincheng Miao
2014-08-22linux-user: redirect openat callsRiku Voipio
2014-08-22linux-user: /proc/self/maps contentMikhail Ilyin
2014-08-22vmdk: Use bdrv_nb_sectors() where sectors, not bytes are wantedMarkus Armbruster
2014-08-22blkdebug: Delete BH in bdrv_aio_cancelFam Zheng
2014-08-22qemu-iotests: add test case 101 for short file I/OStefan Hajnoczi
2014-08-22raw-posix: fix O_DIRECT short readsStefan Hajnoczi
2014-08-22block/iscsi: fix memory corruption on iscsi resizePeter Lieven
2014-08-21Merge remote-tracking branch 'remotes/otubo/seccomp' into stagingPeter Maydell
2014-08-21block/vvfat.c: remove debugging code to reinit stderr if NULLMichael Tokarev
2014-08-21seccomp: add semctl() to the syscall whitelistPaul Moore
2014-08-20iotests: Add test for image filename constructionMax Reitz
2014-08-20quorum: Implement bdrv_refresh_filename()Max Reitz
2014-08-20nbd: Implement bdrv_refresh_filename()Max Reitz
2014-08-20blkverify: Implement bdrv_refresh_filename()Max Reitz
2014-08-20blkdebug: Implement bdrv_refresh_filename()Max Reitz
2014-08-20block: Add bdrv_refresh_filename()Max Reitz
2014-08-20virtio-blk: fix reference a pointer which might be freedzhanghailiang
2014-08-20virtio-blk: allow block_resize with dataplaneStefan Hajnoczi
2014-08-20block: acquire AioContext in qmp_block_resize()Stefan Hajnoczi
2014-08-20qemu-iotests: Fix 028 reference output for qedKevin Wolf
2014-08-20test-coroutine: test cost introduced by coroutineMing Lei
2014-08-20iotests: Add test for qcow2's cache optionsMax Reitz
2014-08-20qcow2: Add runtime options for cache sizesMax Reitz
2014-08-20qcow2: Use g_try_new0() for cache arrayMax Reitz
2014-08-20qcow2: Constant cache size in bytesMax Reitz