summary refs log tree commit diff stats
path: root/hw/avr/arduino.c (unfollow)
Commit message (Expand)AuthorFilesLines
2025-08-29acpi: mark PMTIMER as unlockedIgor Mammedov1-0/+1
2025-08-29memory: reintroduce BQL-free fine-grained PIO/MMIOIgor Mammedov3-1/+28
2025-08-29add cpu_test_interrupt()/cpu_set_interrupt() helpers and use them tree wideIgor Mammedov34-119/+145
2025-08-29user-exec: ensure interrupt_request is not usedPaolo Bonzini3-5/+6
2025-08-29hw/i386/isapc.c: replace rom_memory with system_memoryMark Cave-Ayland1-2/+1
2025-08-29hw/i386/pc_piix.c: replace rom_memory with pci_memoryMark Cave-Ayland1-3/+1
2025-08-29hw/i386/pc_piix.c: remove unused headers after isapc machine splitMark Cave-Ayland1-3/+0
2025-08-29hw/i386: move isapc machine to separate isapc.c fileMark Cave-Ayland4-175/+191
2025-08-29hw/i386/pc_piix.c: assume pcmc->pci_enabled is always true in pc_init1()Mark Cave-Ayland1-117/+77
2025-08-29hw/i386/pc_piix.c: always initialise ISA IDE drives in pc_init_isa()Mark Cave-Ayland1-20/+15
2025-08-29hw/i386/pc_piix.c: remove pc_system_flash_cleanup_unused() from pc_init_isa()Mark Cave-Ayland1-1/+0
2025-08-29hw/i386/pc_piix.c: hardcode hole64_size to 0 in pc_init_isa()Mark Cave-Ayland1-2/+1
2025-08-29hw/i386/pc_piix.c: simplify RAM size logic in pc_init_isa()Mark Cave-Ayland1-54/+4
2025-08-29hw/i386/pc_piix.c: remove nvdimm initialisation from pc_init_isa()Mark Cave-Ayland1-6/+0
2025-08-29hw/i386/pc_piix.c: remove SGX initialisation from pc_init_isa()Mark Cave-Ayland1-1/+0
2025-08-29hw/i386/pc_piix.c: remove SMI and piix4_pm initialisation from pc_init_isa()Mark Cave-Ayland1-19/+0
2025-08-29hw/i386/pc_piix.c: remove igvm initialisation from pc_init_isa()Mark Cave-Ayland1-10/+0
2025-08-29hw/i386/pc_piix.c: remove pcmc->pci_enabled dependent initialisation from pc_...Mark Cave-Ayland1-105/+15
2025-08-29hw/i386/pc_piix.c: duplicate pc_init1() into pc_isa_init()Mark Cave-Ayland1-1/+274
2025-08-29hw/i386/pc_piix.c: inline pc_xen_hvm_init_pci() into pc_xen_hvm_init()Mark Cave-Ayland1-9/+4
2025-08-29hw/i386/pc_piix.c: remove include for loader.hMark Cave-Ayland1-1/+0
2025-08-29hw/i386/pc_piix.c: restrict isapc machine to 3.5G memoryMark Cave-Ayland1-0/+6
2025-08-29hw/i386/pc_piix.c: restrict isapc machine to 32-bit CPUsMark Cave-Ayland1-0/+39
2025-08-28hw/intc/loongarch_pch_pic: Fix ubsan warning and endianness issueThomas Huth1-7/+8
2025-08-28target/loongarch: Guard 64-bit-only insn translation with TRANS64 macroWANG Rui8-38/+46
2025-08-28linux-user: do not print IP socket options by defaultƁukasz Stelmach1-16/+20
2025-08-28linux-user: Add strace for rseqJoel Stanley1-0/+3
2025-08-28linux-user: Remove do_init_main_threadRichard Henderson4-50/+1
2025-08-28linux-user/hexagon: Create init_main_threadRichard Henderson2-9/+6
2025-08-28linux-user/xtensa: Create init_main_threadRichard Henderson2-23/+17
2025-08-28linux-user/hppa: Create init_main_threadRichard Henderson2-19/+12
2025-08-28linux-user/riscv: Create init_main_threadRichard Henderson2-12/+5
2025-08-28linux-user/s390x: Create init_main_threadRichard Henderson2-15/+9
2025-08-28linux-user/alpha: Create init_main_threadRichard Henderson2-14/+5
2025-08-28linux-user/m68k: Create init_main_threadRichard Henderson2-29/+7
2025-08-28linux-user/sh4: Create init_main_threadRichard Henderson2-13/+5
2025-08-28linux-user/openrisc: Create init_main_threadRichard Henderson2-13/+5
2025-08-28linux-user/microblaze: Create init_main_threadRichard Henderson2-41/+6
2025-08-28linux-user/mips: Create init_main_threadRichard Henderson2-17/+7
2025-08-28linux-user/loongarch64: Create init_main_threadRichard Henderson2-15/+5
2025-08-28linux-user/ppc: Create init_main_threadRichard Henderson2-24/+19
2025-08-28linux-user/sparc: Create init_main_threadRichard Henderson2-19/+9
2025-08-28linux-user/aarch64: Create init_main_threadRichard Henderson2-17/+7
2025-08-28linux-user/arm: Remove a.out startup remenentsRichard Henderson1-4/+0
2025-08-28linux-user/arm: Create init_main_threadRichard Henderson2-50/+44
2025-08-28linux-user/i386: Create init_main_threadRichard Henderson3-49/+29
2025-08-28linux-user: Create do_init_main_threadRichard Henderson4-16/+12
2025-08-28linux-user: Move target_cpu_copy_regs decl to qemu.hRichard Henderson2-4/+3
2025-08-28linux-user: Move get_elf_base_platform to mips/elfload.cRichard Henderson5-36/+37
2025-08-28linux-user: Remove ELF_PLATFORMRichard Henderson1-14/+4