Home
last modified time | relevance | path

Searched +full:assigned +full:- +full:clock +full:- +full:parents (Results 1 – 2 of 2) sorted by relevance

/qemu/qapi/
H A Dmisc.json1 # -*- Mode: Python -*-
21 # "@dbus-display" or the name of a character device (e.g. from
22 # -chardev id=XXXX)
33 # .. qmp-example::
35 # -> { "execute": "add_client", "arguments": { "protocol": "vnc",
37 # <- { "return": {} }
55 # @query-name:
63 # .. qmp-example::
65 # -> { "execute": "query-name" }
66 # <- { "return": { "name": "qemu-name" } }
[all …]
/qemu/include/hw/
H A Dqdev-core.h22 * -----------
31 * information to the caller and must be re-entrant.
57 * ---------------
62 * DeviceListener can save the QOpts passed to it for re-using it
73 DEV_NVECTORS_UNSPECIFIED = -1,
101 * struct DeviceClass - The base class for all devices.
107 * @sync_config: Callback function invoked when QMP command device-sync-config
135 * assigned by using device_class_set_props(). The underscore
136 * ensures a compile-time error if someone attempts to assign
137 * dc->props directly.
[all …]