aboutsummaryrefslogtreecommitdiff
path: root/include/hw
AgeCommit message (Expand)Author
2021-10-20vhost-vdpa: classify one time requestJason Wang
2021-10-20vhost-user-rng: Add vhost-user-rng implementationMathieu Poirier
2021-10-20virtio-iommu: Drop base_name and change generic_nameEric Auger
2021-10-20vdpa: Check for iova range at mappings changesEugenio Pérez
2021-10-18vt82c686: Add a method to VIA_ISA to raise ISA interruptsBALATON Zoltan
2021-10-15Revert "cpu: Move cpu_common_props to hw/core/cpu.c"Richard Henderson
2021-10-15qdev: Base object creation on QDict rather than QemuOptsKevin Wolf
2021-10-15virtio-net: Store failover primary opts pointer locallyKevin Wolf
2021-10-15qdev: Add Error parameter to hide_device() callbacksKevin Wolf
2021-10-15qdev: Make DeviceState.id independent of QemuOptsKevin Wolf
2021-10-13hw/i386/sgx: Move qmp_query_sgx() and hmp_info_sgx() to hw/i386/sgx.cPhilippe Mathieu-Daudé
2021-10-13hw/i386/sgx: Move qmp_query_sgx_capabilities() to hw/i386/sgx.cPhilippe Mathieu-Daudé
2021-10-13hw/i386/sgx: Have sgx_epc_get_section() return a booleanPhilippe Mathieu-Daudé
2021-10-12hw/arm: Integrate ADC model into Aspeed SoCAndrew Jeffery
2021-10-12hw/adc: Add basic Aspeed ADC modelAndrew Jeffery
2021-10-12hw: aspeed_gpio: Fix GPIO array indexingPeter Delevoryas
2021-10-12aspeed/i2c: QOMify AspeedI2CBusCédric Le Goater
2021-10-12aspeed/smc: Remove unused attribute 'irqline'Cédric Le Goater
2021-10-12aspeed/smc: Introduce a new addr_width() class handlerCédric Le Goater
2021-10-12aspeed/smc: Add default reset valuesCédric Le Goater
2021-10-12aspeed/smc: QOMify AspeedSMCFlashCédric Le Goater
2021-10-12aspeed/smc: Rename AspeedSMCFlash 'id' to 'cs'Cédric Le Goater
2021-10-12aspeed/smc: Remove the 'size' attribute from AspeedSMCFlashCédric Le Goater
2021-10-12aspeed/smc: Remove the 'flash' attribute from AspeedSMCFlashCédric Le Goater
2021-10-12aspeed/smc: Drop AspeedSMCController structureCédric Le Goater
2021-10-08macfb: add vertical blank interruptMark Cave-Ayland
2021-10-08macfb: add common monitor modes supported by the MacOS toolbox ROMMark Cave-Ayland
2021-10-08macfb: add qdev property to specify display typeMark Cave-Ayland
2021-10-08macfb: implement mode sense to allow display type to be detectedMark Cave-Ayland
2021-10-07hw/char/mchp_pfsoc_mmuart: QOM'ify PolarFire MMUARTPhilippe Mathieu-Daudé
2021-10-07hw/char/mchp_pfsoc_mmuart: Use a MemoryRegion containerPhilippe Mathieu-Daudé
2021-10-07hw/char/mchp_pfsoc_mmuart: Simplify MCHP_PFSOC_MMUART_REG definitionPhilippe Mathieu-Daudé
2021-10-05hw/core/cpu: Re-sort the non-pointers to the end of CPUClassRichard Henderson
2021-10-05hw/i386/acpi: fix conflicting IO address range for acpi pci hotplug in q35Ani Sinha
2021-10-05acpi: AcpiGenericAddress no longer used to map/access fields of MMIO, drop pa...Igor Mammedov
2021-10-05acpi: remove no longer used build_header()Igor Mammedov
2021-10-05acpi: build_facs: use build_append_int_noprefix() API to compose tableIgor Mammedov
2021-10-05acpi: arm/virt: build_gtdt: use acpi_table_begin()/acpi_table_end() instead o...Igor Mammedov
2021-10-05acpi: arm/virt: build_spcr: use acpi_table_begin()/acpi_table_end() instead o...Igor Mammedov
2021-10-05acpi: arm/virt: convert build_iort() to endian agnostic build_append_FOO() APIIgor Mammedov
2021-10-05acpi: arm: virt: build_iort: use acpi_table_begin()/acpi_table_end() instead ...Igor Mammedov
2021-10-05acpi: arm/virt: madt: use build_append_int_noprefix() API to compose MADT tableIgor Mammedov
2021-10-05acpi: x86: madt: use build_append_int_noprefix() API to compose MADT tableIgor Mammedov
2021-10-05acpi: x86: set enabled when composing _MAT entriesIgor Mammedov
2021-10-05acpi: x86: remove dead codeIgor Mammedov
2021-10-05acpi: madt: arm/x86: use acpi_table_begin()/acpi_table_end() instead of build...Igor Mammedov
2021-10-05acpi: build_dmar_q35: use acpi_table_begin()/acpi_table_end() instead of buil...Igor Mammedov
2021-10-05acpi: use build_append_int_noprefix() API to compose SRAT tableIgor Mammedov
2021-10-05acpi: arm/x86: build_srat: use acpi_table_begin()/acpi_table_end() instead of...Igor Mammedov
2021-10-05acpi: build_tpm_tcpa: use acpi_table_begin()/acpi_table_end() instead of buil...Igor Mammedov