summaryrefslogblamecommitdiffstats
path: root/tests/qapi-schema/doc-duplicated-return.json
blob: b44b5ae979bb4d3db05288e0d76e86587a3ee2a5 (plain) (tree)
1
2
3
4
5
6
7
8







                                         
# Do not allow duplicated Returns section

##
# @foo:
#
# Returns: 0
# Returns: 1
##
.c?id=3fe02cc8b3a5b50fad6d5e7cc3a65fd52d1fad36'>adb: add status field for holding information about the last ADB requestMark Cave-Ayland2020-06-261-3/+11 * adb: keep track of devices with pending dataMark Cave-Ayland2020-06-261-1/+15 * adb: create autopoll variables directly within ADBBusStateMark Cave-Ayland2020-06-261-0/+77 * adb: introduce realize/unrealize and VMStateDescription for ADB busMark Cave-Ayland2020-06-261-0/+32 * adb: fix adb-mouse read length and revert disable-reg3-direct-writes workaroundMark Cave-Ayland2020-06-261-7/+0Star * adb: coding style update to fix checkpatch errorsMark Cave-Ayland2020-06-261-4/+5 * qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1 * Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1 * Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1 * Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+2 * adb: add property to disable direct reg 3 writesMark Cave-Ayland2018-06-161-0/+7 * Split adb.c into adb.c, adb-mouse.c and adb-kbd.cLaurent Vivier2017-12-211-620/+2Star * misc: avoid "include/" in include pathPhilippe Mathieu-Daudé2017-12-181-1/+1 * ui: drop altgr and altgr_r QKeyCodesGerd Hoffmann2017-07-27