summary refs log tree commit diff stats
path: root/hw (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * hw/core: Support module-id in numa configurationZhao Liu2024-04-251-0/+16
| * hw/core: Introduce module-id as the topology subindexZhao Liu2024-04-251-0/+4
| * hw/core/machine: Support modules in -smpZhao Liu2024-04-252-6/+34
| * hw/core/machine: Introduce the module as a CPU topology levelZhao Liu2024-04-252-1/+2
| * hw/i386/pc_sysfw: Remove unused parameter from pc_isa_bios_init()Bernhard Beschow2024-04-251-3/+2
| * hw/misc : Correct 5 spaces indents in stm32l4x5_extiInès Varhol2024-04-251-4/+4
| * hw/xtensa: Include missing 'exec/cpu-common.h' in 'bootparam.h'Philippe Mathieu-Daudé2024-04-251-0/+2
| * hw/elf_ops: Rename elf_ops.h -> elf_ops.h.incPhilippe Mathieu-Daudé2024-04-251-2/+2
| * hw/cxl/cxl-cdat: Make cxl_doe_cdat_init() return booleanZhao Liu2024-04-253-7/+5
| * hw/cxl/cxl-cdat: Make ct3_build_cdat() return booleanZhao Liu2024-04-251-4/+5
| * hw/cxl/cxl-cdat: Make ct3_load_cdat() return booleanZhao Liu2024-04-251-6/+7
| * hw: Add a Kconfig switch for the TYPE_CPU_CLUSTER deviceThomas Huth2024-04-254-1/+10
| * hw: Fix problem with the A*MPCORE switches in the Kconfig filesThomas Huth2024-04-253-18/+10
| * hw/riscv/virt: Replace sprintf by g_strdup_printfPhilippe Mathieu-Daudé2024-04-251-8/+9
| * hw/misc/imx: Replace sprintf() by snprintf()Philippe Mathieu-Daudé2024-04-258-10/+10
| * hw/misc/applesmc: Simplify DeviceReset handlerPhilippe Mathieu-Daudé2024-04-251-15/+21
| * qmp: add dump machine type compatibility propertiesMaksim Davydov2024-04-251-1/+22
* | Merge tag 'pull-target-arm-20240425' of https://git.linaro.org/people/pmaydel...Richard Henderson2024-04-2592-186/+1322
|\ \
| * | hw/arm: Add the USART to the stm32l4x5 SoCArnaud Minier2024-04-252-6/+78
| * | hw/char/stm32l4x5_usart: Add options for serial parameters settingArnaud Minier2024-04-252-0/+99
| * | hw/char/stm32l4x5_usart: Enable serial read and writeArnaud Minier2024-04-252-0/+150
| * | hw/char: Implement STM32L4x5 USART skeletonArnaud Minier2024-04-254-0/+404
| * | reset: Add RESET_TYPE_SNAPSHOT_LOADPeter Maydell2024-04-252-15/+4
| * | hw, target: Add ResetType argument to hold and exit phase methodsPeter Maydell2024-04-2576-114/+114
| * | allwinner-i2c, adm1272: Use device_cold_reset() for software-triggered resetPeter Maydell2024-04-252-3/+2
| * | hw/misc: Don't special case RESET_TYPE_COLD in npcm7xx_clk, gcrPeter Maydell2024-04-252-18/+7
| * | hw/dma: avoid apparent overflow in soc_dma_set_requestAnastasia Belova2024-04-251-2/+2
| * | hw/arm/virt: Enable NMI support in the GIC if the CPU has FEAT_NMIJinjie Ruan2024-04-251-0/+19
| * | hw/intc/arm_gicv3: Report the VINMI interruptJinjie Ruan2024-04-251-2/+12
| * | hw/intc/arm_gicv3: Report the NMI interrupt in gicv3_cpuif_update()Jinjie Ruan2024-04-251-0/+4
| * | hw/intc/arm_gicv3: Implement NMI interrupt priorityJinjie Ruan2024-04-253-9/+64
| * | hw/intc/arm_gicv3: Handle icv_nmiar1_read() for icc_nmiar1_read()Peter Maydell2024-04-253-12/+98
| * | hw/intc/arm_gicv3: Add NMI handling CPU interface registersPeter Maydell2024-04-253-5/+148
| * | hw/intc/arm_gicv3: Implement GICD_INMIRJinjie Ruan2024-04-252-0/+36
| * | hw/intc/arm_gicv3_redist: Implement GICR_INMIR0Jinjie Ruan2024-04-252-0/+20
| * | hw/intc/arm_gicv3: Add irq non-maskable propertyJinjie Ruan2024-04-251-0/+38
| * | hw/intc/arm_gicv3_kvm: Not set has-nmi=true for the KVM GICv3Jinjie Ruan2024-04-251-0/+5
| * | hw/intc/arm_gicv3: Add has-nmi property to GICv3 deviceJinjie Ruan2024-04-253-0/+4
| * | hw/arm/virt: Wire NMI and VINMI irq lines from GIC to CPUJinjie Ruan2024-04-251-1/+9
| * | hw/intc/arm_gicv3: Add external IRQ lines for NMIJinjie Ruan2024-04-251-0/+6
| |/
* / hw/s390x: Include missing 'cpu.h' headerPhilippe Mathieu-Daudé2024-04-252-0/+3
|/
* Merge tag 'housekeeping-20240424' of https://github.com/philmd/qemu into stagingRichard Henderson2024-04-2437-6299/+0
|\
| * hw/rdma: Remove deprecated pvrdma device and rdmacm-mux helperPhilippe Mathieu-Daudé2024-04-2425-5186/+0
| * hw/timer: Remove the ALTERA_TIMER modelPhilippe Mathieu-Daudé2024-04-243-249/+0
| * target/nios2: Remove the deprecated Nios II targetPhilippe Mathieu-Daudé2024-04-2411-864/+0
* | Merge tag 'pull-error-2024-04-24' of https://repo.or.cz/qemu/armbru into stagingRichard Henderson2024-04-243-7/+5
|\ \
| * | qapi: Inline and remove QERR_PROPERTY_VALUE_BAD definitionPhilippe Mathieu-Daudé2024-04-241-2/+1
| * | qapi: Inline and remove QERR_DEVICE_NO_HOTPLUG definitionPhilippe Mathieu-Daudé2024-04-241-2/+2
| * | qapi: Inline and remove QERR_BUS_NO_HOTPLUG definitionPhilippe Mathieu-Daudé2024-04-241-3/+2
| |/
* | Merge tag 'migration-20240423-pull-request' of https://gitlab.com/peterx/qemu...Richard Henderson2024-04-237-21/+49
|\ \