summary refs log tree commit diff stats
path: root/python/qemu/utils/accel.py (unfollow)
Commit message (Expand)AuthorFilesLines
2021-10-12python/aqmp: add send_fd_scmJohn Snow1-0/+22
2021-10-12python/aqmp: Return cleared events from EventListener.clear()John Snow1-2/+7
2021-10-12python/aqmp: add .empty() method to EventListenerJohn Snow1-0/+6
2021-10-12python/aqmp: add greeting property to QMPClientJohn Snow1-0/+5
2021-10-12tests/docker: add a debian-native image and make availableAlex Bennée3-2/+61
2021-10-12.github: move repo lockdown to the v2 configurationAlex Bennée2-34/+30
2021-10-12accel/tcg: re-factor plugin_inject_cb so we can assert insn_idx is validAlex Bennée2-78/+85
2021-10-12target/s390x: move tcg_gen_insn_start to s390x_tr_insn_startRichard Henderson1-2/+8
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-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-07iothread: use IOThreadParamInfo in iothread_[set|get]_param()Stefano Garzarella1-8/+10
2021-10-07iothread: rename PollParamInfo to IOThreadParamInfoStefano Garzarella1-7/+7