aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-05-18qcow2: set bdi->is_dirtyVladimir Sementsov-Ogievskiy1-0/+1
2021-05-17Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul...Peter Maydell13-59/+65
2021-05-17Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2021-05-14' in...Peter Maydell28-379/+289
2021-05-16Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell23-75/+311
2021-05-14Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-05-...Peter Maydell32-138/+243
2021-05-14Merge remote-tracking branch 'remotes/marcandre/tags/rtd-pull-request' into s...Peter Maydell16-59/+200
2021-05-14Fix build with 64 bits time_tFabrice Fontaine2-3/+10
2021-05-14vhost-vdpa: Make vhost_vdpa_get_device_id() staticZenghui Yu2-4/+2
2021-05-14hw/virtio: enable ioeventfd configuring for mmioPavel Dovgalyuk2-1/+15
2021-05-14hw/smbios: support for type 41 (onboard devices extended information)Vincent Bernat5-6/+173
2021-05-14checkpatch: Fix use of uninitialized valueGreg Kurz1-0/+1
2021-05-14virtio-scsi: Configure all host notifiers in a single MR transactionGreg Kurz1-0/+16
2021-05-14virtio-scsi: Set host notifiers and callbacks separatelyGreg Kurz1-18/+22
2021-05-14virtio-blk: Configure all host notifiers in a single MR transactionGreg Kurz1-0/+25
2021-05-14virtio-blk: Fix rollback path in virtio_blk_data_plane_start()Greg Kurz1-2/+9
2021-05-14pc-dimm: remove unnecessary get_vmstate_memory_region() methodMaciej S. Szmigiero2-24/+14
2021-05-14amd_iommu: fix wrong MMIO operationsRoman Kapl1-3/+3
2021-05-14write-threshold: deal with includesVladimir Sementsov-Ogievskiy3-4/+1
2021-05-14test-write-threshold: drop extra TestStruct structureVladimir Sementsov-Ogievskiy1-17/+3
2021-05-14test-write-threshold: drop extra testsVladimir Sementsov-Ogievskiy1-43/+0
2021-05-14block/write-threshold: drop extra APIsVladimir Sementsov-Ogievskiy3-47/+0
2021-05-14test-write-threshold: rewrite test_threshold_(not_)trigger testsVladimir Sementsov-Ogievskiy1-18/+4
2021-05-14block: drop write notifiersVladimir Sementsov-Ogievskiy3-19/+0
2021-05-14block/write-threshold: don't use write notifiersVladimir Sementsov-Ogievskiy4-58/+27
2021-05-14qemu-iotests: fix pylint 2.8 consider-using-with errorEmanuele Giuseppe Esposito3-43/+47
2021-05-14block/copy-on-read: use bdrv_drop_filter() and drop s->activeVladimir Sementsov-Ogievskiy1-32/+1
2021-05-14Document qemu-img options data_file and data_file_rawConnor Kuehl1-0/+31
2021-05-14qemu-iotests: fix case of SOCK_DIR already in the environmentPaolo Bonzini1-1/+1
2021-05-14qemu-iotests: let "check" spawn an arbitrary test commandPaolo Bonzini3-3/+20
2021-05-14qemu-iotests: move command line and environment handling from TestRunner to T...Paolo Bonzini2-14/+17
2021-05-14qemu-iotests: allow passing unittest.main arguments to the test scriptsPaolo Bonzini1-5/+9
2021-05-14qemu-iotests: do not buffer the test outputPaolo Bonzini5-44/+56
2021-05-14mirror: stop cancelling in-flight requests on non-force cancel in READYVladimir Sementsov-Ogievskiy6-7/+9
2021-05-14monitor: hmp_qemu_io: acquire aio contex, fix crashVladimir Sementsov-Ogievskiy3-16/+40
2021-05-14block/rbd: Add an escape-aware strchr helperConnor Kuehl3-11/+28
2021-05-14iotests/231: Update expected deprecation messageConnor Kuehl1-3/+1
2021-05-14Merge remote-tracking branch 'remotes/cminyard/tags/for-qemu-6.1-v1' into sta...Peter Maydell8-14/+383
2021-05-14virtio-net: Constify VirtIOFeature feature_sizes[]Philippe Mathieu-Daudé1-1/+1
2021-05-14virtio-blk: Constify VirtIOFeature feature_sizes[]Philippe Mathieu-Daudé1-1/+1
2021-05-14hw/virtio: Pass virtio_feature_get_config_size() a const argumentPhilippe Mathieu-Daudé2-2/+2
2021-05-14cirrus.yml: Fix the MSYS2 taskThomas Huth1-2/+2
2021-05-14sphinx: adopt kernel readthedoc themeMarc-André Lureau16-59/+200
2021-05-14Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20210513a'...Peter Maydell25-250/+367
2021-05-14pc-bios/s390-ccw: Fix inline assembly for older versions of ClangThomas Huth4-8/+8
2021-05-14tests/qtest/migration-test: Use g_autofree to avoid leaks on error pathsPeter Maydell1-41/+20
2021-05-14configure: Poison all current target-specific #definesThomas Huth3-1/+10
2021-05-14migration: Move populate_vfio_info() into a separate fileThomas Huth4-16/+29
2021-05-14include/sysemu: Poison all accelerator CONFIG switches in common codeThomas Huth4-0/+16
2021-05-14tests: Avoid side effects inside g_assert() argumentsPeter Maydell2-3/+6
2021-05-14tests/qtest/rtc-test: Remove pointless NULL checkPeter Maydell1-4/+2