Age | Commit message (Expand) | Author | Files | Lines |
2022-07-11 | target/arm: Mark PMULL, FMMLA as non-streaming | Richard Henderson | 2 | -11/+15 |
2022-07-11 | target/arm: Mark BDEP, BEXT, BGRP, COMPACT, FEXPA, FTSSEL as non-streaming | Richard Henderson | 2 | -13/+12 |
2022-07-11 | target/arm: Mark RDFFR, WRFFR, SETFFR as non-streaming | Richard Henderson | 2 | -5/+6 |
2022-07-11 | target/arm: Mark ADR as non-streaming | Richard Henderson | 3 | -5/+11 |
2022-07-11 | target/arm: Trap non-streaming usage when Streaming SVE is active | Richard Henderson | 8 | -2/+195 |
2022-07-11 | target/arm: Add infrastructure for disas_sme | Richard Henderson | 5 | -1/+64 |
2022-07-11 | target/arm: Handle SME in aarch64_cpu_dump_state | Richard Henderson | 1 | -1/+16 |
2022-07-08 | qga: Relocate a path emitted in the help text | Akihiko Odaki | 1 | -1/+5 |
2022-07-08 | build: Do not depend on pc-bios for config-host.mak | Akihiko Odaki | 1 | -1/+1 |
2022-07-08 | accel: kvm: Fix memory leak in find_stats_descriptors | Miaoqian Lin | 1 | -0/+1 |
2022-07-08 | audio/dbus: fix building | Marc-André Lureau | 2 | -1/+3 |
2022-07-08 | fuzz: only use generic-fuzz targets on oss-fuzz | Alexander Bulekov | 1 | -2/+2 |
2022-07-08 | build: improve -fsanitize-coverage-allowlist check | Alexander Bulekov | 1 | -1/+2 |
2022-07-08 | build: try both native and cross compilers | Paolo Bonzini | 1 | -64/+95 |
2022-07-08 | configure: pass whole target name to probe_target_compiler | Paolo Bonzini | 1 | -20/+32 |
2022-07-08 | Merge tag 'pull-target-arm-20220707' of https://git.linaro.org/people/pmaydel... | Richard Henderson | 13 | -538/+684 |
2022-07-07 | Merge tag 'pull-request-2022-07-07' of https://gitlab.com/thuth/qemu into sta... | Richard Henderson | 13 | -138/+129 |
2022-07-07 | target/arm: Fix qemu-system-arm handling of LPAE block descriptors for highmem | Peter Maydell | 1 | -1/+1 |
2022-07-07 | target/arm: Correctly implement Feat_DoubleLock | Peter Maydell | 2 | -2/+38 |
2022-07-07 | target/arm: Implement AArch32 DBGDEVID, DBGDEVID1, DBGDEVID2 | Peter Maydell | 4 | -0/+55 |
2022-07-07 | target/arm: Suppress debug exceptions when OS Lock set | Peter Maydell | 1 | -0/+3 |
2022-07-07 | target/arm: Move define_debug_regs() to debug_helper.c | Peter Maydell | 4 | -530/+538 |
2022-07-07 | target/arm: Fix code style issues in debug helper functions | Peter Maydell | 1 | -20/+38 |
2022-07-07 | target/arm: Record tagged bit for user-only in sve_probe_page | Richard Henderson | 1 | -0/+3 |
2022-07-07 | target/arm: Fix MTE check in sve_ldnfff1_r | Richard Henderson | 1 | -1/+1 |
2022-07-07 | hw/arm/virt: dt: add rng-seed property | Jason A. Donenfeld | 4 | -24/+47 |
2022-07-07 | Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into staging | Richard Henderson | 1 | -8/+4 |
2022-07-07 | block/io_uring: clarify that short reads can happen | Stefan Hajnoczi | 1 | -6/+2 |
2022-07-07 | io_uring: fix short read slow path | Dominique Martinet | 1 | -2/+2 |
2022-07-07 | Merge tag 'pull-ppc-20220706' of https://gitlab.com/danielhb/qemu into staging | Richard Henderson | 33 | -576/+885 |
2022-07-06 | target/s390x: Exit tb after executing ex_value | Richard Henderson | 1 | -1/+1 |
2022-07-06 | target/s390x: Remove DISAS_PC_STALE_NOCHAIN | Richard Henderson | 1 | -10/+11 |
2022-07-06 | target/s390x: Remove DISAS_PC_STALE | Richard Henderson | 1 | -9/+4 |
2022-07-06 | target/s390x: Remove DISAS_GOTO_TB | Richard Henderson | 1 | -6/+2 |
2022-07-06 | pc-bios/s390-ccw: Update the s390-ccw bios binaries with the virtio-blk fixes | Thomas Huth | 2 | -0/+0 |
2022-07-06 | pc-bios/s390-ccw/netboot.mak: Ignore Clang's warnings about GNU extensions | Thomas Huth | 1 | -2/+5 |
2022-07-06 | pc-bios/s390-ccw/virtio: Remove "extern" keyword from prototypes | Thomas Huth | 1 | -6/+6 |
2022-07-06 | pc-bios/s390-ccw/virtio-blkdev: Request the right feature bits | Thomas Huth | 1 | -0/+4 |
2022-07-06 | pc-bios/s390-ccw: Split virtio-scsi code from virtio_blk_setup_device() | Thomas Huth | 4 | -27/+38 |
2022-07-06 | pc-bios/s390-ccw/virtio: Beautify the code for reading virtqueue configuration | Thomas Huth | 1 | -3/+2 |
2022-07-06 | pc-bios/s390-ccw/virtio: Read device config after feature negotiation | Thomas Huth | 1 | -4/+3 |
2022-07-06 | pc-bios/s390-ccw/virtio: Set missing status bits while initializing | Thomas Huth | 1 | -4/+14 |
2022-07-06 | pc-bios/s390-ccw/virtio-blkdev: Remove virtio_assume_scsi() | Thomas Huth | 2 | -25/+0 |
2022-07-06 | pc-bios/s390-ccw/virtio-blkdev: Simplify/fix virtio_ipl_disk_is_valid() | Thomas Huth | 2 | -36/+7 |
2022-07-06 | pc-bios/s390-ccw/bootmap: Improve the guessing logic in zipl_load_vblk() | Thomas Huth | 1 | -4/+23 |
2022-07-06 | pc-bios/s390-ccw/virtio: Introduce a macro for the DASD block size | Thomas Huth | 2 | -1/+2 |
2022-07-06 | pc-bios/s390-ccw: Add a proper prototype for main() | Thomas Huth | 2 | -2/+2 |
2022-07-06 | Merge tag 'm68k-for-7.1-pull-request' of https://github.com/vivier/qemu-m68k ... | Richard Henderson | 3 | -1/+25 |
2022-07-06 | target/ppc: Fix MPC8555 and MPC8560 core type to e500v1 | Pali Rohár | 2 | -14/+14 |
2022-07-06 | target/ppc/cpu-models: Remove the "default" CPU alias | Thomas Huth | 1 | -1/+1 |