aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-10-12plugins/: Add missing functions to symbol listLukas Jünger1-0/+3
2021-10-12gitlab: fix passing of TEST_TARGETS env to cirrusDaniel P. Berrangé2-1/+2
2021-10-12gitlab: skip the check-patch job on the upstream repoDaniel P. Berrangé1-1/+1
2021-10-12travis.yml: Remove the "Release tarball" jobThomas Huth1-23/+0
2021-10-12gitlab: Add cross-riscv64-system, cross-riscv64-userRichard Henderson1-0/+19
2021-10-12tests/docker: promote debian-riscv64-cross to a full imageAlex Bennée3-8/+43
2021-10-12tests/tcg: move some multiarch files and make conditionalAlex Bennée4-6/+15
2021-10-12tests/tcg/sha1: remove endian includeAlex Bennée1-1/+0
2021-10-12configure: don't override the selected host test compiler if definedAlex Bennée1-2/+4
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 Jeffery3-0/+24
2021-10-12hw/adc: Add basic Aspeed ADC modelAndrew Jeffery4-0/+486
2021-10-12hw: aspeed_gpio: Fix GPIO array indexingPeter Delevoryas2-50/+35
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