aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-20hostmem: set MPOL_MF_MOVEMichael S. Tsirkin
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
2014-08-20runner: Kill a program under test by time-outMaria Kustova
2014-08-20runner: Add an argument for test durationMaria Kustova
2014-08-20block: Drop some superfluous casts from void *Markus Armbruster
2014-08-20qemu-io-cmds: g_renew() can't fail, bury dead error handlingMarkus Armbruster
2014-08-20block: Use g_new() & friends to avoid multiplying sizesMarkus Armbruster
2014-08-20block: Use g_new() & friends where that makes obvious senseMarkus Armbruster
2014-08-20Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20140819'...Peter Maydell
2014-08-19Revert "memory: Use canonical path component as the name"Peter Maydell
2014-08-19arm: stellaris: Remove misleading address_space_mem varPeter Crosthwaite
2014-08-19arm: armv7m: Rename address_space_mem -> system_memoryPeter Crosthwaite
2014-08-19aarch64: Allow -kernel option to take a gzip-compressed kernel.Richard W.M. Jones
2014-08-19loader: Add load_image_gzipped function.Richard W.M. Jones
2014-08-19arm: cortex-a9: Fix cache-line size and associativityPeter Crosthwaite
2014-08-19arm/virt: Use PSCI v0.2 function IDs in the DT when KVM uses PSCI v0.2Christoffer Dall
2014-08-19target-arm: Rename QEMU PSCI v0.1 definitionsChristoffer Dall
2014-08-19target-arm: Implement MDSCR_EL1 as having statePeter Maydell
2014-08-19target-arm: Implement ARMv8 single-stepping for AArch32 codePeter Maydell
2014-08-19target-arm: Implement ARMv8 single-step handling for A64 codePeter Maydell
2014-08-19target-arm: A64: Avoid duplicate exit_tb(0) in non-linked goto_tbPeter Maydell
2014-08-19target-arm: Set PSTATE.SS correctly on exception return from AArch64Peter Maydell
2014-08-19target-arm: Correctly handle PSTATE.SS when taking exception to AArch32Peter Maydell
2014-08-19target-arm: Don't allow AArch32 to access RES0 CPSR bitsPeter Maydell
2014-08-19target-arm: Adjust debug ID registers per-CPUPeter Maydell