Searched +full:assigned +full:- +full:clock +full:- +full:parents (Results 1 – 2 of 2) sorted by relevance
1 # -*- Mode: Python -*-21 # "@dbus-display" or the name of a character device (e.g. from22 # -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 …]
22 * -----------31 * information to the caller and must be re-entrant.57 * ---------------62 * DeviceListener can save the QOpts passed to it for re-using it73 DEV_NVECTORS_UNSPECIFIED = -1,101 * struct DeviceClass - The base class for all devices.107 * @sync_config: Callback function invoked when QMP command device-sync-config135 * assigned by using device_class_set_props(). The underscore136 * ensures a compile-time error if someone attempts to assign137 * dc->props directly.[all …]