summaryrefslogtreecommitdiffstats
path: root/include/hw
Commit message (Expand)AuthorAgeFilesLines
* hw/i386: add function to get SEV metadata from ovmf headerBrijesh Singh2021-10-231-0/+26
* hw/arm: Integrate ADC model into Aspeed SoCAndrew Jeffery2021-10-121-0/+2
* hw/adc: Add basic Aspeed ADC modelAndrew Jeffery2021-10-121-0/+55
* hw: aspeed_gpio: Fix GPIO array indexingPeter Delevoryas2021-10-121-3/+2
* aspeed/i2c: QOMify AspeedI2CBusCédric Le Goater2021-10-121-2/+6
* aspeed/smc: Remove unused attribute 'irqline'Cédric Le Goater2021-10-121-1/+0
* aspeed/smc: Introduce a new addr_width() class handlerCédric Le Goater2021-10-121-0/+1
* aspeed/smc: Add default reset valuesCédric Le Goater2021-10-121-0/+1
* aspeed/smc: QOMify AspeedSMCFlashCédric Le Goater2021-10-121-4/+9
* aspeed/smc: Rename AspeedSMCFlash 'id' to 'cs'Cédric Le Goater2021-10-121-1/+1
* aspeed/smc: Remove the 'size' attribute from AspeedSMCFlashCédric Le Goater2021-10-121-1/+0
* aspeed/smc: Remove the 'flash' attribute from AspeedSMCFlashCédric Le Goater2021-10-121-1/+0
* aspeed/smc: Drop AspeedSMCController structureCédric Le Goater2021-10-121-35/+29
* macfb: add vertical blank interruptMark Cave-Ayland2021-10-081-0/+8
* macfb: add common monitor modes supported by the MacOS toolbox ROMMark Cave-Ayland2021-10-081-1/+15
* macfb: add qdev property to specify display typeMark Cave-Ayland2021-10-081-0/+1
* macfb: implement mode sense to allow display type to be detectedMark Cave-Ayland2021-10-081-0/+20
* hw/char/mchp_pfsoc_mmuart: QOM'ify PolarFire MMUARTPhilippe Mathieu-Daudé2021-10-071-3/+9
* hw/char/mchp_pfsoc_mmuart: Use a MemoryRegion containerPhilippe Mathieu-Daudé2021-10-071-0/+1
* hw/char/mchp_pfsoc_mmuart: Simplify MCHP_PFSOC_MMUART_REG definitionPhilippe Mathieu-Daudé2021-10-071-2/+2
* hw/core/cpu: Re-sort the non-pointers to the end of CPUClassRichard Henderson2021-10-051-4/+7
* hw/i386/acpi: fix conflicting IO address range for acpi pci hotplug in q35Ani Sinha2021-10-051-1/+1
* acpi: AcpiGenericAddress no longer used to map/access fields of MMIO, drop pa...Igor Mammedov2021-10-051-1/+1
* acpi: remove no longer used build_header()Igor Mammedov2021-10-052-29/+0
* acpi: build_facs: use build_append_int_noprefix() API to compose tableIgor Mammedov2021-10-051-14/+0
* acpi: arm/virt: build_gtdt: use acpi_table_begin()/acpi_table_end() instead o...Igor Mammedov2021-10-051-25/+0
* acpi: arm/virt: build_spcr: use acpi_table_begin()/acpi_table_end() instead o...Igor Mammedov2021-10-051-32/+0
* acpi: arm/virt: convert build_iort() to endian agnostic build_append_FOO() APIIgor Mammedov2021-10-051-71/+0
* acpi: arm: virt: build_iort: use acpi_table_begin()/acpi_table_end() instead ...Igor Mammedov2021-10-051-14/+0
* acpi: arm/virt: madt: use build_append_int_noprefix() API to compose MADT tableIgor Mammedov2021-10-051-84/+0
* acpi: x86: madt: use build_append_int_noprefix() API to compose MADT tableIgor Mammedov2021-10-051-64/+0
* acpi: x86: set enabled when composing _MAT entriesIgor Mammedov2021-10-052-4/+5
* acpi: x86: remove dead codeIgor Mammedov2021-10-051-13/+0
* acpi: madt: arm/x86: use acpi_table_begin()/acpi_table_end() instead of build...Igor Mammedov2021-10-051-9/+0
* acpi: build_dmar_q35: use acpi_table_begin()/acpi_table_end() instead of buil...Igor Mammedov2021-10-051-68/+0
* acpi: use build_append_int_noprefix() API to compose SRAT tableIgor Mammedov2021-10-052-50/+1
* acpi: arm/x86: build_srat: use acpi_table_begin()/acpi_table_end() instead of...Igor Mammedov2021-10-051-11/+0
* acpi: build_tpm_tcpa: use acpi_table_begin()/acpi_table_end() instead of buil...Igor Mammedov2021-10-051-14/+0
* acpi: build_hpet: use acpi_table_begin()/acpi_table_end() instead of build_he...Igor Mammedov2021-10-051-13/+0
* acpi: build_xsdt: use acpi_table_begin()/acpi_table_end() instead of build_he...Igor Mammedov2021-10-051-10/+0
* acpi: build_rsdt: use acpi_table_begin()/acpi_table_end() instead of build_he...Igor Mammedov2021-10-051-10/+0
* acpi: add helper routines to initialize ACPI tablesIgor Mammedov2021-10-051-0/+31
* vhost-vsock: handle common features in vhost-vsock-commonStefano Garzarella2021-10-052-3/+5
* vhost-vsock: fix migration issue when seqpacket is supportedStefano Garzarella2021-10-051-0/+3
* machine: Move smp_prefer_sockets to struct SMPCompatPropsYanan Wang2021-10-011-1/+2
* machine: Remove smp_parse callback from MachineClassYanan Wang2021-10-011-5/+0
* machine: Make smp_parse generic enough for all archesYanan Wang2021-10-011-0/+9
* machine: Tweak the order of topology members in struct CpuTopologyYanan Wang2021-10-011-3/+4
* machine: Prefer cores over sockets in smp parsing since 6.2Yanan Wang2021-10-011-0/+1
* Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210930'...Peter Maydell2021-09-3011-16/+360
|\