aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2023-06-22hw/cxl/events: Add event interrupt supportIra Weiny
2023-06-22hw/cxl/events: Wire up get/clear event mailbox commandsIra Weiny
2023-06-22hw/cxl: Move CXLRetCode definition to cxl_device.hJonathan Cameron
2023-06-22hw/cxl/events: Add event status registerIra Weiny
2023-06-22hw/cxl: Add clear poison mailbox command support.Jonathan Cameron
2023-06-22hw/cxl: Add poison injection via the mailbox.Jonathan Cameron
2023-06-22hw/cxl: QMP based poison injection supportJonathan Cameron
2023-06-22mac_via: fix rtc command decoding for the PRAM seconds registersMark Cave-Ayland
2023-06-22mac_via: fix rtc command decoding from PRAM addresses 0x0 to 0xfMark Cave-Ayland
2023-06-22q800: move macfb device to Q800MachineStateMark Cave-Ayland
2023-06-22q800: don't access Nubus bus directly from the mac-nubus-bridge deviceMark Cave-Ayland
2023-06-22q800: move mac-nubus-bridge device to Q800MachineStateMark Cave-Ayland
2023-06-22q800: move SWIM device to Q800MachineStateMark Cave-Ayland
2023-06-22q800: move ESP device to Q800MachineStateMark Cave-Ayland
2023-06-22q800: move escc_orgate device to Q800MachineStateMark Cave-Ayland
2023-06-22q800: move ESCC device to Q800MachineStateMark Cave-Ayland
2023-06-22q800: move dp8393x device to Q800MachineStateMark Cave-Ayland
2023-06-22hw/net/dp8393x.c: move TYPE_DP8393X and dp8393xState into dp8393x.hMark Cave-Ayland
2023-06-22q800: move VIA2 device to Q800MachineStateMark Cave-Ayland
2023-06-22q800: move VIA1 device to Q800MachineStateMark Cave-Ayland
2023-06-22q800: reimplement mac-io region aliasing using IO memory regionMark Cave-Ayland
2023-06-22q800: introduce mac-io container memory regionMark Cave-Ayland
2023-06-22q800: move GLUE device to Q800MachineStateMark Cave-Ayland
2023-06-22q800-glue.c: switch TypeInfo registration to use DEFINE_TYPES() macroMark Cave-Ayland
2023-06-22q800: move GLUE device into separate q800-glue.c fileMark Cave-Ayland
2023-06-22q800: move ROM memory region to Q800MachineStateMark Cave-Ayland
2023-06-22q800: move CPU object into Q800MachineStateMark Cave-Ayland
2023-06-22q800: rename q800_init() to q800_machine_init()Mark Cave-Ayland
2023-06-22q800: introduce Q800MachineStateMark Cave-Ayland
2023-06-22q800: add missing space after parent object in GLUEStateMark Cave-Ayland
2023-06-22q800: fix up minor spacing issues in hw_compat_q800 GlobalProperty arrayMark Cave-Ayland
2023-06-20meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé
2023-06-20meson: Replace CONFIG_SOFTMMU -> CONFIG_SYSTEM_ONLYPhilippe Mathieu-Daudé
2023-06-19hw/misc/bcm2835_property: Handle CORE_CLK_ID firmware propertySergey Kambalin
2023-06-19hw/misc/bcm2835_property: Replace magic frequency values by definitionsSergey Kambalin
2023-06-19hw/misc/bcm2835_property: Use 'raspberrypi-fw-defs.h' definitionsSergey Kambalin
2023-06-19imx_serial: set wake bit when we receive a data byteMartin Kaiser
2023-06-19hw/arm/Kconfig: sbsa-ref uses Bochs displayMarcin Juszkiewicz
2023-06-19hw/timer/nrf51_timer: Don't lose time when timer is queried in tight loopPeter Maydell
2023-06-19hw/sd/allwinner-sdhost: Don't send non-boolean IRQ line levelsPeter Maydell
2023-06-19hw/intc/allwinner-a10-pic: Handle IRQ levels other than 0 or 1Peter Maydell
2023-06-16Merge tag 'pull-loongarch-20230616' of https://gitlab.com/gaosong/qemu into s...Richard Henderson
2023-06-16Merge tag 'xenpvh5-tag' of https://gitlab.com/sstabellini/qemu into stagingRichard Henderson
2023-06-16hw/loongarch: Supplement cpu topology argumentsTianrui Zhao
2023-06-16hw/loongarch: Add numa supportTianrui Zhao
2023-06-16hw/intc: Set physical cpuid route for LoongArch ipi deviceTianrui Zhao
2023-06-16hw/loongarch/virt: Add cpu arch_id supportTianrui Zhao
2023-06-15hw/arm: introduce xenpvh machineVikram Garhwal
2023-06-15hw/xen/xen-hvm-common: Use g_new and error_reportVikram Garhwal
2023-06-15hw/xen/xen-hvm-common: skip ioreq creation on ioreq registration failureStefano Stabellini