summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-12-13target/mips: Remove mips_def_t unused argument from mvp_init()Philippe Mathieu-Daudé
2020-12-13target/mips: Remove unused headers from op_helper.cPhilippe Mathieu-Daudé
2020-12-13target/mips: Remove unused headers from translate.cPhilippe Mathieu-Daudé
2020-12-13hw/mips: Move address translation helpers to target/mips/Philippe Mathieu-Daudé
2020-12-13target/mips: Introduce cpu_supports_isa() taking CPUMIPSState argumentPhilippe Mathieu-Daudé
2020-12-13target/mips: Rename cpu_supports_FEAT() as cpu_type_supports_FEAT()Philippe Mathieu-Daudé
2020-12-13target/mips: Explicit Release 6 MMU typesPhilippe Mathieu-Daudé
2020-12-13target/mips: Allow executing MSA instructions on Loongson-3A4000Philippe Mathieu-Daudé
2020-12-13target/mips: Also display exception names in user-modePhilippe Mathieu-Daudé
2020-12-13target/mips: Remove unused headers from cp0_helper.cPhilippe Mathieu-Daudé
2020-12-13target/mips: Do not include CP0 helpers in user-mode emulationPhilippe Mathieu-Daudé
2020-12-13target/mips: Replace magic values by CP0PM_MASK or TARGET_PAGE_BITS_MINPhilippe Mathieu-Daudé
2020-12-13target/mips: Include "exec/memattrs.h" in 'internal.h'Philippe Mathieu-Daudé
2020-12-13target/mips/kvm: Remove unused headersPhilippe Mathieu-Daudé
2020-12-13target/mips/kvm: Assert unreachable code is not usedPhilippe Mathieu-Daudé
2020-12-13MAINTAINERS: chenhc@lemote.com -> chenhuacai@kernel.orgHuacai Chen
2020-12-12Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2020-12-11Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20201211' into stagingPeter Maydell
2020-12-11Merge remote-tracking branch 'remotes/kraxel/tags/ui-20201211-pull-request' i...Peter Maydell
2020-12-11block: Fix deadlock in bdrv_co_yield_to_drain()Kevin Wolf
2020-12-11block: Fix locking in qmp_block_resize()Kevin Wolf
2020-12-11block: Simplify qmp_block_resize() error pathsKevin Wolf
2020-12-11block: introduce BDRV_MAX_LENGTHVladimir Sementsov-Ogievskiy
2020-12-11block/io: bdrv_check_byte_request(): drop bdrv_is_inserted()Vladimir Sementsov-Ogievskiy
2020-12-11block/io: bdrv_refresh_limits(): use ERRP_GUARDVladimir Sementsov-Ogievskiy
2020-12-11block/file-posix: fix workaround in raw_do_pwrite_zeroes()Vladimir Sementsov-Ogievskiy
2020-12-11can-host: Fix crash when 'canbus' property is not setKevin Wolf
2020-12-11iotests/221: Discard image before qemu-img mapMax Reitz
2020-12-11file-posix: check the use_lock before setting the file lockLi Feng
2020-12-11iotests/308: Add test for FUSE exportsMax Reitz
2020-12-11iotests: Enable fuse for many testsMax Reitz
2020-12-11iotests: Allow testing FUSE exportsMax Reitz
2020-12-11iotests: Give access to the qemu-storage-daemonMax Reitz
2020-12-11storage-daemon: Call bdrv_close_all() on exitMax Reitz
2020-12-11iotests/287: Clean up subshell test imageMax Reitz
2020-12-11iotests: Let _make_test_img guess $TEST_IMG_FILEMax Reitz
2020-12-11iotests: Restrict some Python tests to fileMax Reitz
2020-12-11iotests/091: Use _cleanup_qemu instad of "wait"Max Reitz
2020-12-11iotests: Derive image names from $TEST_IMGMax Reitz
2020-12-11iotests/046: Avoid renaming imagesMax Reitz
2020-12-11iotests: Use convert -n in some casesMax Reitz
2020-12-11iotests: Do not pipe _make_test_imgMax Reitz
2020-12-11iotests: Do not needlessly filter _make_test_imgMax Reitz
2020-12-11fuse: Implement hole detection through lseekMax Reitz
2020-12-11fuse: (Partially) implement fallocate()Max Reitz
2020-12-11fuse: Allow growable exportsMax Reitz
2020-12-11fuse: Implement standard FUSE operationsMax Reitz
2020-12-11fuse: Allow exporting BDSs via FUSEMax Reitz
2020-12-11meson: Detect libfuseMax Reitz
2020-12-11block/iscsi: Use lock guard macrosGan Qixin