index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2019-08-19
fpu: make softfloat-macros "self-contained"
Alex Bennée
2019-08-19
fpu: move inline helpers into a separate header
Alex Bennée
2019-08-19
fpu: remove the LIT64 macro
Alex Bennée
2019-08-19
target/m68k: replace LIT64 with UINT64_C macros
Alex Bennée
2019-08-19
fpu: replace LIT64 with UINT64_C macros
Alex Bennée
2019-08-19
fpu: use min/max values from stdint.h for integral overflow
Alex Bennée
2019-08-19
fpu: convert float[16/32/64]_squash_denormal to new modern style
Alex Bennée
2019-08-19
fpu: replace LIT64 usage with UINT64_C for specialize constants
Alex Bennée
2019-08-19
Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into ...
Peter Maydell
2019-08-17
gitlab-ci: Remove qcow2 tests that are handled by "make check" already
Thomas Huth
2019-08-17
tests: Run the iotests during "make check" again
Thomas Huth
2019-08-17
block: fix NetBSD qemu-iotests failure
Paolo Bonzini
2019-08-16
hw/ide/atapi: Use the ldst API
Philippe Mathieu-Daudé
2019-08-16
Revert "ide/ahci: Check for -ECANCELED in aio callbacks"
John Snow
2019-08-16
dma-helpers: ensure AIO callback is invoked after cancellation
Paolo Bonzini
2019-08-16
tests/test-hbitmap: test next_zero and _next_dirty_area after truncate
Vladimir Sementsov-Ogievskiy
2019-08-16
block/backup: refactor write_flags
Vladimir Sementsov-Ogievskiy
2019-08-16
block/backup: deal with zero detection
Vladimir Sementsov-Ogievskiy
2019-08-16
qapi: add dirty-bitmaps to query-named-block-nodes result
Vladimir Sementsov-Ogievskiy
2019-08-16
iotests/257: test traditional sync modes
John Snow
2019-08-16
block/backup: support bitmap sync modes for non-bitmap backups
John Snow
2019-08-16
block/backup: teach TOP to never copy unallocated regions
John Snow
2019-08-16
block/backup: add backup_is_cluster_allocated
John Snow
2019-08-16
block/backup: centralize copy_bitmap initialization
John Snow
2019-08-16
block/backup: improve sync=bitmap work estimates
John Snow
2019-08-16
iotests/257: test API failures
John Snow
2019-08-16
block/backup: hoist bitmap check into QMP interface
John Snow
2019-08-16
iotests/257: Refactor backup helpers
John Snow
2019-08-16
iotests/257: add EmulatedBitmap class
John Snow
2019-08-16
iotests/257: add Pattern class
John Snow
2019-08-16
iotests: test bitmap moving inside 254
Vladimir Sementsov-Ogievskiy
2019-08-16
qapi: implement block-dirty-bitmap-remove transaction action
John Snow
2019-08-16
blockdev: reduce aio_context locked sections in bitmap add/remove
Vladimir Sementsov-Ogievskiy
2019-08-16
block/backup: loosen restriction on readonly bitmaps
John Snow
2019-08-16
iotests: add test 257 for bitmap-mode backups
John Snow
2019-08-16
iotests: Add virtio-scsi device helper
John Snow
2019-08-16
iotests: teach FilePath to produce multiple paths
John Snow
2019-08-16
iotests: teach run_job to cancel pending jobs
John Snow
2019-08-16
iotests: add testing shim for script-style python tests
John Snow
2019-08-16
block/backup: add 'always' bitmap sync policy
John Snow
2019-08-16
block/backup: upgrade copy_bitmap to BdrvDirtyBitmap
John Snow
2019-08-16
block/dirty-bitmap: add bdrv_dirty_bitmap_get
John Snow
2019-08-16
block/dirty-bitmap: add bdrv_dirty_bitmap_merge_internal
John Snow
2019-08-16
hbitmap: enable merging across granularities
John Snow
2019-08-16
hbitmap: Fix merge when b is empty, and result is not an alias of a
John Snow
2019-08-16
block/backup: add 'never' policy to bitmap sync mode
John Snow
2019-08-16
block/backup: Add mirror sync mode 'bitmap'
John Snow
2019-08-16
qapi: add BitmapSyncMode enum
John Snow
2019-08-16
blockdev-backup: utilize do_backup_common
John Snow
2019-08-16
drive-backup: create do_backup_common
John Snow
[prev]
[next]