aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-10-12hw: aspeed_gpio: Fix pin I/O type declarationsPeter Delevoryas1-4/+4
2021-10-12aspeed/i2c: QOMify AspeedI2CBusCédric Le Goater3-25/+91
2021-10-12aspeed/smc: Remove unused attribute 'irqline'Cédric Le Goater1-1/+0
2021-10-12aspeed/smc: Introduce a new addr_width() class handlerCédric Le Goater2-7/+13
2021-10-12aspeed/smc: Add default reset valuesCédric Le Goater2-25/+28
2021-10-12aspeed/smc: QOMify AspeedSMCFlashCédric Le Goater2-12/+77
2021-10-12aspeed/smc: Rename AspeedSMCFlash 'id' to 'cs'Cédric Le Goater2-16/+16
2021-10-12aspeed/smc: Remove the 'size' attribute from AspeedSMCFlashCédric Le Goater3-7/+6
2021-10-12aspeed/smc: Remove the 'flash' attribute from AspeedSMCFlashCédric Le Goater2-7/+5
2021-10-12aspeed/smc: Drop AspeedSMCController structureCédric Le Goater4-422/+511
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-11Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Richard Henderson1-13/+15
2021-10-08Merge remote-tracking branch 'remotes/vivier-m68k/tags/m68k-next-pull-request...Richard Henderson4-30/+429
2021-10-08q800: wire macfb IRQ to separate video interrupt on VIA2Mark Cave-Ayland1-2/+5
2021-10-08macfb: add vertical blank interruptMark Cave-Ayland2-0/+91
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-Ayland4-21/+156
2021-10-08macfb: add qdev property to specify display typeMark Cave-Ayland3-1/+12
2021-10-08macfb: implement mode sense to allow display type to be detectedMark Cave-Ayland3-2/+137
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-07Merge remote-tracking branch 'remotes/vsementsov/tags/pull-jobs-2021-10-07-v2...Richard Henderson12-92/+316
2021-10-07iothread: use IOThreadParamInfo in iothread_[set|get]_param()Stefano Garzarella1-8/+10
2021-10-07iothread: rename PollParamInfo to IOThreadParamInfoStefano Garzarella1-7/+7
2021-10-07Merge remote-tracking branch 'remotes/alistair23/tags/pull-riscv-to-apply-202...Richard Henderson15-479/+516
2021-10-07iotests: Add mirror-ready-cancel-error testHanna Reitz2-0/+148
2021-10-07mirror: Do not clear .cancelledHanna Reitz2-3/+3
2021-10-07mirror: Stop active mirroring after force-cancelHanna Reitz1-0/+2
2021-10-07mirror: Check job_is_cancelled() earlierHanna Reitz1-5/+5
2021-10-07mirror: Use job_is_cancelled()Hanna Reitz1-1/+1
2021-10-07job: Add job_cancel_requested()Hanna Reitz3-9/+23
2021-10-07job: Do not soft-cancel after a job is doneHanna Reitz1-4/+21
2021-10-07jobs: Give Job.force_cancel more meaningHanna Reitz4-9/+35
2021-10-07job: @force parameter for job_cancel_sync()Hanna Reitz7-50/+50
2021-10-07job: Force-cancel jobs in a failed transactionHanna Reitz1-1/+6
2021-10-07mirror: Drop s->syncedHanna Reitz1-10/+9
2021-10-07mirror: Keep s->synced on errorHanna Reitz1-1/+0
2021-10-07job: Context changes in job_completed_txn_abort()Hanna Reitz1-5/+17
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é2-16/+93
2021-10-07hw/char/mchp_pfsoc_mmuart: Use a MemoryRegion containerPhilippe Mathieu-Daudé2-3/+9