aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2021-10-13hw/i386/sgx: Move qmp_query_sgx_capabilities() to hw/i386/sgx.cPhilippe Mathieu-Daudé2-2/+5
2021-10-13hw/i386/sgx: Have sgx_epc_get_section() return a booleanPhilippe Mathieu-Daudé2-4/+4
2021-10-13target/i386/sev: Declare system-specific functions in 'sev.h'Philippe Mathieu-Daudé1-1/+1
2021-10-13target/i386/sev: Rename sev_i386.h -> sev.hPhilippe Mathieu-Daudé1-1/+1
2021-10-12aspeed/smc: Dump address offset in trace eventsCédric Le Goater1-3/+3
2021-10-12aspeed/wdt: Add trace eventsCédric Le Goater2-0/+9
2021-10-12hw/arm: Integrate ADC model into Aspeed SoCAndrew Jeffery2-0/+22
2021-10-12hw/adc: Add basic Aspeed ADC modelAndrew Jeffery3-0/+431
2021-10-12hw: aspeed_gpio: Fix GPIO array indexingPeter Delevoryas1-47/+33
2021-10-12hw: aspeed_gpio: Fix pin I/O type declarationsPeter Delevoryas1-4/+4
2021-10-12aspeed/i2c: QOMify AspeedI2CBusCédric Le Goater2-23/+85
2021-10-12aspeed/smc: Introduce a new addr_width() class handlerCédric Le Goater1-7/+12
2021-10-12aspeed/smc: Add default reset valuesCédric Le Goater1-25/+27
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