index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
hw/i386/pc_piix.c: remove nvdimm initialisation from pc_init_isa()
Mark Cave-Ayland
2025-08-29
1
-6
/
+0
|
*
|
|
hw/i386/pc_piix.c: remove SGX initialisation from pc_init_isa()
Mark Cave-Ayland
2025-08-29
1
-1
/
+0
|
*
|
|
hw/i386/pc_piix.c: remove SMI and piix4_pm initialisation from pc_init_isa()
Mark Cave-Ayland
2025-08-29
1
-19
/
+0
|
*
|
|
hw/i386/pc_piix.c: remove igvm initialisation from pc_init_isa()
Mark Cave-Ayland
2025-08-29
1
-10
/
+0
|
*
|
|
hw/i386/pc_piix.c: remove pcmc->pci_enabled dependent initialisation from pc_...
Mark Cave-Ayland
2025-08-29
1
-105
/
+15
|
*
|
|
hw/i386/pc_piix.c: duplicate pc_init1() into pc_isa_init()
Mark Cave-Ayland
2025-08-29
1
-1
/
+274
|
*
|
|
hw/i386/pc_piix.c: inline pc_xen_hvm_init_pci() into pc_xen_hvm_init()
Mark Cave-Ayland
2025-08-29
1
-9
/
+4
|
*
|
|
hw/i386/pc_piix.c: remove include for loader.h
Mark Cave-Ayland
2025-08-29
1
-1
/
+0
|
*
|
|
hw/i386/pc_piix.c: restrict isapc machine to 3.5G memory
Mark Cave-Ayland
2025-08-29
1
-0
/
+6
|
*
|
|
hw/i386/pc_piix.c: restrict isapc machine to 32-bit CPUs
Mark Cave-Ayland
2025-08-29
1
-0
/
+39
*
|
|
|
Merge tag 'pull-target-arm-20250830' of https://gitlab.com/pm215/qemu into st...
Richard Henderson
2025-08-31
44
-2661
/
+4387
|
\
\
\
\
|
*
|
|
|
hw/arm/stm32f205_soc: Don't leak TYPE_OR_IRQ objects
Peter Maydell
2025-08-30
2
-6
/
+6
|
*
|
|
|
target/arm: Enable FEAT_LSE128 for -cpu max
Richard Henderson
2025-08-30
3
-1
/
+3
|
*
|
|
|
target/arm: Implement FEAT_LSE128
Richard Henderson
2025-08-30
3
-0
/
+61
|
*
|
|
|
target/arm: Rename isar_feature_aa64_atomics
Richard Henderson
2025-08-30
4
-15
/
+15
|
*
|
|
|
tcg: Add tcg_gen_atomic_{xchg,fetch_and,fetch_or}_i128
Richard Henderson
2025-08-30
5
-3
/
+125
|
*
|
|
|
accel/tcg: Add cpu_atomic_*_mmu for 16-byte xchg, fetch_and, fetch_or
Richard Henderson
2025-08-30
2
-7
/
+86
|
*
|
|
|
qemu/atomic: Add atomic16 primitives for xchg, fetch_and, fetch_or
Richard Henderson
2025-08-30
2
-0
/
+153
|
*
|
|
|
qemu/atomic: Finish renaming atomic128-cas.h headers
Richard Henderson
2025-08-30
1
-0
/
+0
|
*
|
|
|
target/arm: Correct condition of aa64_atomics feature function
Peter Maydell
2025-08-30
1
-1
/
+1
|
*
|
|
|
MAINTAINERS: Put kernel-doc under the "docs build machinery" section
Peter Maydell
2025-08-30
1
-0
/
+3
|
*
|
|
|
scripts/kernel-doc: Delete the old Perl kernel-doc script
Peter Maydell
2025-08-30
2
-2442
/
+1
|
*
|
|
|
scripts/kerneldoc: Switch to the Python kernel-doc script
Peter Maydell
2025-08-30
2
-6
/
+3
|
*
|
|
|
scripts/kernel-doc: tweak for QEMU coding standards
Peter Maydell
2025-08-30
1
-6
/
+6
|
*
|
|
|
scripts/kernel-doc: strip QEMU_ from function definitions
Peter Maydell
2025-08-30
1
-0
/
+1
|
*
|
|
|
scripts: Import Python kerneldoc from Linux kernel
Peter Maydell
2025-08-30
6
-0
/
+3346
|
*
|
|
|
tests/qtest/libqtest.h: Remove stray space from doc comment
Peter Maydell
2025-08-30
1
-1
/
+1
|
*
|
|
|
docs/sphinx/kerneldoc.py: Handle new LINENO syntax
Peter Maydell
2025-08-30
1
-1
/
+1
|
*
|
|
|
scripts/kernel-doc: Avoid new Perl precedence warning
Peter Maydell
2025-08-30
1
-5
/
+4
|
*
|
|
|
hw/arm: add static NVDIMMs in device tree
Manos Pitsidianakis
2025-08-30
2
-3
/
+47
|
*
|
|
|
target/arm: Enable FEAT_CSSC for -cpu max
Richard Henderson
2025-08-30
3
-0
/
+3
|
*
|
|
|
target/arm: Implement CTZ, CNT, ABS
Peter Maydell
2025-08-30
2
-0
/
+35
|
*
|
|
|
target/arm: Split out gen_wrap2_i32 helper
Richard Henderson
2025-08-30
1
-10
/
+15
|
*
|
|
|
target/arm: Implement MIN/MAX (register)
Richard Henderson
2025-08-30
2
-0
/
+27
|
*
|
|
|
target/arm: Implement MIN/MAX (immediate)
Richard Henderson
2025-08-30
2
-0
/
+54
|
*
|
|
|
target/arm: Add feature predicate for FEAT_CSSC
Richard Henderson
2025-08-30
1
-0
/
+5
|
*
|
|
|
target/arm: Trap PMCR when MDCR_EL2.TPMCR is set
Smail AIDER
2025-08-30
1
-8
/
+26
|
*
|
|
|
hw/intc/arm_gicv3_kvm: preserve pending interrupts during cpr
Steve Sistare
2025-08-30
2
-0
/
+18
|
*
|
|
|
target/arm: Implement FEAT_TCR2 and enable with -cpu max
Gustavo Romero
2025-08-30
7
-0
/
+102
|
*
|
|
|
target/arm: Implement FEAT_SCTLR2 and enable with -cpu max
Gustavo Romero
2025-08-30
7
-8
/
+119
|
*
|
|
|
tests/functional/test_aarch64_rme: update image
Pierrick Bouvier
2025-08-30
2
-83
/
+66
|
*
|
|
|
tests/functional/test_aarch64_device_passthrough: update image
Pierrick Bouvier
2025-08-30
1
-13
/
+14
|
*
|
|
|
target/arm: Clean up of register field definitions
Gustavo Romero
2025-08-30
2
-9
/
+7
|
/
/
/
/
*
|
|
|
Merge tag 'pull-lu-20250830' of https://gitlab.com/rth7680/qemu into staging
Richard Henderson
2025-08-30
79
-1438
/
+1116
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
linux-user: Remove target_pt_regs from target_syscall.h
Richard Henderson
2025-08-30
5
-114
/
+0
|
*
|
|
linux-user/sparc: Create target_ptrace.h
Richard Henderson
2025-08-30
3
-19
/
+26
|
*
|
|
linux-user: Remove a.out declarations from elfload.c
Richard Henderson
2025-08-30
1
-19
/
+0
|
*
|
|
linux-user: Move arch_parse_elf_property to aarch64/elfload.c
Richard Henderson
2025-08-30
4
-31
/
+32
|
*
|
|
linux-user: Remove MAP_DENYWRITE from elfload.c
Richard Henderson
2025-08-30
1
-5
/
+0
|
*
|
|
linux-user: Remove ELIBBAD from elfload.c
Richard Henderson
2025-08-30
1
-5
/
+0
[prev]
[next]