aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-09sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé
2021-03-09sysemu/runstate: Let runstate_is_running() return boolPhilippe Mathieu-Daudé
2021-03-09hw/lm32/Kconfig: Have MILKYMIST select LM32_DEVICESPhilippe Mathieu-Daudé
2021-03-09hw/lm32/Kconfig: Rename CONFIG_LM32 -> CONFIG_LM32_DEVICESPhilippe Mathieu-Daudé
2021-03-09hw/lm32/Kconfig: Introduce CONFIG_LM32_EVR for lm32-evr/uclinux boardsPhilippe Mathieu-Daudé
2021-03-09qemu-common.h: Update copyright string to 2021Peter Maydell
2021-03-09tests/fp/fp-test: Replace the word 'blacklist'Philippe Mathieu-Daudé
2021-03-09qemu-options: Replace the word 'blacklist'Philippe Mathieu-Daudé
2021-03-09seccomp: Replace the word 'blacklist'Philippe Mathieu-Daudé
2021-03-09scripts/tracetool: Replace the word 'whitelist'Philippe Mathieu-Daudé
2021-03-09ui: Replace the word 'whitelist'Philippe Mathieu-Daudé
2021-03-09virtio-gpu: Adjust code space stylelijiejun
2021-03-09exec/memory: Use struct Object typedefPhilippe Mathieu-Daudé
2021-03-09fuzz-test: remove unneccessary debugging flagsAlexander Bulekov
2021-03-09net: Use id_generate() in the network subsystem, tooThomas Huth
2021-03-09MAINTAINERS: Fix the location of tools manualsWainer dos Santos Moschetta
2021-03-09vhost_user_gpu: Drop dead check for g_malloc() failureMarkus Armbruster
2021-03-09backends/dbus-vmstate: Fix short read error handlingMarkus Armbruster
2021-03-09target/hexagon/gen_tcg_funcs: Fix a typoPhilippe Mathieu-Daudé
2021-03-09hw/elf_ops: Fix a typoPhilippe Mathieu-Daudé
2021-03-09scsi: Silence gcc warningEric Blake
2021-03-09Various spelling fixesMichael Tokarev
2021-03-09Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-20210307' into...Peter Maydell
2021-03-09Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-hex-20210306' into...Peter Maydell
2021-03-08Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210306' into...Peter Maydell
2021-03-08Merge remote-tracking branch 'remotes/philmd-gitlab/tags/renesas-20210306' in...Peter Maydell
2021-03-08Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2021-03-08Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210308'...Peter Maydell
2021-03-08hw/arm/mps2: Update old infocenter.arm.com URLsPeter Maydell
2021-03-08docs/system/arm/mps2.rst: Document the new mps3-an524 boardPeter Maydell
2021-03-08hw/arm/mps2-tz: Provide PL031 RTC on mps3-an524Peter Maydell
2021-03-08hw/arm/mps2-tz: Stub out USB controller for mps3-an524Peter Maydell
2021-03-07esp: add support for unaligned accessesMark Cave-Ayland
2021-03-07esp: implement non-DMA transfers in PDMA modeMark Cave-Ayland
2021-03-07esp: add trivial implementation of the ESP_RFLAGS registerMark Cave-Ayland
2021-03-07esp: convert cmdbuf from array to Fifo8Mark Cave-Ayland
2021-03-07esp: convert ti_buf from array to Fifo8Mark Cave-Ayland
2021-03-07esp: transition to message out phase after SATN and stop commandMark Cave-Ayland
2021-03-07esp: add maxlen parameter to get_cmd()Mark Cave-Ayland
2021-03-07esp: raise interrupt after every non-DMA byte transferred to the FIFOMark Cave-Ayland
2021-03-07esp: remove old deferred command completion mechanismMark Cave-Ayland
2021-03-07esp: defer command completion interrupt on incoming data transfersMark Cave-Ayland
2021-03-07esp: latch individual bits in ESP_RINTR registerMark Cave-Ayland
2021-03-07esp: implement FIFO flush commandMark Cave-Ayland
2021-03-07esp: add 4 byte PDMA read and write transfersMark Cave-Ayland
2021-03-07esp: remove pdma_origin from ESPStateMark Cave-Ayland
2021-03-07esp: use FIFO for PDMA transfers between initiator and deviceMark Cave-Ayland
2021-03-07esp: fix PDMA target selectionMark Cave-Ayland
2021-03-07esp: rename get_cmd_cb() to esp_select()Mark Cave-Ayland
2021-03-07esp: remove CMD pdma_originMark Cave-Ayland