summary refs log tree commit diff stats
path: root/scripts/qapi/doc.py (unfollow)
Commit message (Expand)AuthorFilesLines
2018-08-31tests: add qmp/qom-set-without-value testMarc-André Lureau1-0/+14
2018-08-31tests: add qmp/object-add-without-props testMarc-André Lureau1-0/+18
2018-08-31tests: add qmp_assert_error_class()Marc-André Lureau5-61/+46
2018-08-31tests/libqos: Utilize newer glib spawn checkEric Blake1-11/+1
2018-08-31net: Remove the deprecated -tftp, -bootp, -redir and -smb optionsThomas Huth7-185/+29
2018-08-31Remove the deprecated options -startdate, -localtime and -rtc-td-hackThomas Huth3-74/+22
2018-08-31Remove the deprecated -nodefconfig optionThomas Huth4-10/+4
2018-08-31Remove the deprecated -balloon optionThomas Huth4-54/+3
2018-08-28qapi: Add comments to aid debugging generated introspectionEric Blake2-6/+24
2018-08-28qapi: Minor introspect.py cleanupsEric Blake1-4/+3
2018-08-28qapi: Update docs for generator changes since commit 9ee86b85267Markus Armbruster1-30/+99
2018-08-28qapi: Emit a blank line before dummy declarationMarkus Armbruster1-0/+1
2018-08-28qapi: Drop qapi_event_send_FOO()'s Error ** argumentPeter Xu29-104/+70
2018-08-28qapi: Fix build_params() for empty parameter listMarkus Armbruster1-6/+4
2018-08-28target/s390x: use regular spaces in translate.cPavel Zbitskiy1-2/+2
2018-08-28hw/s390x: Move virtio-ccw-blk code to a separate fileThomas Huth3-46/+68
2018-08-28hw/s390x: Move virtio-ccw-net code to a separate fileThomas Huth3-49/+71
2018-08-28hw/s390x: Move virtio-ccw-input code to a separate fileThomas Huth3-98/+119
2018-08-28hw/s390x: Move virtio-ccw-gpu code to a separate fileThomas Huth3-47/+68
2018-08-28hw/s390x: Move vhost-vsock-ccw code to a separate fileThomas Huth4-47/+62
2018-08-28hw/s390x: Move virtio-ccw-crypto code to a separate fileThomas Huth3-55/+76
2018-08-28hw/s390x: Move virtio-ccw-9p code to a separate fileThomas Huth3-48/+66
2018-08-28hw/s390x: Move virtio-ccw-rng code to a separate fileThomas Huth3-53/+75
2018-08-28hw/s390x: Move virtio-ccw-scsi code to a separate fileThomas Huth3-104/+126
2018-08-28hw/s390x: Move virtio-ccw-balloon code to a separate fileThomas Huth3-49/+71
2018-08-28hw/s390x: Move virtio-ccw-serial code to a separate fileThomas Huth4-59/+80
2018-08-28hw/s390x/virtio-ccw: Consolidate calls to virtio_ccw_unrealize()Thomas Huth1-15/+7
2018-08-28target/s390x: fix PACK reading 1 byte less and writing 1 byte morePavel Zbitskiy3-3/+25
2018-08-28target/s390x: add EX support for TRT and TRTRPavel Zbitskiy4-0/+114
2018-08-28target/s390x: fix IPM polluting irrelevant bitsPavel Zbitskiy3-10/+30
2018-08-28target/s390x: fix CSST decoding and runtime alignment checkPavel Zbitskiy4-3/+47
2018-08-28target/s390x: add BAL and BALR instructionsPavel Zbitskiy2-7/+50
2018-08-28tests/tcg: add a simple s390x testPavel Zbitskiy3-0/+11
2018-08-27intel-iommu: replace more vtd_err_* tracesPeter Xu2-30/+46
2018-08-27intel-iommu: start to use error_report_oncePeter Xu2-29/+37
2018-08-27check: Move wdt_ib700 test to commonJuan Quintela1-2/+2
2018-08-27check: Move endianess test to commonJuan Quintela1-13/+1
2018-08-27check: Move VMXNET3 test to commonJuan Quintela1-2/+2
2018-08-27check: Only test boot-serial when sga is compiled inJuan Quintela1-1/+1
2018-08-27check: Only test ivshm when it is compiled inJuan Quintela1-3/+4
2018-08-27x86_64-softmmu: Configuration is identical to i386-softmmuJuan Quintela1-66/+1
2018-08-27check: Only test usb-xhci-nec when it is compiled inJuan Quintela1-4/+6
2018-08-27check: Only test isa-testdev when it is compiled inJuan Quintela1-8/+8
2018-08-27configure: We don't want to clean configuration filesJuan Quintela1-1/+2
2018-08-27util: promote qemu_egl_rendernode_open() to libqemuutilMarc-André Lureau5-49/+76
2018-08-27qemu-error: introduce {error|warn}_report_oncePeter Xu1-0/+32
2018-08-24json: Update references to RFC 7159 to RFC 8259Markus Armbruster3-3/+3
2018-08-24json: Support %% in JSON strings when interpolatingMarkus Armbruster2-3/+4
2018-08-24json: Improve safety of qobject_from_jsonf_nofail() & friendsMarkus Armbruster2-12/+17
2018-08-24json: Keep interpolation state in JSONParserContextMarkus Armbruster1-29/+30