aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-12-14spapr: Do PHB hoplug sanity check at pre-plugGreg Kurz1-6/+11
2020-12-14spapr: Make PHB placement functions and spapr_pre_plug_phb() return statusGreg Kurz2-18/+24
2020-12-14spapr: Do NVDIMM/PC-DIMM device hotplug sanity checks at pre-plug onlyGreg Kurz3-33/+20
2020-12-14spapr: Do PCI device hotplug sanity checks at pre-plug onlyGreg Kurz1-10/+33
2020-12-14spapr/xics: Drop unused argument to xics_kvm_has_broken_disconnect()Greg Kurz3-3/+3
2020-12-14spapr/xive: Turn some sanity checks into assertionsGreg Kurz1-10/+4
2020-12-12Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-6.0-pull-request' ...Peter Maydell6-31/+286
2020-12-12m68k: fix some comment spelling errorszhaolichang1-8/+8
2020-12-12target/m68k: Add vmstate definition for M68kCPULaurent Vivier3-6/+198
2020-12-12target/m68k: remove useless qregs arrayLaurent Vivier1-4/+0
2020-12-12hw/m68k/q800.c: Make the GLUE chip an actual QOM devicePeter Maydell1-12/+70
2020-12-12hw/m68k/q800: Don't connect two qemu_irqs directly to the same inputPeter Maydell2-2/+11
2020-12-12Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell113-265/+1841
2020-12-11Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20201211' into stagingPeter Maydell4-2/+107
2020-12-11Merge remote-tracking branch 'remotes/kraxel/tags/ui-20201211-pull-request' i...Peter Maydell5-28/+49
2020-12-11block: Fix deadlock in bdrv_co_yield_to_drain()Kevin Wolf1-17/+24
2020-12-11block: Fix locking in qmp_block_resize()Kevin Wolf1-1/+4
2020-12-11block: Simplify qmp_block_resize() error pathsKevin Wolf1-5/+4
2020-12-11block: introduce BDRV_MAX_LENGTHVladimir Sementsov-Ogievskiy8-14/+90
2020-12-11block/io: bdrv_check_byte_request(): drop bdrv_is_inserted()Vladimir Sementsov-Ogievskiy1-13/+12
2020-12-11block/io: bdrv_refresh_limits(): use ERRP_GUARDVladimir Sementsov-Ogievskiy1-4/+3
2020-12-11block/file-posix: fix workaround in raw_do_pwrite_zeroes()Vladimir Sementsov-Ogievskiy1-1/+0
2020-12-11can-host: Fix crash when 'canbus' property is not setKevin Wolf1-0/+5
2020-12-11iotests/221: Discard image before qemu-img mapMax Reitz2-8/+13
2020-12-11file-posix: check the use_lock before setting the file lockLi Feng1-1/+1
2020-12-11iotests/308: Add test for FUSE exportsMax Reitz3-0/+437
2020-12-11iotests: Enable fuse for many testsMax Reitz75-75/+75
2020-12-11iotests: Allow testing FUSE exportsMax Reitz3-1/+134
2020-12-11iotests: Give access to the qemu-storage-daemonMax Reitz2-0/+28
2020-12-11storage-daemon: Call bdrv_close_all() on exitMax Reitz1-0/+3
2020-12-11iotests/287: Clean up subshell test imageMax Reitz1-2/+2
2020-12-11iotests: Let _make_test_img guess $TEST_IMG_FILEMax Reitz1-3/+37
2020-12-11iotests: Restrict some Python tests to fileMax Reitz2-2/+4
2020-12-11iotests/091: Use _cleanup_qemu instad of "wait"Max Reitz1-1/+2
2020-12-11iotests: Derive image names from $TEST_IMGMax Reitz4-9/+7
2020-12-11iotests/046: Avoid renaming imagesMax Reitz2-3/+4
2020-12-11iotests: Use convert -n in some casesMax Reitz4-11/+10
2020-12-11iotests: Do not pipe _make_test_imgMax Reitz2-5/+24
2020-12-11iotests: Do not needlessly filter _make_test_imgMax Reitz3-12/+12
2020-12-11fuse: Implement hole detection through lseekMax Reitz4-1/+106
2020-12-11fuse: (Partially) implement fallocate()Max Reitz1-0/+84
2020-12-11fuse: Allow growable exportsMax Reitz2-9/+41
2020-12-11fuse: Implement standard FUSE operationsMax Reitz1-0/+242
2020-12-11fuse: Allow exporting BDSs via FUSEMax Reitz7-2/+359
2020-12-11meson: Detect libfuseMax Reitz3-0/+15
2020-12-11block/iscsi: Use lock guard macrosGan Qixin1-26/+24
2020-12-11block/throttle-groups: Use lock guard macrosGan Qixin1-25/+23
2020-12-11block/curl: Use lock guard macrosGan Qixin1-14/+14
2020-12-11block/accounting: Use lock guard macrosGan Qixin1-17/+15
2020-12-11Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20201210' into...Peter Maydell10-501/+669