aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-03-09sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé41-43/+49
2021-03-09sysemu/runstate: Let runstate_is_running() return boolPhilippe Mathieu-Daudé2-2/+2
2021-03-09hw/lm32/Kconfig: Have MILKYMIST select LM32_DEVICESPhilippe Mathieu-Daudé1-1/+1
2021-03-09hw/lm32/Kconfig: Rename CONFIG_LM32 -> CONFIG_LM32_DEVICESPhilippe Mathieu-Daudé4-6/+6
2021-03-09hw/lm32/Kconfig: Introduce CONFIG_LM32_EVR for lm32-evr/uclinux boardsPhilippe Mathieu-Daudé3-3/+7
2021-03-09qemu-common.h: Update copyright string to 2021Peter Maydell1-1/+1
2021-03-09tests/fp/fp-test: Replace the word 'blacklist'Philippe Mathieu-Daudé1-4/+4
2021-03-09qemu-options: Replace the word 'blacklist'Philippe Mathieu-Daudé1-3/+3
2021-03-09seccomp: Replace the word 'blacklist'Philippe Mathieu-Daudé1-8/+8
2021-03-09scripts/tracetool: Replace the word 'whitelist'Philippe Mathieu-Daudé1-1/+1
2021-03-09ui: Replace the word 'whitelist'Philippe Mathieu-Daudé2-3/+3
2021-03-09virtio-gpu: Adjust code space stylelijiejun1-2/+1
2021-03-09exec/memory: Use struct Object typedefPhilippe Mathieu-Daudé4-24/+24
2021-03-09fuzz-test: remove unneccessary debugging flagsAlexander Bulekov1-2/+1
2021-03-09net: Use id_generate() in the network subsystem, tooThomas Huth3-3/+5
2021-03-09MAINTAINERS: Fix the location of tools manualsWainer dos Santos Moschetta1-5/+5
2021-03-09vhost_user_gpu: Drop dead check for g_malloc() failureMarkus Armbruster1-1/+0
2021-03-09backends/dbus-vmstate: Fix short read error handlingMarkus Armbruster1-1/+4
2021-03-09target/hexagon/gen_tcg_funcs: Fix a typoPhilippe Mathieu-Daudé1-7/+7
2021-03-09hw/elf_ops: Fix a typoPhilippe Mathieu-Daudé1-1/+1
2021-03-09scsi: Silence gcc warningEric Blake1-0/+1
2021-03-09Various spelling fixesMichael Tokarev13-14/+14
2021-03-09Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-20210307' into...Peter Maydell8-351/+748
2021-03-09Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-hex-20210306' into...Peter Maydell3-2/+5
2021-03-08Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210306' into...Peter Maydell18-610/+529
2021-03-08Merge remote-tracking branch 'remotes/philmd-gitlab/tags/renesas-20210306' in...Peter Maydell19-78/+160
2021-03-08Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell33-124/+434
2021-03-08Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210308'...Peter Maydell48-619/+3109
2021-03-08hw/arm/mps2: Update old infocenter.arm.com URLsPeter Maydell14-20/+19
2021-03-08docs/system/arm/mps2.rst: Document the new mps3-an524 boardPeter Maydell1-6/+18
2021-03-08hw/arm/mps2-tz: Provide PL031 RTC on mps3-an524Peter Maydell1-2/+20
2021-03-08hw/arm/mps2-tz: Stub out USB controller for mps3-an524Peter Maydell1-1/+47
2021-03-07esp: add support for unaligned accessesMark Cave-Ayland1-7/+41
2021-03-07esp: implement non-DMA transfers in PDMA modeMark Cave-Ayland2-36/+98
2021-03-07esp: add trivial implementation of the ESP_RFLAGS registerMark Cave-Ayland1-0/+4
2021-03-07esp: convert cmdbuf from array to Fifo8Mark Cave-Ayland2-59/+101
2021-03-07esp: convert ti_buf from array to Fifo8Mark Cave-Ayland2-47/+79
2021-03-07esp: transition to message out phase after SATN and stop commandMark Cave-Ayland2-14/+60
2021-03-07esp: add maxlen parameter to get_cmd()Mark Cave-Ayland1-9/+11
2021-03-07esp: raise interrupt after every non-DMA byte transferred to the FIFOMark Cave-Ayland1-0/+6
2021-03-07esp: remove old deferred command completion mechanismMark Cave-Ayland2-28/+11
2021-03-07esp: defer command completion interrupt on incoming data transfersMark Cave-Ayland2-13/+54
2021-03-07esp: latch individual bits in ESP_RINTR registerMark Cave-Ayland1-16/+13
2021-03-07esp: implement FIFO flush commandMark Cave-Ayland1-0/+2
2021-03-07esp: add 4 byte PDMA read and write transfersMark Cave-Ayland1-2/+4
2021-03-07esp: remove pdma_origin from ESPStateMark Cave-Ayland2-72/+8
2021-03-07esp: use FIFO for PDMA transfers between initiator and deviceMark Cave-Ayland1-34/+75
2021-03-07esp: fix PDMA target selectionMark Cave-Ayland1-19/+34
2021-03-07esp: rename get_cmd_cb() to esp_select()Mark Cave-Ayland1-5/+5
2021-03-07esp: remove CMD pdma_originMark Cave-Ayland2-11/+12