aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-20hostmem: set MPOL_MF_MOVEMichael S. Tsirkin1-1/+1
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
2014-08-20block: acquire AioContext in qmp_block_resize()Stefan Hajnoczi1-3/+10
2014-08-20qemu-iotests: Fix 028 reference output for qedKevin Wolf4-19/+26
2014-08-20test-coroutine: test cost introduced by coroutineMing Lei1-0/+30
2014-08-20iotests: Add test for qcow2's cache optionsMax Reitz3-0/+129
2014-08-20qcow2: Add runtime options for cache sizesMax Reitz2-11/+103
2014-08-20qcow2: Use g_try_new0() for cache arrayMax Reitz1-4/+9
2014-08-20qcow2: Constant cache size in bytesMax Reitz2-4/+21
2014-08-20runner: Kill a program under test by time-outMaria Kustova1-4/+25
2014-08-20runner: Add an argument for test durationMaria Kustova1-4/+17
2014-08-20block: Drop some superfluous casts from void *Markus Armbruster3-6/+6
2014-08-20qemu-io-cmds: g_renew() can't fail, bury dead error handlingMarkus Armbruster1-10/+1
2014-08-20block: Use g_new() & friends to avoid multiplying sizesMarkus Armbruster8-16/+15
2014-08-20block: Use g_new() & friends where that makes obvious senseMarkus Armbruster22-47/+46
2014-08-20Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20140819'...Peter Maydell19-88/+563
2014-08-19Revert "memory: Use canonical path component as the name"Peter Maydell2-1/+4
2014-08-19arm: stellaris: Remove misleading address_space_mem varPeter Crosthwaite1-2/+1
2014-08-19arm: armv7m: Rename address_space_mem -> system_memoryPeter Crosthwaite2-5/+5
2014-08-19aarch64: Allow -kernel option to take a gzip-compressed kernel.Richard W.M. Jones1-0/+7
2014-08-19loader: Add load_image_gzipped function.Richard W.M. Jones2-0/+49
2014-08-19arm: cortex-a9: Fix cache-line size and associativityPeter Crosthwaite1-2/+2
2014-08-19arm/virt: Use PSCI v0.2 function IDs in the DT when KVM uses PSCI v0.2Christoffer Dall2-5/+53
2014-08-19target-arm: Rename QEMU PSCI v0.1 definitionsChristoffer Dall2-15/+15
2014-08-19target-arm: Implement MDSCR_EL1 as having statePeter Maydell1-1/+3
2014-08-19target-arm: Implement ARMv8 single-stepping for AArch32 codePeter Maydell2-2/+95
2014-08-19target-arm: Implement ARMv8 single-step handling for A64 codePeter Maydell6-5/+131
2014-08-19target-arm: A64: Avoid duplicate exit_tb(0) in non-linked goto_tbPeter Maydell1-2/+3
2014-08-19target-arm: Set PSTATE.SS correctly on exception return from AArch64Peter Maydell2-0/+81
2014-08-19target-arm: Correctly handle PSTATE.SS when taking exception to AArch32Peter Maydell1-0/+4
2014-08-19target-arm: Don't allow AArch32 to access RES0 CPSR bitsPeter Maydell3-9/+18