aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-07-11target/arm: Implement SME RDSVL, ADDSVL, ADDSPLRichard Henderson
2022-07-11target/arm: Handle SME in sve_access_checkRichard Henderson
2022-07-11target/arm: Add SME enablement checksRichard Henderson
2022-07-11target/arm: Mark LD1RO as non-streamingRichard Henderson
2022-07-11target/arm: Mark LDFF1 and LDNF1 as non-streamingRichard Henderson
2022-07-11target/arm: Mark gather prefetch as non-streamingRichard Henderson
2022-07-11target/arm: Mark gather/scatter load/store as non-streamingRichard Henderson
2022-07-11target/arm: Mark string/histo/crypto as non-streamingRichard Henderson
2022-07-11target/arm: Mark SMMLA, UMMLA, USMMLA as non-streamingRichard Henderson
2022-07-11target/arm: Mark FTSMUL, FTMAD, FADDA as non-streamingRichard Henderson
2022-07-11target/arm: Mark PMULL, FMMLA as non-streamingRichard Henderson
2022-07-11target/arm: Mark BDEP, BEXT, BGRP, COMPACT, FEXPA, FTSSEL as non-streamingRichard Henderson
2022-07-11target/arm: Mark RDFFR, WRFFR, SETFFR as non-streamingRichard Henderson
2022-07-11target/arm: Mark ADR as non-streamingRichard Henderson
2022-07-11target/arm: Trap non-streaming usage when Streaming SVE is activeRichard Henderson
2022-07-11target/arm: Add infrastructure for disas_smeRichard Henderson
2022-07-11target/arm: Handle SME in aarch64_cpu_dump_stateRichard Henderson
2022-07-08Merge tag 'pull-target-arm-20220707' of https://git.linaro.org/people/pmaydel...Richard Henderson
2022-07-07Merge tag 'pull-request-2022-07-07' of https://gitlab.com/thuth/qemu into sta...Richard Henderson
2022-07-07target/arm: Fix qemu-system-arm handling of LPAE block descriptors for highmemPeter Maydell
2022-07-07target/arm: Correctly implement Feat_DoubleLockPeter Maydell
2022-07-07target/arm: Implement AArch32 DBGDEVID, DBGDEVID1, DBGDEVID2Peter Maydell
2022-07-07target/arm: Suppress debug exceptions when OS Lock setPeter Maydell
2022-07-07target/arm: Move define_debug_regs() to debug_helper.cPeter Maydell
2022-07-07target/arm: Fix code style issues in debug helper functionsPeter Maydell
2022-07-07target/arm: Record tagged bit for user-only in sve_probe_pageRichard Henderson
2022-07-07target/arm: Fix MTE check in sve_ldnfff1_rRichard Henderson
2022-07-07hw/arm/virt: dt: add rng-seed propertyJason A. Donenfeld
2022-07-07Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingRichard Henderson
2022-07-07block/io_uring: clarify that short reads can happenStefan Hajnoczi
2022-07-07io_uring: fix short read slow pathDominique Martinet
2022-07-07Merge tag 'pull-ppc-20220706' of https://gitlab.com/danielhb/qemu into stagingRichard Henderson
2022-07-06target/s390x: Exit tb after executing ex_valueRichard Henderson
2022-07-06target/s390x: Remove DISAS_PC_STALE_NOCHAINRichard Henderson
2022-07-06target/s390x: Remove DISAS_PC_STALERichard Henderson
2022-07-06target/s390x: Remove DISAS_GOTO_TBRichard Henderson
2022-07-06pc-bios/s390-ccw: Update the s390-ccw bios binaries with the virtio-blk fixesThomas Huth
2022-07-06pc-bios/s390-ccw/netboot.mak: Ignore Clang's warnings about GNU extensionsThomas Huth
2022-07-06pc-bios/s390-ccw/virtio: Remove "extern" keyword from prototypesThomas Huth
2022-07-06pc-bios/s390-ccw/virtio-blkdev: Request the right feature bitsThomas Huth
2022-07-06pc-bios/s390-ccw: Split virtio-scsi code from virtio_blk_setup_device()Thomas Huth
2022-07-06pc-bios/s390-ccw/virtio: Beautify the code for reading virtqueue configurationThomas Huth
2022-07-06pc-bios/s390-ccw/virtio: Read device config after feature negotiationThomas Huth
2022-07-06pc-bios/s390-ccw/virtio: Set missing status bits while initializingThomas Huth
2022-07-06pc-bios/s390-ccw/virtio-blkdev: Remove virtio_assume_scsi()Thomas Huth
2022-07-06pc-bios/s390-ccw/virtio-blkdev: Simplify/fix virtio_ipl_disk_is_valid()Thomas Huth
2022-07-06pc-bios/s390-ccw/bootmap: Improve the guessing logic in zipl_load_vblk()Thomas Huth
2022-07-06pc-bios/s390-ccw/virtio: Introduce a macro for the DASD block sizeThomas Huth
2022-07-06pc-bios/s390-ccw: Add a proper prototype for main()Thomas Huth
2022-07-06Merge tag 'm68k-for-7.1-pull-request' of https://github.com/vivier/qemu-m68k ...Richard Henderson