aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-09-08target/arm: Implement cortex-a710Richard Henderson
2023-09-08target/arm: Implement RMR_ELxRichard Henderson
2023-09-08arm64: Restore trapless ptimer accessColton Lewis
2023-09-08target/arm: Do not use gen_mte_checkN in trans_STGPRichard Henderson
2023-09-08hw/arm/versal: Connect the CFRAME_REG and CFRAME_BCAST_REGFrancisco Iglesias
2023-09-08hw/arm/xlnx-versal: Connect the CFU_APB, CFU_FDRO and CFU_SFRFrancisco Iglesias
2023-09-08hw/misc: Introduce a model of Xilinx Versal's CFRAME_BCAST_REGFrancisco Iglesias
2023-09-08hw/misc: Introduce a model of Xilinx Versal's CFRAME_REGFrancisco Iglesias
2023-09-08hw/misc/xlnx-versal-cfu: Introduce a model of Xilinx Versal's CFU_SFRFrancisco Iglesias
2023-09-08hw/misc/xlnx-versal-cfu: Introduce a model of Xilinx Versal CFU_FDROFrancisco Iglesias
2023-09-08hw/misc: Introduce a model of Xilinx Versal's CFU_APBFrancisco Iglesias
2023-09-08hw/misc: Introduce the Xilinx CFI interfaceFrancisco Iglesias
2023-09-08hw/intc/arm_gicv3_its: Avoid maybe-uninitialized error in get_vte()Philippe Mathieu-Daudé
2023-09-08virtio: Drop out of coroutine context in virtio_load()Kevin Wolf
2023-09-08vmstate: Mark VMStateInfo.get/put() coroutine_mixed_fnKevin Wolf
2023-09-08block: Make more BlockDriver definitions staticKevin Wolf
2023-09-08block/meson.build: Restore alphabetical order of filesKevin Wolf
2023-09-08block: Remove unnecessary variable in bdrv_block_device_infoFabiano Rosas
2023-09-08block: Remove bdrv_query_block_node_infoFabiano Rosas
2023-09-08vmdk: Clean up bdrv_open_child() return value checkDmitry Frolov
2023-09-08qemu-img: Update documentation for compressed imagesKevin Wolf
2023-09-08block: Be more verbose in create fallbackHanna Czenczek
2023-09-08block/iscsi: Document why we use raw malloc()Peter Maydell
2023-09-08qemu-img: omit errno value in error messageMichael Tokarev
2023-09-08block: change reqs_lock to QemuMutexStefan Hajnoczi
2023-09-08block: minimize bs->reqs_lock section in tracked_request_end()Stefan Hajnoczi
2023-09-08iotests: adapt test output for new qemu_cleanup() behaviorFiona Ebner
2023-09-08block/vpc: Avoid dynamic stack allocationPhilippe Mathieu-Daudé
2023-09-08Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into stagingStefan Hajnoczi
2023-09-08Merge tag 'pull-nbd-2023-09-07-v2' of https://repo.or.cz/qemu/ericb into stagingStefan Hajnoczi
2023-09-08qemu-nbd: document -v behavior in respect to --fork in manDenis V. Lunev
2023-09-08qemu-nbd: Restore "qemu-nbd -v --fork" outputDenis V. Lunev
2023-09-08target/arm: Implement FEAT_FPAC and FEAT_FPACCOMBINEAaron Lindsay
2023-09-08target/arm: Inform helpers whether a PAC instruction is 'combined'Aaron Lindsay
2023-09-08target/arm: Implement FEAT_Pauth2Aaron Lindsay
2023-09-08target/arm: Implement FEAT_EPACAaron Lindsay
2023-09-08target/arm: Implement FEAT_PACQARMA3Richard Henderson
2023-09-08target/arm: Don't change pauth features when changing algorithmRichard Henderson
2023-09-08target/arm: Add feature detection for FEAT_Pauth2 and extensionsAaron Lindsay
2023-09-08target/arm: Add ID_AA64ISAR2_EL1Aaron Lindsay
2023-09-08tests/tcg/aarch64: Adjust pauth tests for FEAT_FPACRichard Henderson
2023-09-08Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingStefan Hajnoczi
2023-09-08qxl: don't assert() if device isn't yet initializedMarc-André Lureau
2023-09-08hw/net/vmxnet3: Fix guest-triggerable assert()Thomas Huth
2023-09-08tests/qtest/usb-hcd: Remove the empty "init" testsThomas Huth
2023-09-08target/ppc: use g_free() in test_opcode_table()Daniel Henrique Barboza
2023-09-08hw/ppc: use g_free() in spapr_tce_table_post_load()Daniel Henrique Barboza
2023-09-08trivial: Simplify the spots that use TARGET_BIG_ENDIAN as a numeric valueThomas Huth
2023-09-08accel/tcg: Fix typo in translator_io_start() descriptionPhilippe Mathieu-Daudé
2023-09-08tests/qtest/test-hmp: Fix migrate_set_parameter xbzrle-cache-size testMarkus Armbruster