aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2023-06-23hw/virtio: Introduce VHOST_VSOCK_COMMON symbol in KconfigPhilippe Mathieu-Daudé2-2/+9
2023-06-23hw/scsi: Rename target-specific source set as 'specific_virtio_scsi_ss'Philippe Mathieu-Daudé1-6/+6
2023-06-23hw/scsi: Rearrange meson.buildPhilippe Mathieu-Daudé1-5/+5
2023-06-23hw/scsi: Introduce VHOST_SCSI_COMMON symbol in KconfigPhilippe Mathieu-Daudé2-2/+10
2023-06-23cryptodev-vhost-user: add asymmetric crypto supportGowrishankar Muthukrishnan1-13/+62
2023-06-23hw/cxl/events: Add injection of Memory Module EventsJonathan Cameron2-0/+74
2023-06-22hw/cxl/events: Add injection of DRAM eventsJonathan Cameron2-0/+129
2023-06-22hw/cxl/events: Add injection of General Media EventsIra Weiny2-0/+121
2023-06-22hw/cxl/events: Add event interrupt supportIra Weiny3-24/+119
2023-06-22hw/cxl/events: Wire up get/clear event mailbox commandsIra Weiny4-2/+257
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