summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | mailmap: Update email address for Akihiko OdakiAkihiko Odaki2025-03-211-0/+1
| * | | docs: Explain how to use passtLaurent Vivier2025-03-211-0/+100
| * | | Makefile: "make dist" generates a .xz, not .bz2Michael Tokarev2025-03-211-3/+3
| |/ /
* | | Merge tag 'pull-ppc-for-10.0-2-20250321' of https://gitlab.com/npiggin/qemu i...Stefan Hajnoczi2025-03-2317-146/+194
|\ \ \
| * | | target/ppc: Fix e200 duplicate SPRsNicholas Piggin2025-03-211-8/+0
| * | | target/ppc: Fix facility interrupt checks for VSXNicholas Piggin2025-03-212-11/+11
| * | | ppc/spapr: fix default cpu for pre-9.0 machines.Harsh Prateek Bora2025-03-211-0/+1
| * | | ppc/amigaone: Constify default_envBALATON Zoltan2025-03-211-1/+1
| * | | ppc/amigaone: Check blk_pwrite return valueBALATON Zoltan2025-03-211-6/+8
| * | | ppc/pnv: Fix system symbols in HOMER structure definitionsNicholas Piggin2025-03-201-105/+96
| * | | ppc/pnv: Move the PNOR LPC address into struct PnvPnorNicholas Piggin2025-03-204-3/+6
| * | | ppc/spapr: Fix possible pa_features memory overflowNicholas Piggin2025-03-201-0/+1
| * | | ppc/xive2: Fix logical / bitwise comparison typoNicholas Piggin2025-03-201-1/+1
| * | | pnv/xive: Fix possible undefined shift error in group size calculationNicholas Piggin2025-03-202-8/+38
| * | | ppc/xive: Fix typo in crowd block level calculationNicholas Piggin2025-03-201-1/+1
| * | | ppc/spapr: Fix RTAS stopped stateNicholas Piggin2025-03-205-2/+30
| |/ /
* | | Merge tag 'pull-loongarch-20250321' of https://gitlab.com/bibo-mao/qemu into ...Stefan Hajnoczi2025-03-239-33/+44
|\ \ \ | |_|/ |/| |
| * | target/loongarch: fix bad shift in check_ps()Song Gao2025-03-213-7/+7
| * | docs/system: Add entry for LoongArch systemBibo Mao2025-03-213-21/+30
| * | host/include/loongarch64: Fix inline assembly compatibility with ClangYao Zi2025-03-213-5/+7
| |/
* | Merge tag 'pull-request-2025-03-19' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi2025-03-2010-53/+37
|\ \
| * | tests/functional/test_migration: Use "ncat" instead of "nc" in the exec testThomas Huth2025-03-191-4/+3
| * | tests/functional/test_x86_64_kvm_xen: Remove avocado tagsThomas Huth2025-03-191-28/+0
| * | docs/devel/testing/functional: Add a section about loggingThomas Huth2025-03-191-2/+20
| * | docs/system/arm: Use "functional tests" instead of "integration tests"Thomas Huth2025-03-192-6/+6
| * | docs/system: Use the meson binary from the pyvenvThomas Huth2025-03-193-4/+5
| * | tests/functional: remove all class level fieldsDaniel P. Berrangé2025-03-192-7/+0
| * | tests/functional/test_arm_orangepi: rename test class to 'OrangePiMachine'Niek Linnenbank2025-03-191-1/+1
| * | hw/virtio: Also include md stubs in case CONFIG_VIRTIO_PCI is not setThomas Huth2025-03-191-1/+2
| |/
* | Merge tag 'pull-riscv-to-apply-20250319' of https://github.com/alistair23/qem...Stefan Hajnoczi2025-03-2014-143/+214
|\ \ | |/ |/|
| * target/riscv: Add check for 16-bit aligned PC for different priv versions.Yu-Ming Chang2025-03-194-5/+27
| * linux-user/riscv: Fix handling of cpu mask in riscv_hwprobe syscallRichard Henderson2025-03-191-26/+29
| * target/riscv: fix handling of nop for vstart >= vl in some vector instructionChao Liu2025-03-191-4/+14
| * target/riscv: refactor VSTART_CHECK_EARLY_EXIT() to accept vl as a parameterChao Liu2025-03-194-60/+57
| * target/riscv/csr.c: fix OVERFLOW_BEFORE_WIDEN in rmw_sctrdepth()Daniel Henrique Barboza2025-03-191-1/+1
| * hw/riscv/riscv-iommu: Fix process directory table walkJason Chien2025-03-192-3/+7
| * target/riscv: fixes a bug against `ssamoswap` behavior in M-modeDeepak Gupta2025-03-191-0/+17
| * target/riscv: fix access permission checks for CSR_SSPDeepak Gupta2025-03-191-0/+5
| * optimize the memory probing for vector fault-only-first loads.Paolo Savini2025-03-191-45/+58
| * docs/about/emulation: Fix broken linkSantiago Monserrat Campanello2025-03-191-1/+1
|/
* Update version for v10.0.0-rc0 releaseStefan Hajnoczi2025-03-181-1/+1
* Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi2025-03-174-11/+1
|\
| * Revert "meson.build: default to -gsplit-dwarf for debug info"Paolo Bonzini2025-03-173-10/+0
| * hw/misc: use extract64 instead of 1 << iTigran Sogomonian2025-03-171-1/+1
* | Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into stagingStefan Hajnoczi2025-03-171-0/+13
|\ \ | |/ |/|
| * vdpa: Allow vDPA to work on big-endian machineKonstantin Shkolnyy2025-03-171-0/+13
|/
* Merge tag 'migration-20250314-pull-request' of https://gitlab.com/farosas/qem...Stefan Hajnoczi2025-03-165-4/+39
|\
| * hw/qxl: fix cprSteve Sistare2025-03-141-3/+24
| * hw/loader: fix roms during cprSteve Sistare2025-03-141-1/+4
| * pflash: fix cprSteve Sistare2025-03-141-0/+5