aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2024-01-18remove unnecessary casts from uintptr_tPaolo Bonzini
2024-01-18vga: sort-of implement word and double-word access modesPaolo Bonzini
2024-01-18vga: use latches in odd/even mode tooPaolo Bonzini
2024-01-18vga: reindent memory access codePaolo Bonzini
2024-01-18vga: optimize horizontal pel panning in 256-color modesPaolo Bonzini
2024-01-18vga: implement horizontal pel panning in graphics modesPaolo Bonzini
2024-01-18vga: mask addresses in non-VESA modes to 256kPaolo Bonzini
2024-01-18vga: introduce VGADisplayParamsPaolo Bonzini
2024-01-18vga: use common endian swap macrosPaolo Bonzini
2024-01-12Merge tag 'pull-request-2024-01-11' of https://gitlab.com/thuth/qemu into sta...Peter Maydell
2024-01-12numa: Skip invalidation of cluster and NUMA node boundary for qtestGavin Shan
2024-01-11Merge tag 'pull-loongarch-20240111' of https://gitlab.com/gaosong/qemu into s...Peter Maydell
2024-01-11hw/s390x/ccw: Replace dirname() with g_path_get_dirname()Zhao Liu
2024-01-11hw/s390x/ccw: Replace basename() with g_path_get_basename()Zhao Liu
2024-01-11target/s390x/kvm/pv: Provide some more useful information if decryption failsThomas Huth
2024-01-11hw/intc/loongarch_extioi: Add vmstate post_load supportBibo Mao
2024-01-11hw/intc/loongarch_extioi: Add dynamic cpu number supportBibo Mao
2024-01-11hw/loongarch/virt: Set iocsr address space per-board rather than percpuBibo Mao
2024-01-11hw/intc/loongarch_ipi: Use MemTxAttrs interface for ipi opsBibo Mao
2024-01-11Merge tag 'pull-target-arm-20240111' of https://git.linaro.org/people/pmaydel...Peter Maydell
2024-01-11q800: move dp8393x_prom memory region to Q800MachineStateMark Cave-Ayland
2024-01-10target/riscv: add zicbop extension flagDaniel Henrique Barboza
2024-01-10hw/riscv/virt.c: fix the interrupts-extended property format of PLICYong-Xuan Wang
2024-01-10hw/riscv/virt-acpi-build.c: Add PLIC in MADTSunil V L
2024-01-10hw/riscv/virt-acpi-build.c: Add IO controllers and devicesSunil V L
2024-01-10hw/riscv/virt: Update GPEX MMIO related propertiesSunil V L
2024-01-10hw/pci-host/gpex: Define properties for MMIO rangesSunil V L
2024-01-10hw/riscv/virt-acpi-build.c: Add MMU node in RHCTSunil V L
2024-01-10hw/riscv/virt-acpi-build.c: Add CMO information in RHCTSunil V L
2024-01-10hw/riscv/virt-acpi-build.c: Add APLIC in the MADTSunil V L
2024-01-10hw/riscv/virt-acpi-build.c: Add IMSIC in the MADTSunil V L
2024-01-10hw/riscv/virt-acpi-build.c: Add AIA support in RINTCSunil V L
2024-01-10hw/riscv: virt: Make few IMSIC macros and functions publicSunil V L
2024-01-10hw/i386/acpi-microvm.c: Use common function to add virtio in DSDTSunil V L
2024-01-10hw/arm/virt-acpi-build.c: Migrate virtio creation to common locationSunil V L
2024-01-10hw/arm/virt-acpi-build.c: Migrate fw_cfg creation to common locationSunil V L
2024-01-09hw/intc/arm_gicv3_cpuif: Mark up VNCR offsets for GIC CPU registersPeter Maydell
2024-01-09hw/intc/arm_gicv3_cpuif: handle LPIs in in the list registersPeter Maydell
2024-01-09hw/arm: Add missing QOM parent for v7-M SoCsPhilippe Mathieu-Daudé
2024-01-09hw/arm/socs: configure priority bits for existing SOCsSamuel Tardieu
2024-01-09hw/arm/armv7m: alias the NVIC "num-prio-bits" propertySamuel Tardieu
2024-01-09hw/intc/armv7m_nvic: add "num-prio-bits" propertySamuel Tardieu
2024-01-09hw/arm: Add minimal support for the B-L475E-IOT01A boardInès Varhol
2024-01-09hw/arm: Add minimal support for the STM32L4x5 SoCInès Varhol
2024-01-09hw/arm: add cache controller for Freescale i.MX6Nikita Ostrenkov
2024-01-08Rename "QEMU global mutex" to "BQL" in comments and docsStefan Hajnoczi
2024-01-08Replace "iothread lock" with "BQL" in commentsStefan Hajnoczi
2024-01-08qemu/main-loop: rename qemu_cond_wait_iothread() to qemu_cond_wait_bql()Stefan Hajnoczi
2024-01-08qemu/main-loop: rename QEMU_IOTHREAD_LOCK_GUARD to BQL_LOCK_GUARDStefan Hajnoczi
2024-01-08system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()Stefan Hajnoczi