aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-10-12python/aqmp: add send_fd_scmJohn Snow
2021-10-12python/aqmp: Return cleared events from EventListener.clear()John Snow
2021-10-12python/aqmp: add .empty() method to EventListenerJohn Snow
2021-10-12python/aqmp: add greeting property to QMPClientJohn Snow
2021-10-12Merge remote-tracking branch 'remotes/stsquad/tags/pull-for-6.2-121021-2' int...Richard Henderson
2021-10-12Merge remote-tracking branch 'remotes/clg/tags/pull-aspeed-20211012' into sta...Richard Henderson
2021-10-12tests/docker: add a debian-native image and make availableAlex Bennée
2021-10-12.github: move repo lockdown to the v2 configurationAlex Bennée
2021-10-12accel/tcg: re-factor plugin_inject_cb so we can assert insn_idx is validAlex Bennée
2021-10-12target/s390x: move tcg_gen_insn_start to s390x_tr_insn_startRichard Henderson
2021-10-12plugins/: Add missing functions to symbol listLukas Jünger
2021-10-12gitlab: fix passing of TEST_TARGETS env to cirrusDaniel P. Berrangé
2021-10-12gitlab: skip the check-patch job on the upstream repoDaniel P. Berrangé
2021-10-12travis.yml: Remove the "Release tarball" jobThomas Huth
2021-10-12gitlab: Add cross-riscv64-system, cross-riscv64-userRichard Henderson
2021-10-12tests/docker: promote debian-riscv64-cross to a full imageAlex Bennée
2021-10-12tests/tcg: move some multiarch files and make conditionalAlex Bennée
2021-10-12tests/tcg/sha1: remove endian includeAlex Bennée
2021-10-12configure: don't override the selected host test compiler if definedAlex Bennée
2021-10-12aspeed/smc: Dump address offset in trace eventsCédric Le Goater
2021-10-12aspeed/wdt: Add trace eventsCédric Le Goater
2021-10-12hw/arm: Integrate ADC model into Aspeed SoCAndrew Jeffery
2021-10-12hw/adc: Add basic Aspeed ADC modelAndrew Jeffery
2021-10-12hw: aspeed_gpio: Fix GPIO array indexingPeter Delevoryas
2021-10-12hw: aspeed_gpio: Fix pin I/O type declarationsPeter Delevoryas
2021-10-12aspeed/i2c: QOMify AspeedI2CBusCédric Le Goater
2021-10-12aspeed/smc: Remove unused attribute 'irqline'Cédric Le Goater
2021-10-12aspeed/smc: Introduce a new addr_width() class handlerCédric Le Goater
2021-10-12aspeed/smc: Add default reset valuesCédric Le Goater
2021-10-12aspeed/smc: QOMify AspeedSMCFlashCédric Le Goater
2021-10-12aspeed/smc: Rename AspeedSMCFlash 'id' to 'cs'Cédric Le Goater
2021-10-12aspeed/smc: Remove the 'size' attribute from AspeedSMCFlashCédric Le Goater
2021-10-12aspeed/smc: Remove the 'flash' attribute from AspeedSMCFlashCédric Le Goater
2021-10-12aspeed/smc: Drop AspeedSMCController structureCédric Le Goater
2021-10-12aspeed/smc: Stop using the model name for the memory regionsCédric Le Goater
2021-10-12aspeed/smc: Introduce aspeed_smc_error() helperCédric Le Goater
2021-10-12aspeed/smc: Add watchdog Control/Status RegistersCédric Le Goater
2021-10-11Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Richard Henderson
2021-10-08Merge remote-tracking branch 'remotes/vivier-m68k/tags/m68k-next-pull-request...Richard Henderson
2021-10-08q800: wire macfb IRQ to separate video interrupt on VIA2Mark Cave-Ayland
2021-10-08macfb: add vertical blank interruptMark Cave-Ayland
2021-10-08macfb: fix 24-bit RGB pixel encodingMark Cave-Ayland
2021-10-08macfb: fix up 1-bit pixel encodingMark Cave-Ayland
2021-10-08macfb: add common monitor modes supported by the MacOS toolbox ROMMark Cave-Ayland
2021-10-08macfb: add qdev property to specify display typeMark Cave-Ayland
2021-10-08macfb: implement mode sense to allow display type to be detectedMark Cave-Ayland
2021-10-08macfb: add trace events for reading and writing the control registersMark Cave-Ayland
2021-10-08macfb: use memory_region_init_ram() in macfb_common_realize() for the framebu...Mark Cave-Ayland
2021-10-08macfb: fix overflow of color_palette arrayMark Cave-Ayland
2021-10-08macfb: fix invalid object reference in macfb_common_realize()Mark Cave-Ayland