aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-02-24block/nfs: try to avoid the bounce buffer in pwritevPeter Lieven
2017-02-24block/nfs: convert to preadv / pwritevPeter Lieven
2017-02-24Merge remote-tracking branch 'remotes/awilliam/tags/vfio-updates-20170223.0' ...Peter Maydell
2017-02-24tests: Use opened block node for block job testsKevin Wolf
2017-02-24vvfat: Use opened node as backing fileKevin Wolf
2017-02-24block: Add bdrv_new_open_driver()Kevin Wolf
2017-02-24block: Factor out bdrv_open_driver()Kevin Wolf
2017-02-24block: Use BlockBackend for image probingKevin Wolf
2017-02-24block: Factor out bdrv_open_child_bs()Kevin Wolf
2017-02-24block: Attach bs->file only during .bdrv_open()Kevin Wolf
2017-02-24block: Pass BdrvChild to bdrv_truncate()Kevin Wolf
2017-02-24mirror: Resize active commit base in mirror_run()Kevin Wolf
2017-02-24qcow2: Use BB for resizing in qcow2_amend_options()Kevin Wolf
2017-02-24blockdev: Use BlockBackend to resize in qmp_block_resize()Kevin Wolf
2017-02-24iotests: Fix another race in 030John Snow
2017-02-24qemu-img: Improve documentation for PREALLOC_MODE_FALLOCNir Soffer
2017-02-24qemu-img: Truncate before full preallocationNir Soffer
2017-02-24qemu-img: Add tests for raw image preallocationNir Soffer
2017-02-24qemu-img: Do not truncate before preallocationNir Soffer
2017-02-24qemu-iotests: redirect nbd server stdout to /dev/nullJeff Cody
2017-02-24qemu-iotests: add ability to exclude certain protocols from testsJeff Cody
2017-02-24qemu-iotests: Test 137 only supports 'file' protocolJeff Cody
2017-02-24Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-02-22' into ...Peter Maydell
2017-02-24Merge remote-tracking branch 'remotes/kraxel/tags/pull-cve-2017-2620-20170224...Peter Maydell
2017-02-24cirrus: add blit_is_unsafe call to cirrus_bitblt_cputovideo (CVE-2017-2620)Gerd Hoffmann
2017-02-24Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20170223-1' into s...Peter Maydell
2017-02-24hw/mips: MIPS Boston board supportPaul Burton
2017-02-24tcg: enable MTTCG by default for ARM on x86 hostsAlex Bennée
2017-02-24hw/misc/imx6_src: defer clearing of SRC_SCR reset bitsAlex Bennée
2017-02-24target-arm: ensure all cross vCPUs TLB flushes completeAlex Bennée
2017-02-24target-arm: don't generate WFE/YIELD calls for MTTCGAlex Bennée
2017-02-24target-arm/powerctl: defer cpu reset work to CPU contextAlex Bennée
2017-02-24cputlb: introduce tlb_flush_*_all_cpus[_synced]Alex Bennée
2017-02-24cputlb: atomically update tlb fields used by tlb_reset_dirtyAlex Bennée
2017-02-24cputlb: add tlb_flush_by_mmuidx async routinesAlex Bennée
2017-02-24cputlb and arm/sparc targets: convert mmuidx flushes from varg to bitmapAlex Bennée
2017-02-24cputlb: introduce tlb_flush_* async work.KONRAD Frederic
2017-02-24cputlb: tweak qemu_ram_addr_from_host_nofail reportingAlex Bennée
2017-02-24cputlb: add assert_cpu_is_self checksAlex Bennée
2017-02-24tcg: handle EXCP_ATOMIC exception for system emulationPranith Kumar
2017-02-24tcg: enable thread-per-vCPUAlex Bennée
2017-02-24tcg: enable tb_lock() for SoftMMUAlex Bennée
2017-02-24tcg: remove global exit_requestAlex Bennée
2017-02-24tcg: drop global lock during TCG code executionJan Kiszka
2017-02-24tcg: rename tcg_current_cpu to tcg_current_rr_cpuAlex Bennée
2017-02-24tcg: add kick timer for single-threaded vCPU emulationAlex Bennée
2017-02-24tcg: add options for enabling MTTCGKONRAD Frederic
2017-02-24tcg: move TCG_MO/BAR types into own fileAlex Bennée
2017-02-24mttcg: Add missing tb_lock/unlock() in cpu_exec_step()Pranith Kumar
2017-02-24mttcg: translate-all: Enable locking debug in a debug buildPranith Kumar