summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | hw/i386/pc_piix.c: remove nvdimm initialisation from pc_init_isa()Mark Cave-Ayland2025-08-291-6/+0
| * | | hw/i386/pc_piix.c: remove SGX initialisation from pc_init_isa()Mark Cave-Ayland2025-08-291-1/+0
| * | | hw/i386/pc_piix.c: remove SMI and piix4_pm initialisation from pc_init_isa()Mark Cave-Ayland2025-08-291-19/+0
| * | | hw/i386/pc_piix.c: remove igvm initialisation from pc_init_isa()Mark Cave-Ayland2025-08-291-10/+0
| * | | hw/i386/pc_piix.c: remove pcmc->pci_enabled dependent initialisation from pc_...Mark Cave-Ayland2025-08-291-105/+15
| * | | hw/i386/pc_piix.c: duplicate pc_init1() into pc_isa_init()Mark Cave-Ayland2025-08-291-1/+274
| * | | hw/i386/pc_piix.c: inline pc_xen_hvm_init_pci() into pc_xen_hvm_init()Mark Cave-Ayland2025-08-291-9/+4
| * | | hw/i386/pc_piix.c: remove include for loader.hMark Cave-Ayland2025-08-291-1/+0
| * | | hw/i386/pc_piix.c: restrict isapc machine to 3.5G memoryMark Cave-Ayland2025-08-291-0/+6
| * | | hw/i386/pc_piix.c: restrict isapc machine to 32-bit CPUsMark Cave-Ayland2025-08-291-0/+39
* | | | Merge tag 'pull-target-arm-20250830' of https://gitlab.com/pm215/qemu into st...Richard Henderson2025-08-3144-2661/+4387
|\ \ \ \
| * | | | hw/arm/stm32f205_soc: Don't leak TYPE_OR_IRQ objectsPeter Maydell2025-08-302-6/+6
| * | | | target/arm: Enable FEAT_LSE128 for -cpu maxRichard Henderson2025-08-303-1/+3
| * | | | target/arm: Implement FEAT_LSE128Richard Henderson2025-08-303-0/+61
| * | | | target/arm: Rename isar_feature_aa64_atomicsRichard Henderson2025-08-304-15/+15
| * | | | tcg: Add tcg_gen_atomic_{xchg,fetch_and,fetch_or}_i128Richard Henderson2025-08-305-3/+125
| * | | | accel/tcg: Add cpu_atomic_*_mmu for 16-byte xchg, fetch_and, fetch_orRichard Henderson2025-08-302-7/+86
| * | | | qemu/atomic: Add atomic16 primitives for xchg, fetch_and, fetch_orRichard Henderson2025-08-302-0/+153
| * | | | qemu/atomic: Finish renaming atomic128-cas.h headersRichard Henderson2025-08-301-0/+0
| * | | | target/arm: Correct condition of aa64_atomics feature functionPeter Maydell2025-08-301-1/+1
| * | | | MAINTAINERS: Put kernel-doc under the "docs build machinery" sectionPeter Maydell2025-08-301-0/+3
| * | | | scripts/kernel-doc: Delete the old Perl kernel-doc scriptPeter Maydell2025-08-302-2442/+1
| * | | | scripts/kerneldoc: Switch to the Python kernel-doc scriptPeter Maydell2025-08-302-6/+3
| * | | | scripts/kernel-doc: tweak for QEMU coding standardsPeter Maydell2025-08-301-6/+6
| * | | | scripts/kernel-doc: strip QEMU_ from function definitionsPeter Maydell2025-08-301-0/+1
| * | | | scripts: Import Python kerneldoc from Linux kernelPeter Maydell2025-08-306-0/+3346
| * | | | tests/qtest/libqtest.h: Remove stray space from doc commentPeter Maydell2025-08-301-1/+1
| * | | | docs/sphinx/kerneldoc.py: Handle new LINENO syntaxPeter Maydell2025-08-301-1/+1
| * | | | scripts/kernel-doc: Avoid new Perl precedence warningPeter Maydell2025-08-301-5/+4
| * | | | hw/arm: add static NVDIMMs in device treeManos Pitsidianakis2025-08-302-3/+47
| * | | | target/arm: Enable FEAT_CSSC for -cpu maxRichard Henderson2025-08-303-0/+3
| * | | | target/arm: Implement CTZ, CNT, ABSPeter Maydell2025-08-302-0/+35
| * | | | target/arm: Split out gen_wrap2_i32 helperRichard Henderson2025-08-301-10/+15
| * | | | target/arm: Implement MIN/MAX (register)Richard Henderson2025-08-302-0/+27
| * | | | target/arm: Implement MIN/MAX (immediate)Richard Henderson2025-08-302-0/+54
| * | | | target/arm: Add feature predicate for FEAT_CSSCRichard Henderson2025-08-301-0/+5
| * | | | target/arm: Trap PMCR when MDCR_EL2.TPMCR is setSmail AIDER2025-08-301-8/+26
| * | | | hw/intc/arm_gicv3_kvm: preserve pending interrupts during cprSteve Sistare2025-08-302-0/+18
| * | | | target/arm: Implement FEAT_TCR2 and enable with -cpu maxGustavo Romero2025-08-307-0/+102
| * | | | target/arm: Implement FEAT_SCTLR2 and enable with -cpu maxGustavo Romero2025-08-307-8/+119
| * | | | tests/functional/test_aarch64_rme: update imagePierrick Bouvier2025-08-302-83/+66
| * | | | tests/functional/test_aarch64_device_passthrough: update imagePierrick Bouvier2025-08-301-13/+14
| * | | | target/arm: Clean up of register field definitionsGustavo Romero2025-08-302-9/+7
|/ / / /
* | | | Merge tag 'pull-lu-20250830' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson2025-08-3079-1438/+1116
|\ \ \ \ | |/ / / |/| | |
| * | | linux-user: Remove target_pt_regs from target_syscall.hRichard Henderson2025-08-305-114/+0
| * | | linux-user/sparc: Create target_ptrace.hRichard Henderson2025-08-303-19/+26
| * | | linux-user: Remove a.out declarations from elfload.cRichard Henderson2025-08-301-19/+0
| * | | linux-user: Move arch_parse_elf_property to aarch64/elfload.cRichard Henderson2025-08-304-31/+32
| * | | linux-user: Remove MAP_DENYWRITE from elfload.cRichard Henderson2025-08-301-5/+0
| * | | linux-user: Remove ELIBBAD from elfload.cRichard Henderson2025-08-301-5/+0