summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ppc/translate: Raise exceptions after setting the ccGiuseppe Musacchio2020-12-141-14/+14
* ppc/translate: Delay NaN checking after comparisonGiuseppe Musacchio2020-12-141-38/+42
* ppc/translate: Turn the helper macros into functionsGiuseppe Musacchio2020-12-141-105/+123
* ppc/translate: Fix unordered f64/f128 comparisonsGiuseppe Musacchio2020-12-141-10/+22
* ppc: Add a missing break for PPC6xx_INPUT_TBENChen Qun2020-12-141-0/+1
* target/ppc: replaced the TODO with LOG_UNIMP and add break for silence warningsChen Qun2020-12-141-2/+3
* spapr: Do TPM proxy hotplug sanity checks at pre-plugGreg Kurz2020-12-141-5/+18
* spapr: Do PHB hoplug sanity check at pre-plugGreg Kurz2020-12-141-6/+11
* spapr: Make PHB placement functions and spapr_pre_plug_phb() return statusGreg Kurz2020-12-142-18/+24
* spapr: Do NVDIMM/PC-DIMM device hotplug sanity checks at pre-plug onlyGreg Kurz2020-12-143-33/+20Star
* spapr: Do PCI device hotplug sanity checks at pre-plug onlyGreg Kurz2020-12-141-10/+33
* spapr/xics: Drop unused argument to xics_kvm_has_broken_disconnect()Greg Kurz2020-12-143-3/+3
* spapr/xive: Turn some sanity checks into assertionsGreg Kurz2020-12-141-10/+4Star
* Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-6.0-pull-request' ...Peter Maydell2020-12-126-31/+286
|\
| * m68k: fix some comment spelling errorszhaolichang2020-12-121-8/+8
| * target/m68k: Add vmstate definition for M68kCPULaurent Vivier2020-12-123-6/+198
| * target/m68k: remove useless qregs arrayLaurent Vivier2020-12-121-4/+0Star
| * hw/m68k/q800.c: Make the GLUE chip an actual QOM devicePeter Maydell2020-12-121-12/+70
| * hw/m68k/q800: Don't connect two qemu_irqs directly to the same inputPeter Maydell2020-12-122-2/+11
|/
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2020-12-12113-265/+1841
|\
| * block: Fix deadlock in bdrv_co_yield_to_drain()Kevin Wolf2020-12-111-17/+24
| * block: Fix locking in qmp_block_resize()Kevin Wolf2020-12-111-1/+4
| * block: Simplify qmp_block_resize() error pathsKevin Wolf2020-12-111-5/+4Star
| * block: introduce BDRV_MAX_LENGTHVladimir Sementsov-Ogievskiy2020-12-118-14/+90
| * block/io: bdrv_check_byte_request(): drop bdrv_is_inserted()Vladimir Sementsov-Ogievskiy2020-12-111-13/+12Star
| * block/io: bdrv_refresh_limits(): use ERRP_GUARDVladimir Sementsov-Ogievskiy2020-12-111-4/+3Star
| * block/file-posix: fix workaround in raw_do_pwrite_zeroes()Vladimir Sementsov-Ogievskiy2020-12-111-1/+0Star
| * can-host: Fix crash when 'canbus' property is not setKevin Wolf2020-12-111-0/+5
| * iotests/221: Discard image before qemu-img mapMax Reitz2020-12-112-8/+13
| * file-posix: check the use_lock before setting the file lockLi Feng2020-12-111-1/+1
| * iotests/308: Add test for FUSE exportsMax Reitz2020-12-113-0/+437
| * iotests: Enable fuse for many testsMax Reitz2020-12-1175-75/+75
| * iotests: Allow testing FUSE exportsMax Reitz2020-12-113-1/+134
| * iotests: Give access to the qemu-storage-daemonMax Reitz2020-12-112-0/+28
| * storage-daemon: Call bdrv_close_all() on exitMax Reitz2020-12-111-0/+3
| * iotests/287: Clean up subshell test imageMax Reitz2020-12-111-2/+2
| * iotests: Let _make_test_img guess $TEST_IMG_FILEMax Reitz2020-12-111-3/+37
| * iotests: Restrict some Python tests to fileMax Reitz2020-12-112-2/+4
| * iotests/091: Use _cleanup_qemu instad of "wait"Max Reitz2020-12-111-1/+2
| * iotests: Derive image names from $TEST_IMGMax Reitz2020-12-114-9/+7Star
| * iotests/046: Avoid renaming imagesMax Reitz2020-12-112-3/+4
| * iotests: Use convert -n in some casesMax Reitz2020-12-114-11/+10Star
| * iotests: Do not pipe _make_test_imgMax Reitz2020-12-112-5/+24
| * iotests: Do not needlessly filter _make_test_imgMax Reitz2020-12-113-12/+12
| * fuse: Implement hole detection through lseekMax Reitz2020-12-114-1/+106
| * fuse: (Partially) implement fallocate()Max Reitz2020-12-111-0/+84
| * fuse: Allow growable exportsMax Reitz2020-12-112-9/+41
| * fuse: Implement standard FUSE operationsMax Reitz2020-12-111-0/+242
| * fuse: Allow exporting BDSs via FUSEMax Reitz2020-12-117-2/+359
| * meson: Detect libfuseMax Reitz2020-12-113-0/+15