]> git.proxmox.com Git - mirror_qemu.git/shortlog
mirror_qemu.git
2019-08-19 Max Reitzblock: Add bdrv_has_zero_init_truncate()
2019-08-19 Max Reitzmirror: Fix bdrv_has_zero_init() use
2019-08-19 Max Reitzqemu-img: Fix bdrv_has_zero_init() use in convert
2019-08-19 Maxim LevitskyLUKS: support preallocation
2019-08-19 Peter MaydellMerge remote-tracking branch 'remotes/huth-gitlab/tags...
2019-08-19 Peter MaydellMerge remote-tracking branch 'remotes/jnsnow/tags/ide...
2019-08-19 Peter MaydellMerge remote-tracking branch 'remotes/jnsnow/tags/bitma...
2019-08-17 Thomas Huthgitlab-ci: Remove qcow2 tests that are handled by ...
2019-08-17 Thomas Huthtests: Run the iotests during "make check" again
2019-08-17 Paolo Bonziniblock: fix NetBSD qemu-iotests failure
2019-08-16 Philippe Mathieu... hw/ide/atapi: Use the ldst API
2019-08-16 John SnowRevert "ide/ahci: Check for -ECANCELED in aio callbacks"
2019-08-16 Paolo Bonzinidma-helpers: ensure AIO callback is invoked after cance...
2019-08-16 Vladimir Sementsov... tests/test-hbitmap: test next_zero and _next_dirty_area...
2019-08-16 Vladimir Sementsov... block/backup: refactor write_flags
2019-08-16 Vladimir Sementsov... block/backup: deal with zero detection
2019-08-16 Vladimir Sementsov... qapi: add dirty-bitmaps to query-named-block-nodes...
2019-08-16 John Snowiotests/257: test traditional sync modes
2019-08-16 John Snowblock/backup: support bitmap sync modes for non-bitmap...
2019-08-16 John Snowblock/backup: teach TOP to never copy unallocated regions
2019-08-16 John Snowblock/backup: add backup_is_cluster_allocated
2019-08-16 John Snowblock/backup: centralize copy_bitmap initialization
2019-08-16 John Snowblock/backup: improve sync=bitmap work estimates
2019-08-16 John Snowiotests/257: test API failures
2019-08-16 John Snowblock/backup: hoist bitmap check into QMP interface
2019-08-16 John Snowiotests/257: Refactor backup helpers
2019-08-16 John Snowiotests/257: add EmulatedBitmap class
2019-08-16 John Snowiotests/257: add Pattern class
2019-08-16 Vladimir Sementsov... iotests: test bitmap moving inside 254
2019-08-16 John Snowqapi: implement block-dirty-bitmap-remove transaction...
2019-08-16 Vladimir Sementsov... blockdev: reduce aio_context locked sections in bitmap...
2019-08-16 John Snowblock/backup: loosen restriction on readonly bitmaps
2019-08-16 John Snowiotests: add test 257 for bitmap-mode backups
2019-08-16 John Snowiotests: Add virtio-scsi device helper
2019-08-16 John Snowiotests: teach FilePath to produce multiple paths
2019-08-16 John Snowiotests: teach run_job to cancel pending jobs
2019-08-16 John Snowiotests: add testing shim for script-style python tests
2019-08-16 John Snowblock/backup: add 'always' bitmap sync policy
2019-08-16 John Snowblock/backup: upgrade copy_bitmap to BdrvDirtyBitmap
2019-08-16 John Snowblock/dirty-bitmap: add bdrv_dirty_bitmap_get
2019-08-16 John Snowblock/dirty-bitmap: add bdrv_dirty_bitmap_merge_internal
2019-08-16 John Snowhbitmap: enable merging across granularities
2019-08-16 John Snowhbitmap: Fix merge when b is empty, and result is not...
2019-08-16 John Snowblock/backup: add 'never' policy to bitmap sync mode
2019-08-16 John Snowblock/backup: Add mirror sync mode 'bitmap'
2019-08-16 John Snowqapi: add BitmapSyncMode enum
2019-08-16 John Snowblockdev-backup: utilize do_backup_common
2019-08-16 John Snowdrive-backup: create do_backup_common
2019-08-16 John Snowqapi/block-core: Introduce BackupCommon
2019-08-16 Peter MaydellMerge remote-tracking branch 'remotes/pmaydell/tags...
2019-08-16 Peter MaydellMerge remote-tracking branch 'remotes/kevin/tags/for...
2019-08-16 Peter MaydellMerge remote-tracking branch 'remotes/ericb/tags/pull...
2019-08-16 Peter MaydellMerge remote-tracking branch 'remotes/armbru/tags/pull...
2019-08-16 Richard Hendersontarget/arm: Use tcg_gen_extrh_i64_i32 to extract the...
2019-08-16 Richard Hendersontarget/arm: Simplify SMMLA, SMMLAR, SMMLS, SMMLSR
2019-08-16 Richard Hendersontarget/arm: Use tcg_gen_rotri_i32 for gen_swap_half
2019-08-16 Richard Hendersontarget/arm: Use ror32 instead of open-coding the operation
2019-08-16 Richard Hendersontarget/arm: Remove redundant shift tests
2019-08-16 Richard Hendersontarget/arm: Use tcg_gen_deposit_i32 for PKHBT, PKHTB
2019-08-16 Richard Hendersontarget/arm: Use tcg_gen_extract_i32 for shifter_out_im
2019-08-16 Andrew Jonestarget/arm/kvm64: Move the get/put of fpsimd registers out
2019-08-16 Andrew Jonestarget/arm/kvm64: Fix error returns
2019-08-16 Andrew Jonestarget/arm/cpu: Use div-round-up to determine predicate...
2019-08-16 Andrew Jonestarget/arm/helper: zcr: Add build bug next to value...
2019-08-16 Andrew Jonestarget/arm/cpu: Ensure we can use the pmu with kvm
2019-08-16 Andrew Jonestarget/arm/cpu64: Ensure kvm really supports aarch64=off
2019-08-16 Richard Hendersontarget/arm: Remove helper_double_saturate
2019-08-16 Richard Hendersontarget/arm: Use unallocated_encoding for aarch32
2019-08-16 Richard Hendersontarget/arm: Remove offset argument to gen_exception_bkp...
2019-08-16 Richard Hendersontarget/arm: Replace offset with pc in gen_exception_int...
2019-08-16 Richard Hendersontarget/arm: Replace offset with pc in gen_exception_insn
2019-08-16 Richard Hendersontarget/arm: Replace s->pc with s->base.pc_next
2019-08-16 Richard Hendersontarget/arm: Remove redundant s->pc & ~1
2019-08-16 Richard Hendersontarget/arm: Introduce add_reg_for_lit
2019-08-16 Richard Hendersontarget/arm: Introduce read_pc
2019-08-16 Richard Hendersontarget/arm: Introduce pc_curr
2019-08-16 Richard Hendersontarget/arm: Pass in pc to thumb_insn_is_16bit
2019-08-16 Peter Maydelltarget/arm: Fix routing of singlestep exceptions
2019-08-16 Peter Maydelltarget/arm: Factor out 'generate singlestep exception...
2019-08-16 Aaron HillSet ENET_BD_BDU in I.MX FEC controller
2019-08-16 Damien Heddehw/misc/zynq_slcr: use standard register definition
2019-08-16 Alex Bennéetarget/arm: generate a custom MIDR for -cpu max
2019-08-16 Peter MaydellMerge remote-tracking branch 'remotes/huth-gitlab/tags...
2019-08-16 Markus Armbrustersysemu: Split sysemu/runstate.h off sysemu/sysemu.h
2019-08-16 Markus Armbrustersysemu: Move the VMChangeStateEntry typedef to qemu...
2019-08-16 Markus ArmbrusterInclude sysemu/sysemu.h a lot less
2019-08-16 Markus ArmbrusterClean up inclusion of sysemu/sysemu.h
2019-08-16 Markus Armbrusternuma: Move remaining NUMA declarations from sysemu...
2019-08-16 Markus ArmbrusterInclude sysemu/hostmem.h less
2019-08-16 Markus Armbrusternuma: Don't include hw/boards.h into sysemu/numa.h
2019-08-16 Markus ArmbrusterInclude hw/boards.h a bit less
2019-08-16 Markus ArmbrusterInclude hw/qdev-properties.h less
2019-08-16 Markus ArmbrusterInclude qemu/main-loop.h less
2019-08-16 Markus ArmbrusterInclude qemu/queue.h slightly less
2019-08-16 Markus ArmbrusterInclude hw/hw.h exactly where needed
2019-08-16 Markus ArmbrusterInclude qom/object.h slightly less
2019-08-16 Markus ArmbrusterInclude exec/memory.h slightly less
2019-08-16 Markus ArmbrusterInclude migration/vmstate.h less
2019-08-16 Markus Armbrustermigration: Move the VMStateDescription typedef to typed...
2019-08-16 Markus ArmbrusterClean up inclusion of exec/cpu-common.h
next