Lines Matching full:features
29 # Features:
66 'features': [ 'unstable' ] }
82 # @features: vhost_dev features
84 # @acked-features: vhost_dev acked_features
86 # @backend-features: vhost_dev backend_features
88 # @protocol-features: vhost_dev protocol_features
105 'features': 'VirtioDeviceFeatures',
106 'acked-features': 'VirtioDeviceFeatures',
107 'backend-features': 'VirtioDeviceFeatures',
108 'protocol-features': 'VhostDeviceProtocols',
127 # @guest-features: VirtIODevice guest_features
129 # @host-features: VirtIODevice host_features
131 # @backend-features: VirtIODevice backend_features
173 'guest-features': 'VirtioDeviceFeatures',
174 'host-features': 'VirtioDeviceFeatures',
175 'backend-features': 'VirtioDeviceFeatures',
198 # Features:
222 # "backend-features": {
224 # "dev-features": []
238 # "guest-features": {
239 # "dev-features": [],
246 # "host-features": {
247 # "unknown-dev-features": 1073741824,
248 # "dev-features": [],
288 # "backend-features": {
289 # "dev-features": [],
293 # "protocol-features": {
298 # "acked-features": {
299 # "dev-features": [
308 # "features": {
309 # "dev-features": [
323 # "backend-features": {
324 # "dev-features": [
325 # "VHOST_USER_F_PROTOCOL_FEATURES: Vhost-user protocol features negotiation su…
368 # "guest-features": {
369 # "dev-features": [
396 # "host-features": {
397 # "dev-features": [
398 # "VHOST_USER_F_PROTOCOL_FEATURES: Vhost-user protocol features negotiation su…
441 'features': [ 'unstable' ] }
464 # A structure defined to list the vhost user protocol features of a
467 # @protocols: List of decoded vhost user protocol features of a vhost
470 # @unknown-protocols: Vhost user device protocol features bitmap that
483 # may not have their own device-specific features (e.g. virtio-rng).
485 # @transports: List of transport features of the virtio device
487 # @dev-features: List of device-specific features (if the device has
488 # unique features)
490 # @unknown-dev-features: Virtio device features bitmap that have not
497 '*dev-features': [ 'str' ],
498 '*unknown-dev-features': 'uint64' } }
562 # Features:
635 'features': [ 'unstable' ] }
697 # Features:
756 'features': [ 'unstable' ] }
846 # Features:
945 'features': [ 'unstable' ] }