summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tests/bios-tables-test: check the value returned by fopen()zhanghailiang2014-08-241-0/+5
* tcg: dump op count into qemu logzhanghailiang2014-08-241-4/+2
* util/path: Use the GLib memory allocation routineszhanghailiang2014-08-241-5/+5
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2014-08-2255-175/+1103
|\
| * qemu-img: Allow cache mode specification for amendMax Reitz2014-08-223-7/+18
| * qemu-img: Allow source cache mode specificationMax Reitz2014-08-223-28/+80
| * vmdk: Use bdrv_nb_sectors() where sectors, not bytes are wantedMarkus Armbruster2014-08-221-6/+5
| * blkdebug: Delete BH in bdrv_aio_cancelFam Zheng2014-08-221-0/+4
| * qemu-iotests: add test case 101 for short file I/OStefan Hajnoczi2014-08-223-0/+69
| * raw-posix: fix O_DIRECT short readsStefan Hajnoczi2014-08-221-0/+9
| * block/iscsi: fix memory corruption on iscsi resizePeter Lieven2014-08-221-1/+2
| * block/vvfat.c: remove debugging code to reinit stderr if NULLMichael Tokarev2014-08-211-9/+0
| * iotests: Add test for image filename constructionMax Reitz2014-08-203-0/+137
| * quorum: Implement bdrv_refresh_filename()Max Reitz2014-08-201-0/+39
| * nbd: Implement bdrv_refresh_filename()Max Reitz2014-08-201-0/+36
| * blkverify: Implement bdrv_refresh_filename()Max Reitz2014-08-201-0/+29
| * blkdebug: Implement bdrv_refresh_filename()Max Reitz2014-08-201-0/+97
| * block: Add bdrv_refresh_filename()Max Reitz2014-08-203-0/+142
| * virtio-blk: fix reference a pointer which might be freedzhanghailiang2014-08-201-1/+2
| * virtio-blk: allow block_resize with dataplaneStefan Hajnoczi2014-08-201-0/+1
| * block: acquire AioContext in qmp_block_resize()Stefan Hajnoczi2014-08-201-3/+10
| * qemu-iotests: Fix 028 reference output for qedKevin Wolf2014-08-204-19/+26
| * test-coroutine: test cost introduced by coroutineMing Lei2014-08-201-0/+30
| * iotests: Add test for qcow2's cache optionsMax Reitz2014-08-203-0/+129
| * qcow2: Add runtime options for cache sizesMax Reitz2014-08-202-11/+103
| * qcow2: Use g_try_new0() for cache arrayMax Reitz2014-08-201-4/+9
| * qcow2: Constant cache size in bytesMax Reitz2014-08-202-4/+21
| * runner: Kill a program under test by time-outMaria Kustova2014-08-201-4/+25
| * runner: Add an argument for test durationMaria Kustova2014-08-201-4/+17
| * block: Drop some superfluous casts from void *Markus Armbruster2014-08-203-6/+6
| * qemu-io-cmds: g_renew() can't fail, bury dead error handlingMarkus Armbruster2014-08-201-10/+1
| * block: Use g_new() & friends to avoid multiplying sizesMarkus Armbruster2014-08-208-16/+15
| * block: Use g_new() & friends where that makes obvious senseMarkus Armbruster2014-08-2022-47/+46
* | Merge remote-tracking branch 'remotes/riku/linux-user-for-upstream' into stagingPeter Maydell2014-08-2226-66/+357
|\ \
| * | linux-user: check return value of malloc()zhanghailiang2014-08-221-0/+4
| * | linux-user: writev Partial WritesTom Musta2014-08-221-2/+14
| * | linux-user: Support target-to-host translation of mlockall argumentTom Musta2014-08-2218-1/+50
| * | linux-user: clock_nanosleep errno Handling on PPCTom Musta2014-08-221-0/+8
| * | linux-user: Minimum Sig Handler Stack Size for PPC64 ELF V2Tom Musta2014-08-2218-1/+34
| * | linux-user: Move get_ppc64_abiTom Musta2014-08-222-9/+10
| * | linux-user: Detect fault in sched_rr_get_intervalTom Musta2014-08-221-1/+1
| * | linux-user: Handle NULL sched_param argument to sched_*Tom Musta2014-08-221-0/+10
| * | linux-user: Detect Negative Message Sizes in msgsnd System CallTom Musta2014-08-221-1/+5
| * | linux-user: Conditionally Pass Attribute Pointer to mq_open()Tom Musta2014-08-221-3/+7
| * | linux-user: Make ipc syscall's third argument an abi_longTom Musta2014-08-221-4/+4
| * | linux-user: Properly Handle semun Structure In Cross-Endian SituationsTom Musta2014-08-221-2/+11
| * | linux-user: Dereference Pointer Argument to ipc/semctl Sys CallTom Musta2014-08-221-2/+8
| * | linux-user: PPC64 semid_ds Doesnt Include _unused1 and _unused2Tom Musta2014-08-221-0/+4
| * | linux-user: add setns and unshareRiku Voipio2014-08-223-0/+34
| * | linux-user: support ioprio_{get, set} syscallsPaul Burton2014-08-221-0/+18
OpenPOWER on IntegriCloud