aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2021-10-12aspeed/smc: QOMify AspeedSMCFlashCédric Le Goater1-8/+68
2021-10-12aspeed/smc: Rename AspeedSMCFlash 'id' to 'cs'Cédric Le Goater1-15/+15
2021-10-12aspeed/smc: Remove the 'size' attribute from AspeedSMCFlashCédric Le Goater2-6/+6
2021-10-12aspeed/smc: Remove the 'flash' attribute from AspeedSMCFlashCédric Le Goater1-6/+5
2021-10-12aspeed/smc: Drop AspeedSMCController structureCédric Le Goater3-387/+482
2021-10-12aspeed/smc: Stop using the model name for the memory regionsCédric Le Goater1-15/+10
2021-10-12aspeed/smc: Introduce aspeed_smc_error() helperCédric Le Goater1-52/+45
2021-10-12aspeed/smc: Add watchdog Control/Status RegistersCédric Le Goater1-1/+18
2021-10-08q800: wire macfb IRQ to separate video interrupt on VIA2Mark Cave-Ayland1-2/+5
2021-10-08macfb: add vertical blank interruptMark Cave-Ayland1-0/+83
2021-10-08macfb: fix 24-bit RGB pixel encodingMark Cave-Ayland1-4/+4
2021-10-08macfb: fix up 1-bit pixel encodingMark Cave-Ayland1-1/+3
2021-10-08macfb: add common monitor modes supported by the MacOS toolbox ROMMark Cave-Ayland3-20/+141
2021-10-08macfb: add qdev property to specify display typeMark Cave-Ayland2-1/+11
2021-10-08macfb: implement mode sense to allow display type to be detectedMark Cave-Ayland2-2/+117
2021-10-08macfb: add trace events for reading and writing the control registersMark Cave-Ayland2-1/+11
2021-10-08macfb: use memory_region_init_ram() in macfb_common_realize() for the framebu...Mark Cave-Ayland1-3/+2
2021-10-08macfb: fix overflow of color_palette arrayMark Cave-Ayland1-1/+3
2021-10-08macfb: fix invalid object reference in macfb_common_realize()Mark Cave-Ayland1-1/+1
2021-10-08macfb: update macfb.c to use the Error API best practicesMark Cave-Ayland1-8/+8
2021-10-08macfb: handle errors that occur during realizeMark Cave-Ayland1-0/+11
2021-10-07hw/riscv: shakti_c: Mark as not user creatableAlistair Francis1-0/+7
2021-10-07hw/dma: sifive_pdma: Don't run DMA when channel is disclaimedBin Meng1-2/+9
2021-10-07hw/dma: sifive_pdma: Fix Control.claim bit detectionBin Meng1-1/+1
2021-10-07hw/char/mchp_pfsoc_mmuart: QOM'ify PolarFire MMUARTPhilippe Mathieu-Daudé1-13/+84
2021-10-07hw/char/mchp_pfsoc_mmuart: Use a MemoryRegion containerPhilippe Mathieu-Daudé1-3/+8
2021-10-07hw/char/mchp_pfsoc_mmuart: Simplify MCHP_PFSOC_MMUART_REG definitionPhilippe Mathieu-Daudé1-6/+8
2021-10-07hw/char: sifive_uart: Register device in 'input' categoryBin Meng1-0/+1
2021-10-07hw/char: shakti_uart: Register device in 'input' categoryBin Meng1-0/+1
2021-10-07hw/char: ibex_uart: Register device in 'input' categoryBin Meng1-0/+1
2021-10-06block: introduce max_hw_iov for use in scsi-genericPaolo Bonzini1-1/+1
2021-10-05Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingRichard Henderson19-675/+848
2021-10-05hw/i386/amd_iommu: Add description/category to TYPE_AMD_IOMMU_PCIPhilippe Mathieu-Daudé1-0/+9
2021-10-05hw/i386/amd_iommu: Rename SysBus specific functions as amdvi_sysbus_X()Philippe Mathieu-Daudé1-12/+12
2021-10-05hw/i386/amd_iommu: Rename amdviPCI TypeInfoPhilippe Mathieu-Daudé1-4/+4
2021-10-05nvdimm: release the correct device listLi Zhijian1-6/+6
2021-10-05virtio-balloon: Fix page-poison subsection nameDr. David Alan Gilbert1-1/+1
2021-10-05acpi: remove no longer used build_header()Igor Mammedov1-23/+0
2021-10-05acpi: build_facs: use build_append_int_noprefix() API to compose tableIgor Mammedov1-4/+14
2021-10-05acpi: arm/virt: build_gtdt: use acpi_table_begin()/acpi_table_end() instead o...Igor Mammedov1-27/+48
2021-10-05acpi: arm/virt: build_spcr: use acpi_table_begin()/acpi_table_end() instead o...Igor Mammedov1-27/+41
2021-10-05acpi: arm/virt: build_spcr: fix invalid castIgor Mammedov1-1/+1
2021-10-05acpi: arm/virt: convert build_iort() to endian agnostic build_append_FOO() APIIgor Mammedov1-71/+93
2021-10-05acpi: arm: virt: build_iort: use acpi_table_begin()/acpi_table_end() instead ...Igor Mammedov1-26/+18
2021-10-05acpi: arm: virt: build_dsdt: use acpi_table_begin()/acpi_table_end() instead ...Igor Mammedov1-7/+6
2021-10-05acpi: build_dsdt_microvm: use acpi_table_begin()/acpi_table_end() instead of ...Igor Mammedov1-7/+6
2021-10-05acpi: arm/virt: madt: use build_append_int_noprefix() API to compose MADT tableIgor Mammedov1-60/+90
2021-10-05acpi: x86: madt: use build_append_int_noprefix() API to compose MADT tableIgor Mammedov1-62/+67
2021-10-05acpi: x86: set enabled when composing _MAT entriesIgor Mammedov3-28/+10
2021-10-05acpi: madt: arm/x86: use acpi_table_begin()/acpi_table_end() instead of build...Igor Mammedov2-16/+22