aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2023-06-22hw/cxl: Move CXLRetCode definition to cxl_device.hJonathan Cameron1-28/+0
2023-06-22hw/cxl/events: Add event status registerIra Weiny1-5/+38
2023-06-22hw/cxl: Add clear poison mailbox command support.Jonathan Cameron2-0/+119
2023-06-22hw/cxl: Add poison injection via the mailbox.Jonathan Cameron1-0/+42
2023-06-22hw/cxl: QMP based poison injection supportJonathan Cameron3-0/+152
2023-06-22mac_via: fix rtc command decoding for the PRAM seconds registersMark Cave-Ayland1-5/+6
2023-06-22mac_via: fix rtc command decoding from PRAM addresses 0x0 to 0xfMark Cave-Ayland1-1/+1
2023-06-22q800: move macfb device to Q800MachineStateMark Cave-Ayland1-2/+4
2023-06-22q800: don't access Nubus bus directly from the mac-nubus-bridge deviceMark Cave-Ayland1-1/+1
2023-06-22q800: move mac-nubus-bridge device to Q800MachineStateMark Cave-Ayland1-7/+14
2023-06-22q800: move SWIM device to Q800MachineStateMark Cave-Ayland1-3/+5
2023-06-22q800: move ESP device to Q800MachineStateMark Cave-Ayland1-4/+5
2023-06-22q800: move escc_orgate device to Q800MachineStateMark Cave-Ayland1-7/+9
2023-06-22q800: move ESCC device to Q800MachineStateMark Cave-Ayland1-2/+4
2023-06-22q800: move dp8393x device to Q800MachineStateMark Cave-Ayland1-2/+4
2023-06-22hw/net/dp8393x.c: move TYPE_DP8393X and dp8393xState into dp8393x.hMark Cave-Ayland1-31/+1
2023-06-22q800: move VIA2 device to Q800MachineStateMark Cave-Ayland1-11/+16
2023-06-22q800: move VIA1 device to Q800MachineStateMark Cave-Ayland1-7/+9
2023-06-22q800: reimplement mac-io region aliasing using IO memory regionMark Cave-Ayland1-19/+81
2023-06-22q800: introduce mac-io container memory regionMark Cave-Ayland1-0/+6
2023-06-22q800: move GLUE device to Q800MachineStateMark Cave-Ayland1-10/+14
2023-06-22q800-glue.c: switch TypeInfo registration to use DEFINE_TYPES() macroMark Cave-Ayland1-16/+13
2023-06-22q800: move GLUE device into separate q800-glue.c fileMark Cave-Ayland3-238/+254
2023-06-22q800: move ROM memory region to Q800MachineStateMark Cave-Ayland1-8/+5
2023-06-22q800: move CPU object into Q800MachineStateMark Cave-Ayland1-5/+13
2023-06-22q800: rename q800_init() to q800_machine_init()Mark Cave-Ayland1-2/+3
2023-06-22q800: introduce Q800MachineStateMark Cave-Ayland1-0/+2
2023-06-22q800: add missing space after parent object in GLUEStateMark Cave-Ayland1-0/+1
2023-06-22q800: fix up minor spacing issues in hw_compat_q800 GlobalProperty arrayMark Cave-Ayland1-5/+5
2023-06-20meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé46-544/+544
2023-06-20meson: Replace CONFIG_SOFTMMU -> CONFIG_SYSTEM_ONLYPhilippe Mathieu-Daudé1-1/+1
2023-06-19hw/misc/bcm2835_property: Handle CORE_CLK_ID firmware propertySergey Kambalin1-0/+3
2023-06-19hw/misc/bcm2835_property: Replace magic frequency values by definitionsSergey Kambalin1-3/+5
2023-06-19hw/misc/bcm2835_property: Use 'raspberrypi-fw-defs.h' definitionsSergey Kambalin1-50/+51
2023-06-19imx_serial: set wake bit when we receive a data byteMartin Kaiser1-1/+4
2023-06-19hw/arm/Kconfig: sbsa-ref uses Bochs displayMarcin Juszkiewicz1-0/+1
2023-06-19hw/timer/nrf51_timer: Don't lose time when timer is queried in tight loopPeter Maydell1-1/+6
2023-06-19hw/sd/allwinner-sdhost: Don't send non-boolean IRQ line levelsPeter Maydell1-1/+1
2023-06-19hw/intc/allwinner-a10-pic: Handle IRQ levels other than 0 or 1Peter Maydell1-1/+1
2023-06-16Merge tag 'pull-loongarch-20230616' of https://gitlab.com/gaosong/qemu into s...Richard Henderson4-36/+231
2023-06-16Merge tag 'xenpvh5-tag' of https://gitlab.com/sstabellini/qemu into stagingRichard Henderson10-1004/+1180
2023-06-16hw/loongarch: Supplement cpu topology argumentsTianrui Zhao2-1/+12
2023-06-16hw/loongarch: Add numa supportTianrui Zhao3-24/+139
2023-06-16hw/intc: Set physical cpuid route for LoongArch ipi deviceTianrui Zhao2-7/+38
2023-06-16hw/loongarch/virt: Add cpu arch_id supportTianrui Zhao2-8/+46
2023-06-15hw/arm: introduce xenpvh machineVikram Garhwal2-0/+183
2023-06-15hw/xen/xen-hvm-common: Use g_new and error_reportVikram Garhwal1-6/+6
2023-06-15hw/xen/xen-hvm-common: skip ioreq creation on ioreq registration failureStefano Stabellini1-19/+38
2023-06-15xen-hvm: reorganize xen-hvm and move common function to xen-hvm-commonStefano Stabellini5-968/+941
2023-06-15hw/i386/xen/xen-hvm: move x86-specific fields out of XenIOStateStefano Stabellini1-31/+27