aboutsummaryrefslogtreecommitdiff
path: root/include/hw
AgeCommit message (Expand)Author
2020-08-27ahci: Move QOM macros to headerEduardo Habkost
2020-08-27vhost-user-gpu: Move QOM macro to headerEduardo Habkost
2020-08-27s390x: Move typedef SCLPEventFacility to event-facility.hEduardo Habkost
2020-08-27spapr: Move typedef SpaprMachineState to spapr.hEduardo Habkost
2020-08-27xen-legacy-backend: Add missing typedef XenLegacyDeviceEduardo Habkost
2020-08-27armsse: Rename QOM macros to avoid conflictsEduardo Habkost
2020-08-27platform-bus: Delete macros for non-existing typedefEduardo Habkost
2020-08-27nubus: Delete unused NUBUS_BRIDGE macroEduardo Habkost
2020-08-27s390_flic: Move KVMS390FLICState typedef to headerEduardo Habkost
2020-08-27mcf_fec: Move mcf_fec_state typedef to headerEduardo Habkost
2020-08-27i8254: Move PITCommonState/PITCommonClass typedefs to i8254.hEduardo Habkost
2020-08-27pci: Move PCIBusClass typedef to pci.hEduardo Habkost
2020-08-27aspeed_timer: Fix ASPEED_TIMER macro definitionEduardo Habkost
2020-08-27opentitan: Rename memmap enum constantsEduardo Habkost
2020-08-27aspeed_soc: Rename memmap/irqmap enum constantsEduardo Habkost
2020-08-27allwinner-h3: Rename memmap enum constantsEduardo Habkost
2020-08-27vhost-user-blk-pci: default num_queues to -smp NStefan Hajnoczi
2020-08-27virtio-blk-pci: default num_queues to -smp NStefan Hajnoczi
2020-08-27virtio-scsi-pci: default num_queues to -smp NStefan Hajnoczi
2020-08-27virtio-scsi: introduce a constant for fixed virtqueuesStefan Hajnoczi
2020-08-27Introduce a new flag for i440fx to disable PCI hotplug on the root busAni Sinha
2020-08-25hw/riscv: virt: Allow creating multiple NUMA socketsAnup Patel
2020-08-25hw/riscv: spike: Allow creating multiple NUMA socketsAnup Patel
2020-08-25hw/riscv: Add helpers for RISC-V multi-socket NUMA machinesAnup Patel
2020-08-25hw/riscv: Allow creating multiple instances of PLICAnup Patel
2020-08-25hw/riscv: Allow creating multiple instances of CLINTAnup Patel
2020-08-24Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200824'...Peter Maydell
2020-08-24hw/arm/smmuv3: Support HAD and advertise SMMUv3.1 supportEric Auger
2020-08-24hw/arm/smmuv3: Let AIDR advertise SMMUv3.0 supportEric Auger
2020-08-24hw/arm/smmuv3: Get prepared for range invalidationEric Auger
2020-08-24hw/arm/smmu-common: Manage IOTLB block entriesEric Auger
2020-08-24hw/arm/smmu: Introduce SMMUTLBEntry for PTW and IOTLB valueEric Auger
2020-08-24hw/arm/smmu: Introduce smmu_get_iotlb_key()Eric Auger
2020-08-24hw/arm/smmu-common: Add IOTLB helpersEric Auger
2020-08-24Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.2-20200818' into...Peter Maydell
2020-08-23Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20200...Peter Maydell
2020-08-22Merge remote-tracking branch 'remotes/philmd-gitlab/tags/sd-next-20200821' in...Peter Maydell
2020-08-21hw/intc: ibex_plic: Don't allow repeat interrupts on claimed linesAlistair Francis
2020-08-21hw/riscv: sifive_u: Add a dummy L2 cache controller deviceBin Meng
2020-08-21hw/sd: Add sdbus_read_data() to read multiples bytes on the data linePhilippe Mathieu-Daudé
2020-08-21hw/sd: Add sdbus_write_data() to write multiples bytes on the data linePhilippe Mathieu-Daudé
2020-08-21hw/sd: Rename sdbus_read_data() as sdbus_read_byte()Philippe Mathieu-Daudé
2020-08-21hw/sd: Rename sdbus_write_data() as sdbus_write_byte()Philippe Mathieu-Daudé
2020-08-21hw/sd: Rename read/write_data() as read/write_byte()Philippe Mathieu-Daudé
2020-08-21hw/sd: Move sdcard legacy API to 'hw/sd/sdcard_legacy.h'Philippe Mathieu-Daudé
2020-08-21hw/sd/sdcard: Make sd_data_ready() staticPhilippe Mathieu-Daudé
2020-08-21hw/sd/pxa2xx_mmci: Do not create SD card within the SD host controllerPhilippe Mathieu-Daudé
2020-08-19hw: add compat machines for 5.2Cornelia Huck
2020-08-19qdev: Document qdev_prop_set_drive_err() return valuePhilippe Mathieu-Daudé
2020-08-14nvram: Exit QEMU if NVRAM cannot contain all -prom-env dataGreg Kurz