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
path:
root
/
hw
/
avr
/
arduino.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-08-29
acpi: mark PMTIMER as unlocked
Igor Mammedov
1
-0
/
+1
2025-08-29
memory: reintroduce BQL-free fine-grained PIO/MMIO
Igor Mammedov
3
-1
/
+28
2025-08-29
add cpu_test_interrupt()/cpu_set_interrupt() helpers and use them tree wide
Igor Mammedov
34
-119
/
+145
2025-08-29
user-exec: ensure interrupt_request is not used
Paolo Bonzini
3
-5
/
+6
2025-08-29
hw/i386/isapc.c: replace rom_memory with system_memory
Mark Cave-Ayland
1
-2
/
+1
2025-08-29
hw/i386/pc_piix.c: replace rom_memory with pci_memory
Mark Cave-Ayland
1
-3
/
+1
2025-08-29
hw/i386/pc_piix.c: remove unused headers after isapc machine split
Mark Cave-Ayland
1
-3
/
+0
2025-08-29
hw/i386: move isapc machine to separate isapc.c file
Mark Cave-Ayland
4
-175
/
+191
2025-08-29
hw/i386/pc_piix.c: assume pcmc->pci_enabled is always true in pc_init1()
Mark Cave-Ayland
1
-117
/
+77
2025-08-29
hw/i386/pc_piix.c: always initialise ISA IDE drives in pc_init_isa()
Mark Cave-Ayland
1
-20
/
+15
2025-08-29
hw/i386/pc_piix.c: remove pc_system_flash_cleanup_unused() from pc_init_isa()
Mark Cave-Ayland
1
-1
/
+0
2025-08-29
hw/i386/pc_piix.c: hardcode hole64_size to 0 in pc_init_isa()
Mark Cave-Ayland
1
-2
/
+1
2025-08-29
hw/i386/pc_piix.c: simplify RAM size logic in pc_init_isa()
Mark Cave-Ayland
1
-54
/
+4
2025-08-29
hw/i386/pc_piix.c: remove nvdimm initialisation from pc_init_isa()
Mark Cave-Ayland
1
-6
/
+0
2025-08-29
hw/i386/pc_piix.c: remove SGX initialisation from pc_init_isa()
Mark Cave-Ayland
1
-1
/
+0
2025-08-29
hw/i386/pc_piix.c: remove SMI and piix4_pm initialisation from pc_init_isa()
Mark Cave-Ayland
1
-19
/
+0
2025-08-29
hw/i386/pc_piix.c: remove igvm initialisation from pc_init_isa()
Mark Cave-Ayland
1
-10
/
+0
2025-08-29
hw/i386/pc_piix.c: remove pcmc->pci_enabled dependent initialisation from pc_...
Mark Cave-Ayland
1
-105
/
+15
2025-08-29
hw/i386/pc_piix.c: duplicate pc_init1() into pc_isa_init()
Mark Cave-Ayland
1
-1
/
+274
2025-08-29
hw/i386/pc_piix.c: inline pc_xen_hvm_init_pci() into pc_xen_hvm_init()
Mark Cave-Ayland
1
-9
/
+4
2025-08-29
hw/i386/pc_piix.c: remove include for loader.h
Mark Cave-Ayland
1
-1
/
+0
2025-08-29
hw/i386/pc_piix.c: restrict isapc machine to 3.5G memory
Mark Cave-Ayland
1
-0
/
+6
2025-08-29
hw/i386/pc_piix.c: restrict isapc machine to 32-bit CPUs
Mark Cave-Ayland
1
-0
/
+39
2025-08-28
hw/intc/loongarch_pch_pic: Fix ubsan warning and endianness issue
Thomas Huth
1
-7
/
+8
2025-08-28
target/loongarch: Guard 64-bit-only insn translation with TRANS64 macro
WANG Rui
8
-38
/
+46
2025-08-28
linux-user: do not print IP socket options by default
Ćukasz Stelmach
1
-16
/
+20
2025-08-28
linux-user: Add strace for rseq
Joel Stanley
1
-0
/
+3
2025-08-28
linux-user: Remove do_init_main_thread
Richard Henderson
4
-50
/
+1
2025-08-28
linux-user/hexagon: Create init_main_thread
Richard Henderson
2
-9
/
+6
2025-08-28
linux-user/xtensa: Create init_main_thread
Richard Henderson
2
-23
/
+17
2025-08-28
linux-user/hppa: Create init_main_thread
Richard Henderson
2
-19
/
+12
2025-08-28
linux-user/riscv: Create init_main_thread
Richard Henderson
2
-12
/
+5
2025-08-28
linux-user/s390x: Create init_main_thread
Richard Henderson
2
-15
/
+9
2025-08-28
linux-user/alpha: Create init_main_thread
Richard Henderson
2
-14
/
+5
2025-08-28
linux-user/m68k: Create init_main_thread
Richard Henderson
2
-29
/
+7
2025-08-28
linux-user/sh4: Create init_main_thread
Richard Henderson
2
-13
/
+5
2025-08-28
linux-user/openrisc: Create init_main_thread
Richard Henderson
2
-13
/
+5
2025-08-28
linux-user/microblaze: Create init_main_thread
Richard Henderson
2
-41
/
+6
2025-08-28
linux-user/mips: Create init_main_thread
Richard Henderson
2
-17
/
+7
2025-08-28
linux-user/loongarch64: Create init_main_thread
Richard Henderson
2
-15
/
+5
2025-08-28
linux-user/ppc: Create init_main_thread
Richard Henderson
2
-24
/
+19
2025-08-28
linux-user/sparc: Create init_main_thread
Richard Henderson
2
-19
/
+9
2025-08-28
linux-user/aarch64: Create init_main_thread
Richard Henderson
2
-17
/
+7
2025-08-28
linux-user/arm: Remove a.out startup remenents
Richard Henderson
1
-4
/
+0
2025-08-28
linux-user/arm: Create init_main_thread
Richard Henderson
2
-50
/
+44
2025-08-28
linux-user/i386: Create init_main_thread
Richard Henderson
3
-49
/
+29
2025-08-28
linux-user: Create do_init_main_thread
Richard Henderson
4
-16
/
+12
2025-08-28
linux-user: Move target_cpu_copy_regs decl to qemu.h
Richard Henderson
2
-4
/
+3
2025-08-28
linux-user: Move get_elf_base_platform to mips/elfload.c
Richard Henderson
5
-36
/
+37
2025-08-28
linux-user: Remove ELF_PLATFORM
Richard Henderson
1
-14
/
+4
[next]