summary refs log tree commit diff stats
path: root/scripts/qapi/source.py (unfollow)
Commit message (Expand)AuthorFilesLines
2020-03-17tests/test-qmp-cmds: Check responses more thoroughlyMarkus Armbruster1-6/+17
2020-03-17tests/test-qmp-cmds: Factor out qmp_dispatch() test helpersMarkus Armbruster1-35/+35
2020-03-17docs/devel/qapi-code-gen: Document 'features' introspectionMarkus Armbruster1-15/+28
2020-03-17docs/devel/qapi-code-gen: Clarify allow-oob introspectionMarkus Armbruster1-3/+3
2020-03-17qapi: Belatedly update doc comment for @wait deprecationMarkus Armbruster1-0/+1
2020-03-17qemu-doc: Belatedly document QMP command arg & result deprecationMarkus Armbruster1-4/+44
2020-03-17docs/devel/qapi-code-gen: Fix typo in grammarMarkus Armbruster1-1/+1
2020-03-17usb-serial: Fix timeout closing the deviceJason Andryuk1-1/+1
2020-03-17usb-serial: Increase receive buffer to 496Jason Andryuk1-1/+1
2020-03-17usb-serial: chunk data to wMaxPacketSizeJason Andryuk1-18/+29
2020-03-17usb-serial: Move USB_TOKEN_IN into a helper functionJason Andryuk1-34/+46
2020-03-16target/riscv: Fix VS mode interrupts forwarding.Rajnesh Kanwal1-1/+8
2020-03-16gitlab-ci.yml: Add jobs to build OpenSBI firmware binariesBin Meng3-0/+97
2020-03-16riscv: sifive_u: Update BIOS_FILENAME for 32-bitBin Meng1-1/+5
2020-03-16roms: opensbi: Add 32-bit firmware image for sifive_u machineBin Meng3-1/+8
2020-03-16roms: opensbi: Upgrade from v0.5 to v0.6Bin Meng4-0/+0
2020-03-16target/riscv: Correctly implement TSR trapAlistair Francis1-1/+1
2020-03-16stdvga+bochs-display: add dummy mmio handlerGerd Hoffmann2-6/+6
2020-03-16audio: add audiodev format=f32 option documentationVolker Rümelin1-2/+2
2020-03-16audio: fix saturation nonlinearity in clip_* functionsVolker Rümelin1-3/+2
2020-03-16audio: change mixing engine float range to [-1.f, 1.f]Volker Rümelin2-11/+10
2020-03-16audio: consistency changesVolker Rümelin1-1/+1
2020-03-16audio: change naming scheme of FLOAT_CONV macrosVolker Rümelin1-11/+11
2020-03-16qapi/audio: add documentation for AudioFormatVolker Rümelin1-0/+14
2020-03-13migration: recognize COLO as part of activating processzhanghailiang1-0/+1
2020-03-13ram/colo: only record bitmap of dirty pages in COLO stagezhanghailiang1-4/+5
2020-03-13COLO: Optimize memory back-up processzhanghailiang3-17/+53
2020-03-13migration/throttle: Add throttle-trig-thres migration parameterKeqian Zhu4-23/+76
2020-03-13configure: Improve zstd testJuan Quintela1-1/+2
2020-03-12target/arm: kvm: Inject events at the last stage of syncBeata Michalska2-10/+20
2020-03-12hw/arm/virt: kvm: allow gicv3 by default if v2 cannot workEric Auger1-1/+16
2020-03-12hw/arm/virt: kvm: Restructure finalize_gic_version()Eric Auger1-20/+66
2020-03-12target/arm/kvm: Let kvm_arm_vgic_probe() return a bitmapEric Auger3-8/+20
2020-03-12hw/arm/virt: Introduce finalize_gic_version()Eric Auger2-21/+34
2020-03-12hw/arm/virt: Introduce VirtGICType enum typeEric Auger2-17/+24
2020-03-12hw/arm/virt: Document 'max' value in gic-version property descriptionEric Auger1-1/+2
2020-03-12docs: add Orange Pi PC documentNiek Linnenbank3-0/+256
2020-03-12tests/boot_linux_console: Test booting NetBSD via U-Boot on OrangePi PCPhilippe Mathieu-Daudé1-0/+70
2020-03-12tests/boot_linux_console: Add a SLOW test booting Ubuntu on OrangePi PCPhilippe Mathieu-Daudé1-0/+48
2020-03-12tests/boot_linux_console: Add a SD card test for the OrangePi PC boardPhilippe Mathieu-Daudé1-0/+47
2020-03-12tests/boot_linux_console: Add initrd test for the Orange Pi PC boardPhilippe Mathieu-Daudé1-0/+40
2020-03-12tests/boot_linux_console: Add a quick test for the OrangePi PC boardPhilippe Mathieu-Daudé1-0/+25
2020-03-12hw/arm/allwinner: add RTC device supportNiek Linnenbank8-1/+571
2020-03-12hw/arm/allwinner-h3: add SDRAM controller deviceNiek Linnenbank7-3/+502
2020-03-12hw/arm/allwinner-h3: add Boot ROM supportNiek Linnenbank3-0/+43
2020-03-12hw/arm/allwinner-h3: add EMAC ethernet deviceNiek Linnenbank9-1/+1006
2020-03-12hw/arm/allwinner: add SD/MMC host controllerNiek Linnenbank11-1/+1059
2020-03-12hw/arm/allwinner: add Security Identifier deviceNiek Linnenbank7-1/+254
2020-03-12hw/arm/allwinner: add CPU Configuration moduleNiek Linnenbank6-1/+351
2020-03-12hw/arm/allwinner-h3: add System Control moduleNiek Linnenbank5-1/+219