aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-08-24po: Fix Makefile rules for in-tree builds without configurationStefan Weil1-2/+5
2014-08-24slirp/misc: Use the GLib memory allocation APIszhanghailiang3-24/+3
2014-08-24configure: no need to mkdir QMPLiming Wang1-4/+0
2014-08-24dma: axidma: Variablise repeated s->streams[i] sub-exprPeter Crosthwaite1-4/+6
2014-08-24microblaze: ml605: Get rid of ddr_base variablePeter Crosthwaite1-3/+2
2014-08-24tests/bios-tables-test: check the value returned by fopen()zhanghailiang1-0/+5
2014-08-24tcg: dump op count into qemu logzhanghailiang1-4/+2
2014-08-24util/path: Use the GLib memory allocation routineszhanghailiang1-5/+5
2014-08-22Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell55-175/+1103
2014-08-22Merge remote-tracking branch 'remotes/riku/linux-user-for-upstream' into stagingPeter Maydell26-66/+357
2014-08-22qemu-img: Allow cache mode specification for amendMax Reitz3-7/+18
2014-08-22qemu-img: Allow source cache mode specificationMax Reitz3-28/+80
2014-08-22linux-user: check return value of malloc()zhanghailiang1-0/+4
2014-08-22linux-user: writev Partial WritesTom Musta1-2/+14
2014-08-22linux-user: Support target-to-host translation of mlockall argumentTom Musta18-1/+50
2014-08-22linux-user: clock_nanosleep errno Handling on PPCTom Musta1-0/+8
2014-08-22linux-user: Minimum Sig Handler Stack Size for PPC64 ELF V2Tom Musta18-1/+34
2014-08-22linux-user: Move get_ppc64_abiTom Musta2-9/+10
2014-08-22linux-user: Detect fault in sched_rr_get_intervalTom Musta1-1/+1
2014-08-22linux-user: Handle NULL sched_param argument to sched_*Tom Musta1-0/+10
2014-08-22linux-user: Detect Negative Message Sizes in msgsnd System CallTom Musta1-1/+5
2014-08-22linux-user: Conditionally Pass Attribute Pointer to mq_open()Tom Musta1-3/+7
2014-08-22linux-user: Make ipc syscall's third argument an abi_longTom Musta1-4/+4
2014-08-22linux-user: Properly Handle semun Structure In Cross-Endian SituationsTom Musta1-2/+11
2014-08-22linux-user: Dereference Pointer Argument to ipc/semctl Sys CallTom Musta1-2/+8
2014-08-22linux-user: PPC64 semid_ds Doesnt Include _unused1 and _unused2Tom Musta1-0/+4
2014-08-22linux-user: add setns and unshareRiku Voipio3-0/+34
2014-08-22linux-user: support ioprio_{get, set} syscallsPaul Burton1-0/+18
2014-08-22linux-user: support timerfd_{create, gettime, settime} syscallsRiku Voipio3-0/+71
2014-08-22linux-user: fix readlink handling with magic exe symlinkMike Frysinger1-2/+13
2014-08-22linux-user: Fix conversion of sigevent argument to timer_createPeter Maydell1-8/+30
2014-08-22linux-user: Fix syscall instruction usermode emulation on X86_64Jincheng Miao2-3/+2
2014-08-22linux-user: redirect openat callsRiku Voipio1-14/+9
2014-08-22linux-user: /proc/self/maps contentMikhail Ilyin2-15/+12
2014-08-22vmdk: Use bdrv_nb_sectors() where sectors, not bytes are wantedMarkus Armbruster1-6/+5
2014-08-22blkdebug: Delete BH in bdrv_aio_cancelFam Zheng1-0/+4
2014-08-22qemu-iotests: add test case 101 for short file I/OStefan Hajnoczi3-0/+69
2014-08-22raw-posix: fix O_DIRECT short readsStefan Hajnoczi1-0/+9
2014-08-22block/iscsi: fix memory corruption on iscsi resizePeter Lieven1-1/+2
2014-08-21Merge remote-tracking branch 'remotes/otubo/seccomp' into stagingPeter Maydell1-1/+2
2014-08-21block/vvfat.c: remove debugging code to reinit stderr if NULLMichael Tokarev1-9/+0
2014-08-21seccomp: add semctl() to the syscall whitelistPaul Moore1-1/+2
2014-08-20iotests: Add test for image filename constructionMax Reitz3-0/+137
2014-08-20quorum: Implement bdrv_refresh_filename()Max Reitz1-0/+39
2014-08-20nbd: Implement bdrv_refresh_filename()Max Reitz1-0/+36
2014-08-20blkverify: Implement bdrv_refresh_filename()Max Reitz1-0/+29
2014-08-20blkdebug: Implement bdrv_refresh_filename()Max Reitz1-0/+97
2014-08-20block: Add bdrv_refresh_filename()Max Reitz3-0/+142
2014-08-20virtio-blk: fix reference a pointer which might be freedzhanghailiang1-1/+2
2014-08-20virtio-blk: allow block_resize with dataplaneStefan Hajnoczi1-0/+1