summary refs log tree commit diff stats
path: root/scripts/qapi/source.py (unfollow)
Commit message (Expand)AuthorFilesLines
2020-07-10hmp: Eliminate a variable in hmp_migrate_set_parameter()Markus Armbruster1-6/+2
2020-07-10block: Avoid error accumulation in bdrv_img_create()Markus Armbruster1-2/+2
2020-07-10qemu-option: Use returned bool to check for failureMarkus Armbruster32-133/+71
2020-07-10qemu-option: Make functions taking Error ** return bool, not voidMarkus Armbruster3-49/+64
2020-07-10qemu-option: Replace opt_set() by cleaner opt_validate()Markus Armbruster1-16/+19
2020-07-10qemu-option: Factor out helper opt_create()Markus Armbruster1-9/+18
2020-07-10qemu-option: Simplify around find_default_by_name()Markus Armbruster1-13/+5
2020-07-10qemu-option: Factor out helper find_default_by_name()Markus Armbruster1-20/+27
2020-07-10qemu-option: Make uses of find_desc_by_name() more similarMarkus Armbruster1-14/+18
2020-07-10qemu-option: Check return value instead of @err where convenientMarkus Armbruster5-22/+14
2020-07-10virtio-crypto-pci: Tidy up virtio_crypto_pci_realize()Markus Armbruster1-1/+3
2020-07-10macio: Tidy up error handling in macio_newworld_realize()Markus Armbruster1-1/+3
2020-07-10qdev: Use returned bool to check for qdev_realize() etc. failureMarkus Armbruster65-495/+248
2020-07-10error: Document Error API usage rulesMarkus Armbruster1-6/+46
2020-07-10error: Improve error.h's big commentMarkus Armbruster1-15/+36
2020-07-10error: Fix examples in error.h's big commentMarkus Armbruster1-2/+14
2020-07-07tracetool: work around ust <sys/sdt.h> include conflictStefan Hajnoczi1-0/+6
2020-07-07chardev: enable modules, use for brailleGerd Hoffmann4-2/+7
2020-07-07vga: build virtio-gpu as moduleGerd Hoffmann2-10/+19
2020-07-07vga: build virtio-gpu only onceGerd Hoffmann1-6/+6
2020-07-07vga: build qxl as moduleGerd Hoffmann3-1/+7
2020-07-07usb: build usb-redir as moduleGerd Hoffmann2-3/+7
2020-07-07ccid: build smartcard as moduleGerd Hoffmann4-1/+7
2020-07-07build: fix device module buildsGerd Hoffmann1-0/+14
2020-07-07qdev: device module supportGerd Hoffmann4-7/+11
2020-07-07object: qom module supportGerd Hoffmann2-0/+26
2020-07-07module: qom module supportGerd Hoffmann2-0/+57
2020-07-07vhost-vdpa: introduce vhost-vdpa net clientCindy Lu6-3/+282
2020-07-07vhost-vdpa: introduce vhost-vdpa backendCindy Lu12-7/+600
2020-07-07net/tap-solaris.c: Include qemu-common.h for TFR macroPeter Maydell1-0/+1
2020-07-07intel_iommu: "aw-bits" error message still refers to "x-aw-bits"Menno Lageman1-1/+1
2020-07-07util/qemu-option: Document the get_opt_value() functionPhilippe Mathieu-Daudé1-0/+13
2020-07-07MAINTAINERS: Update Radoslaw Biernacki email addressRadoslaw Biernacki2-1/+2
2020-07-07.mailmap: Update Alexander Graf email addressPhilippe Mathieu-Daudé1-0/+1
2020-07-07trivial: Respect alphabetical order of .o files in Makefile.objsChristophe de Dinechin1-1/+1
2020-07-06softfloat,m68k: disable floatx80_invalid_encoding() for m68kLaurent Vivier1-0/+24
2020-07-06target/m68k: consolidate physical translation offset into get_physical_address()Mark Cave-Ayland1-11/+6
2020-07-06target/m68k: fix physical address translation in m68k_cpu_get_phys_page_debug()Mark Cave-Ayland1-0/+4
2020-07-06tcg: Fix do_nonatomic_op_* vs signed operationsRichard Henderson1-4/+6
2020-07-06tcg/ppc: Sanitize immediate shiftsCatherine A. Frederick1-5/+10
2020-07-06fix the prototype of muls64/mulu64Lijun Pan1-2/+2
2020-07-06audio: set default value for pcspk.iobase propertyGerd Hoffmann2-6/+2
2020-07-06pcspk: update docs/system/target-i386-desc.rst.incGerd Hoffmann1-1/+12
2020-07-06audio: add soundhw deprecation noticeGerd Hoffmann1-0/+9
2020-07-06audio: deprecate -soundhw pcspkGerd Hoffmann2-3/+23
2020-07-06audio: create pcspk device earlyGerd Hoffmann2-1/+3
2020-07-06audio: rework pcspk_init()Gerd Hoffmann4-8/+4
2020-07-06softmmu: initialize spice and audio earlierGerd Hoffmann1-6/+6
2020-07-06pc_basic_device_init: drop no_vmport argGerd Hoffmann4-5/+1
2020-07-06pc_basic_device_init: drop has_pit argGerd Hoffmann4-5/+3