1{
2  "execute": "qmp_capabilities",
3  "id": "libvirt-1"
4}
5
6{
7  "return": {
8  },
9  "id": "libvirt-1"
10}
11
12{
13  "execute": "query-version",
14  "id": "libvirt-2"
15}
16
17{
18  "return": {
19    "qemu": {
20      "micro": 90,
21      "minor": 11,
22      "major": 2
23    },
24    "package": "v2.12.0-rc0"
25  },
26  "id": "libvirt-2"
27}
28
29{
30  "execute": "query-target",
31  "id": "libvirt-3"
32}
33
34{
35  "return": {
36    "arch": "x86_64"
37  },
38  "id": "libvirt-3"
39}
40
41{
42  "execute": "query-qmp-schema",
43  "id": "libvirt-4"
44}
45
46{
47  "return": [
48    {
49      "name": "query-status",
50      "ret-type": "1",
51      "allow-oob": false,
52      "meta-type": "command",
53      "arg-type": "0"
54    },
55    {
56      "name": "SHUTDOWN",
57      "meta-type": "event",
58      "arg-type": "2"
59    },
60    {
61      "name": "POWERDOWN",
62      "meta-type": "event",
63      "arg-type": "0"
64    },
65    {
66      "name": "RESET",
67      "meta-type": "event",
68      "arg-type": "3"
69    },
70    {
71      "name": "STOP",
72      "meta-type": "event",
73      "arg-type": "0"
74    },
75    {
76      "name": "RESUME",
77      "meta-type": "event",
78      "arg-type": "0"
79    },
80    {
81      "name": "SUSPEND",
82      "meta-type": "event",
83      "arg-type": "0"
84    },
85    {
86      "name": "SUSPEND_DISK",
87      "meta-type": "event",
88      "arg-type": "0"
89    },
90    {
91      "name": "WAKEUP",
92      "meta-type": "event",
93      "arg-type": "0"
94    },
95    {
96      "name": "WATCHDOG",
97      "meta-type": "event",
98      "arg-type": "4"
99    },
100    {
101      "name": "watchdog-set-action",
102      "ret-type": "0",
103      "allow-oob": false,
104      "meta-type": "command",
105      "arg-type": "5"
106    },
107    {
108      "name": "GUEST_PANICKED",
109      "meta-type": "event",
110      "arg-type": "6"
111    },
112    {
113      "name": "x-block-latency-histogram-set",
114      "ret-type": "0",
115      "allow-oob": false,
116      "meta-type": "command",
117      "arg-type": "7"
118    },
119    {
120      "name": "query-block",
121      "ret-type": "[8]",
122      "allow-oob": false,
123      "meta-type": "command",
124      "arg-type": "0"
125    },
126    {
127      "name": "query-blockstats",
128      "ret-type": "[10]",
129      "allow-oob": false,
130      "meta-type": "command",
131      "arg-type": "9"
132    },
133    {
134      "name": "query-block-jobs",
135      "ret-type": "[11]",
136      "allow-oob": false,
137      "meta-type": "command",
138      "arg-type": "0"
139    },
140    {
141      "name": "block_passwd",
142      "ret-type": "0",
143      "allow-oob": false,
144      "meta-type": "command",
145      "arg-type": "12"
146    },
147    {
148      "name": "block_resize",
149      "ret-type": "0",
150      "allow-oob": false,
151      "meta-type": "command",
152      "arg-type": "13"
153    },
154    {
155      "name": "blockdev-snapshot-sync",
156      "ret-type": "0",
157      "allow-oob": false,
158      "meta-type": "command",
159      "arg-type": "14"
160    },
161    {
162      "name": "blockdev-snapshot",
163      "ret-type": "0",
164      "allow-oob": false,
165      "meta-type": "command",
166      "arg-type": "15"
167    },
168    {
169      "name": "change-backing-file",
170      "ret-type": "0",
171      "allow-oob": false,
172      "meta-type": "command",
173      "arg-type": "16"
174    },
175    {
176      "name": "block-commit",
177      "ret-type": "0",
178      "allow-oob": false,
179      "meta-type": "command",
180      "arg-type": "17"
181    },
182    {
183      "name": "drive-backup",
184      "ret-type": "0",
185      "allow-oob": false,
186      "meta-type": "command",
187      "arg-type": "18"
188    },
189    {
190      "name": "blockdev-backup",
191      "ret-type": "0",
192      "allow-oob": false,
193      "meta-type": "command",
194      "arg-type": "19"
195    },
196    {
197      "name": "query-named-block-nodes",
198      "ret-type": "[20]",
199      "allow-oob": false,
200      "meta-type": "command",
201      "arg-type": "0"
202    },
203    {
204      "name": "drive-mirror",
205      "ret-type": "0",
206      "allow-oob": false,
207      "meta-type": "command",
208      "arg-type": "21"
209    },
210    {
211      "name": "block-dirty-bitmap-add",
212      "ret-type": "0",
213      "allow-oob": false,
214      "meta-type": "command",
215      "arg-type": "22"
216    },
217    {
218      "name": "block-dirty-bitmap-remove",
219      "ret-type": "0",
220      "allow-oob": false,
221      "meta-type": "command",
222      "arg-type": "23"
223    },
224    {
225      "name": "block-dirty-bitmap-clear",
226      "ret-type": "0",
227      "allow-oob": false,
228      "meta-type": "command",
229      "arg-type": "23"
230    },
231    {
232      "name": "x-debug-block-dirty-bitmap-sha256",
233      "ret-type": "24",
234      "allow-oob": false,
235      "meta-type": "command",
236      "arg-type": "23"
237    },
238    {
239      "name": "blockdev-mirror",
240      "ret-type": "0",
241      "allow-oob": false,
242      "meta-type": "command",
243      "arg-type": "25"
244    },
245    {
246      "name": "block_set_io_throttle",
247      "ret-type": "0",
248      "allow-oob": false,
249      "meta-type": "command",
250      "arg-type": "26"
251    },
252    {
253      "name": "block-stream",
254      "ret-type": "0",
255      "allow-oob": false,
256      "meta-type": "command",
257      "arg-type": "27"
258    },
259    {
260      "name": "block-job-set-speed",
261      "ret-type": "0",
262      "allow-oob": false,
263      "meta-type": "command",
264      "arg-type": "28"
265    },
266    {
267      "name": "block-job-cancel",
268      "ret-type": "0",
269      "allow-oob": false,
270      "meta-type": "command",
271      "arg-type": "29"
272    },
273    {
274      "name": "block-job-pause",
275      "ret-type": "0",
276      "allow-oob": false,
277      "meta-type": "command",
278      "arg-type": "30"
279    },
280    {
281      "name": "block-job-resume",
282      "ret-type": "0",
283      "allow-oob": false,
284      "meta-type": "command",
285      "arg-type": "31"
286    },
287    {
288      "name": "block-job-complete",
289      "ret-type": "0",
290      "allow-oob": false,
291      "meta-type": "command",
292      "arg-type": "32"
293    },
294    {
295      "name": "block-job-dismiss",
296      "ret-type": "0",
297      "allow-oob": false,
298      "meta-type": "command",
299      "arg-type": "33"
300    },
301    {
302      "name": "block-job-finalize",
303      "ret-type": "0",
304      "allow-oob": false,
305      "meta-type": "command",
306      "arg-type": "34"
307    },
308    {
309      "name": "blockdev-add",
310      "ret-type": "0",
311      "allow-oob": false,
312      "meta-type": "command",
313      "arg-type": "35"
314    },
315    {
316      "name": "blockdev-del",
317      "ret-type": "0",
318      "allow-oob": false,
319      "meta-type": "command",
320      "arg-type": "36"
321    },
322    {
323      "name": "x-blockdev-create",
324      "ret-type": "0",
325      "allow-oob": false,
326      "meta-type": "command",
327      "arg-type": "37"
328    },
329    {
330      "name": "blockdev-open-tray",
331      "ret-type": "0",
332      "allow-oob": false,
333      "meta-type": "command",
334      "arg-type": "38"
335    },
336    {
337      "name": "blockdev-close-tray",
338      "ret-type": "0",
339      "allow-oob": false,
340      "meta-type": "command",
341      "arg-type": "39"
342    },
343    {
344      "name": "blockdev-remove-medium",
345      "ret-type": "0",
346      "allow-oob": false,
347      "meta-type": "command",
348      "arg-type": "40"
349    },
350    {
351      "name": "blockdev-insert-medium",
352      "ret-type": "0",
353      "allow-oob": false,
354      "meta-type": "command",
355      "arg-type": "41"
356    },
357    {
358      "name": "blockdev-change-medium",
359      "ret-type": "0",
360      "allow-oob": false,
361      "meta-type": "command",
362      "arg-type": "42"
363    },
364    {
365      "name": "BLOCK_IMAGE_CORRUPTED",
366      "meta-type": "event",
367      "arg-type": "43"
368    },
369    {
370      "name": "BLOCK_IO_ERROR",
371      "meta-type": "event",
372      "arg-type": "44"
373    },
374    {
375      "name": "BLOCK_JOB_COMPLETED",
376      "meta-type": "event",
377      "arg-type": "45"
378    },
379    {
380      "name": "BLOCK_JOB_CANCELLED",
381      "meta-type": "event",
382      "arg-type": "46"
383    },
384    {
385      "name": "BLOCK_JOB_ERROR",
386      "meta-type": "event",
387      "arg-type": "47"
388    },
389    {
390      "name": "BLOCK_JOB_READY",
391      "meta-type": "event",
392      "arg-type": "48"
393    },
394    {
395      "name": "BLOCK_JOB_PENDING",
396      "meta-type": "event",
397      "arg-type": "49"
398    },
399    {
400      "name": "BLOCK_WRITE_THRESHOLD",
401      "meta-type": "event",
402      "arg-type": "50"
403    },
404    {
405      "name": "block-set-write-threshold",
406      "ret-type": "0",
407      "allow-oob": false,
408      "meta-type": "command",
409      "arg-type": "51"
410    },
411    {
412      "name": "x-blockdev-change",
413      "ret-type": "0",
414      "allow-oob": false,
415      "meta-type": "command",
416      "arg-type": "52"
417    },
418    {
419      "name": "x-blockdev-set-iothread",
420      "ret-type": "0",
421      "allow-oob": false,
422      "meta-type": "command",
423      "arg-type": "53"
424    },
425    {
426      "name": "blockdev-snapshot-internal-sync",
427      "ret-type": "0",
428      "allow-oob": false,
429      "meta-type": "command",
430      "arg-type": "54"
431    },
432    {
433      "name": "blockdev-snapshot-delete-internal-sync",
434      "ret-type": "56",
435      "allow-oob": false,
436      "meta-type": "command",
437      "arg-type": "55"
438    },
439    {
440      "name": "eject",
441      "ret-type": "0",
442      "allow-oob": false,
443      "meta-type": "command",
444      "arg-type": "57"
445    },
446    {
447      "name": "nbd-server-start",
448      "ret-type": "0",
449      "allow-oob": false,
450      "meta-type": "command",
451      "arg-type": "58"
452    },
453    {
454      "name": "nbd-server-add",
455      "ret-type": "0",
456      "allow-oob": false,
457      "meta-type": "command",
458      "arg-type": "59"
459    },
460    {
461      "name": "nbd-server-remove",
462      "ret-type": "0",
463      "allow-oob": false,
464      "meta-type": "command",
465      "arg-type": "60"
466    },
467    {
468      "name": "nbd-server-stop",
469      "ret-type": "0",
470      "allow-oob": false,
471      "meta-type": "command",
472      "arg-type": "0"
473    },
474    {
475      "name": "DEVICE_TRAY_MOVED",
476      "meta-type": "event",
477      "arg-type": "61"
478    },
479    {
480      "name": "QUORUM_FAILURE",
481      "meta-type": "event",
482      "arg-type": "62"
483    },
484    {
485      "name": "QUORUM_REPORT_BAD",
486      "meta-type": "event",
487      "arg-type": "63"
488    },
489    {
490      "name": "query-chardev",
491      "ret-type": "[64]",
492      "allow-oob": false,
493      "meta-type": "command",
494      "arg-type": "0"
495    },
496    {
497      "name": "query-chardev-backends",
498      "ret-type": "[65]",
499      "allow-oob": false,
500      "meta-type": "command",
501      "arg-type": "0"
502    },
503    {
504      "name": "ringbuf-write",
505      "ret-type": "0",
506      "allow-oob": false,
507      "meta-type": "command",
508      "arg-type": "66"
509    },
510    {
511      "name": "ringbuf-read",
512      "ret-type": "str",
513      "allow-oob": false,
514      "meta-type": "command",
515      "arg-type": "67"
516    },
517    {
518      "name": "chardev-add",
519      "ret-type": "69",
520      "allow-oob": false,
521      "meta-type": "command",
522      "arg-type": "68"
523    },
524    {
525      "name": "chardev-change",
526      "ret-type": "69",
527      "allow-oob": false,
528      "meta-type": "command",
529      "arg-type": "70"
530    },
531    {
532      "name": "chardev-remove",
533      "ret-type": "0",
534      "allow-oob": false,
535      "meta-type": "command",
536      "arg-type": "71"
537    },
538    {
539      "name": "chardev-send-break",
540      "ret-type": "0",
541      "allow-oob": false,
542      "meta-type": "command",
543      "arg-type": "72"
544    },
545    {
546      "name": "VSERPORT_CHANGE",
547      "meta-type": "event",
548      "arg-type": "73"
549    },
550    {
551      "name": "set_link",
552      "ret-type": "0",
553      "allow-oob": false,
554      "meta-type": "command",
555      "arg-type": "74"
556    },
557    {
558      "name": "netdev_add",
559      "ret-type": "0",
560      "allow-oob": false,
561      "meta-type": "command",
562      "arg-type": "75"
563    },
564    {
565      "name": "netdev_del",
566      "ret-type": "0",
567      "allow-oob": false,
568      "meta-type": "command",
569      "arg-type": "76"
570    },
571    {
572      "name": "query-rx-filter",
573      "ret-type": "[78]",
574      "allow-oob": false,
575      "meta-type": "command",
576      "arg-type": "77"
577    },
578    {
579      "name": "NIC_RX_FILTER_CHANGED",
580      "meta-type": "event",
581      "arg-type": "79"
582    },
583    {
584      "name": "query-rocker",
585      "ret-type": "81",
586      "allow-oob": false,
587      "meta-type": "command",
588      "arg-type": "80"
589    },
590    {
591      "name": "query-rocker-ports",
592      "ret-type": "[83]",
593      "allow-oob": false,
594      "meta-type": "command",
595      "arg-type": "82"
596    },
597    {
598      "name": "query-rocker-of-dpa-flows",
599      "ret-type": "[85]",
600      "allow-oob": false,
601      "meta-type": "command",
602      "arg-type": "84"
603    },
604    {
605      "name": "query-rocker-of-dpa-groups",
606      "ret-type": "[87]",
607      "allow-oob": false,
608      "meta-type": "command",
609      "arg-type": "86"
610    },
611    {
612      "name": "query-tpm-models",
613      "ret-type": "[88]",
614      "allow-oob": false,
615      "meta-type": "command",
616      "arg-type": "0"
617    },
618    {
619      "name": "query-tpm-types",
620      "ret-type": "[89]",
621      "allow-oob": false,
622      "meta-type": "command",
623      "arg-type": "0"
624    },
625    {
626      "name": "query-tpm",
627      "ret-type": "[90]",
628      "allow-oob": false,
629      "meta-type": "command",
630      "arg-type": "0"
631    },
632    {
633      "name": "set_password",
634      "ret-type": "0",
635      "allow-oob": false,
636      "meta-type": "command",
637      "arg-type": "91"
638    },
639    {
640      "name": "expire_password",
641      "ret-type": "0",
642      "allow-oob": false,
643      "meta-type": "command",
644      "arg-type": "92"
645    },
646    {
647      "name": "screendump",
648      "ret-type": "0",
649      "allow-oob": false,
650      "meta-type": "command",
651      "arg-type": "93"
652    },
653    {
654      "name": "query-spice",
655      "ret-type": "94",
656      "allow-oob": false,
657      "meta-type": "command",
658      "arg-type": "0"
659    },
660    {
661      "name": "SPICE_CONNECTED",
662      "meta-type": "event",
663      "arg-type": "95"
664    },
665    {
666      "name": "SPICE_INITIALIZED",
667      "meta-type": "event",
668      "arg-type": "96"
669    },
670    {
671      "name": "SPICE_DISCONNECTED",
672      "meta-type": "event",
673      "arg-type": "97"
674    },
675    {
676      "name": "SPICE_MIGRATE_COMPLETED",
677      "meta-type": "event",
678      "arg-type": "0"
679    },
680    {
681      "name": "query-vnc",
682      "ret-type": "98",
683      "allow-oob": false,
684      "meta-type": "command",
685      "arg-type": "0"
686    },
687    {
688      "name": "query-vnc-servers",
689      "ret-type": "[99]",
690      "allow-oob": false,
691      "meta-type": "command",
692      "arg-type": "0"
693    },
694    {
695      "name": "change-vnc-password",
696      "ret-type": "0",
697      "allow-oob": false,
698      "meta-type": "command",
699      "arg-type": "100"
700    },
701    {
702      "name": "VNC_CONNECTED",
703      "meta-type": "event",
704      "arg-type": "101"
705    },
706    {
707      "name": "VNC_INITIALIZED",
708      "meta-type": "event",
709      "arg-type": "102"
710    },
711    {
712      "name": "VNC_DISCONNECTED",
713      "meta-type": "event",
714      "arg-type": "103"
715    },
716    {
717      "name": "query-mice",
718      "ret-type": "[104]",
719      "allow-oob": false,
720      "meta-type": "command",
721      "arg-type": "0"
722    },
723    {
724      "name": "send-key",
725      "ret-type": "0",
726      "allow-oob": false,
727      "meta-type": "command",
728      "arg-type": "105"
729    },
730    {
731      "name": "input-send-event",
732      "ret-type": "0",
733      "allow-oob": false,
734      "meta-type": "command",
735      "arg-type": "106"
736    },
737    {
738      "name": "query-migrate",
739      "ret-type": "107",
740      "allow-oob": false,
741      "meta-type": "command",
742      "arg-type": "0"
743    },
744    {
745      "name": "migrate-set-capabilities",
746      "ret-type": "0",
747      "allow-oob": false,
748      "meta-type": "command",
749      "arg-type": "108"
750    },
751    {
752      "name": "query-migrate-capabilities",
753      "ret-type": "[109]",
754      "allow-oob": false,
755      "meta-type": "command",
756      "arg-type": "0"
757    },
758    {
759      "name": "migrate-set-parameters",
760      "ret-type": "0",
761      "allow-oob": false,
762      "meta-type": "command",
763      "arg-type": "110"
764    },
765    {
766      "name": "query-migrate-parameters",
767      "ret-type": "111",
768      "allow-oob": false,
769      "meta-type": "command",
770      "arg-type": "0"
771    },
772    {
773      "name": "client_migrate_info",
774      "ret-type": "0",
775      "allow-oob": false,
776      "meta-type": "command",
777      "arg-type": "112"
778    },
779    {
780      "name": "migrate-start-postcopy",
781      "ret-type": "0",
782      "allow-oob": false,
783      "meta-type": "command",
784      "arg-type": "0"
785    },
786    {
787      "name": "MIGRATION",
788      "meta-type": "event",
789      "arg-type": "113"
790    },
791    {
792      "name": "MIGRATION_PASS",
793      "meta-type": "event",
794      "arg-type": "114"
795    },
796    {
797      "name": "x-colo-lost-heartbeat",
798      "ret-type": "0",
799      "allow-oob": false,
800      "meta-type": "command",
801      "arg-type": "0"
802    },
803    {
804      "name": "migrate_cancel",
805      "ret-type": "0",
806      "allow-oob": false,
807      "meta-type": "command",
808      "arg-type": "0"
809    },
810    {
811      "name": "migrate-continue",
812      "ret-type": "0",
813      "allow-oob": false,
814      "meta-type": "command",
815      "arg-type": "115"
816    },
817    {
818      "name": "migrate_set_downtime",
819      "ret-type": "0",
820      "allow-oob": false,
821      "meta-type": "command",
822      "arg-type": "116"
823    },
824    {
825      "name": "migrate_set_speed",
826      "ret-type": "0",
827      "allow-oob": false,
828      "meta-type": "command",
829      "arg-type": "117"
830    },
831    {
832      "name": "migrate-set-cache-size",
833      "ret-type": "0",
834      "allow-oob": false,
835      "meta-type": "command",
836      "arg-type": "118"
837    },
838    {
839      "name": "query-migrate-cache-size",
840      "ret-type": "int",
841      "allow-oob": false,
842      "meta-type": "command",
843      "arg-type": "0"
844    },
845    {
846      "name": "migrate",
847      "ret-type": "0",
848      "allow-oob": false,
849      "meta-type": "command",
850      "arg-type": "119"
851    },
852    {
853      "name": "migrate-incoming",
854      "ret-type": "0",
855      "allow-oob": false,
856      "meta-type": "command",
857      "arg-type": "120"
858    },
859    {
860      "name": "xen-save-devices-state",
861      "ret-type": "0",
862      "allow-oob": false,
863      "meta-type": "command",
864      "arg-type": "121"
865    },
866    {
867      "name": "xen-set-replication",
868      "ret-type": "0",
869      "allow-oob": false,
870      "meta-type": "command",
871      "arg-type": "122"
872    },
873    {
874      "name": "query-xen-replication-status",
875      "ret-type": "123",
876      "allow-oob": false,
877      "meta-type": "command",
878      "arg-type": "0"
879    },
880    {
881      "name": "xen-colo-do-checkpoint",
882      "ret-type": "0",
883      "allow-oob": false,
884      "meta-type": "command",
885      "arg-type": "0"
886    },
887    {
888      "name": "transaction",
889      "ret-type": "0",
890      "allow-oob": false,
891      "meta-type": "command",
892      "arg-type": "124"
893    },
894    {
895      "name": "trace-event-get-state",
896      "ret-type": "[126]",
897      "allow-oob": false,
898      "meta-type": "command",
899      "arg-type": "125"
900    },
901    {
902      "name": "trace-event-set-state",
903      "ret-type": "0",
904      "allow-oob": false,
905      "meta-type": "command",
906      "arg-type": "127"
907    },
908    {
909      "name": "query-qmp-schema",
910      "ret-type": "[128]",
911      "allow-oob": false,
912      "meta-type": "command",
913      "arg-type": "0"
914    },
915    {
916      "name": "qmp_capabilities",
917      "ret-type": "0",
918      "allow-oob": false,
919      "meta-type": "command",
920      "arg-type": "129"
921    },
922    {
923      "name": "query-version",
924      "ret-type": "130",
925      "allow-oob": false,
926      "meta-type": "command",
927      "arg-type": "0"
928    },
929    {
930      "name": "query-commands",
931      "ret-type": "[131]",
932      "allow-oob": false,
933      "meta-type": "command",
934      "arg-type": "0"
935    },
936    {
937      "name": "add_client",
938      "ret-type": "0",
939      "allow-oob": false,
940      "meta-type": "command",
941      "arg-type": "132"
942    },
943    {
944      "name": "query-name",
945      "ret-type": "133",
946      "allow-oob": false,
947      "meta-type": "command",
948      "arg-type": "0"
949    },
950    {
951      "name": "query-kvm",
952      "ret-type": "134",
953      "allow-oob": false,
954      "meta-type": "command",
955      "arg-type": "0"
956    },
957    {
958      "name": "query-uuid",
959      "ret-type": "135",
960      "allow-oob": false,
961      "meta-type": "command",
962      "arg-type": "0"
963    },
964    {
965      "name": "query-events",
966      "ret-type": "[136]",
967      "allow-oob": false,
968      "meta-type": "command",
969      "arg-type": "0"
970    },
971    {
972      "name": "query-cpus",
973      "ret-type": "[137]",
974      "allow-oob": false,
975      "meta-type": "command",
976      "arg-type": "0"
977    },
978    {
979      "name": "query-cpus-fast",
980      "ret-type": "[138]",
981      "allow-oob": false,
982      "meta-type": "command",
983      "arg-type": "0"
984    },
985    {
986      "name": "query-iothreads",
987      "ret-type": "[139]",
988      "allow-oob": false,
989      "meta-type": "command",
990      "arg-type": "0"
991    },
992    {
993      "name": "query-balloon",
994      "ret-type": "140",
995      "allow-oob": false,
996      "meta-type": "command",
997      "arg-type": "0"
998    },
999    {
1000      "name": "BALLOON_CHANGE",
1001      "meta-type": "event",
1002      "arg-type": "141"
1003    },
1004    {
1005      "name": "query-pci",
1006      "ret-type": "[142]",
1007      "allow-oob": false,
1008      "meta-type": "command",
1009      "arg-type": "0"
1010    },
1011    {
1012      "name": "quit",
1013      "ret-type": "0",
1014      "allow-oob": false,
1015      "meta-type": "command",
1016      "arg-type": "0"
1017    },
1018    {
1019      "name": "stop",
1020      "ret-type": "0",
1021      "allow-oob": false,
1022      "meta-type": "command",
1023      "arg-type": "0"
1024    },
1025    {
1026      "name": "system_reset",
1027      "ret-type": "0",
1028      "allow-oob": false,
1029      "meta-type": "command",
1030      "arg-type": "0"
1031    },
1032    {
1033      "name": "system_powerdown",
1034      "ret-type": "0",
1035      "allow-oob": false,
1036      "meta-type": "command",
1037      "arg-type": "0"
1038    },
1039    {
1040      "name": "cpu-add",
1041      "ret-type": "0",
1042      "allow-oob": false,
1043      "meta-type": "command",
1044      "arg-type": "143"
1045    },
1046    {
1047      "name": "memsave",
1048      "ret-type": "0",
1049      "allow-oob": false,
1050      "meta-type": "command",
1051      "arg-type": "144"
1052    },
1053    {
1054      "name": "pmemsave",
1055      "ret-type": "0",
1056      "allow-oob": false,
1057      "meta-type": "command",
1058      "arg-type": "145"
1059    },
1060    {
1061      "name": "cont",
1062      "ret-type": "0",
1063      "allow-oob": false,
1064      "meta-type": "command",
1065      "arg-type": "0"
1066    },
1067    {
1068      "name": "system_wakeup",
1069      "ret-type": "0",
1070      "allow-oob": false,
1071      "meta-type": "command",
1072      "arg-type": "0"
1073    },
1074    {
1075      "name": "inject-nmi",
1076      "ret-type": "0",
1077      "allow-oob": false,
1078      "meta-type": "command",
1079      "arg-type": "0"
1080    },
1081    {
1082      "name": "balloon",
1083      "ret-type": "0",
1084      "allow-oob": false,
1085      "meta-type": "command",
1086      "arg-type": "146"
1087    },
1088    {
1089      "name": "human-monitor-command",
1090      "ret-type": "str",
1091      "allow-oob": false,
1092      "meta-type": "command",
1093      "arg-type": "147"
1094    },
1095    {
1096      "name": "qom-list",
1097      "ret-type": "[149]",
1098      "allow-oob": false,
1099      "meta-type": "command",
1100      "arg-type": "148"
1101    },
1102    {
1103      "name": "qom-get",
1104      "ret-type": "any",
1105      "allow-oob": false,
1106      "meta-type": "command",
1107      "arg-type": "150"
1108    },
1109    {
1110      "name": "qom-set",
1111      "ret-type": "0",
1112      "allow-oob": false,
1113      "meta-type": "command",
1114      "arg-type": "151"
1115    },
1116    {
1117      "name": "change",
1118      "ret-type": "0",
1119      "allow-oob": false,
1120      "meta-type": "command",
1121      "arg-type": "152"
1122    },
1123    {
1124      "name": "qom-list-types",
1125      "ret-type": "[154]",
1126      "allow-oob": false,
1127      "meta-type": "command",
1128      "arg-type": "153"
1129    },
1130    {
1131      "name": "device-list-properties",
1132      "ret-type": "[149]",
1133      "allow-oob": false,
1134      "meta-type": "command",
1135      "arg-type": "155"
1136    },
1137    {
1138      "name": "qom-list-properties",
1139      "ret-type": "[149]",
1140      "allow-oob": false,
1141      "meta-type": "command",
1142      "arg-type": "156"
1143    },
1144    {
1145      "name": "xen-set-global-dirty-log",
1146      "ret-type": "0",
1147      "allow-oob": false,
1148      "meta-type": "command",
1149      "arg-type": "157"
1150    },
1151    {
1152      "name": "device_add",
1153      "ret-type": "0",
1154      "allow-oob": false,
1155      "meta-type": "command",
1156      "arg-type": "158"
1157    },
1158    {
1159      "name": "device_del",
1160      "ret-type": "0",
1161      "allow-oob": false,
1162      "meta-type": "command",
1163      "arg-type": "159"
1164    },
1165    {
1166      "name": "DEVICE_DELETED",
1167      "meta-type": "event",
1168      "arg-type": "160"
1169    },
1170    {
1171      "name": "dump-guest-memory",
1172      "ret-type": "0",
1173      "allow-oob": false,
1174      "meta-type": "command",
1175      "arg-type": "161"
1176    },
1177    {
1178      "name": "query-dump",
1179      "ret-type": "162",
1180      "allow-oob": false,
1181      "meta-type": "command",
1182      "arg-type": "0"
1183    },
1184    {
1185      "name": "DUMP_COMPLETED",
1186      "meta-type": "event",
1187      "arg-type": "163"
1188    },
1189    {
1190      "name": "query-dump-guest-memory-capability",
1191      "ret-type": "164",
1192      "allow-oob": false,
1193      "meta-type": "command",
1194      "arg-type": "0"
1195    },
1196    {
1197      "name": "dump-skeys",
1198      "ret-type": "0",
1199      "allow-oob": false,
1200      "meta-type": "command",
1201      "arg-type": "165"
1202    },
1203    {
1204      "name": "object-add",
1205      "ret-type": "0",
1206      "allow-oob": false,
1207      "meta-type": "command",
1208      "arg-type": "166"
1209    },
1210    {
1211      "name": "object-del",
1212      "ret-type": "0",
1213      "allow-oob": false,
1214      "meta-type": "command",
1215      "arg-type": "167"
1216    },
1217    {
1218      "name": "getfd",
1219      "ret-type": "0",
1220      "allow-oob": false,
1221      "meta-type": "command",
1222      "arg-type": "168"
1223    },
1224    {
1225      "name": "closefd",
1226      "ret-type": "0",
1227      "allow-oob": false,
1228      "meta-type": "command",
1229      "arg-type": "169"
1230    },
1231    {
1232      "name": "query-machines",
1233      "ret-type": "[170]",
1234      "allow-oob": false,
1235      "meta-type": "command",
1236      "arg-type": "0"
1237    },
1238    {
1239      "name": "query-memory-size-summary",
1240      "ret-type": "171",
1241      "allow-oob": false,
1242      "meta-type": "command",
1243      "arg-type": "0"
1244    },
1245    {
1246      "name": "query-cpu-definitions",
1247      "ret-type": "[172]",
1248      "allow-oob": false,
1249      "meta-type": "command",
1250      "arg-type": "0"
1251    },
1252    {
1253      "name": "query-cpu-model-expansion",
1254      "ret-type": "174",
1255      "allow-oob": false,
1256      "meta-type": "command",
1257      "arg-type": "173"
1258    },
1259    {
1260      "name": "query-cpu-model-comparison",
1261      "ret-type": "176",
1262      "allow-oob": false,
1263      "meta-type": "command",
1264      "arg-type": "175"
1265    },
1266    {
1267      "name": "query-cpu-model-baseline",
1268      "ret-type": "178",
1269      "allow-oob": false,
1270      "meta-type": "command",
1271      "arg-type": "177"
1272    },
1273    {
1274      "name": "add-fd",
1275      "ret-type": "180",
1276      "allow-oob": false,
1277      "meta-type": "command",
1278      "arg-type": "179"
1279    },
1280    {
1281      "name": "remove-fd",
1282      "ret-type": "0",
1283      "allow-oob": false,
1284      "meta-type": "command",
1285      "arg-type": "181"
1286    },
1287    {
1288      "name": "query-fdsets",
1289      "ret-type": "[182]",
1290      "allow-oob": false,
1291      "meta-type": "command",
1292      "arg-type": "0"
1293    },
1294    {
1295      "name": "query-target",
1296      "ret-type": "183",
1297      "allow-oob": false,
1298      "meta-type": "command",
1299      "arg-type": "0"
1300    },
1301    {
1302      "name": "query-command-line-options",
1303      "ret-type": "[185]",
1304      "allow-oob": false,
1305      "meta-type": "command",
1306      "arg-type": "184"
1307    },
1308    {
1309      "name": "query-memdev",
1310      "ret-type": "[186]",
1311      "allow-oob": false,
1312      "meta-type": "command",
1313      "arg-type": "0"
1314    },
1315    {
1316      "name": "query-memory-devices",
1317      "ret-type": "[187]",
1318      "allow-oob": false,
1319      "meta-type": "command",
1320      "arg-type": "0"
1321    },
1322    {
1323      "name": "MEM_UNPLUG_ERROR",
1324      "meta-type": "event",
1325      "arg-type": "188"
1326    },
1327    {
1328      "name": "query-acpi-ospm-status",
1329      "ret-type": "[189]",
1330      "allow-oob": false,
1331      "meta-type": "command",
1332      "arg-type": "0"
1333    },
1334    {
1335      "name": "ACPI_DEVICE_OST",
1336      "meta-type": "event",
1337      "arg-type": "190"
1338    },
1339    {
1340      "name": "rtc-reset-reinjection",
1341      "ret-type": "0",
1342      "allow-oob": false,
1343      "meta-type": "command",
1344      "arg-type": "0"
1345    },
1346    {
1347      "name": "RTC_CHANGE",
1348      "meta-type": "event",
1349      "arg-type": "191"
1350    },
1351    {
1352      "name": "xen-load-devices-state",
1353      "ret-type": "0",
1354      "allow-oob": false,
1355      "meta-type": "command",
1356      "arg-type": "192"
1357    },
1358    {
1359      "name": "query-gic-capabilities",
1360      "ret-type": "[193]",
1361      "allow-oob": false,
1362      "meta-type": "command",
1363      "arg-type": "0"
1364    },
1365    {
1366      "name": "query-hotpluggable-cpus",
1367      "ret-type": "[194]",
1368      "allow-oob": false,
1369      "meta-type": "command",
1370      "arg-type": "0"
1371    },
1372    {
1373      "name": "query-vm-generation-id",
1374      "ret-type": "195",
1375      "allow-oob": false,
1376      "meta-type": "command",
1377      "arg-type": "0"
1378    },
1379    {
1380      "name": "query-sev",
1381      "ret-type": "196",
1382      "allow-oob": false,
1383      "meta-type": "command",
1384      "arg-type": "0"
1385    },
1386    {
1387      "name": "query-sev-launch-measure",
1388      "ret-type": "197",
1389      "allow-oob": false,
1390      "meta-type": "command",
1391      "arg-type": "0"
1392    },
1393    {
1394      "name": "query-sev-capabilities",
1395      "ret-type": "198",
1396      "allow-oob": false,
1397      "meta-type": "command",
1398      "arg-type": "0"
1399    },
1400    {
1401      "name": "COMMAND_DROPPED",
1402      "meta-type": "event",
1403      "arg-type": "199"
1404    },
1405    {
1406      "name": "x-oob-test",
1407      "ret-type": "0",
1408      "allow-oob": true,
1409      "meta-type": "command",
1410      "arg-type": "200"
1411    },
1412    {
1413      "name": "0",
1414      "members": [
1415      ],
1416      "meta-type": "object"
1417    },
1418    {
1419      "name": "1",
1420      "members": [
1421        {
1422          "name": "running",
1423          "type": "bool"
1424        },
1425        {
1426          "name": "singlestep",
1427          "type": "bool"
1428        },
1429        {
1430          "name": "status",
1431          "type": "201"
1432        }
1433      ],
1434      "meta-type": "object"
1435    },
1436    {
1437      "name": "2",
1438      "members": [
1439        {
1440          "name": "guest",
1441          "type": "bool"
1442        }
1443      ],
1444      "meta-type": "object"
1445    },
1446    {
1447      "name": "3",
1448      "members": [
1449        {
1450          "name": "guest",
1451          "type": "bool"
1452        }
1453      ],
1454      "meta-type": "object"
1455    },
1456    {
1457      "name": "4",
1458      "members": [
1459        {
1460          "name": "action",
1461          "type": "202"
1462        }
1463      ],
1464      "meta-type": "object"
1465    },
1466    {
1467      "name": "5",
1468      "members": [
1469        {
1470          "name": "action",
1471          "type": "202"
1472        }
1473      ],
1474      "meta-type": "object"
1475    },
1476    {
1477      "name": "6",
1478      "members": [
1479        {
1480          "name": "action",
1481          "type": "203"
1482        },
1483        {
1484          "name": "info",
1485          "default": null,
1486          "type": "204"
1487        }
1488      ],
1489      "meta-type": "object"
1490    },
1491    {
1492      "name": "7",
1493      "members": [
1494        {
1495          "name": "device",
1496          "type": "str"
1497        },
1498        {
1499          "name": "boundaries",
1500          "default": null,
1501          "type": "[int]"
1502        },
1503        {
1504          "name": "boundaries-read",
1505          "default": null,
1506          "type": "[int]"
1507        },
1508        {
1509          "name": "boundaries-write",
1510          "default": null,
1511          "type": "[int]"
1512        },
1513        {
1514          "name": "boundaries-flush",
1515          "default": null,
1516          "type": "[int]"
1517        }
1518      ],
1519      "meta-type": "object"
1520    },
1521    {
1522      "name": "[8]",
1523      "element-type": "8",
1524      "meta-type": "array"
1525    },
1526    {
1527      "name": "8",
1528      "members": [
1529        {
1530          "name": "device",
1531          "type": "str"
1532        },
1533        {
1534          "name": "qdev",
1535          "default": null,
1536          "type": "str"
1537        },
1538        {
1539          "name": "type",
1540          "type": "str"
1541        },
1542        {
1543          "name": "removable",
1544          "type": "bool"
1545        },
1546        {
1547          "name": "locked",
1548          "type": "bool"
1549        },
1550        {
1551          "name": "inserted",
1552          "default": null,
1553          "type": "20"
1554        },
1555        {
1556          "name": "tray_open",
1557          "default": null,
1558          "type": "bool"
1559        },
1560        {
1561          "name": "io-status",
1562          "default": null,
1563          "type": "205"
1564        },
1565        {
1566          "name": "dirty-bitmaps",
1567          "default": null,
1568          "type": "[206]"
1569        }
1570      ],
1571      "meta-type": "object"
1572    },
1573    {
1574      "name": "9",
1575      "members": [
1576        {
1577          "name": "query-nodes",
1578          "default": null,
1579          "type": "bool"
1580        }
1581      ],
1582      "meta-type": "object"
1583    },
1584    {
1585      "name": "[10]",
1586      "element-type": "10",
1587      "meta-type": "array"
1588    },
1589    {
1590      "name": "10",
1591      "members": [
1592        {
1593          "name": "device",
1594          "default": null,
1595          "type": "str"
1596        },
1597        {
1598          "name": "node-name",
1599          "default": null,
1600          "type": "str"
1601        },
1602        {
1603          "name": "stats",
1604          "type": "207"
1605        },
1606        {
1607          "name": "parent",
1608          "default": null,
1609          "type": "10"
1610        },
1611        {
1612          "name": "backing",
1613          "default": null,
1614          "type": "10"
1615        }
1616      ],
1617      "meta-type": "object"
1618    },
1619    {
1620      "name": "[11]",
1621      "element-type": "11",
1622      "meta-type": "array"
1623    },
1624    {
1625      "name": "11",
1626      "members": [
1627        {
1628          "name": "type",
1629          "type": "str"
1630        },
1631        {
1632          "name": "device",
1633          "type": "str"
1634        },
1635        {
1636          "name": "len",
1637          "type": "int"
1638        },
1639        {
1640          "name": "offset",
1641          "type": "int"
1642        },
1643        {
1644          "name": "busy",
1645          "type": "bool"
1646        },
1647        {
1648          "name": "paused",
1649          "type": "bool"
1650        },
1651        {
1652          "name": "speed",
1653          "type": "int"
1654        },
1655        {
1656          "name": "io-status",
1657          "type": "205"
1658        },
1659        {
1660          "name": "ready",
1661          "type": "bool"
1662        },
1663        {
1664          "name": "status",
1665          "type": "208"
1666        },
1667        {
1668          "name": "auto-finalize",
1669          "type": "bool"
1670        },
1671        {
1672          "name": "auto-dismiss",
1673          "type": "bool"
1674        }
1675      ],
1676      "meta-type": "object"
1677    },
1678    {
1679      "name": "12",
1680      "members": [
1681        {
1682          "name": "device",
1683          "default": null,
1684          "type": "str"
1685        },
1686        {
1687          "name": "node-name",
1688          "default": null,
1689          "type": "str"
1690        },
1691        {
1692          "name": "password",
1693          "type": "str"
1694        }
1695      ],
1696      "meta-type": "object"
1697    },
1698    {
1699      "name": "13",
1700      "members": [
1701        {
1702          "name": "device",
1703          "default": null,
1704          "type": "str"
1705        },
1706        {
1707          "name": "node-name",
1708          "default": null,
1709          "type": "str"
1710        },
1711        {
1712          "name": "size",
1713          "type": "int"
1714        }
1715      ],
1716      "meta-type": "object"
1717    },
1718    {
1719      "name": "14",
1720      "members": [
1721        {
1722          "name": "device",
1723          "default": null,
1724          "type": "str"
1725        },
1726        {
1727          "name": "node-name",
1728          "default": null,
1729          "type": "str"
1730        },
1731        {
1732          "name": "snapshot-file",
1733          "type": "str"
1734        },
1735        {
1736          "name": "snapshot-node-name",
1737          "default": null,
1738          "type": "str"
1739        },
1740        {
1741          "name": "format",
1742          "default": null,
1743          "type": "str"
1744        },
1745        {
1746          "name": "mode",
1747          "default": null,
1748          "type": "209"
1749        }
1750      ],
1751      "meta-type": "object"
1752    },
1753    {
1754      "name": "15",
1755      "members": [
1756        {
1757          "name": "node",
1758          "type": "str"
1759        },
1760        {
1761          "name": "overlay",
1762          "type": "str"
1763        }
1764      ],
1765      "meta-type": "object"
1766    },
1767    {
1768      "name": "16",
1769      "members": [
1770        {
1771          "name": "device",
1772          "type": "str"
1773        },
1774        {
1775          "name": "image-node-name",
1776          "type": "str"
1777        },
1778        {
1779          "name": "backing-file",
1780          "type": "str"
1781        }
1782      ],
1783      "meta-type": "object"
1784    },
1785    {
1786      "name": "17",
1787      "members": [
1788        {
1789          "name": "job-id",
1790          "default": null,
1791          "type": "str"
1792        },
1793        {
1794          "name": "device",
1795          "type": "str"
1796        },
1797        {
1798          "name": "base",
1799          "default": null,
1800          "type": "str"
1801        },
1802        {
1803          "name": "top",
1804          "default": null,
1805          "type": "str"
1806        },
1807        {
1808          "name": "backing-file",
1809          "default": null,
1810          "type": "str"
1811        },
1812        {
1813          "name": "speed",
1814          "default": null,
1815          "type": "int"
1816        },
1817        {
1818          "name": "filter-node-name",
1819          "default": null,
1820          "type": "str"
1821        }
1822      ],
1823      "meta-type": "object"
1824    },
1825    {
1826      "name": "18",
1827      "members": [
1828        {
1829          "name": "job-id",
1830          "default": null,
1831          "type": "str"
1832        },
1833        {
1834          "name": "device",
1835          "type": "str"
1836        },
1837        {
1838          "name": "target",
1839          "type": "str"
1840        },
1841        {
1842          "name": "format",
1843          "default": null,
1844          "type": "str"
1845        },
1846        {
1847          "name": "sync",
1848          "type": "210"
1849        },
1850        {
1851          "name": "mode",
1852          "default": null,
1853          "type": "209"
1854        },
1855        {
1856          "name": "speed",
1857          "default": null,
1858          "type": "int"
1859        },
1860        {
1861          "name": "bitmap",
1862          "default": null,
1863          "type": "str"
1864        },
1865        {
1866          "name": "compress",
1867          "default": null,
1868          "type": "bool"
1869        },
1870        {
1871          "name": "on-source-error",
1872          "default": null,
1873          "type": "211"
1874        },
1875        {
1876          "name": "on-target-error",
1877          "default": null,
1878          "type": "211"
1879        },
1880        {
1881          "name": "auto-finalize",
1882          "default": null,
1883          "type": "bool"
1884        },
1885        {
1886          "name": "auto-dismiss",
1887          "default": null,
1888          "type": "bool"
1889        }
1890      ],
1891      "meta-type": "object"
1892    },
1893    {
1894      "name": "19",
1895      "members": [
1896        {
1897          "name": "job-id",
1898          "default": null,
1899          "type": "str"
1900        },
1901        {
1902          "name": "device",
1903          "type": "str"
1904        },
1905        {
1906          "name": "target",
1907          "type": "str"
1908        },
1909        {
1910          "name": "sync",
1911          "type": "210"
1912        },
1913        {
1914          "name": "speed",
1915          "default": null,
1916          "type": "int"
1917        },
1918        {
1919          "name": "compress",
1920          "default": null,
1921          "type": "bool"
1922        },
1923        {
1924          "name": "on-source-error",
1925          "default": null,
1926          "type": "211"
1927        },
1928        {
1929          "name": "on-target-error",
1930          "default": null,
1931          "type": "211"
1932        },
1933        {
1934          "name": "auto-finalize",
1935          "default": null,
1936          "type": "bool"
1937        },
1938        {
1939          "name": "auto-dismiss",
1940          "default": null,
1941          "type": "bool"
1942        }
1943      ],
1944      "meta-type": "object"
1945    },
1946    {
1947      "name": "[20]",
1948      "element-type": "20",
1949      "meta-type": "array"
1950    },
1951    {
1952      "name": "20",
1953      "members": [
1954        {
1955          "name": "file",
1956          "type": "str"
1957        },
1958        {
1959          "name": "node-name",
1960          "default": null,
1961          "type": "str"
1962        },
1963        {
1964          "name": "ro",
1965          "type": "bool"
1966        },
1967        {
1968          "name": "drv",
1969          "type": "str"
1970        },
1971        {
1972          "name": "backing_file",
1973          "default": null,
1974          "type": "str"
1975        },
1976        {
1977          "name": "backing_file_depth",
1978          "type": "int"
1979        },
1980        {
1981          "name": "encrypted",
1982          "type": "bool"
1983        },
1984        {
1985          "name": "encryption_key_missing",
1986          "type": "bool"
1987        },
1988        {
1989          "name": "detect_zeroes",
1990          "type": "212"
1991        },
1992        {
1993          "name": "bps",
1994          "type": "int"
1995        },
1996        {
1997          "name": "bps_rd",
1998          "type": "int"
1999        },
2000        {
2001          "name": "bps_wr",
2002          "type": "int"
2003        },
2004        {
2005          "name": "iops",
2006          "type": "int"
2007        },
2008        {
2009          "name": "iops_rd",
2010          "type": "int"
2011        },
2012        {
2013          "name": "iops_wr",
2014          "type": "int"
2015        },
2016        {
2017          "name": "image",
2018          "type": "213"
2019        },
2020        {
2021          "name": "bps_max",
2022          "default": null,
2023          "type": "int"
2024        },
2025        {
2026          "name": "bps_rd_max",
2027          "default": null,
2028          "type": "int"
2029        },
2030        {
2031          "name": "bps_wr_max",
2032          "default": null,
2033          "type": "int"
2034        },
2035        {
2036          "name": "iops_max",
2037          "default": null,
2038          "type": "int"
2039        },
2040        {
2041          "name": "iops_rd_max",
2042          "default": null,
2043          "type": "int"
2044        },
2045        {
2046          "name": "iops_wr_max",
2047          "default": null,
2048          "type": "int"
2049        },
2050        {
2051          "name": "bps_max_length",
2052          "default": null,
2053          "type": "int"
2054        },
2055        {
2056          "name": "bps_rd_max_length",
2057          "default": null,
2058          "type": "int"
2059        },
2060        {
2061          "name": "bps_wr_max_length",
2062          "default": null,
2063          "type": "int"
2064        },
2065        {
2066          "name": "iops_max_length",
2067          "default": null,
2068          "type": "int"
2069        },
2070        {
2071          "name": "iops_rd_max_length",
2072          "default": null,
2073          "type": "int"
2074        },
2075        {
2076          "name": "iops_wr_max_length",
2077          "default": null,
2078          "type": "int"
2079        },
2080        {
2081          "name": "iops_size",
2082          "default": null,
2083          "type": "int"
2084        },
2085        {
2086          "name": "group",
2087          "default": null,
2088          "type": "str"
2089        },
2090        {
2091          "name": "cache",
2092          "type": "214"
2093        },
2094        {
2095          "name": "write_threshold",
2096          "type": "int"
2097        }
2098      ],
2099      "meta-type": "object"
2100    },
2101    {
2102      "name": "21",
2103      "members": [
2104        {
2105          "name": "job-id",
2106          "default": null,
2107          "type": "str"
2108        },
2109        {
2110          "name": "device",
2111          "type": "str"
2112        },
2113        {
2114          "name": "target",
2115          "type": "str"
2116        },
2117        {
2118          "name": "format",
2119          "default": null,
2120          "type": "str"
2121        },
2122        {
2123          "name": "node-name",
2124          "default": null,
2125          "type": "str"
2126        },
2127        {
2128          "name": "replaces",
2129          "default": null,
2130          "type": "str"
2131        },
2132        {
2133          "name": "sync",
2134          "type": "210"
2135        },
2136        {
2137          "name": "mode",
2138          "default": null,
2139          "type": "209"
2140        },
2141        {
2142          "name": "speed",
2143          "default": null,
2144          "type": "int"
2145        },
2146        {
2147          "name": "granularity",
2148          "default": null,
2149          "type": "int"
2150        },
2151        {
2152          "name": "buf-size",
2153          "default": null,
2154          "type": "int"
2155        },
2156        {
2157          "name": "on-source-error",
2158          "default": null,
2159          "type": "211"
2160        },
2161        {
2162          "name": "on-target-error",
2163          "default": null,
2164          "type": "211"
2165        },
2166        {
2167          "name": "unmap",
2168          "default": null,
2169          "type": "bool"
2170        }
2171      ],
2172      "meta-type": "object"
2173    },
2174    {
2175      "name": "22",
2176      "members": [
2177        {
2178          "name": "node",
2179          "type": "str"
2180        },
2181        {
2182          "name": "name",
2183          "type": "str"
2184        },
2185        {
2186          "name": "granularity",
2187          "default": null,
2188          "type": "int"
2189        },
2190        {
2191          "name": "persistent",
2192          "default": null,
2193          "type": "bool"
2194        },
2195        {
2196          "name": "autoload",
2197          "default": null,
2198          "type": "bool"
2199        }
2200      ],
2201      "meta-type": "object"
2202    },
2203    {
2204      "name": "23",
2205      "members": [
2206        {
2207          "name": "node",
2208          "type": "str"
2209        },
2210        {
2211          "name": "name",
2212          "type": "str"
2213        }
2214      ],
2215      "meta-type": "object"
2216    },
2217    {
2218      "name": "24",
2219      "members": [
2220        {
2221          "name": "sha256",
2222          "type": "str"
2223        }
2224      ],
2225      "meta-type": "object"
2226    },
2227    {
2228      "name": "25",
2229      "members": [
2230        {
2231          "name": "job-id",
2232          "default": null,
2233          "type": "str"
2234        },
2235        {
2236          "name": "device",
2237          "type": "str"
2238        },
2239        {
2240          "name": "target",
2241          "type": "str"
2242        },
2243        {
2244          "name": "replaces",
2245          "default": null,
2246          "type": "str"
2247        },
2248        {
2249          "name": "sync",
2250          "type": "210"
2251        },
2252        {
2253          "name": "speed",
2254          "default": null,
2255          "type": "int"
2256        },
2257        {
2258          "name": "granularity",
2259          "default": null,
2260          "type": "int"
2261        },
2262        {
2263          "name": "buf-size",
2264          "default": null,
2265          "type": "int"
2266        },
2267        {
2268          "name": "on-source-error",
2269          "default": null,
2270          "type": "211"
2271        },
2272        {
2273          "name": "on-target-error",
2274          "default": null,
2275          "type": "211"
2276        },
2277        {
2278          "name": "filter-node-name",
2279          "default": null,
2280          "type": "str"
2281        }
2282      ],
2283      "meta-type": "object"
2284    },
2285    {
2286      "name": "26",
2287      "members": [
2288        {
2289          "name": "device",
2290          "default": null,
2291          "type": "str"
2292        },
2293        {
2294          "name": "id",
2295          "default": null,
2296          "type": "str"
2297        },
2298        {
2299          "name": "bps",
2300          "type": "int"
2301        },
2302        {
2303          "name": "bps_rd",
2304          "type": "int"
2305        },
2306        {
2307          "name": "bps_wr",
2308          "type": "int"
2309        },
2310        {
2311          "name": "iops",
2312          "type": "int"
2313        },
2314        {
2315          "name": "iops_rd",
2316          "type": "int"
2317        },
2318        {
2319          "name": "iops_wr",
2320          "type": "int"
2321        },
2322        {
2323          "name": "bps_max",
2324          "default": null,
2325          "type": "int"
2326        },
2327        {
2328          "name": "bps_rd_max",
2329          "default": null,
2330          "type": "int"
2331        },
2332        {
2333          "name": "bps_wr_max",
2334          "default": null,
2335          "type": "int"
2336        },
2337        {
2338          "name": "iops_max",
2339          "default": null,
2340          "type": "int"
2341        },
2342        {
2343          "name": "iops_rd_max",
2344          "default": null,
2345          "type": "int"
2346        },
2347        {
2348          "name": "iops_wr_max",
2349          "default": null,
2350          "type": "int"
2351        },
2352        {
2353          "name": "bps_max_length",
2354          "default": null,
2355          "type": "int"
2356        },
2357        {
2358          "name": "bps_rd_max_length",
2359          "default": null,
2360          "type": "int"
2361        },
2362        {
2363          "name": "bps_wr_max_length",
2364          "default": null,
2365          "type": "int"
2366        },
2367        {
2368          "name": "iops_max_length",
2369          "default": null,
2370          "type": "int"
2371        },
2372        {
2373          "name": "iops_rd_max_length",
2374          "default": null,
2375          "type": "int"
2376        },
2377        {
2378          "name": "iops_wr_max_length",
2379          "default": null,
2380          "type": "int"
2381        },
2382        {
2383          "name": "iops_size",
2384          "default": null,
2385          "type": "int"
2386        },
2387        {
2388          "name": "group",
2389          "default": null,
2390          "type": "str"
2391        }
2392      ],
2393      "meta-type": "object"
2394    },
2395    {
2396      "name": "27",
2397      "members": [
2398        {
2399          "name": "job-id",
2400          "default": null,
2401          "type": "str"
2402        },
2403        {
2404          "name": "device",
2405          "type": "str"
2406        },
2407        {
2408          "name": "base",
2409          "default": null,
2410          "type": "str"
2411        },
2412        {
2413          "name": "base-node",
2414          "default": null,
2415          "type": "str"
2416        },
2417        {
2418          "name": "backing-file",
2419          "default": null,
2420          "type": "str"
2421        },
2422        {
2423          "name": "speed",
2424          "default": null,
2425          "type": "int"
2426        },
2427        {
2428          "name": "on-error",
2429          "default": null,
2430          "type": "211"
2431        }
2432      ],
2433      "meta-type": "object"
2434    },
2435    {
2436      "name": "28",
2437      "members": [
2438        {
2439          "name": "device",
2440          "type": "str"
2441        },
2442        {
2443          "name": "speed",
2444          "type": "int"
2445        }
2446      ],
2447      "meta-type": "object"
2448    },
2449    {
2450      "name": "29",
2451      "members": [
2452        {
2453          "name": "device",
2454          "type": "str"
2455        },
2456        {
2457          "name": "force",
2458          "default": null,
2459          "type": "bool"
2460        }
2461      ],
2462      "meta-type": "object"
2463    },
2464    {
2465      "name": "30",
2466      "members": [
2467        {
2468          "name": "device",
2469          "type": "str"
2470        }
2471      ],
2472      "meta-type": "object"
2473    },
2474    {
2475      "name": "31",
2476      "members": [
2477        {
2478          "name": "device",
2479          "type": "str"
2480        }
2481      ],
2482      "meta-type": "object"
2483    },
2484    {
2485      "name": "32",
2486      "members": [
2487        {
2488          "name": "device",
2489          "type": "str"
2490        }
2491      ],
2492      "meta-type": "object"
2493    },
2494    {
2495      "name": "33",
2496      "members": [
2497        {
2498          "name": "id",
2499          "type": "str"
2500        }
2501      ],
2502      "meta-type": "object"
2503    },
2504    {
2505      "name": "34",
2506      "members": [
2507        {
2508          "name": "id",
2509          "type": "str"
2510        }
2511      ],
2512      "meta-type": "object"
2513    },
2514    {
2515      "name": "35",
2516      "tag": "driver",
2517      "variants": [
2518        {
2519          "case": "blkdebug",
2520          "type": "218"
2521        },
2522        {
2523          "case": "blkverify",
2524          "type": "219"
2525        },
2526        {
2527          "case": "bochs",
2528          "type": "220"
2529        },
2530        {
2531          "case": "cloop",
2532          "type": "220"
2533        },
2534        {
2535          "case": "dmg",
2536          "type": "220"
2537        },
2538        {
2539          "case": "file",
2540          "type": "221"
2541        },
2542        {
2543          "case": "ftp",
2544          "type": "222"
2545        },
2546        {
2547          "case": "ftps",
2548          "type": "223"
2549        },
2550        {
2551          "case": "gluster",
2552          "type": "224"
2553        },
2554        {
2555          "case": "host_cdrom",
2556          "type": "221"
2557        },
2558        {
2559          "case": "host_device",
2560          "type": "221"
2561        },
2562        {
2563          "case": "http",
2564          "type": "225"
2565        },
2566        {
2567          "case": "https",
2568          "type": "226"
2569        },
2570        {
2571          "case": "iscsi",
2572          "type": "227"
2573        },
2574        {
2575          "case": "luks",
2576          "type": "228"
2577        },
2578        {
2579          "case": "nbd",
2580          "type": "229"
2581        },
2582        {
2583          "case": "nfs",
2584          "type": "230"
2585        },
2586        {
2587          "case": "null-aio",
2588          "type": "231"
2589        },
2590        {
2591          "case": "null-co",
2592          "type": "231"
2593        },
2594        {
2595          "case": "nvme",
2596          "type": "232"
2597        },
2598        {
2599          "case": "parallels",
2600          "type": "220"
2601        },
2602        {
2603          "case": "qcow2",
2604          "type": "233"
2605        },
2606        {
2607          "case": "qcow",
2608          "type": "234"
2609        },
2610        {
2611          "case": "qed",
2612          "type": "235"
2613        },
2614        {
2615          "case": "quorum",
2616          "type": "236"
2617        },
2618        {
2619          "case": "raw",
2620          "type": "237"
2621        },
2622        {
2623          "case": "rbd",
2624          "type": "238"
2625        },
2626        {
2627          "case": "replication",
2628          "type": "239"
2629        },
2630        {
2631          "case": "sheepdog",
2632          "type": "240"
2633        },
2634        {
2635          "case": "ssh",
2636          "type": "241"
2637        },
2638        {
2639          "case": "throttle",
2640          "type": "242"
2641        },
2642        {
2643          "case": "vdi",
2644          "type": "220"
2645        },
2646        {
2647          "case": "vhdx",
2648          "type": "220"
2649        },
2650        {
2651          "case": "vmdk",
2652          "type": "235"
2653        },
2654        {
2655          "case": "vpc",
2656          "type": "220"
2657        },
2658        {
2659          "case": "vvfat",
2660          "type": "243"
2661        },
2662        {
2663          "case": "vxhs",
2664          "type": "244"
2665        }
2666      ],
2667      "members": [
2668        {
2669          "name": "driver",
2670          "type": "215"
2671        },
2672        {
2673          "name": "node-name",
2674          "default": null,
2675          "type": "str"
2676        },
2677        {
2678          "name": "discard",
2679          "default": null,
2680          "type": "216"
2681        },
2682        {
2683          "name": "cache",
2684          "default": null,
2685          "type": "217"
2686        },
2687        {
2688          "name": "read-only",
2689          "default": null,
2690          "type": "bool"
2691        },
2692        {
2693          "name": "force-share",
2694          "default": null,
2695          "type": "bool"
2696        },
2697        {
2698          "name": "detect-zeroes",
2699          "default": null,
2700          "type": "212"
2701        }
2702      ],
2703      "meta-type": "object"
2704    },
2705    {
2706      "name": "36",
2707      "members": [
2708        {
2709          "name": "node-name",
2710          "type": "str"
2711        }
2712      ],
2713      "meta-type": "object"
2714    },
2715    {
2716      "name": "37",
2717      "tag": "driver",
2718      "variants": [
2719        {
2720          "case": "blkdebug",
2721          "type": "245"
2722        },
2723        {
2724          "case": "blkverify",
2725          "type": "245"
2726        },
2727        {
2728          "case": "bochs",
2729          "type": "245"
2730        },
2731        {
2732          "case": "cloop",
2733          "type": "245"
2734        },
2735        {
2736          "case": "dmg",
2737          "type": "245"
2738        },
2739        {
2740          "case": "file",
2741          "type": "246"
2742        },
2743        {
2744          "case": "ftp",
2745          "type": "245"
2746        },
2747        {
2748          "case": "ftps",
2749          "type": "245"
2750        },
2751        {
2752          "case": "gluster",
2753          "type": "247"
2754        },
2755        {
2756          "case": "host_cdrom",
2757          "type": "245"
2758        },
2759        {
2760          "case": "host_device",
2761          "type": "245"
2762        },
2763        {
2764          "case": "http",
2765          "type": "245"
2766        },
2767        {
2768          "case": "https",
2769          "type": "245"
2770        },
2771        {
2772          "case": "iscsi",
2773          "type": "245"
2774        },
2775        {
2776          "case": "luks",
2777          "type": "248"
2778        },
2779        {
2780          "case": "nbd",
2781          "type": "245"
2782        },
2783        {
2784          "case": "nfs",
2785          "type": "249"
2786        },
2787        {
2788          "case": "null-aio",
2789          "type": "245"
2790        },
2791        {
2792          "case": "null-co",
2793          "type": "245"
2794        },
2795        {
2796          "case": "nvme",
2797          "type": "245"
2798        },
2799        {
2800          "case": "parallels",
2801          "type": "250"
2802        },
2803        {
2804          "case": "qcow",
2805          "type": "251"
2806        },
2807        {
2808          "case": "qcow2",
2809          "type": "252"
2810        },
2811        {
2812          "case": "qed",
2813          "type": "253"
2814        },
2815        {
2816          "case": "quorum",
2817          "type": "245"
2818        },
2819        {
2820          "case": "raw",
2821          "type": "245"
2822        },
2823        {
2824          "case": "rbd",
2825          "type": "254"
2826        },
2827        {
2828          "case": "replication",
2829          "type": "245"
2830        },
2831        {
2832          "case": "sheepdog",
2833          "type": "255"
2834        },
2835        {
2836          "case": "ssh",
2837          "type": "256"
2838        },
2839        {
2840          "case": "throttle",
2841          "type": "245"
2842        },
2843        {
2844          "case": "vdi",
2845          "type": "257"
2846        },
2847        {
2848          "case": "vhdx",
2849          "type": "258"
2850        },
2851        {
2852          "case": "vmdk",
2853          "type": "245"
2854        },
2855        {
2856          "case": "vpc",
2857          "type": "259"
2858        },
2859        {
2860          "case": "vvfat",
2861          "type": "245"
2862        },
2863        {
2864          "case": "vxhs",
2865          "type": "245"
2866        }
2867      ],
2868      "members": [
2869        {
2870          "name": "driver",
2871          "type": "215"
2872        }
2873      ],
2874      "meta-type": "object"
2875    },
2876    {
2877      "name": "38",
2878      "members": [
2879        {
2880          "name": "device",
2881          "default": null,
2882          "type": "str"
2883        },
2884        {
2885          "name": "id",
2886          "default": null,
2887          "type": "str"
2888        },
2889        {
2890          "name": "force",
2891          "default": null,
2892          "type": "bool"
2893        }
2894      ],
2895      "meta-type": "object"
2896    },
2897    {
2898      "name": "39",
2899      "members": [
2900        {
2901          "name": "device",
2902          "default": null,
2903          "type": "str"
2904        },
2905        {
2906          "name": "id",
2907          "default": null,
2908          "type": "str"
2909        }
2910      ],
2911      "meta-type": "object"
2912    },
2913    {
2914      "name": "40",
2915      "members": [
2916        {
2917          "name": "id",
2918          "type": "str"
2919        }
2920      ],
2921      "meta-type": "object"
2922    },
2923    {
2924      "name": "41",
2925      "members": [
2926        {
2927          "name": "id",
2928          "type": "str"
2929        },
2930        {
2931          "name": "node-name",
2932          "type": "str"
2933        }
2934      ],
2935      "meta-type": "object"
2936    },
2937    {
2938      "name": "42",
2939      "members": [
2940        {
2941          "name": "device",
2942          "default": null,
2943          "type": "str"
2944        },
2945        {
2946          "name": "id",
2947          "default": null,
2948          "type": "str"
2949        },
2950        {
2951          "name": "filename",
2952          "type": "str"
2953        },
2954        {
2955          "name": "format",
2956          "default": null,
2957          "type": "str"
2958        },
2959        {
2960          "name": "read-only-mode",
2961          "default": null,
2962          "type": "260"
2963        }
2964      ],
2965      "meta-type": "object"
2966    },
2967    {
2968      "name": "43",
2969      "members": [
2970        {
2971          "name": "device",
2972          "type": "str"
2973        },
2974        {
2975          "name": "node-name",
2976          "default": null,
2977          "type": "str"
2978        },
2979        {
2980          "name": "msg",
2981          "type": "str"
2982        },
2983        {
2984          "name": "offset",
2985          "default": null,
2986          "type": "int"
2987        },
2988        {
2989          "name": "size",
2990          "default": null,
2991          "type": "int"
2992        },
2993        {
2994          "name": "fatal",
2995          "type": "bool"
2996        }
2997      ],
2998      "meta-type": "object"
2999    },
3000    {
3001      "name": "44",
3002      "members": [
3003        {
3004          "name": "device",
3005          "type": "str"
3006        },
3007        {
3008          "name": "node-name",
3009          "default": null,
3010          "type": "str"
3011        },
3012        {
3013          "name": "operation",
3014          "type": "261"
3015        },
3016        {
3017          "name": "action",
3018          "type": "262"
3019        },
3020        {
3021          "name": "nospace",
3022          "default": null,
3023          "type": "bool"
3024        },
3025        {
3026          "name": "reason",
3027          "type": "str"
3028        }
3029      ],
3030      "meta-type": "object"
3031    },
3032    {
3033      "name": "45",
3034      "members": [
3035        {
3036          "name": "type",
3037          "type": "263"
3038        },
3039        {
3040          "name": "device",
3041          "type": "str"
3042        },
3043        {
3044          "name": "len",
3045          "type": "int"
3046        },
3047        {
3048          "name": "offset",
3049          "type": "int"
3050        },
3051        {
3052          "name": "speed",
3053          "type": "int"
3054        },
3055        {
3056          "name": "error",
3057          "default": null,
3058          "type": "str"
3059        }
3060      ],
3061      "meta-type": "object"
3062    },
3063    {
3064      "name": "46",
3065      "members": [
3066        {
3067          "name": "type",
3068          "type": "263"
3069        },
3070        {
3071          "name": "device",
3072          "type": "str"
3073        },
3074        {
3075          "name": "len",
3076          "type": "int"
3077        },
3078        {
3079          "name": "offset",
3080          "type": "int"
3081        },
3082        {
3083          "name": "speed",
3084          "type": "int"
3085        }
3086      ],
3087      "meta-type": "object"
3088    },
3089    {
3090      "name": "47",
3091      "members": [
3092        {
3093          "name": "device",
3094          "type": "str"
3095        },
3096        {
3097          "name": "operation",
3098          "type": "261"
3099        },
3100        {
3101          "name": "action",
3102          "type": "262"
3103        }
3104      ],
3105      "meta-type": "object"
3106    },
3107    {
3108      "name": "48",
3109      "members": [
3110        {
3111          "name": "type",
3112          "type": "263"
3113        },
3114        {
3115          "name": "device",
3116          "type": "str"
3117        },
3118        {
3119          "name": "len",
3120          "type": "int"
3121        },
3122        {
3123          "name": "offset",
3124          "type": "int"
3125        },
3126        {
3127          "name": "speed",
3128          "type": "int"
3129        }
3130      ],
3131      "meta-type": "object"
3132    },
3133    {
3134      "name": "49",
3135      "members": [
3136        {
3137          "name": "type",
3138          "type": "263"
3139        },
3140        {
3141          "name": "id",
3142          "type": "str"
3143        }
3144      ],
3145      "meta-type": "object"
3146    },
3147    {
3148      "name": "50",
3149      "members": [
3150        {
3151          "name": "node-name",
3152          "type": "str"
3153        },
3154        {
3155          "name": "amount-exceeded",
3156          "type": "int"
3157        },
3158        {
3159          "name": "write-threshold",
3160          "type": "int"
3161        }
3162      ],
3163      "meta-type": "object"
3164    },
3165    {
3166      "name": "51",
3167      "members": [
3168        {
3169          "name": "node-name",
3170          "type": "str"
3171        },
3172        {
3173          "name": "write-threshold",
3174          "type": "int"
3175        }
3176      ],
3177      "meta-type": "object"
3178    },
3179    {
3180      "name": "52",
3181      "members": [
3182        {
3183          "name": "parent",
3184          "type": "str"
3185        },
3186        {
3187          "name": "child",
3188          "default": null,
3189          "type": "str"
3190        },
3191        {
3192          "name": "node",
3193          "default": null,
3194          "type": "str"
3195        }
3196      ],
3197      "meta-type": "object"
3198    },
3199    {
3200      "name": "53",
3201      "members": [
3202        {
3203          "name": "node-name",
3204          "type": "str"
3205        },
3206        {
3207          "name": "iothread",
3208          "type": "264"
3209        },
3210        {
3211          "name": "force",
3212          "default": null,
3213          "type": "bool"
3214        }
3215      ],
3216      "meta-type": "object"
3217    },
3218    {
3219      "name": "54",
3220      "members": [
3221        {
3222          "name": "device",
3223          "type": "str"
3224        },
3225        {
3226          "name": "name",
3227          "type": "str"
3228        }
3229      ],
3230      "meta-type": "object"
3231    },
3232    {
3233      "name": "55",
3234      "members": [
3235        {
3236          "name": "device",
3237          "type": "str"
3238        },
3239        {
3240          "name": "id",
3241          "default": null,
3242          "type": "str"
3243        },
3244        {
3245          "name": "name",
3246          "default": null,
3247          "type": "str"
3248        }
3249      ],
3250      "meta-type": "object"
3251    },
3252    {
3253      "name": "56",
3254      "members": [
3255        {
3256          "name": "id",
3257          "type": "str"
3258        },
3259        {
3260          "name": "name",
3261          "type": "str"
3262        },
3263        {
3264          "name": "vm-state-size",
3265          "type": "int"
3266        },
3267        {
3268          "name": "date-sec",
3269          "type": "int"
3270        },
3271        {
3272          "name": "date-nsec",
3273          "type": "int"
3274        },
3275        {
3276          "name": "vm-clock-sec",
3277          "type": "int"
3278        },
3279        {
3280          "name": "vm-clock-nsec",
3281          "type": "int"
3282        }
3283      ],
3284      "meta-type": "object"
3285    },
3286    {
3287      "name": "57",
3288      "members": [
3289        {
3290          "name": "device",
3291          "default": null,
3292          "type": "str"
3293        },
3294        {
3295          "name": "id",
3296          "default": null,
3297          "type": "str"
3298        },
3299        {
3300          "name": "force",
3301          "default": null,
3302          "type": "bool"
3303        }
3304      ],
3305      "meta-type": "object"
3306    },
3307    {
3308      "name": "58",
3309      "members": [
3310        {
3311          "name": "addr",
3312          "type": "265"
3313        },
3314        {
3315          "name": "tls-creds",
3316          "default": null,
3317          "type": "str"
3318        }
3319      ],
3320      "meta-type": "object"
3321    },
3322    {
3323      "name": "59",
3324      "members": [
3325        {
3326          "name": "device",
3327          "type": "str"
3328        },
3329        {
3330          "name": "name",
3331          "default": null,
3332          "type": "str"
3333        },
3334        {
3335          "name": "writable",
3336          "default": null,
3337          "type": "bool"
3338        }
3339      ],
3340      "meta-type": "object"
3341    },
3342    {
3343      "name": "60",
3344      "members": [
3345        {
3346          "name": "name",
3347          "type": "str"
3348        },
3349        {
3350          "name": "mode",
3351          "default": null,
3352          "type": "266"
3353        }
3354      ],
3355      "meta-type": "object"
3356    },
3357    {
3358      "name": "61",
3359      "members": [
3360        {
3361          "name": "device",
3362          "type": "str"
3363        },
3364        {
3365          "name": "id",
3366          "type": "str"
3367        },
3368        {
3369          "name": "tray-open",
3370          "type": "bool"
3371        }
3372      ],
3373      "meta-type": "object"
3374    },
3375    {
3376      "name": "62",
3377      "members": [
3378        {
3379          "name": "reference",
3380          "type": "str"
3381        },
3382        {
3383          "name": "sector-num",
3384          "type": "int"
3385        },
3386        {
3387          "name": "sectors-count",
3388          "type": "int"
3389        }
3390      ],
3391      "meta-type": "object"
3392    },
3393    {
3394      "name": "63",
3395      "members": [
3396        {
3397          "name": "type",
3398          "type": "267"
3399        },
3400        {
3401          "name": "error",
3402          "default": null,
3403          "type": "str"
3404        },
3405        {
3406          "name": "node-name",
3407          "type": "str"
3408        },
3409        {
3410          "name": "sector-num",
3411          "type": "int"
3412        },
3413        {
3414          "name": "sectors-count",
3415          "type": "int"
3416        }
3417      ],
3418      "meta-type": "object"
3419    },
3420    {
3421      "name": "[64]",
3422      "element-type": "64",
3423      "meta-type": "array"
3424    },
3425    {
3426      "name": "64",
3427      "members": [
3428        {
3429          "name": "label",
3430          "type": "str"
3431        },
3432        {
3433          "name": "filename",
3434          "type": "str"
3435        },
3436        {
3437          "name": "frontend-open",
3438          "type": "bool"
3439        }
3440      ],
3441      "meta-type": "object"
3442    },
3443    {
3444      "name": "[65]",
3445      "element-type": "65",
3446      "meta-type": "array"
3447    },
3448    {
3449      "name": "65",
3450      "members": [
3451        {
3452          "name": "name",
3453          "type": "str"
3454        }
3455      ],
3456      "meta-type": "object"
3457    },
3458    {
3459      "name": "66",
3460      "members": [
3461        {
3462          "name": "device",
3463          "type": "str"
3464        },
3465        {
3466          "name": "data",
3467          "type": "str"
3468        },
3469        {
3470          "name": "format",
3471          "default": null,
3472          "type": "268"
3473        }
3474      ],
3475      "meta-type": "object"
3476    },
3477    {
3478      "name": "67",
3479      "members": [
3480        {
3481          "name": "device",
3482          "type": "str"
3483        },
3484        {
3485          "name": "size",
3486          "type": "int"
3487        },
3488        {
3489          "name": "format",
3490          "default": null,
3491          "type": "268"
3492        }
3493      ],
3494      "meta-type": "object"
3495    },
3496    {
3497      "name": "str",
3498      "json-type": "string",
3499      "meta-type": "builtin"
3500    },
3501    {
3502      "name": "68",
3503      "members": [
3504        {
3505          "name": "id",
3506          "type": "str"
3507        },
3508        {
3509          "name": "backend",
3510          "type": "269"
3511        }
3512      ],
3513      "meta-type": "object"
3514    },
3515    {
3516      "name": "69",
3517      "members": [
3518        {
3519          "name": "pty",
3520          "default": null,
3521          "type": "str"
3522        }
3523      ],
3524      "meta-type": "object"
3525    },
3526    {
3527      "name": "70",
3528      "members": [
3529        {
3530          "name": "id",
3531          "type": "str"
3532        },
3533        {
3534          "name": "backend",
3535          "type": "269"
3536        }
3537      ],
3538      "meta-type": "object"
3539    },
3540    {
3541      "name": "71",
3542      "members": [
3543        {
3544          "name": "id",
3545          "type": "str"
3546        }
3547      ],
3548      "meta-type": "object"
3549    },
3550    {
3551      "name": "72",
3552      "members": [
3553        {
3554          "name": "id",
3555          "type": "str"
3556        }
3557      ],
3558      "meta-type": "object"
3559    },
3560    {
3561      "name": "73",
3562      "members": [
3563        {
3564          "name": "id",
3565          "type": "str"
3566        },
3567        {
3568          "name": "open",
3569          "type": "bool"
3570        }
3571      ],
3572      "meta-type": "object"
3573    },
3574    {
3575      "name": "74",
3576      "members": [
3577        {
3578          "name": "name",
3579          "type": "str"
3580        },
3581        {
3582          "name": "up",
3583          "type": "bool"
3584        }
3585      ],
3586      "meta-type": "object"
3587    },
3588    {
3589      "name": "75",
3590      "members": [
3591        {
3592          "name": "type",
3593          "type": "str"
3594        },
3595        {
3596          "name": "id",
3597          "type": "str"
3598        }
3599      ],
3600      "meta-type": "object"
3601    },
3602    {
3603      "name": "76",
3604      "members": [
3605        {
3606          "name": "id",
3607          "type": "str"
3608        }
3609      ],
3610      "meta-type": "object"
3611    },
3612    {
3613      "name": "77",
3614      "members": [
3615        {
3616          "name": "name",
3617          "default": null,
3618          "type": "str"
3619        }
3620      ],
3621      "meta-type": "object"
3622    },
3623    {
3624      "name": "[78]",
3625      "element-type": "78",
3626      "meta-type": "array"
3627    },
3628    {
3629      "name": "78",
3630      "members": [
3631        {
3632          "name": "name",
3633          "type": "str"
3634        },
3635        {
3636          "name": "promiscuous",
3637          "type": "bool"
3638        },
3639        {
3640          "name": "multicast",
3641          "type": "270"
3642        },
3643        {
3644          "name": "unicast",
3645          "type": "270"
3646        },
3647        {
3648          "name": "vlan",
3649          "type": "270"
3650        },
3651        {
3652          "name": "broadcast-allowed",
3653          "type": "bool"
3654        },
3655        {
3656          "name": "multicast-overflow",
3657          "type": "bool"
3658        },
3659        {
3660          "name": "unicast-overflow",
3661          "type": "bool"
3662        },
3663        {
3664          "name": "main-mac",
3665          "type": "str"
3666        },
3667        {
3668          "name": "vlan-table",
3669          "type": "[int]"
3670        },
3671        {
3672          "name": "unicast-table",
3673          "type": "[str]"
3674        },
3675        {
3676          "name": "multicast-table",
3677          "type": "[str]"
3678        }
3679      ],
3680      "meta-type": "object"
3681    },
3682    {
3683      "name": "79",
3684      "members": [
3685        {
3686          "name": "name",
3687          "default": null,
3688          "type": "str"
3689        },
3690        {
3691          "name": "path",
3692          "type": "str"
3693        }
3694      ],
3695      "meta-type": "object"
3696    },
3697    {
3698      "name": "80",
3699      "members": [
3700        {
3701          "name": "name",
3702          "type": "str"
3703        }
3704      ],
3705      "meta-type": "object"
3706    },
3707    {
3708      "name": "81",
3709      "members": [
3710        {
3711          "name": "name",
3712          "type": "str"
3713        },
3714        {
3715          "name": "id",
3716          "type": "int"
3717        },
3718        {
3719          "name": "ports",
3720          "type": "int"
3721        }
3722      ],
3723      "meta-type": "object"
3724    },
3725    {
3726      "name": "82",
3727      "members": [
3728        {
3729          "name": "name",
3730          "type": "str"
3731        }
3732      ],
3733      "meta-type": "object"
3734    },
3735    {
3736      "name": "[83]",
3737      "element-type": "83",
3738      "meta-type": "array"
3739    },
3740    {
3741      "name": "83",
3742      "members": [
3743        {
3744          "name": "name",
3745          "type": "str"
3746        },
3747        {
3748          "name": "enabled",
3749          "type": "bool"
3750        },
3751        {
3752          "name": "link-up",
3753          "type": "bool"
3754        },
3755        {
3756          "name": "speed",
3757          "type": "int"
3758        },
3759        {
3760          "name": "duplex",
3761          "type": "271"
3762        },
3763        {
3764          "name": "autoneg",
3765          "type": "272"
3766        }
3767      ],
3768      "meta-type": "object"
3769    },
3770    {
3771      "name": "84",
3772      "members": [
3773        {
3774          "name": "name",
3775          "type": "str"
3776        },
3777        {
3778          "name": "tbl-id",
3779          "default": null,
3780          "type": "int"
3781        }
3782      ],
3783      "meta-type": "object"
3784    },
3785    {
3786      "name": "[85]",
3787      "element-type": "85",
3788      "meta-type": "array"
3789    },
3790    {
3791      "name": "85",
3792      "members": [
3793        {
3794          "name": "cookie",
3795          "type": "int"
3796        },
3797        {
3798          "name": "hits",
3799          "type": "int"
3800        },
3801        {
3802          "name": "key",
3803          "type": "273"
3804        },
3805        {
3806          "name": "mask",
3807          "type": "274"
3808        },
3809        {
3810          "name": "action",
3811          "type": "275"
3812        }
3813      ],
3814      "meta-type": "object"
3815    },
3816    {
3817      "name": "86",
3818      "members": [
3819        {
3820          "name": "name",
3821          "type": "str"
3822        },
3823        {
3824          "name": "type",
3825          "default": null,
3826          "type": "int"
3827        }
3828      ],
3829      "meta-type": "object"
3830    },
3831    {
3832      "name": "[87]",
3833      "element-type": "87",
3834      "meta-type": "array"
3835    },
3836    {
3837      "name": "87",
3838      "members": [
3839        {
3840          "name": "id",
3841          "type": "int"
3842        },
3843        {
3844          "name": "type",
3845          "type": "int"
3846        },
3847        {
3848          "name": "vlan-id",
3849          "default": null,
3850          "type": "int"
3851        },
3852        {
3853          "name": "pport",
3854          "default": null,
3855          "type": "int"
3856        },
3857        {
3858          "name": "index",
3859          "default": null,
3860          "type": "int"
3861        },
3862        {
3863          "name": "out-pport",
3864          "default": null,
3865          "type": "int"
3866        },
3867        {
3868          "name": "group-id",
3869          "default": null,
3870          "type": "int"
3871        },
3872        {
3873          "name": "set-vlan-id",
3874          "default": null,
3875          "type": "int"
3876        },
3877        {
3878          "name": "pop-vlan",
3879          "default": null,
3880          "type": "int"
3881        },
3882        {
3883          "name": "group-ids",
3884          "default": null,
3885          "type": "[int]"
3886        },
3887        {
3888          "name": "set-eth-src",
3889          "default": null,
3890          "type": "str"
3891        },
3892        {
3893          "name": "set-eth-dst",
3894          "default": null,
3895          "type": "str"
3896        },
3897        {
3898          "name": "ttl-check",
3899          "default": null,
3900          "type": "int"
3901        }
3902      ],
3903      "meta-type": "object"
3904    },
3905    {
3906      "name": "[88]",
3907      "element-type": "88",
3908      "meta-type": "array"
3909    },
3910    {
3911      "name": "88",
3912      "meta-type": "enum",
3913      "values": [
3914        "tpm-tis",
3915        "tpm-crb"
3916      ]
3917    },
3918    {
3919      "name": "[89]",
3920      "element-type": "89",
3921      "meta-type": "array"
3922    },
3923    {
3924      "name": "89",
3925      "meta-type": "enum",
3926      "values": [
3927        "passthrough",
3928        "emulator"
3929      ]
3930    },
3931    {
3932      "name": "[90]",
3933      "element-type": "90",
3934      "meta-type": "array"
3935    },
3936    {
3937      "name": "90",
3938      "members": [
3939        {
3940          "name": "id",
3941          "type": "str"
3942        },
3943        {
3944          "name": "model",
3945          "type": "88"
3946        },
3947        {
3948          "name": "options",
3949          "type": "276"
3950        }
3951      ],
3952      "meta-type": "object"
3953    },
3954    {
3955      "name": "91",
3956      "members": [
3957        {
3958          "name": "protocol",
3959          "type": "str"
3960        },
3961        {
3962          "name": "password",
3963          "type": "str"
3964        },
3965        {
3966          "name": "connected",
3967          "default": null,
3968          "type": "str"
3969        }
3970      ],
3971      "meta-type": "object"
3972    },
3973    {
3974      "name": "92",
3975      "members": [
3976        {
3977          "name": "protocol",
3978          "type": "str"
3979        },
3980        {
3981          "name": "time",
3982          "type": "str"
3983        }
3984      ],
3985      "meta-type": "object"
3986    },
3987    {
3988      "name": "93",
3989      "members": [
3990        {
3991          "name": "filename",
3992          "type": "str"
3993        },
3994        {
3995          "name": "device",
3996          "default": null,
3997          "type": "str"
3998        },
3999        {
4000          "name": "head",
4001          "default": null,
4002          "type": "int"
4003        }
4004      ],
4005      "meta-type": "object"
4006    },
4007    {
4008      "name": "94",
4009      "members": [
4010        {
4011          "name": "enabled",
4012          "type": "bool"
4013        },
4014        {
4015          "name": "migrated",
4016          "type": "bool"
4017        },
4018        {
4019          "name": "host",
4020          "default": null,
4021          "type": "str"
4022        },
4023        {
4024          "name": "port",
4025          "default": null,
4026          "type": "int"
4027        },
4028        {
4029          "name": "tls-port",
4030          "default": null,
4031          "type": "int"
4032        },
4033        {
4034          "name": "auth",
4035          "default": null,
4036          "type": "str"
4037        },
4038        {
4039          "name": "compiled-version",
4040          "default": null,
4041          "type": "str"
4042        },
4043        {
4044          "name": "mouse-mode",
4045          "type": "277"
4046        },
4047        {
4048          "name": "channels",
4049          "default": null,
4050          "type": "[278]"
4051        }
4052      ],
4053      "meta-type": "object"
4054    },
4055    {
4056      "name": "95",
4057      "members": [
4058        {
4059          "name": "server",
4060          "type": "279"
4061        },
4062        {
4063          "name": "client",
4064          "type": "279"
4065        }
4066      ],
4067      "meta-type": "object"
4068    },
4069    {
4070      "name": "96",
4071      "members": [
4072        {
4073          "name": "server",
4074          "type": "280"
4075        },
4076        {
4077          "name": "client",
4078          "type": "278"
4079        }
4080      ],
4081      "meta-type": "object"
4082    },
4083    {
4084      "name": "97",
4085      "members": [
4086        {
4087          "name": "server",
4088          "type": "279"
4089        },
4090        {
4091          "name": "client",
4092          "type": "279"
4093        }
4094      ],
4095      "meta-type": "object"
4096    },
4097    {
4098      "name": "98",
4099      "members": [
4100        {
4101          "name": "enabled",
4102          "type": "bool"
4103        },
4104        {
4105          "name": "host",
4106          "default": null,
4107          "type": "str"
4108        },
4109        {
4110          "name": "family",
4111          "default": null,
4112          "type": "281"
4113        },
4114        {
4115          "name": "service",
4116          "default": null,
4117          "type": "str"
4118        },
4119        {
4120          "name": "auth",
4121          "default": null,
4122          "type": "str"
4123        },
4124        {
4125          "name": "clients",
4126          "default": null,
4127          "type": "[282]"
4128        }
4129      ],
4130      "meta-type": "object"
4131    },
4132    {
4133      "name": "[99]",
4134      "element-type": "99",
4135      "meta-type": "array"
4136    },
4137    {
4138      "name": "99",
4139      "members": [
4140        {
4141          "name": "id",
4142          "type": "str"
4143        },
4144        {
4145          "name": "server",
4146          "type": "[283]"
4147        },
4148        {
4149          "name": "clients",
4150          "type": "[282]"
4151        },
4152        {
4153          "name": "auth",
4154          "type": "284"
4155        },
4156        {
4157          "name": "vencrypt",
4158          "default": null,
4159          "type": "285"
4160        },
4161        {
4162          "name": "display",
4163          "default": null,
4164          "type": "str"
4165        }
4166      ],
4167      "meta-type": "object"
4168    },
4169    {
4170      "name": "100",
4171      "members": [
4172        {
4173          "name": "password",
4174          "type": "str"
4175        }
4176      ],
4177      "meta-type": "object"
4178    },
4179    {
4180      "name": "101",
4181      "members": [
4182        {
4183          "name": "server",
4184          "type": "286"
4185        },
4186        {
4187          "name": "client",
4188          "type": "287"
4189        }
4190      ],
4191      "meta-type": "object"
4192    },
4193    {
4194      "name": "102",
4195      "members": [
4196        {
4197          "name": "server",
4198          "type": "286"
4199        },
4200        {
4201          "name": "client",
4202          "type": "282"
4203        }
4204      ],
4205      "meta-type": "object"
4206    },
4207    {
4208      "name": "103",
4209      "members": [
4210        {
4211          "name": "server",
4212          "type": "286"
4213        },
4214        {
4215          "name": "client",
4216          "type": "282"
4217        }
4218      ],
4219      "meta-type": "object"
4220    },
4221    {
4222      "name": "[104]",
4223      "element-type": "104",
4224      "meta-type": "array"
4225    },
4226    {
4227      "name": "104",
4228      "members": [
4229        {
4230          "name": "name",
4231          "type": "str"
4232        },
4233        {
4234          "name": "index",
4235          "type": "int"
4236        },
4237        {
4238          "name": "current",
4239          "type": "bool"
4240        },
4241        {
4242          "name": "absolute",
4243          "type": "bool"
4244        }
4245      ],
4246      "meta-type": "object"
4247    },
4248    {
4249      "name": "105",
4250      "members": [
4251        {
4252          "name": "keys",
4253          "type": "[288]"
4254        },
4255        {
4256          "name": "hold-time",
4257          "default": null,
4258          "type": "int"
4259        }
4260      ],
4261      "meta-type": "object"
4262    },
4263    {
4264      "name": "106",
4265      "members": [
4266        {
4267          "name": "device",
4268          "default": null,
4269          "type": "str"
4270        },
4271        {
4272          "name": "head",
4273          "default": null,
4274          "type": "int"
4275        },
4276        {
4277          "name": "events",
4278          "type": "[289]"
4279        }
4280      ],
4281      "meta-type": "object"
4282    },
4283    {
4284      "name": "107",
4285      "members": [
4286        {
4287          "name": "status",
4288          "default": null,
4289          "type": "290"
4290        },
4291        {
4292          "name": "ram",
4293          "default": null,
4294          "type": "291"
4295        },
4296        {
4297          "name": "disk",
4298          "default": null,
4299          "type": "291"
4300        },
4301        {
4302          "name": "xbzrle-cache",
4303          "default": null,
4304          "type": "292"
4305        },
4306        {
4307          "name": "total-time",
4308          "default": null,
4309          "type": "int"
4310        },
4311        {
4312          "name": "expected-downtime",
4313          "default": null,
4314          "type": "int"
4315        },
4316        {
4317          "name": "downtime",
4318          "default": null,
4319          "type": "int"
4320        },
4321        {
4322          "name": "setup-time",
4323          "default": null,
4324          "type": "int"
4325        },
4326        {
4327          "name": "cpu-throttle-percentage",
4328          "default": null,
4329          "type": "int"
4330        },
4331        {
4332          "name": "error-desc",
4333          "default": null,
4334          "type": "str"
4335        }
4336      ],
4337      "meta-type": "object"
4338    },
4339    {
4340      "name": "108",
4341      "members": [
4342        {
4343          "name": "capabilities",
4344          "type": "[109]"
4345        }
4346      ],
4347      "meta-type": "object"
4348    },
4349    {
4350      "name": "[109]",
4351      "element-type": "109",
4352      "meta-type": "array"
4353    },
4354    {
4355      "name": "109",
4356      "members": [
4357        {
4358          "name": "capability",
4359          "type": "293"
4360        },
4361        {
4362          "name": "state",
4363          "type": "bool"
4364        }
4365      ],
4366      "meta-type": "object"
4367    },
4368    {
4369      "name": "110",
4370      "members": [
4371        {
4372          "name": "compress-level",
4373          "default": null,
4374          "type": "int"
4375        },
4376        {
4377          "name": "compress-threads",
4378          "default": null,
4379          "type": "int"
4380        },
4381        {
4382          "name": "decompress-threads",
4383          "default": null,
4384          "type": "int"
4385        },
4386        {
4387          "name": "cpu-throttle-initial",
4388          "default": null,
4389          "type": "int"
4390        },
4391        {
4392          "name": "cpu-throttle-increment",
4393          "default": null,
4394          "type": "int"
4395        },
4396        {
4397          "name": "tls-creds",
4398          "default": null,
4399          "type": "264"
4400        },
4401        {
4402          "name": "tls-hostname",
4403          "default": null,
4404          "type": "264"
4405        },
4406        {
4407          "name": "max-bandwidth",
4408          "default": null,
4409          "type": "int"
4410        },
4411        {
4412          "name": "downtime-limit",
4413          "default": null,
4414          "type": "int"
4415        },
4416        {
4417          "name": "x-checkpoint-delay",
4418          "default": null,
4419          "type": "int"
4420        },
4421        {
4422          "name": "block-incremental",
4423          "default": null,
4424          "type": "bool"
4425        },
4426        {
4427          "name": "x-multifd-channels",
4428          "default": null,
4429          "type": "int"
4430        },
4431        {
4432          "name": "x-multifd-page-count",
4433          "default": null,
4434          "type": "int"
4435        },
4436        {
4437          "name": "xbzrle-cache-size",
4438          "default": null,
4439          "type": "int"
4440        }
4441      ],
4442      "meta-type": "object"
4443    },
4444    {
4445      "name": "111",
4446      "members": [
4447        {
4448          "name": "compress-level",
4449          "default": null,
4450          "type": "int"
4451        },
4452        {
4453          "name": "compress-threads",
4454          "default": null,
4455          "type": "int"
4456        },
4457        {
4458          "name": "decompress-threads",
4459          "default": null,
4460          "type": "int"
4461        },
4462        {
4463          "name": "cpu-throttle-initial",
4464          "default": null,
4465          "type": "int"
4466        },
4467        {
4468          "name": "cpu-throttle-increment",
4469          "default": null,
4470          "type": "int"
4471        },
4472        {
4473          "name": "tls-creds",
4474          "default": null,
4475          "type": "str"
4476        },
4477        {
4478          "name": "tls-hostname",
4479          "default": null,
4480          "type": "str"
4481        },
4482        {
4483          "name": "max-bandwidth",
4484          "default": null,
4485          "type": "int"
4486        },
4487        {
4488          "name": "downtime-limit",
4489          "default": null,
4490          "type": "int"
4491        },
4492        {
4493          "name": "x-checkpoint-delay",
4494          "default": null,
4495          "type": "int"
4496        },
4497        {
4498          "name": "block-incremental",
4499          "default": null,
4500          "type": "bool"
4501        },
4502        {
4503          "name": "x-multifd-channels",
4504          "default": null,
4505          "type": "int"
4506        },
4507        {
4508          "name": "x-multifd-page-count",
4509          "default": null,
4510          "type": "int"
4511        },
4512        {
4513          "name": "xbzrle-cache-size",
4514          "default": null,
4515          "type": "int"
4516        }
4517      ],
4518      "meta-type": "object"
4519    },
4520    {
4521      "name": "112",
4522      "members": [
4523        {
4524          "name": "protocol",
4525          "type": "str"
4526        },
4527        {
4528          "name": "hostname",
4529          "type": "str"
4530        },
4531        {
4532          "name": "port",
4533          "default": null,
4534          "type": "int"
4535        },
4536        {
4537          "name": "tls-port",
4538          "default": null,
4539          "type": "int"
4540        },
4541        {
4542          "name": "cert-subject",
4543          "default": null,
4544          "type": "str"
4545        }
4546      ],
4547      "meta-type": "object"
4548    },
4549    {
4550      "name": "113",
4551      "members": [
4552        {
4553          "name": "status",
4554          "type": "290"
4555        }
4556      ],
4557      "meta-type": "object"
4558    },
4559    {
4560      "name": "114",
4561      "members": [
4562        {
4563          "name": "pass",
4564          "type": "int"
4565        }
4566      ],
4567      "meta-type": "object"
4568    },
4569    {
4570      "name": "115",
4571      "members": [
4572        {
4573          "name": "state",
4574          "type": "290"
4575        }
4576      ],
4577      "meta-type": "object"
4578    },
4579    {
4580      "name": "116",
4581      "members": [
4582        {
4583          "name": "value",
4584          "type": "number"
4585        }
4586      ],
4587      "meta-type": "object"
4588    },
4589    {
4590      "name": "117",
4591      "members": [
4592        {
4593          "name": "value",
4594          "type": "int"
4595        }
4596      ],
4597      "meta-type": "object"
4598    },
4599    {
4600      "name": "118",
4601      "members": [
4602        {
4603          "name": "value",
4604          "type": "int"
4605        }
4606      ],
4607      "meta-type": "object"
4608    },
4609    {
4610      "name": "int",
4611      "json-type": "int",
4612      "meta-type": "builtin"
4613    },
4614    {
4615      "name": "119",
4616      "members": [
4617        {
4618          "name": "uri",
4619          "type": "str"
4620        },
4621        {
4622          "name": "blk",
4623          "default": null,
4624          "type": "bool"
4625        },
4626        {
4627          "name": "inc",
4628          "default": null,
4629          "type": "bool"
4630        },
4631        {
4632          "name": "detach",
4633          "default": null,
4634          "type": "bool"
4635        }
4636      ],
4637      "meta-type": "object"
4638    },
4639    {
4640      "name": "120",
4641      "members": [
4642        {
4643          "name": "uri",
4644          "type": "str"
4645        }
4646      ],
4647      "meta-type": "object"
4648    },
4649    {
4650      "name": "121",
4651      "members": [
4652        {
4653          "name": "filename",
4654          "type": "str"
4655        },
4656        {
4657          "name": "live",
4658          "default": null,
4659          "type": "bool"
4660        }
4661      ],
4662      "meta-type": "object"
4663    },
4664    {
4665      "name": "122",
4666      "members": [
4667        {
4668          "name": "enable",
4669          "type": "bool"
4670        },
4671        {
4672          "name": "primary",
4673          "type": "bool"
4674        },
4675        {
4676          "name": "failover",
4677          "default": null,
4678          "type": "bool"
4679        }
4680      ],
4681      "meta-type": "object"
4682    },
4683    {
4684      "name": "123",
4685      "members": [
4686        {
4687          "name": "error",
4688          "type": "bool"
4689        },
4690        {
4691          "name": "desc",
4692          "default": null,
4693          "type": "str"
4694        }
4695      ],
4696      "meta-type": "object"
4697    },
4698    {
4699      "name": "124",
4700      "members": [
4701        {
4702          "name": "actions",
4703          "type": "[294]"
4704        },
4705        {
4706          "name": "properties",
4707          "default": null,
4708          "type": "295"
4709        }
4710      ],
4711      "meta-type": "object"
4712    },
4713    {
4714      "name": "125",
4715      "members": [
4716        {
4717          "name": "name",
4718          "type": "str"
4719        },
4720        {
4721          "name": "vcpu",
4722          "default": null,
4723          "type": "int"
4724        }
4725      ],
4726      "meta-type": "object"
4727    },
4728    {
4729      "name": "[126]",
4730      "element-type": "126",
4731      "meta-type": "array"
4732    },
4733    {
4734      "name": "126",
4735      "members": [
4736        {
4737          "name": "name",
4738          "type": "str"
4739        },
4740        {
4741          "name": "state",
4742          "type": "296"
4743        },
4744        {
4745          "name": "vcpu",
4746          "type": "bool"
4747        }
4748      ],
4749      "meta-type": "object"
4750    },
4751    {
4752      "name": "127",
4753      "members": [
4754        {
4755          "name": "name",
4756          "type": "str"
4757        },
4758        {
4759          "name": "enable",
4760          "type": "bool"
4761        },
4762        {
4763          "name": "ignore-unavailable",
4764          "default": null,
4765          "type": "bool"
4766        },
4767        {
4768          "name": "vcpu",
4769          "default": null,
4770          "type": "int"
4771        }
4772      ],
4773      "meta-type": "object"
4774    },
4775    {
4776      "name": "[128]",
4777      "element-type": "128",
4778      "meta-type": "array"
4779    },
4780    {
4781      "name": "128",
4782      "tag": "meta-type",
4783      "variants": [
4784        {
4785          "case": "builtin",
4786          "type": "298"
4787        },
4788        {
4789          "case": "enum",
4790          "type": "299"
4791        },
4792        {
4793          "case": "array",
4794          "type": "300"
4795        },
4796        {
4797          "case": "object",
4798          "type": "301"
4799        },
4800        {
4801          "case": "alternate",
4802          "type": "302"
4803        },
4804        {
4805          "case": "command",
4806          "type": "303"
4807        },
4808        {
4809          "case": "event",
4810          "type": "304"
4811        }
4812      ],
4813      "members": [
4814        {
4815          "name": "name",
4816          "type": "str"
4817        },
4818        {
4819          "name": "meta-type",
4820          "type": "297"
4821        }
4822      ],
4823      "meta-type": "object"
4824    },
4825    {
4826      "name": "129",
4827      "members": [
4828        {
4829          "name": "enable",
4830          "default": null,
4831          "type": "[305]"
4832        }
4833      ],
4834      "meta-type": "object"
4835    },
4836    {
4837      "name": "130",
4838      "members": [
4839        {
4840          "name": "qemu",
4841          "type": "306"
4842        },
4843        {
4844          "name": "package",
4845          "type": "str"
4846        }
4847      ],
4848      "meta-type": "object"
4849    },
4850    {
4851      "name": "[131]",
4852      "element-type": "131",
4853      "meta-type": "array"
4854    },
4855    {
4856      "name": "131",
4857      "members": [
4858        {
4859          "name": "name",
4860          "type": "str"
4861        }
4862      ],
4863      "meta-type": "object"
4864    },
4865    {
4866      "name": "132",
4867      "members": [
4868        {
4869          "name": "protocol",
4870          "type": "str"
4871        },
4872        {
4873          "name": "fdname",
4874          "type": "str"
4875        },
4876        {
4877          "name": "skipauth",
4878          "default": null,
4879          "type": "bool"
4880        },
4881        {
4882          "name": "tls",
4883          "default": null,
4884          "type": "bool"
4885        }
4886      ],
4887      "meta-type": "object"
4888    },
4889    {
4890      "name": "133",
4891      "members": [
4892        {
4893          "name": "name",
4894          "default": null,
4895          "type": "str"
4896        }
4897      ],
4898      "meta-type": "object"
4899    },
4900    {
4901      "name": "134",
4902      "members": [
4903        {
4904          "name": "enabled",
4905          "type": "bool"
4906        },
4907        {
4908          "name": "present",
4909          "type": "bool"
4910        }
4911      ],
4912      "meta-type": "object"
4913    },
4914    {
4915      "name": "135",
4916      "members": [
4917        {
4918          "name": "UUID",
4919          "type": "str"
4920        }
4921      ],
4922      "meta-type": "object"
4923    },
4924    {
4925      "name": "[136]",
4926      "element-type": "136",
4927      "meta-type": "array"
4928    },
4929    {
4930      "name": "136",
4931      "members": [
4932        {
4933          "name": "name",
4934          "type": "str"
4935        }
4936      ],
4937      "meta-type": "object"
4938    },
4939    {
4940      "name": "[137]",
4941      "element-type": "137",
4942      "meta-type": "array"
4943    },
4944    {
4945      "name": "137",
4946      "tag": "arch",
4947      "variants": [
4948        {
4949          "case": "x86",
4950          "type": "309"
4951        },
4952        {
4953          "case": "sparc",
4954          "type": "310"
4955        },
4956        {
4957          "case": "ppc",
4958          "type": "311"
4959        },
4960        {
4961          "case": "mips",
4962          "type": "312"
4963        },
4964        {
4965          "case": "tricore",
4966          "type": "313"
4967        },
4968        {
4969          "case": "s390",
4970          "type": "314"
4971        },
4972        {
4973          "case": "riscv",
4974          "type": "315"
4975        },
4976        {
4977          "case": "other",
4978          "type": "316"
4979        }
4980      ],
4981      "members": [
4982        {
4983          "name": "CPU",
4984          "type": "int"
4985        },
4986        {
4987          "name": "current",
4988          "type": "bool"
4989        },
4990        {
4991          "name": "halted",
4992          "type": "bool"
4993        },
4994        {
4995          "name": "qom_path",
4996          "type": "str"
4997        },
4998        {
4999          "name": "thread_id",
5000          "type": "int"
5001        },
5002        {
5003          "name": "props",
5004          "default": null,
5005          "type": "307"
5006        },
5007        {
5008          "name": "arch",
5009          "type": "308"
5010        }
5011      ],
5012      "meta-type": "object"
5013    },
5014    {
5015      "name": "[138]",
5016      "element-type": "138",
5017      "meta-type": "array"
5018    },
5019    {
5020      "name": "138",
5021      "tag": "arch",
5022      "variants": [
5023        {
5024          "case": "x86",
5025          "type": "316"
5026        },
5027        {
5028          "case": "sparc",
5029          "type": "316"
5030        },
5031        {
5032          "case": "ppc",
5033          "type": "316"
5034        },
5035        {
5036          "case": "mips",
5037          "type": "316"
5038        },
5039        {
5040          "case": "tricore",
5041          "type": "316"
5042        },
5043        {
5044          "case": "s390",
5045          "type": "314"
5046        },
5047        {
5048          "case": "riscv",
5049          "type": "315"
5050        },
5051        {
5052          "case": "other",
5053          "type": "316"
5054        }
5055      ],
5056      "members": [
5057        {
5058          "name": "cpu-index",
5059          "type": "int"
5060        },
5061        {
5062          "name": "qom-path",
5063          "type": "str"
5064        },
5065        {
5066          "name": "thread-id",
5067          "type": "int"
5068        },
5069        {
5070          "name": "props",
5071          "default": null,
5072          "type": "307"
5073        },
5074        {
5075          "name": "arch",
5076          "type": "308"
5077        }
5078      ],
5079      "meta-type": "object"
5080    },
5081    {
5082      "name": "[139]",
5083      "element-type": "139",
5084      "meta-type": "array"
5085    },
5086    {
5087      "name": "139",
5088      "members": [
5089        {
5090          "name": "id",
5091          "type": "str"
5092        },
5093        {
5094          "name": "thread-id",
5095          "type": "int"
5096        },
5097        {
5098          "name": "poll-max-ns",
5099          "type": "int"
5100        },
5101        {
5102          "name": "poll-grow",
5103          "type": "int"
5104        },
5105        {
5106          "name": "poll-shrink",
5107          "type": "int"
5108        }
5109      ],
5110      "meta-type": "object"
5111    },
5112    {
5113      "name": "140",
5114      "members": [
5115        {
5116          "name": "actual",
5117          "type": "int"
5118        }
5119      ],
5120      "meta-type": "object"
5121    },
5122    {
5123      "name": "141",
5124      "members": [
5125        {
5126          "name": "actual",
5127          "type": "int"
5128        }
5129      ],
5130      "meta-type": "object"
5131    },
5132    {
5133      "name": "[142]",
5134      "element-type": "142",
5135      "meta-type": "array"
5136    },
5137    {
5138      "name": "142",
5139      "members": [
5140        {
5141          "name": "bus",
5142          "type": "int"
5143        },
5144        {
5145          "name": "devices",
5146          "type": "[317]"
5147        }
5148      ],
5149      "meta-type": "object"
5150    },
5151    {
5152      "name": "143",
5153      "members": [
5154        {
5155          "name": "id",
5156          "type": "int"
5157        }
5158      ],
5159      "meta-type": "object"
5160    },
5161    {
5162      "name": "144",
5163      "members": [
5164        {
5165          "name": "val",
5166          "type": "int"
5167        },
5168        {
5169          "name": "size",
5170          "type": "int"
5171        },
5172        {
5173          "name": "filename",
5174          "type": "str"
5175        },
5176        {
5177          "name": "cpu-index",
5178          "default": null,
5179          "type": "int"
5180        }
5181      ],
5182      "meta-type": "object"
5183    },
5184    {
5185      "name": "145",
5186      "members": [
5187        {
5188          "name": "val",
5189          "type": "int"
5190        },
5191        {
5192          "name": "size",
5193          "type": "int"
5194        },
5195        {
5196          "name": "filename",
5197          "type": "str"
5198        }
5199      ],
5200      "meta-type": "object"
5201    },
5202    {
5203      "name": "146",
5204      "members": [
5205        {
5206          "name": "value",
5207          "type": "int"
5208        }
5209      ],
5210      "meta-type": "object"
5211    },
5212    {
5213      "name": "147",
5214      "members": [
5215        {
5216          "name": "command-line",
5217          "type": "str"
5218        },
5219        {
5220          "name": "cpu-index",
5221          "default": null,
5222          "type": "int"
5223        }
5224      ],
5225      "meta-type": "object"
5226    },
5227    {
5228      "name": "148",
5229      "members": [
5230        {
5231          "name": "path",
5232          "type": "str"
5233        }
5234      ],
5235      "meta-type": "object"
5236    },
5237    {
5238      "name": "[149]",
5239      "element-type": "149",
5240      "meta-type": "array"
5241    },
5242    {
5243      "name": "149",
5244      "members": [
5245        {
5246          "name": "name",
5247          "type": "str"
5248        },
5249        {
5250          "name": "type",
5251          "type": "str"
5252        },
5253        {
5254          "name": "description",
5255          "default": null,
5256          "type": "str"
5257        }
5258      ],
5259      "meta-type": "object"
5260    },
5261    {
5262      "name": "150",
5263      "members": [
5264        {
5265          "name": "path",
5266          "type": "str"
5267        },
5268        {
5269          "name": "property",
5270          "type": "str"
5271        }
5272      ],
5273      "meta-type": "object"
5274    },
5275    {
5276      "name": "any",
5277      "json-type": "value",
5278      "meta-type": "builtin"
5279    },
5280    {
5281      "name": "151",
5282      "members": [
5283        {
5284          "name": "path",
5285          "type": "str"
5286        },
5287        {
5288          "name": "property",
5289          "type": "str"
5290        },
5291        {
5292          "name": "value",
5293          "type": "any"
5294        }
5295      ],
5296      "meta-type": "object"
5297    },
5298    {
5299      "name": "152",
5300      "members": [
5301        {
5302          "name": "device",
5303          "type": "str"
5304        },
5305        {
5306          "name": "target",
5307          "type": "str"
5308        },
5309        {
5310          "name": "arg",
5311          "default": null,
5312          "type": "str"
5313        }
5314      ],
5315      "meta-type": "object"
5316    },
5317    {
5318      "name": "153",
5319      "members": [
5320        {
5321          "name": "implements",
5322          "default": null,
5323          "type": "str"
5324        },
5325        {
5326          "name": "abstract",
5327          "default": null,
5328          "type": "bool"
5329        }
5330      ],
5331      "meta-type": "object"
5332    },
5333    {
5334      "name": "[154]",
5335      "element-type": "154",
5336      "meta-type": "array"
5337    },
5338    {
5339      "name": "154",
5340      "members": [
5341        {
5342          "name": "name",
5343          "type": "str"
5344        },
5345        {
5346          "name": "abstract",
5347          "default": null,
5348          "type": "bool"
5349        },
5350        {
5351          "name": "parent",
5352          "default": null,
5353          "type": "str"
5354        }
5355      ],
5356      "meta-type": "object"
5357    },
5358    {
5359      "name": "155",
5360      "members": [
5361        {
5362          "name": "typename",
5363          "type": "str"
5364        }
5365      ],
5366      "meta-type": "object"
5367    },
5368    {
5369      "name": "156",
5370      "members": [
5371        {
5372          "name": "typename",
5373          "type": "str"
5374        }
5375      ],
5376      "meta-type": "object"
5377    },
5378    {
5379      "name": "157",
5380      "members": [
5381        {
5382          "name": "enable",
5383          "type": "bool"
5384        }
5385      ],
5386      "meta-type": "object"
5387    },
5388    {
5389      "name": "158",
5390      "members": [
5391        {
5392          "name": "driver",
5393          "type": "str"
5394        },
5395        {
5396          "name": "bus",
5397          "default": null,
5398          "type": "str"
5399        },
5400        {
5401          "name": "id",
5402          "default": null,
5403          "type": "str"
5404        }
5405      ],
5406      "meta-type": "object"
5407    },
5408    {
5409      "name": "159",
5410      "members": [
5411        {
5412          "name": "id",
5413          "type": "str"
5414        }
5415      ],
5416      "meta-type": "object"
5417    },
5418    {
5419      "name": "160",
5420      "members": [
5421        {
5422          "name": "device",
5423          "default": null,
5424          "type": "str"
5425        },
5426        {
5427          "name": "path",
5428          "type": "str"
5429        }
5430      ],
5431      "meta-type": "object"
5432    },
5433    {
5434      "name": "161",
5435      "members": [
5436        {
5437          "name": "paging",
5438          "type": "bool"
5439        },
5440        {
5441          "name": "protocol",
5442          "type": "str"
5443        },
5444        {
5445          "name": "detach",
5446          "default": null,
5447          "type": "bool"
5448        },
5449        {
5450          "name": "begin",
5451          "default": null,
5452          "type": "int"
5453        },
5454        {
5455          "name": "length",
5456          "default": null,
5457          "type": "int"
5458        },
5459        {
5460          "name": "format",
5461          "default": null,
5462          "type": "318"
5463        }
5464      ],
5465      "meta-type": "object"
5466    },
5467    {
5468      "name": "162",
5469      "members": [
5470        {
5471          "name": "status",
5472          "type": "319"
5473        },
5474        {
5475          "name": "completed",
5476          "type": "int"
5477        },
5478        {
5479          "name": "total",
5480          "type": "int"
5481        }
5482      ],
5483      "meta-type": "object"
5484    },
5485    {
5486      "name": "163",
5487      "members": [
5488        {
5489          "name": "result",
5490          "type": "162"
5491        },
5492        {
5493          "name": "error",
5494          "default": null,
5495          "type": "str"
5496        }
5497      ],
5498      "meta-type": "object"
5499    },
5500    {
5501      "name": "164",
5502      "members": [
5503        {
5504          "name": "formats",
5505          "type": "[318]"
5506        }
5507      ],
5508      "meta-type": "object"
5509    },
5510    {
5511      "name": "165",
5512      "members": [
5513        {
5514          "name": "filename",
5515          "type": "str"
5516        }
5517      ],
5518      "meta-type": "object"
5519    },
5520    {
5521      "name": "166",
5522      "members": [
5523        {
5524          "name": "qom-type",
5525          "type": "str"
5526        },
5527        {
5528          "name": "id",
5529          "type": "str"
5530        },
5531        {
5532          "name": "props",
5533          "default": null,
5534          "type": "any"
5535        }
5536      ],
5537      "meta-type": "object"
5538    },
5539    {
5540      "name": "167",
5541      "members": [
5542        {
5543          "name": "id",
5544          "type": "str"
5545        }
5546      ],
5547      "meta-type": "object"
5548    },
5549    {
5550      "name": "168",
5551      "members": [
5552        {
5553          "name": "fdname",
5554          "type": "str"
5555        }
5556      ],
5557      "meta-type": "object"
5558    },
5559    {
5560      "name": "169",
5561      "members": [
5562        {
5563          "name": "fdname",
5564          "type": "str"
5565        }
5566      ],
5567      "meta-type": "object"
5568    },
5569    {
5570      "name": "[170]",
5571      "element-type": "170",
5572      "meta-type": "array"
5573    },
5574    {
5575      "name": "170",
5576      "members": [
5577        {
5578          "name": "name",
5579          "type": "str"
5580        },
5581        {
5582          "name": "alias",
5583          "default": null,
5584          "type": "str"
5585        },
5586        {
5587          "name": "is-default",
5588          "default": null,
5589          "type": "bool"
5590        },
5591        {
5592          "name": "cpu-max",
5593          "type": "int"
5594        },
5595        {
5596          "name": "hotpluggable-cpus",
5597          "type": "bool"
5598        }
5599      ],
5600      "meta-type": "object"
5601    },
5602    {
5603      "name": "171",
5604      "members": [
5605        {
5606          "name": "base-memory",
5607          "type": "int"
5608        },
5609        {
5610          "name": "plugged-memory",
5611          "default": null,
5612          "type": "int"
5613        }
5614      ],
5615      "meta-type": "object"
5616    },
5617    {
5618      "name": "[172]",
5619      "element-type": "172",
5620      "meta-type": "array"
5621    },
5622    {
5623      "name": "172",
5624      "members": [
5625        {
5626          "name": "name",
5627          "type": "str"
5628        },
5629        {
5630          "name": "migration-safe",
5631          "default": null,
5632          "type": "bool"
5633        },
5634        {
5635          "name": "static",
5636          "type": "bool"
5637        },
5638        {
5639          "name": "unavailable-features",
5640          "default": null,
5641          "type": "[str]"
5642        },
5643        {
5644          "name": "typename",
5645          "type": "str"
5646        }
5647      ],
5648      "meta-type": "object"
5649    },
5650    {
5651      "name": "173",
5652      "members": [
5653        {
5654          "name": "type",
5655          "type": "320"
5656        },
5657        {
5658          "name": "model",
5659          "type": "321"
5660        }
5661      ],
5662      "meta-type": "object"
5663    },
5664    {
5665      "name": "174",
5666      "members": [
5667        {
5668          "name": "model",
5669          "type": "321"
5670        }
5671      ],
5672      "meta-type": "object"
5673    },
5674    {
5675      "name": "175",
5676      "members": [
5677        {
5678          "name": "modela",
5679          "type": "321"
5680        },
5681        {
5682          "name": "modelb",
5683          "type": "321"
5684        }
5685      ],
5686      "meta-type": "object"
5687    },
5688    {
5689      "name": "176",
5690      "members": [
5691        {
5692          "name": "result",
5693          "type": "322"
5694        },
5695        {
5696          "name": "responsible-properties",
5697          "type": "[str]"
5698        }
5699      ],
5700      "meta-type": "object"
5701    },
5702    {
5703      "name": "177",
5704      "members": [
5705        {
5706          "name": "modela",
5707          "type": "321"
5708        },
5709        {
5710          "name": "modelb",
5711          "type": "321"
5712        }
5713      ],
5714      "meta-type": "object"
5715    },
5716    {
5717      "name": "178",
5718      "members": [
5719        {
5720          "name": "model",
5721          "type": "321"
5722        }
5723      ],
5724      "meta-type": "object"
5725    },
5726    {
5727      "name": "179",
5728      "members": [
5729        {
5730          "name": "fdset-id",
5731          "default": null,
5732          "type": "int"
5733        },
5734        {
5735          "name": "opaque",
5736          "default": null,
5737          "type": "str"
5738        }
5739      ],
5740      "meta-type": "object"
5741    },
5742    {
5743      "name": "180",
5744      "members": [
5745        {
5746          "name": "fdset-id",
5747          "type": "int"
5748        },
5749        {
5750          "name": "fd",
5751          "type": "int"
5752        }
5753      ],
5754      "meta-type": "object"
5755    },
5756    {
5757      "name": "181",
5758      "members": [
5759        {
5760          "name": "fdset-id",
5761          "type": "int"
5762        },
5763        {
5764          "name": "fd",
5765          "default": null,
5766          "type": "int"
5767        }
5768      ],
5769      "meta-type": "object"
5770    },
5771    {
5772      "name": "[182]",
5773      "element-type": "182",
5774      "meta-type": "array"
5775    },
5776    {
5777      "name": "182",
5778      "members": [
5779        {
5780          "name": "fdset-id",
5781          "type": "int"
5782        },
5783        {
5784          "name": "fds",
5785          "type": "[323]"
5786        }
5787      ],
5788      "meta-type": "object"
5789    },
5790    {
5791      "name": "183",
5792      "members": [
5793        {
5794          "name": "arch",
5795          "type": "str"
5796        }
5797      ],
5798      "meta-type": "object"
5799    },
5800    {
5801      "name": "184",
5802      "members": [
5803        {
5804          "name": "option",
5805          "default": null,
5806          "type": "str"
5807        }
5808      ],
5809      "meta-type": "object"
5810    },
5811    {
5812      "name": "[185]",
5813      "element-type": "185",
5814      "meta-type": "array"
5815    },
5816    {
5817      "name": "185",
5818      "members": [
5819        {
5820          "name": "option",
5821          "type": "str"
5822        },
5823        {
5824          "name": "parameters",
5825          "type": "[324]"
5826        }
5827      ],
5828      "meta-type": "object"
5829    },
5830    {
5831      "name": "[186]",
5832      "element-type": "186",
5833      "meta-type": "array"
5834    },
5835    {
5836      "name": "186",
5837      "members": [
5838        {
5839          "name": "id",
5840          "default": null,
5841          "type": "str"
5842        },
5843        {
5844          "name": "size",
5845          "type": "int"
5846        },
5847        {
5848          "name": "merge",
5849          "type": "bool"
5850        },
5851        {
5852          "name": "dump",
5853          "type": "bool"
5854        },
5855        {
5856          "name": "prealloc",
5857          "type": "bool"
5858        },
5859        {
5860          "name": "host-nodes",
5861          "type": "[int]"
5862        },
5863        {
5864          "name": "policy",
5865          "type": "325"
5866        }
5867      ],
5868      "meta-type": "object"
5869    },
5870    {
5871      "name": "[187]",
5872      "element-type": "187",
5873      "meta-type": "array"
5874    },
5875    {
5876      "name": "187",
5877      "tag": "type",
5878      "variants": [
5879        {
5880          "case": "dimm",
5881          "type": "327"
5882        },
5883        {
5884          "case": "nvdimm",
5885          "type": "327"
5886        }
5887      ],
5888      "members": [
5889        {
5890          "name": "type",
5891          "type": "326"
5892        }
5893      ],
5894      "meta-type": "object"
5895    },
5896    {
5897      "name": "188",
5898      "members": [
5899        {
5900          "name": "device",
5901          "type": "str"
5902        },
5903        {
5904          "name": "msg",
5905          "type": "str"
5906        }
5907      ],
5908      "meta-type": "object"
5909    },
5910    {
5911      "name": "[189]",
5912      "element-type": "189",
5913      "meta-type": "array"
5914    },
5915    {
5916      "name": "189",
5917      "members": [
5918        {
5919          "name": "device",
5920          "default": null,
5921          "type": "str"
5922        },
5923        {
5924          "name": "slot",
5925          "type": "str"
5926        },
5927        {
5928          "name": "slot-type",
5929          "type": "328"
5930        },
5931        {
5932          "name": "source",
5933          "type": "int"
5934        },
5935        {
5936          "name": "status",
5937          "type": "int"
5938        }
5939      ],
5940      "meta-type": "object"
5941    },
5942    {
5943      "name": "190",
5944      "members": [
5945        {
5946          "name": "info",
5947          "type": "189"
5948        }
5949      ],
5950      "meta-type": "object"
5951    },
5952    {
5953      "name": "191",
5954      "members": [
5955        {
5956          "name": "offset",
5957          "type": "int"
5958        }
5959      ],
5960      "meta-type": "object"
5961    },
5962    {
5963      "name": "192",
5964      "members": [
5965        {
5966          "name": "filename",
5967          "type": "str"
5968        }
5969      ],
5970      "meta-type": "object"
5971    },
5972    {
5973      "name": "[193]",
5974      "element-type": "193",
5975      "meta-type": "array"
5976    },
5977    {
5978      "name": "193",
5979      "members": [
5980        {
5981          "name": "version",
5982          "type": "int"
5983        },
5984        {
5985          "name": "emulated",
5986          "type": "bool"
5987        },
5988        {
5989          "name": "kernel",
5990          "type": "bool"
5991        }
5992      ],
5993      "meta-type": "object"
5994    },
5995    {
5996      "name": "[194]",
5997      "element-type": "194",
5998      "meta-type": "array"
5999    },
6000    {
6001      "name": "194",
6002      "members": [
6003        {
6004          "name": "type",
6005          "type": "str"
6006        },
6007        {
6008          "name": "vcpus-count",
6009          "type": "int"
6010        },
6011        {
6012          "name": "props",
6013          "type": "307"
6014        },
6015        {
6016          "name": "qom-path",
6017          "default": null,
6018          "type": "str"
6019        }
6020      ],
6021      "meta-type": "object"
6022    },
6023    {
6024      "name": "195",
6025      "members": [
6026        {
6027          "name": "guid",
6028          "type": "str"
6029        }
6030      ],
6031      "meta-type": "object"
6032    },
6033    {
6034      "name": "196",
6035      "members": [
6036        {
6037          "name": "enabled",
6038          "type": "bool"
6039        },
6040        {
6041          "name": "api-major",
6042          "type": "int"
6043        },
6044        {
6045          "name": "api-minor",
6046          "type": "int"
6047        },
6048        {
6049          "name": "build-id",
6050          "type": "int"
6051        },
6052        {
6053          "name": "policy",
6054          "type": "int"
6055        },
6056        {
6057          "name": "state",
6058          "type": "329"
6059        },
6060        {
6061          "name": "handle",
6062          "type": "int"
6063        }
6064      ],
6065      "meta-type": "object"
6066    },
6067    {
6068      "name": "197",
6069      "members": [
6070        {
6071          "name": "data",
6072          "type": "str"
6073        }
6074      ],
6075      "meta-type": "object"
6076    },
6077    {
6078      "name": "198",
6079      "members": [
6080        {
6081          "name": "pdh",
6082          "type": "str"
6083        },
6084        {
6085          "name": "cert-chain",
6086          "type": "str"
6087        },
6088        {
6089          "name": "cbitpos",
6090          "type": "int"
6091        },
6092        {
6093          "name": "reduced-phys-bits",
6094          "type": "int"
6095        }
6096      ],
6097      "meta-type": "object"
6098    },
6099    {
6100      "name": "199",
6101      "members": [
6102        {
6103          "name": "id",
6104          "type": "any"
6105        },
6106        {
6107          "name": "reason",
6108          "type": "330"
6109        }
6110      ],
6111      "meta-type": "object"
6112    },
6113    {
6114      "name": "200",
6115      "members": [
6116        {
6117          "name": "lock",
6118          "type": "bool"
6119        }
6120      ],
6121      "meta-type": "object"
6122    },
6123    {
6124      "name": "bool",
6125      "json-type": "boolean",
6126      "meta-type": "builtin"
6127    },
6128    {
6129      "name": "201",
6130      "meta-type": "enum",
6131      "values": [
6132        "debug",
6133        "inmigrate",
6134        "internal-error",
6135        "io-error",
6136        "paused",
6137        "postmigrate",
6138        "prelaunch",
6139        "finish-migrate",
6140        "restore-vm",
6141        "running",
6142        "save-vm",
6143        "shutdown",
6144        "suspended",
6145        "watchdog",
6146        "guest-panicked",
6147        "colo"
6148      ]
6149    },
6150    {
6151      "name": "202",
6152      "meta-type": "enum",
6153      "values": [
6154        "reset",
6155        "shutdown",
6156        "poweroff",
6157        "pause",
6158        "debug",
6159        "none",
6160        "inject-nmi"
6161      ]
6162    },
6163    {
6164      "name": "203",
6165      "meta-type": "enum",
6166      "values": [
6167        "pause",
6168        "poweroff"
6169      ]
6170    },
6171    {
6172      "name": "204",
6173      "tag": "type",
6174      "variants": [
6175        {
6176          "case": "hyper-v",
6177          "type": "332"
6178        },
6179        {
6180          "case": "s390",
6181          "type": "333"
6182        }
6183      ],
6184      "members": [
6185        {
6186          "name": "type",
6187          "type": "331"
6188        }
6189      ],
6190      "meta-type": "object"
6191    },
6192    {
6193      "name": "[int]",
6194      "element-type": "int",
6195      "meta-type": "array"
6196    },
6197    {
6198      "name": "205",
6199      "meta-type": "enum",
6200      "values": [
6201        "ok",
6202        "failed",
6203        "nospace"
6204      ]
6205    },
6206    {
6207      "name": "[206]",
6208      "element-type": "206",
6209      "meta-type": "array"
6210    },
6211    {
6212      "name": "206",
6213      "members": [
6214        {
6215          "name": "name",
6216          "default": null,
6217          "type": "str"
6218        },
6219        {
6220          "name": "count",
6221          "type": "int"
6222        },
6223        {
6224          "name": "granularity",
6225          "type": "int"
6226        },
6227        {
6228          "name": "status",
6229          "type": "334"
6230        }
6231      ],
6232      "meta-type": "object"
6233    },
6234    {
6235      "name": "207",
6236      "members": [
6237        {
6238          "name": "rd_bytes",
6239          "type": "int"
6240        },
6241        {
6242          "name": "wr_bytes",
6243          "type": "int"
6244        },
6245        {
6246          "name": "rd_operations",
6247          "type": "int"
6248        },
6249        {
6250          "name": "wr_operations",
6251          "type": "int"
6252        },
6253        {
6254          "name": "flush_operations",
6255          "type": "int"
6256        },
6257        {
6258          "name": "flush_total_time_ns",
6259          "type": "int"
6260        },
6261        {
6262          "name": "wr_total_time_ns",
6263          "type": "int"
6264        },
6265        {
6266          "name": "rd_total_time_ns",
6267          "type": "int"
6268        },
6269        {
6270          "name": "wr_highest_offset",
6271          "type": "int"
6272        },
6273        {
6274          "name": "rd_merged",
6275          "type": "int"
6276        },
6277        {
6278          "name": "wr_merged",
6279          "type": "int"
6280        },
6281        {
6282          "name": "idle_time_ns",
6283          "default": null,
6284          "type": "int"
6285        },
6286        {
6287          "name": "failed_rd_operations",
6288          "type": "int"
6289        },
6290        {
6291          "name": "failed_wr_operations",
6292          "type": "int"
6293        },
6294        {
6295          "name": "failed_flush_operations",
6296          "type": "int"
6297        },
6298        {
6299          "name": "invalid_rd_operations",
6300          "type": "int"
6301        },
6302        {
6303          "name": "invalid_wr_operations",
6304          "type": "int"
6305        },
6306        {
6307          "name": "invalid_flush_operations",
6308          "type": "int"
6309        },
6310        {
6311          "name": "account_invalid",
6312          "type": "bool"
6313        },
6314        {
6315          "name": "account_failed",
6316          "type": "bool"
6317        },
6318        {
6319          "name": "timed_stats",
6320          "type": "[335]"
6321        },
6322        {
6323          "name": "x_rd_latency_histogram",
6324          "default": null,
6325          "type": "336"
6326        },
6327        {
6328          "name": "x_wr_latency_histogram",
6329          "default": null,
6330          "type": "336"
6331        },
6332        {
6333          "name": "x_flush_latency_histogram",
6334          "default": null,
6335          "type": "336"
6336        }
6337      ],
6338      "meta-type": "object"
6339    },
6340    {
6341      "name": "208",
6342      "meta-type": "enum",
6343      "values": [
6344        "undefined",
6345        "created",
6346        "running",
6347        "paused",
6348        "ready",
6349        "standby",
6350        "waiting",
6351        "pending",
6352        "aborting",
6353        "concluded",
6354        "null"
6355      ]
6356    },
6357    {
6358      "name": "209",
6359      "meta-type": "enum",
6360      "values": [
6361        "existing",
6362        "absolute-paths"
6363      ]
6364    },
6365    {
6366      "name": "210",
6367      "meta-type": "enum",
6368      "values": [
6369        "top",
6370        "full",
6371        "none",
6372        "incremental"
6373      ]
6374    },
6375    {
6376      "name": "211",
6377      "meta-type": "enum",
6378      "values": [
6379        "report",
6380        "ignore",
6381        "enospc",
6382        "stop",
6383        "auto"
6384      ]
6385    },
6386    {
6387      "name": "212",
6388      "meta-type": "enum",
6389      "values": [
6390        "off",
6391        "on",
6392        "unmap"
6393      ]
6394    },
6395    {
6396      "name": "213",
6397      "members": [
6398        {
6399          "name": "filename",
6400          "type": "str"
6401        },
6402        {
6403          "name": "format",
6404          "type": "str"
6405        },
6406        {
6407          "name": "dirty-flag",
6408          "default": null,
6409          "type": "bool"
6410        },
6411        {
6412          "name": "actual-size",
6413          "default": null,
6414          "type": "int"
6415        },
6416        {
6417          "name": "virtual-size",
6418          "type": "int"
6419        },
6420        {
6421          "name": "cluster-size",
6422          "default": null,
6423          "type": "int"
6424        },
6425        {
6426          "name": "encrypted",
6427          "default": null,
6428          "type": "bool"
6429        },
6430        {
6431          "name": "compressed",
6432          "default": null,
6433          "type": "bool"
6434        },
6435        {
6436          "name": "backing-filename",
6437          "default": null,
6438          "type": "str"
6439        },
6440        {
6441          "name": "full-backing-filename",
6442          "default": null,
6443          "type": "str"
6444        },
6445        {
6446          "name": "backing-filename-format",
6447          "default": null,
6448          "type": "str"
6449        },
6450        {
6451          "name": "snapshots",
6452          "default": null,
6453          "type": "[56]"
6454        },
6455        {
6456          "name": "backing-image",
6457          "default": null,
6458          "type": "213"
6459        },
6460        {
6461          "name": "format-specific",
6462          "default": null,
6463          "type": "337"
6464        }
6465      ],
6466      "meta-type": "object"
6467    },
6468    {
6469      "name": "214",
6470      "members": [
6471        {
6472          "name": "writeback",
6473          "type": "bool"
6474        },
6475        {
6476          "name": "direct",
6477          "type": "bool"
6478        },
6479        {
6480          "name": "no-flush",
6481          "type": "bool"
6482        }
6483      ],
6484      "meta-type": "object"
6485    },
6486    {
6487      "name": "215",
6488      "meta-type": "enum",
6489      "values": [
6490        "blkdebug",
6491        "blkverify",
6492        "bochs",
6493        "cloop",
6494        "dmg",
6495        "file",
6496        "ftp",
6497        "ftps",
6498        "gluster",
6499        "host_cdrom",
6500        "host_device",
6501        "http",
6502        "https",
6503        "iscsi",
6504        "luks",
6505        "nbd",
6506        "nfs",
6507        "null-aio",
6508        "null-co",
6509        "nvme",
6510        "parallels",
6511        "qcow",
6512        "qcow2",
6513        "qed",
6514        "quorum",
6515        "raw",
6516        "rbd",
6517        "replication",
6518        "sheepdog",
6519        "ssh",
6520        "throttle",
6521        "vdi",
6522        "vhdx",
6523        "vmdk",
6524        "vpc",
6525        "vvfat",
6526        "vxhs"
6527      ]
6528    },
6529    {
6530      "name": "216",
6531      "meta-type": "enum",
6532      "values": [
6533        "ignore",
6534        "unmap"
6535      ]
6536    },
6537    {
6538      "name": "217",
6539      "members": [
6540        {
6541          "name": "direct",
6542          "default": null,
6543          "type": "bool"
6544        },
6545        {
6546          "name": "no-flush",
6547          "default": null,
6548          "type": "bool"
6549        }
6550      ],
6551      "meta-type": "object"
6552    },
6553    {
6554      "name": "218",
6555      "members": [
6556        {
6557          "name": "image",
6558          "type": "338"
6559        },
6560        {
6561          "name": "config",
6562          "default": null,
6563          "type": "str"
6564        },
6565        {
6566          "name": "align",
6567          "default": null,
6568          "type": "int"
6569        },
6570        {
6571          "name": "max-transfer",
6572          "default": null,
6573          "type": "int"
6574        },
6575        {
6576          "name": "opt-write-zero",
6577          "default": null,
6578          "type": "int"
6579        },
6580        {
6581          "name": "max-write-zero",
6582          "default": null,
6583          "type": "int"
6584        },
6585        {
6586          "name": "opt-discard",
6587          "default": null,
6588          "type": "int"
6589        },
6590        {
6591          "name": "max-discard",
6592          "default": null,
6593          "type": "int"
6594        },
6595        {
6596          "name": "inject-error",
6597          "default": null,
6598          "type": "[339]"
6599        },
6600        {
6601          "name": "set-state",
6602          "default": null,
6603          "type": "[340]"
6604        }
6605      ],
6606      "meta-type": "object"
6607    },
6608    {
6609      "name": "219",
6610      "members": [
6611        {
6612          "name": "test",
6613          "type": "338"
6614        },
6615        {
6616          "name": "raw",
6617          "type": "338"
6618        }
6619      ],
6620      "meta-type": "object"
6621    },
6622    {
6623      "name": "220",
6624      "members": [
6625        {
6626          "name": "file",
6627          "type": "338"
6628        }
6629      ],
6630      "meta-type": "object"
6631    },
6632    {
6633      "name": "221",
6634      "members": [
6635        {
6636          "name": "filename",
6637          "type": "str"
6638        },
6639        {
6640          "name": "pr-manager",
6641          "default": null,
6642          "type": "str"
6643        },
6644        {
6645          "name": "locking",
6646          "default": null,
6647          "type": "341"
6648        },
6649        {
6650          "name": "aio",
6651          "default": null,
6652          "type": "342"
6653        }
6654      ],
6655      "meta-type": "object"
6656    },
6657    {
6658      "name": "222",
6659      "members": [
6660        {
6661          "name": "url",
6662          "type": "str"
6663        },
6664        {
6665          "name": "readahead",
6666          "default": null,
6667          "type": "int"
6668        },
6669        {
6670          "name": "timeout",
6671          "default": null,
6672          "type": "int"
6673        },
6674        {
6675          "name": "username",
6676          "default": null,
6677          "type": "str"
6678        },
6679        {
6680          "name": "password-secret",
6681          "default": null,
6682          "type": "str"
6683        },
6684        {
6685          "name": "proxy-username",
6686          "default": null,
6687          "type": "str"
6688        },
6689        {
6690          "name": "proxy-password-secret",
6691          "default": null,
6692          "type": "str"
6693        }
6694      ],
6695      "meta-type": "object"
6696    },
6697    {
6698      "name": "223",
6699      "members": [
6700        {
6701          "name": "url",
6702          "type": "str"
6703        },
6704        {
6705          "name": "readahead",
6706          "default": null,
6707          "type": "int"
6708        },
6709        {
6710          "name": "timeout",
6711          "default": null,
6712          "type": "int"
6713        },
6714        {
6715          "name": "username",
6716          "default": null,
6717          "type": "str"
6718        },
6719        {
6720          "name": "password-secret",
6721          "default": null,
6722          "type": "str"
6723        },
6724        {
6725          "name": "proxy-username",
6726          "default": null,
6727          "type": "str"
6728        },
6729        {
6730          "name": "proxy-password-secret",
6731          "default": null,
6732          "type": "str"
6733        },
6734        {
6735          "name": "sslverify",
6736          "default": null,
6737          "type": "bool"
6738        }
6739      ],
6740      "meta-type": "object"
6741    },
6742    {
6743      "name": "224",
6744      "members": [
6745        {
6746          "name": "volume",
6747          "type": "str"
6748        },
6749        {
6750          "name": "path",
6751          "type": "str"
6752        },
6753        {
6754          "name": "server",
6755          "type": "[343]"
6756        },
6757        {
6758          "name": "debug",
6759          "default": null,
6760          "type": "int"
6761        },
6762        {
6763          "name": "logfile",
6764          "default": null,
6765          "type": "str"
6766        }
6767      ],
6768      "meta-type": "object"
6769    },
6770    {
6771      "name": "225",
6772      "members": [
6773        {
6774          "name": "url",
6775          "type": "str"
6776        },
6777        {
6778          "name": "readahead",
6779          "default": null,
6780          "type": "int"
6781        },
6782        {
6783          "name": "timeout",
6784          "default": null,
6785          "type": "int"
6786        },
6787        {
6788          "name": "username",
6789          "default": null,
6790          "type": "str"
6791        },
6792        {
6793          "name": "password-secret",
6794          "default": null,
6795          "type": "str"
6796        },
6797        {
6798          "name": "proxy-username",
6799          "default": null,
6800          "type": "str"
6801        },
6802        {
6803          "name": "proxy-password-secret",
6804          "default": null,
6805          "type": "str"
6806        },
6807        {
6808          "name": "cookie",
6809          "default": null,
6810          "type": "str"
6811        },
6812        {
6813          "name": "cookie-secret",
6814          "default": null,
6815          "type": "str"
6816        }
6817      ],
6818      "meta-type": "object"
6819    },
6820    {
6821      "name": "226",
6822      "members": [
6823        {
6824          "name": "url",
6825          "type": "str"
6826        },
6827        {
6828          "name": "readahead",
6829          "default": null,
6830          "type": "int"
6831        },
6832        {
6833          "name": "timeout",
6834          "default": null,
6835          "type": "int"
6836        },
6837        {
6838          "name": "username",
6839          "default": null,
6840          "type": "str"
6841        },
6842        {
6843          "name": "password-secret",
6844          "default": null,
6845          "type": "str"
6846        },
6847        {
6848          "name": "proxy-username",
6849          "default": null,
6850          "type": "str"
6851        },
6852        {
6853          "name": "proxy-password-secret",
6854          "default": null,
6855          "type": "str"
6856        },
6857        {
6858          "name": "cookie",
6859          "default": null,
6860          "type": "str"
6861        },
6862        {
6863          "name": "sslverify",
6864          "default": null,
6865          "type": "bool"
6866        },
6867        {
6868          "name": "cookie-secret",
6869          "default": null,
6870          "type": "str"
6871        }
6872      ],
6873      "meta-type": "object"
6874    },
6875    {
6876      "name": "227",
6877      "members": [
6878        {
6879          "name": "transport",
6880          "type": "344"
6881        },
6882        {
6883          "name": "portal",
6884          "type": "str"
6885        },
6886        {
6887          "name": "target",
6888          "type": "str"
6889        },
6890        {
6891          "name": "lun",
6892          "default": null,
6893          "type": "int"
6894        },
6895        {
6896          "name": "user",
6897          "default": null,
6898          "type": "str"
6899        },
6900        {
6901          "name": "password-secret",
6902          "default": null,
6903          "type": "str"
6904        },
6905        {
6906          "name": "initiator-name",
6907          "default": null,
6908          "type": "str"
6909        },
6910        {
6911          "name": "header-digest",
6912          "default": null,
6913          "type": "345"
6914        },
6915        {
6916          "name": "timeout",
6917          "default": null,
6918          "type": "int"
6919        }
6920      ],
6921      "meta-type": "object"
6922    },
6923    {
6924      "name": "228",
6925      "members": [
6926        {
6927          "name": "file",
6928          "type": "338"
6929        },
6930        {
6931          "name": "key-secret",
6932          "default": null,
6933          "type": "str"
6934        }
6935      ],
6936      "meta-type": "object"
6937    },
6938    {
6939      "name": "229",
6940      "members": [
6941        {
6942          "name": "server",
6943          "type": "343"
6944        },
6945        {
6946          "name": "export",
6947          "default": null,
6948          "type": "str"
6949        },
6950        {
6951          "name": "tls-creds",
6952          "default": null,
6953          "type": "str"
6954        }
6955      ],
6956      "meta-type": "object"
6957    },
6958    {
6959      "name": "230",
6960      "members": [
6961        {
6962          "name": "server",
6963          "type": "346"
6964        },
6965        {
6966          "name": "path",
6967          "type": "str"
6968        },
6969        {
6970          "name": "user",
6971          "default": null,
6972          "type": "int"
6973        },
6974        {
6975          "name": "group",
6976          "default": null,
6977          "type": "int"
6978        },
6979        {
6980          "name": "tcp-syn-count",
6981          "default": null,
6982          "type": "int"
6983        },
6984        {
6985          "name": "readahead-size",
6986          "default": null,
6987          "type": "int"
6988        },
6989        {
6990          "name": "page-cache-size",
6991          "default": null,
6992          "type": "int"
6993        },
6994        {
6995          "name": "debug",
6996          "default": null,
6997          "type": "int"
6998        }
6999      ],
7000      "meta-type": "object"
7001    },
7002    {
7003      "name": "231",
7004      "members": [
7005        {
7006          "name": "size",
7007          "default": null,
7008          "type": "int"
7009        },
7010        {
7011          "name": "latency-ns",
7012          "default": null,
7013          "type": "int"
7014        }
7015      ],
7016      "meta-type": "object"
7017    },
7018    {
7019      "name": "232",
7020      "members": [
7021        {
7022          "name": "device",
7023          "type": "str"
7024        },
7025        {
7026          "name": "namespace",
7027          "type": "int"
7028        }
7029      ],
7030      "meta-type": "object"
7031    },
7032    {
7033      "name": "233",
7034      "members": [
7035        {
7036          "name": "file",
7037          "type": "338"
7038        },
7039        {
7040          "name": "backing",
7041          "default": null,
7042          "type": "347"
7043        },
7044        {
7045          "name": "lazy-refcounts",
7046          "default": null,
7047          "type": "bool"
7048        },
7049        {
7050          "name": "pass-discard-request",
7051          "default": null,
7052          "type": "bool"
7053        },
7054        {
7055          "name": "pass-discard-snapshot",
7056          "default": null,
7057          "type": "bool"
7058        },
7059        {
7060          "name": "pass-discard-other",
7061          "default": null,
7062          "type": "bool"
7063        },
7064        {
7065          "name": "overlap-check",
7066          "default": null,
7067          "type": "348"
7068        },
7069        {
7070          "name": "cache-size",
7071          "default": null,
7072          "type": "int"
7073        },
7074        {
7075          "name": "l2-cache-size",
7076          "default": null,
7077          "type": "int"
7078        },
7079        {
7080          "name": "l2-cache-entry-size",
7081          "default": null,
7082          "type": "int"
7083        },
7084        {
7085          "name": "refcount-cache-size",
7086          "default": null,
7087          "type": "int"
7088        },
7089        {
7090          "name": "cache-clean-interval",
7091          "default": null,
7092          "type": "int"
7093        },
7094        {
7095          "name": "encrypt",
7096          "default": null,
7097          "type": "349"
7098        }
7099      ],
7100      "meta-type": "object"
7101    },
7102    {
7103      "name": "234",
7104      "members": [
7105        {
7106          "name": "file",
7107          "type": "338"
7108        },
7109        {
7110          "name": "backing",
7111          "default": null,
7112          "type": "347"
7113        },
7114        {
7115          "name": "encrypt",
7116          "default": null,
7117          "type": "350"
7118        }
7119      ],
7120      "meta-type": "object"
7121    },
7122    {
7123      "name": "235",
7124      "members": [
7125        {
7126          "name": "file",
7127          "type": "338"
7128        },
7129        {
7130          "name": "backing",
7131          "default": null,
7132          "type": "347"
7133        }
7134      ],
7135      "meta-type": "object"
7136    },
7137    {
7138      "name": "236",
7139      "members": [
7140        {
7141          "name": "blkverify",
7142          "default": null,
7143          "type": "bool"
7144        },
7145        {
7146          "name": "children",
7147          "type": "[338]"
7148        },
7149        {
7150          "name": "vote-threshold",
7151          "type": "int"
7152        },
7153        {
7154          "name": "rewrite-corrupted",
7155          "default": null,
7156          "type": "bool"
7157        },
7158        {
7159          "name": "read-pattern",
7160          "default": null,
7161          "type": "351"
7162        }
7163      ],
7164      "meta-type": "object"
7165    },
7166    {
7167      "name": "237",
7168      "members": [
7169        {
7170          "name": "file",
7171          "type": "338"
7172        },
7173        {
7174          "name": "offset",
7175          "default": null,
7176          "type": "int"
7177        },
7178        {
7179          "name": "size",
7180          "default": null,
7181          "type": "int"
7182        }
7183      ],
7184      "meta-type": "object"
7185    },
7186    {
7187      "name": "238",
7188      "members": [
7189        {
7190          "name": "pool",
7191          "type": "str"
7192        },
7193        {
7194          "name": "image",
7195          "type": "str"
7196        },
7197        {
7198          "name": "conf",
7199          "default": null,
7200          "type": "str"
7201        },
7202        {
7203          "name": "snapshot",
7204          "default": null,
7205          "type": "str"
7206        },
7207        {
7208          "name": "user",
7209          "default": null,
7210          "type": "str"
7211        },
7212        {
7213          "name": "server",
7214          "default": null,
7215          "type": "[352]"
7216        }
7217      ],
7218      "meta-type": "object"
7219    },
7220    {
7221      "name": "239",
7222      "members": [
7223        {
7224          "name": "file",
7225          "type": "338"
7226        },
7227        {
7228          "name": "mode",
7229          "type": "353"
7230        },
7231        {
7232          "name": "top-id",
7233          "default": null,
7234          "type": "str"
7235        }
7236      ],
7237      "meta-type": "object"
7238    },
7239    {
7240      "name": "240",
7241      "members": [
7242        {
7243          "name": "server",
7244          "type": "343"
7245        },
7246        {
7247          "name": "vdi",
7248          "type": "str"
7249        },
7250        {
7251          "name": "snap-id",
7252          "default": null,
7253          "type": "int"
7254        },
7255        {
7256          "name": "tag",
7257          "default": null,
7258          "type": "str"
7259        }
7260      ],
7261      "meta-type": "object"
7262    },
7263    {
7264      "name": "241",
7265      "members": [
7266        {
7267          "name": "server",
7268          "type": "354"
7269        },
7270        {
7271          "name": "path",
7272          "type": "str"
7273        },
7274        {
7275          "name": "user",
7276          "default": null,
7277          "type": "str"
7278        },
7279        {
7280          "name": "host-key-check",
7281          "default": null,
7282          "type": "355"
7283        }
7284      ],
7285      "meta-type": "object"
7286    },
7287    {
7288      "name": "242",
7289      "members": [
7290        {
7291          "name": "throttle-group",
7292          "type": "str"
7293        },
7294        {
7295          "name": "file",
7296          "type": "338"
7297        }
7298      ],
7299      "meta-type": "object"
7300    },
7301    {
7302      "name": "243",
7303      "members": [
7304        {
7305          "name": "dir",
7306          "type": "str"
7307        },
7308        {
7309          "name": "fat-type",
7310          "default": null,
7311          "type": "int"
7312        },
7313        {
7314          "name": "floppy",
7315          "default": null,
7316          "type": "bool"
7317        },
7318        {
7319          "name": "label",
7320          "default": null,
7321          "type": "str"
7322        },
7323        {
7324          "name": "rw",
7325          "default": null,
7326          "type": "bool"
7327        }
7328      ],
7329      "meta-type": "object"
7330    },
7331    {
7332      "name": "244",
7333      "members": [
7334        {
7335          "name": "vdisk-id",
7336          "type": "str"
7337        },
7338        {
7339          "name": "server",
7340          "type": "352"
7341        },
7342        {
7343          "name": "tls-creds",
7344          "default": null,
7345          "type": "str"
7346        }
7347      ],
7348      "meta-type": "object"
7349    },
7350    {
7351      "name": "245",
7352      "members": [
7353      ],
7354      "meta-type": "object"
7355    },
7356    {
7357      "name": "246",
7358      "members": [
7359        {
7360          "name": "filename",
7361          "type": "str"
7362        },
7363        {
7364          "name": "size",
7365          "type": "int"
7366        },
7367        {
7368          "name": "preallocation",
7369          "default": null,
7370          "type": "356"
7371        },
7372        {
7373          "name": "nocow",
7374          "default": null,
7375          "type": "bool"
7376        }
7377      ],
7378      "meta-type": "object"
7379    },
7380    {
7381      "name": "247",
7382      "members": [
7383        {
7384          "name": "location",
7385          "type": "224"
7386        },
7387        {
7388          "name": "size",
7389          "type": "int"
7390        },
7391        {
7392          "name": "preallocation",
7393          "default": null,
7394          "type": "356"
7395        }
7396      ],
7397      "meta-type": "object"
7398    },
7399    {
7400      "name": "248",
7401      "members": [
7402        {
7403          "name": "key-secret",
7404          "default": null,
7405          "type": "str"
7406        },
7407        {
7408          "name": "cipher-alg",
7409          "default": null,
7410          "type": "357"
7411        },
7412        {
7413          "name": "cipher-mode",
7414          "default": null,
7415          "type": "358"
7416        },
7417        {
7418          "name": "ivgen-alg",
7419          "default": null,
7420          "type": "359"
7421        },
7422        {
7423          "name": "ivgen-hash-alg",
7424          "default": null,
7425          "type": "360"
7426        },
7427        {
7428          "name": "hash-alg",
7429          "default": null,
7430          "type": "360"
7431        },
7432        {
7433          "name": "iter-time",
7434          "default": null,
7435          "type": "int"
7436        },
7437        {
7438          "name": "file",
7439          "type": "338"
7440        },
7441        {
7442          "name": "size",
7443          "type": "int"
7444        }
7445      ],
7446      "meta-type": "object"
7447    },
7448    {
7449      "name": "249",
7450      "members": [
7451        {
7452          "name": "location",
7453          "type": "230"
7454        },
7455        {
7456          "name": "size",
7457          "type": "int"
7458        }
7459      ],
7460      "meta-type": "object"
7461    },
7462    {
7463      "name": "250",
7464      "members": [
7465        {
7466          "name": "file",
7467          "type": "338"
7468        },
7469        {
7470          "name": "size",
7471          "type": "int"
7472        },
7473        {
7474          "name": "cluster-size",
7475          "default": null,
7476          "type": "int"
7477        }
7478      ],
7479      "meta-type": "object"
7480    },
7481    {
7482      "name": "251",
7483      "members": [
7484        {
7485          "name": "file",
7486          "type": "338"
7487        },
7488        {
7489          "name": "size",
7490          "type": "int"
7491        },
7492        {
7493          "name": "backing-file",
7494          "default": null,
7495          "type": "str"
7496        },
7497        {
7498          "name": "encrypt",
7499          "default": null,
7500          "type": "361"
7501        }
7502      ],
7503      "meta-type": "object"
7504    },
7505    {
7506      "name": "252",
7507      "members": [
7508        {
7509          "name": "file",
7510          "type": "338"
7511        },
7512        {
7513          "name": "size",
7514          "type": "int"
7515        },
7516        {
7517          "name": "version",
7518          "default": null,
7519          "type": "362"
7520        },
7521        {
7522          "name": "backing-file",
7523          "default": null,
7524          "type": "str"
7525        },
7526        {
7527          "name": "backing-fmt",
7528          "default": null,
7529          "type": "215"
7530        },
7531        {
7532          "name": "encrypt",
7533          "default": null,
7534          "type": "361"
7535        },
7536        {
7537          "name": "cluster-size",
7538          "default": null,
7539          "type": "int"
7540        },
7541        {
7542          "name": "preallocation",
7543          "default": null,
7544          "type": "356"
7545        },
7546        {
7547          "name": "lazy-refcounts",
7548          "default": null,
7549          "type": "bool"
7550        },
7551        {
7552          "name": "refcount-bits",
7553          "default": null,
7554          "type": "int"
7555        }
7556      ],
7557      "meta-type": "object"
7558    },
7559    {
7560      "name": "253",
7561      "members": [
7562        {
7563          "name": "file",
7564          "type": "338"
7565        },
7566        {
7567          "name": "size",
7568          "type": "int"
7569        },
7570        {
7571          "name": "backing-file",
7572          "default": null,
7573          "type": "str"
7574        },
7575        {
7576          "name": "backing-fmt",
7577          "default": null,
7578          "type": "215"
7579        },
7580        {
7581          "name": "cluster-size",
7582          "default": null,
7583          "type": "int"
7584        },
7585        {
7586          "name": "table-size",
7587          "default": null,
7588          "type": "int"
7589        }
7590      ],
7591      "meta-type": "object"
7592    },
7593    {
7594      "name": "254",
7595      "members": [
7596        {
7597          "name": "location",
7598          "type": "238"
7599        },
7600        {
7601          "name": "size",
7602          "type": "int"
7603        },
7604        {
7605          "name": "cluster-size",
7606          "default": null,
7607          "type": "int"
7608        }
7609      ],
7610      "meta-type": "object"
7611    },
7612    {
7613      "name": "255",
7614      "members": [
7615        {
7616          "name": "location",
7617          "type": "240"
7618        },
7619        {
7620          "name": "size",
7621          "type": "int"
7622        },
7623        {
7624          "name": "backing-file",
7625          "default": null,
7626          "type": "str"
7627        },
7628        {
7629          "name": "preallocation",
7630          "default": null,
7631          "type": "356"
7632        },
7633        {
7634          "name": "redundancy",
7635          "default": null,
7636          "type": "363"
7637        },
7638        {
7639          "name": "object-size",
7640          "default": null,
7641          "type": "int"
7642        }
7643      ],
7644      "meta-type": "object"
7645    },
7646    {
7647      "name": "256",
7648      "members": [
7649        {
7650          "name": "location",
7651          "type": "241"
7652        },
7653        {
7654          "name": "size",
7655          "type": "int"
7656        }
7657      ],
7658      "meta-type": "object"
7659    },
7660    {
7661      "name": "257",
7662      "members": [
7663        {
7664          "name": "file",
7665          "type": "338"
7666        },
7667        {
7668          "name": "size",
7669          "type": "int"
7670        },
7671        {
7672          "name": "static",
7673          "default": null,
7674          "type": "bool"
7675        }
7676      ],
7677      "meta-type": "object"
7678    },
7679    {
7680      "name": "258",
7681      "members": [
7682        {
7683          "name": "file",
7684          "type": "338"
7685        },
7686        {
7687          "name": "size",
7688          "type": "int"
7689        },
7690        {
7691          "name": "log-size",
7692          "default": null,
7693          "type": "int"
7694        },
7695        {
7696          "name": "block-size",
7697          "default": null,
7698          "type": "int"
7699        },
7700        {
7701          "name": "subformat",
7702          "default": null,
7703          "type": "364"
7704        },
7705        {
7706          "name": "block-state-zero",
7707          "default": null,
7708          "type": "bool"
7709        }
7710      ],
7711      "meta-type": "object"
7712    },
7713    {
7714      "name": "259",
7715      "members": [
7716        {
7717          "name": "file",
7718          "type": "338"
7719        },
7720        {
7721          "name": "size",
7722          "type": "int"
7723        },
7724        {
7725          "name": "subformat",
7726          "default": null,
7727          "type": "365"
7728        },
7729        {
7730          "name": "force-size",
7731          "default": null,
7732          "type": "bool"
7733        }
7734      ],
7735      "meta-type": "object"
7736    },
7737    {
7738      "name": "260",
7739      "meta-type": "enum",
7740      "values": [
7741        "retain",
7742        "read-only",
7743        "read-write"
7744      ]
7745    },
7746    {
7747      "name": "261",
7748      "meta-type": "enum",
7749      "values": [
7750        "read",
7751        "write"
7752      ]
7753    },
7754    {
7755      "name": "262",
7756      "meta-type": "enum",
7757      "values": [
7758        "ignore",
7759        "report",
7760        "stop"
7761      ]
7762    },
7763    {
7764      "name": "263",
7765      "meta-type": "enum",
7766      "values": [
7767        "commit",
7768        "stream",
7769        "mirror",
7770        "backup"
7771      ]
7772    },
7773    {
7774      "name": "264",
7775      "members": [
7776        {
7777          "type": "str"
7778        },
7779        {
7780          "type": "null"
7781        }
7782      ],
7783      "meta-type": "alternate"
7784    },
7785    {
7786      "name": "265",
7787      "tag": "type",
7788      "variants": [
7789        {
7790          "case": "inet",
7791          "type": "367"
7792        },
7793        {
7794          "case": "unix",
7795          "type": "368"
7796        },
7797        {
7798          "case": "vsock",
7799          "type": "369"
7800        },
7801        {
7802          "case": "fd",
7803          "type": "370"
7804        }
7805      ],
7806      "members": [
7807        {
7808          "name": "type",
7809          "type": "366"
7810        }
7811      ],
7812      "meta-type": "object"
7813    },
7814    {
7815      "name": "266",
7816      "meta-type": "enum",
7817      "values": [
7818        "safe",
7819        "hard"
7820      ]
7821    },
7822    {
7823      "name": "267",
7824      "meta-type": "enum",
7825      "values": [
7826        "read",
7827        "write",
7828        "flush"
7829      ]
7830    },
7831    {
7832      "name": "268",
7833      "meta-type": "enum",
7834      "values": [
7835        "utf8",
7836        "base64"
7837      ]
7838    },
7839    {
7840      "name": "269",
7841      "tag": "type",
7842      "variants": [
7843        {
7844          "case": "file",
7845          "type": "372"
7846        },
7847        {
7848          "case": "serial",
7849          "type": "373"
7850        },
7851        {
7852          "case": "parallel",
7853          "type": "373"
7854        },
7855        {
7856          "case": "pipe",
7857          "type": "373"
7858        },
7859        {
7860          "case": "socket",
7861          "type": "374"
7862        },
7863        {
7864          "case": "udp",
7865          "type": "375"
7866        },
7867        {
7868          "case": "pty",
7869          "type": "376"
7870        },
7871        {
7872          "case": "null",
7873          "type": "376"
7874        },
7875        {
7876          "case": "mux",
7877          "type": "377"
7878        },
7879        {
7880          "case": "msmouse",
7881          "type": "376"
7882        },
7883        {
7884          "case": "wctablet",
7885          "type": "376"
7886        },
7887        {
7888          "case": "braille",
7889          "type": "376"
7890        },
7891        {
7892          "case": "testdev",
7893          "type": "376"
7894        },
7895        {
7896          "case": "stdio",
7897          "type": "378"
7898        },
7899        {
7900          "case": "console",
7901          "type": "376"
7902        },
7903        {
7904          "case": "spicevmc",
7905          "type": "379"
7906        },
7907        {
7908          "case": "spiceport",
7909          "type": "380"
7910        },
7911        {
7912          "case": "vc",
7913          "type": "381"
7914        },
7915        {
7916          "case": "ringbuf",
7917          "type": "382"
7918        },
7919        {
7920          "case": "memory",
7921          "type": "382"
7922        }
7923      ],
7924      "members": [
7925        {
7926          "name": "type",
7927          "type": "371"
7928        }
7929      ],
7930      "meta-type": "object"
7931    },
7932    {
7933      "name": "270",
7934      "meta-type": "enum",
7935      "values": [
7936        "normal",
7937        "none",
7938        "all"
7939      ]
7940    },
7941    {
7942      "name": "[str]",
7943      "element-type": "str",
7944      "meta-type": "array"
7945    },
7946    {
7947      "name": "271",
7948      "meta-type": "enum",
7949      "values": [
7950        "half",
7951        "full"
7952      ]
7953    },
7954    {
7955      "name": "272",
7956      "meta-type": "enum",
7957      "values": [
7958        "off",
7959        "on"
7960      ]
7961    },
7962    {
7963      "name": "273",
7964      "members": [
7965        {
7966          "name": "priority",
7967          "type": "int"
7968        },
7969        {
7970          "name": "tbl-id",
7971          "type": "int"
7972        },
7973        {
7974          "name": "in-pport",
7975          "default": null,
7976          "type": "int"
7977        },
7978        {
7979          "name": "tunnel-id",
7980          "default": null,
7981          "type": "int"
7982        },
7983        {
7984          "name": "vlan-id",
7985          "default": null,
7986          "type": "int"
7987        },
7988        {
7989          "name": "eth-type",
7990          "default": null,
7991          "type": "int"
7992        },
7993        {
7994          "name": "eth-src",
7995          "default": null,
7996          "type": "str"
7997        },
7998        {
7999          "name": "eth-dst",
8000          "default": null,
8001          "type": "str"
8002        },
8003        {
8004          "name": "ip-proto",
8005          "default": null,
8006          "type": "int"
8007        },
8008        {
8009          "name": "ip-tos",
8010          "default": null,
8011          "type": "int"
8012        },
8013        {
8014          "name": "ip-dst",
8015          "default": null,
8016          "type": "str"
8017        }
8018      ],
8019      "meta-type": "object"
8020    },
8021    {
8022      "name": "274",
8023      "members": [
8024        {
8025          "name": "in-pport",
8026          "default": null,
8027          "type": "int"
8028        },
8029        {
8030          "name": "tunnel-id",
8031          "default": null,
8032          "type": "int"
8033        },
8034        {
8035          "name": "vlan-id",
8036          "default": null,
8037          "type": "int"
8038        },
8039        {
8040          "name": "eth-src",
8041          "default": null,
8042          "type": "str"
8043        },
8044        {
8045          "name": "eth-dst",
8046          "default": null,
8047          "type": "str"
8048        },
8049        {
8050          "name": "ip-proto",
8051          "default": null,
8052          "type": "int"
8053        },
8054        {
8055          "name": "ip-tos",
8056          "default": null,
8057          "type": "int"
8058        }
8059      ],
8060      "meta-type": "object"
8061    },
8062    {
8063      "name": "275",
8064      "members": [
8065        {
8066          "name": "goto-tbl",
8067          "default": null,
8068          "type": "int"
8069        },
8070        {
8071          "name": "group-id",
8072          "default": null,
8073          "type": "int"
8074        },
8075        {
8076          "name": "tunnel-lport",
8077          "default": null,
8078          "type": "int"
8079        },
8080        {
8081          "name": "vlan-id",
8082          "default": null,
8083          "type": "int"
8084        },
8085        {
8086          "name": "new-vlan-id",
8087          "default": null,
8088          "type": "int"
8089        },
8090        {
8091          "name": "out-pport",
8092          "default": null,
8093          "type": "int"
8094        }
8095      ],
8096      "meta-type": "object"
8097    },
8098    {
8099      "name": "276",
8100      "tag": "type",
8101      "variants": [
8102        {
8103          "case": "passthrough",
8104          "type": "384"
8105        },
8106        {
8107          "case": "emulator",
8108          "type": "385"
8109        }
8110      ],
8111      "members": [
8112        {
8113          "name": "type",
8114          "type": "383"
8115        }
8116      ],
8117      "meta-type": "object"
8118    },
8119    {
8120      "name": "277",
8121      "meta-type": "enum",
8122      "values": [
8123        "client",
8124        "server",
8125        "unknown"
8126      ]
8127    },
8128    {
8129      "name": "[278]",
8130      "element-type": "278",
8131      "meta-type": "array"
8132    },
8133    {
8134      "name": "278",
8135      "members": [
8136        {
8137          "name": "host",
8138          "type": "str"
8139        },
8140        {
8141          "name": "port",
8142          "type": "str"
8143        },
8144        {
8145          "name": "family",
8146          "type": "281"
8147        },
8148        {
8149          "name": "connection-id",
8150          "type": "int"
8151        },
8152        {
8153          "name": "channel-type",
8154          "type": "int"
8155        },
8156        {
8157          "name": "channel-id",
8158          "type": "int"
8159        },
8160        {
8161          "name": "tls",
8162          "type": "bool"
8163        }
8164      ],
8165      "meta-type": "object"
8166    },
8167    {
8168      "name": "279",
8169      "members": [
8170        {
8171          "name": "host",
8172          "type": "str"
8173        },
8174        {
8175          "name": "port",
8176          "type": "str"
8177        },
8178        {
8179          "name": "family",
8180          "type": "281"
8181        }
8182      ],
8183      "meta-type": "object"
8184    },
8185    {
8186      "name": "280",
8187      "members": [
8188        {
8189          "name": "host",
8190          "type": "str"
8191        },
8192        {
8193          "name": "port",
8194          "type": "str"
8195        },
8196        {
8197          "name": "family",
8198          "type": "281"
8199        },
8200        {
8201          "name": "auth",
8202          "default": null,
8203          "type": "str"
8204        }
8205      ],
8206      "meta-type": "object"
8207    },
8208    {
8209      "name": "281",
8210      "meta-type": "enum",
8211      "values": [
8212        "ipv4",
8213        "ipv6",
8214        "unix",
8215        "vsock",
8216        "unknown"
8217      ]
8218    },
8219    {
8220      "name": "[282]",
8221      "element-type": "282",
8222      "meta-type": "array"
8223    },
8224    {
8225      "name": "282",
8226      "members": [
8227        {
8228          "name": "host",
8229          "type": "str"
8230        },
8231        {
8232          "name": "service",
8233          "type": "str"
8234        },
8235        {
8236          "name": "family",
8237          "type": "281"
8238        },
8239        {
8240          "name": "websocket",
8241          "type": "bool"
8242        },
8243        {
8244          "name": "x509_dname",
8245          "default": null,
8246          "type": "str"
8247        },
8248        {
8249          "name": "sasl_username",
8250          "default": null,
8251          "type": "str"
8252        }
8253      ],
8254      "meta-type": "object"
8255    },
8256    {
8257      "name": "[283]",
8258      "element-type": "283",
8259      "meta-type": "array"
8260    },
8261    {
8262      "name": "283",
8263      "members": [
8264        {
8265          "name": "host",
8266          "type": "str"
8267        },
8268        {
8269          "name": "service",
8270          "type": "str"
8271        },
8272        {
8273          "name": "family",
8274          "type": "281"
8275        },
8276        {
8277          "name": "websocket",
8278          "type": "bool"
8279        },
8280        {
8281          "name": "auth",
8282          "type": "284"
8283        },
8284        {
8285          "name": "vencrypt",
8286          "default": null,
8287          "type": "285"
8288        }
8289      ],
8290      "meta-type": "object"
8291    },
8292    {
8293      "name": "284",
8294      "meta-type": "enum",
8295      "values": [
8296        "none",
8297        "vnc",
8298        "ra2",
8299        "ra2ne",
8300        "tight",
8301        "ultra",
8302        "tls",
8303        "vencrypt",
8304        "sasl"
8305      ]
8306    },
8307    {
8308      "name": "285",
8309      "meta-type": "enum",
8310      "values": [
8311        "plain",
8312        "tls-none",
8313        "x509-none",
8314        "tls-vnc",
8315        "x509-vnc",
8316        "tls-plain",
8317        "x509-plain",
8318        "tls-sasl",
8319        "x509-sasl"
8320      ]
8321    },
8322    {
8323      "name": "286",
8324      "members": [
8325        {
8326          "name": "host",
8327          "type": "str"
8328        },
8329        {
8330          "name": "service",
8331          "type": "str"
8332        },
8333        {
8334          "name": "family",
8335          "type": "281"
8336        },
8337        {
8338          "name": "websocket",
8339          "type": "bool"
8340        },
8341        {
8342          "name": "auth",
8343          "default": null,
8344          "type": "str"
8345        }
8346      ],
8347      "meta-type": "object"
8348    },
8349    {
8350      "name": "287",
8351      "members": [
8352        {
8353          "name": "host",
8354          "type": "str"
8355        },
8356        {
8357          "name": "service",
8358          "type": "str"
8359        },
8360        {
8361          "name": "family",
8362          "type": "281"
8363        },
8364        {
8365          "name": "websocket",
8366          "type": "bool"
8367        }
8368      ],
8369      "meta-type": "object"
8370    },
8371    {
8372      "name": "[288]",
8373      "element-type": "288",
8374      "meta-type": "array"
8375    },
8376    {
8377      "name": "288",
8378      "tag": "type",
8379      "variants": [
8380        {
8381          "case": "number",
8382          "type": "387"
8383        },
8384        {
8385          "case": "qcode",
8386          "type": "388"
8387        }
8388      ],
8389      "members": [
8390        {
8391          "name": "type",
8392          "type": "386"
8393        }
8394      ],
8395      "meta-type": "object"
8396    },
8397    {
8398      "name": "[289]",
8399      "element-type": "289",
8400      "meta-type": "array"
8401    },
8402    {
8403      "name": "289",
8404      "tag": "type",
8405      "variants": [
8406        {
8407          "case": "key",
8408          "type": "390"
8409        },
8410        {
8411          "case": "btn",
8412          "type": "391"
8413        },
8414        {
8415          "case": "rel",
8416          "type": "392"
8417        },
8418        {
8419          "case": "abs",
8420          "type": "392"
8421        }
8422      ],
8423      "members": [
8424        {
8425          "name": "type",
8426          "type": "389"
8427        }
8428      ],
8429      "meta-type": "object"
8430    },
8431    {
8432      "name": "290",
8433      "meta-type": "enum",
8434      "values": [
8435        "none",
8436        "setup",
8437        "cancelling",
8438        "cancelled",
8439        "active",
8440        "postcopy-active",
8441        "completed",
8442        "failed",
8443        "colo",
8444        "pre-switchover",
8445        "device"
8446      ]
8447    },
8448    {
8449      "name": "291",
8450      "members": [
8451        {
8452          "name": "transferred",
8453          "type": "int"
8454        },
8455        {
8456          "name": "remaining",
8457          "type": "int"
8458        },
8459        {
8460          "name": "total",
8461          "type": "int"
8462        },
8463        {
8464          "name": "duplicate",
8465          "type": "int"
8466        },
8467        {
8468          "name": "skipped",
8469          "type": "int"
8470        },
8471        {
8472          "name": "normal",
8473          "type": "int"
8474        },
8475        {
8476          "name": "normal-bytes",
8477          "type": "int"
8478        },
8479        {
8480          "name": "dirty-pages-rate",
8481          "type": "int"
8482        },
8483        {
8484          "name": "mbps",
8485          "type": "number"
8486        },
8487        {
8488          "name": "dirty-sync-count",
8489          "type": "int"
8490        },
8491        {
8492          "name": "postcopy-requests",
8493          "type": "int"
8494        },
8495        {
8496          "name": "page-size",
8497          "type": "int"
8498        }
8499      ],
8500      "meta-type": "object"
8501    },
8502    {
8503      "name": "292",
8504      "members": [
8505        {
8506          "name": "cache-size",
8507          "type": "int"
8508        },
8509        {
8510          "name": "bytes",
8511          "type": "int"
8512        },
8513        {
8514          "name": "pages",
8515          "type": "int"
8516        },
8517        {
8518          "name": "cache-miss",
8519          "type": "int"
8520        },
8521        {
8522          "name": "cache-miss-rate",
8523          "type": "number"
8524        },
8525        {
8526          "name": "overflow",
8527          "type": "int"
8528        }
8529      ],
8530      "meta-type": "object"
8531    },
8532    {
8533      "name": "293",
8534      "meta-type": "enum",
8535      "values": [
8536        "xbzrle",
8537        "rdma-pin-all",
8538        "auto-converge",
8539        "zero-blocks",
8540        "compress",
8541        "events",
8542        "postcopy-ram",
8543        "x-colo",
8544        "release-ram",
8545        "block",
8546        "return-path",
8547        "pause-before-switchover",
8548        "x-multifd",
8549        "dirty-bitmaps"
8550      ]
8551    },
8552    {
8553      "name": "number",
8554      "json-type": "number",
8555      "meta-type": "builtin"
8556    },
8557    {
8558      "name": "[294]",
8559      "element-type": "294",
8560      "meta-type": "array"
8561    },
8562    {
8563      "name": "294",
8564      "tag": "type",
8565      "variants": [
8566        {
8567          "case": "abort",
8568          "type": "394"
8569        },
8570        {
8571          "case": "block-dirty-bitmap-add",
8572          "type": "395"
8573        },
8574        {
8575          "case": "block-dirty-bitmap-clear",
8576          "type": "396"
8577        },
8578        {
8579          "case": "blockdev-backup",
8580          "type": "397"
8581        },
8582        {
8583          "case": "blockdev-snapshot",
8584          "type": "398"
8585        },
8586        {
8587          "case": "blockdev-snapshot-internal-sync",
8588          "type": "399"
8589        },
8590        {
8591          "case": "blockdev-snapshot-sync",
8592          "type": "400"
8593        },
8594        {
8595          "case": "drive-backup",
8596          "type": "401"
8597        }
8598      ],
8599      "members": [
8600        {
8601          "name": "type",
8602          "type": "393"
8603        }
8604      ],
8605      "meta-type": "object"
8606    },
8607    {
8608      "name": "295",
8609      "members": [
8610        {
8611          "name": "completion-mode",
8612          "default": null,
8613          "type": "402"
8614        }
8615      ],
8616      "meta-type": "object"
8617    },
8618    {
8619      "name": "296",
8620      "meta-type": "enum",
8621      "values": [
8622        "unavailable",
8623        "disabled",
8624        "enabled"
8625      ]
8626    },
8627    {
8628      "name": "297",
8629      "meta-type": "enum",
8630      "values": [
8631        "builtin",
8632        "enum",
8633        "array",
8634        "object",
8635        "alternate",
8636        "command",
8637        "event"
8638      ]
8639    },
8640    {
8641      "name": "298",
8642      "members": [
8643        {
8644          "name": "json-type",
8645          "type": "403"
8646        }
8647      ],
8648      "meta-type": "object"
8649    },
8650    {
8651      "name": "299",
8652      "members": [
8653        {
8654          "name": "values",
8655          "type": "[str]"
8656        }
8657      ],
8658      "meta-type": "object"
8659    },
8660    {
8661      "name": "300",
8662      "members": [
8663        {
8664          "name": "element-type",
8665          "type": "str"
8666        }
8667      ],
8668      "meta-type": "object"
8669    },
8670    {
8671      "name": "301",
8672      "members": [
8673        {
8674          "name": "members",
8675          "type": "[404]"
8676        },
8677        {
8678          "name": "tag",
8679          "default": null,
8680          "type": "str"
8681        },
8682        {
8683          "name": "variants",
8684          "default": null,
8685          "type": "[405]"
8686        }
8687      ],
8688      "meta-type": "object"
8689    },
8690    {
8691      "name": "302",
8692      "members": [
8693        {
8694          "name": "members",
8695          "type": "[406]"
8696        }
8697      ],
8698      "meta-type": "object"
8699    },
8700    {
8701      "name": "303",
8702      "members": [
8703        {
8704          "name": "arg-type",
8705          "type": "str"
8706        },
8707        {
8708          "name": "ret-type",
8709          "type": "str"
8710        },
8711        {
8712          "name": "allow-oob",
8713          "type": "bool"
8714        }
8715      ],
8716      "meta-type": "object"
8717    },
8718    {
8719      "name": "304",
8720      "members": [
8721        {
8722          "name": "arg-type",
8723          "type": "str"
8724        }
8725      ],
8726      "meta-type": "object"
8727    },
8728    {
8729      "name": "[305]",
8730      "element-type": "305",
8731      "meta-type": "array"
8732    },
8733    {
8734      "name": "305",
8735      "meta-type": "enum",
8736      "values": [
8737        "oob"
8738      ]
8739    },
8740    {
8741      "name": "306",
8742      "members": [
8743        {
8744          "name": "major",
8745          "type": "int"
8746        },
8747        {
8748          "name": "minor",
8749          "type": "int"
8750        },
8751        {
8752          "name": "micro",
8753          "type": "int"
8754        }
8755      ],
8756      "meta-type": "object"
8757    },
8758    {
8759      "name": "307",
8760      "members": [
8761        {
8762          "name": "node-id",
8763          "default": null,
8764          "type": "int"
8765        },
8766        {
8767          "name": "socket-id",
8768          "default": null,
8769          "type": "int"
8770        },
8771        {
8772          "name": "core-id",
8773          "default": null,
8774          "type": "int"
8775        },
8776        {
8777          "name": "thread-id",
8778          "default": null,
8779          "type": "int"
8780        }
8781      ],
8782      "meta-type": "object"
8783    },
8784    {
8785      "name": "308",
8786      "meta-type": "enum",
8787      "values": [
8788        "x86",
8789        "sparc",
8790        "ppc",
8791        "mips",
8792        "tricore",
8793        "s390",
8794        "riscv",
8795        "other"
8796      ]
8797    },
8798    {
8799      "name": "309",
8800      "members": [
8801        {
8802          "name": "pc",
8803          "type": "int"
8804        }
8805      ],
8806      "meta-type": "object"
8807    },
8808    {
8809      "name": "310",
8810      "members": [
8811        {
8812          "name": "pc",
8813          "type": "int"
8814        },
8815        {
8816          "name": "npc",
8817          "type": "int"
8818        }
8819      ],
8820      "meta-type": "object"
8821    },
8822    {
8823      "name": "311",
8824      "members": [
8825        {
8826          "name": "nip",
8827          "type": "int"
8828        }
8829      ],
8830      "meta-type": "object"
8831    },
8832    {
8833      "name": "312",
8834      "members": [
8835        {
8836          "name": "PC",
8837          "type": "int"
8838        }
8839      ],
8840      "meta-type": "object"
8841    },
8842    {
8843      "name": "313",
8844      "members": [
8845        {
8846          "name": "PC",
8847          "type": "int"
8848        }
8849      ],
8850      "meta-type": "object"
8851    },
8852    {
8853      "name": "314",
8854      "members": [
8855        {
8856          "name": "cpu-state",
8857          "type": "407"
8858        }
8859      ],
8860      "meta-type": "object"
8861    },
8862    {
8863      "name": "315",
8864      "members": [
8865        {
8866          "name": "pc",
8867          "type": "int"
8868        }
8869      ],
8870      "meta-type": "object"
8871    },
8872    {
8873      "name": "316",
8874      "members": [
8875      ],
8876      "meta-type": "object"
8877    },
8878    {
8879      "name": "[317]",
8880      "element-type": "317",
8881      "meta-type": "array"
8882    },
8883    {
8884      "name": "317",
8885      "members": [
8886        {
8887          "name": "bus",
8888          "type": "int"
8889        },
8890        {
8891          "name": "slot",
8892          "type": "int"
8893        },
8894        {
8895          "name": "function",
8896          "type": "int"
8897        },
8898        {
8899          "name": "class_info",
8900          "type": "408"
8901        },
8902        {
8903          "name": "id",
8904          "type": "409"
8905        },
8906        {
8907          "name": "irq",
8908          "default": null,
8909          "type": "int"
8910        },
8911        {
8912          "name": "qdev_id",
8913          "type": "str"
8914        },
8915        {
8916          "name": "pci_bridge",
8917          "default": null,
8918          "type": "410"
8919        },
8920        {
8921          "name": "regions",
8922          "type": "[411]"
8923        }
8924      ],
8925      "meta-type": "object"
8926    },
8927    {
8928      "name": "318",
8929      "meta-type": "enum",
8930      "values": [
8931        "elf",
8932        "kdump-zlib",
8933        "kdump-lzo",
8934        "kdump-snappy"
8935      ]
8936    },
8937    {
8938      "name": "319",
8939      "meta-type": "enum",
8940      "values": [
8941        "none",
8942        "active",
8943        "completed",
8944        "failed"
8945      ]
8946    },
8947    {
8948      "name": "[318]",
8949      "element-type": "318",
8950      "meta-type": "array"
8951    },
8952    {
8953      "name": "320",
8954      "meta-type": "enum",
8955      "values": [
8956        "static",
8957        "full"
8958      ]
8959    },
8960    {
8961      "name": "321",
8962      "members": [
8963        {
8964          "name": "name",
8965          "type": "str"
8966        },
8967        {
8968          "name": "props",
8969          "default": null,
8970          "type": "any"
8971        }
8972      ],
8973      "meta-type": "object"
8974    },
8975    {
8976      "name": "322",
8977      "meta-type": "enum",
8978      "values": [
8979        "incompatible",
8980        "identical",
8981        "superset",
8982        "subset"
8983      ]
8984    },
8985    {
8986      "name": "[323]",
8987      "element-type": "323",
8988      "meta-type": "array"
8989    },
8990    {
8991      "name": "323",
8992      "members": [
8993        {
8994          "name": "fd",
8995          "type": "int"
8996        },
8997        {
8998          "name": "opaque",
8999          "default": null,
9000          "type": "str"
9001        }
9002      ],
9003      "meta-type": "object"
9004    },
9005    {
9006      "name": "[324]",
9007      "element-type": "324",
9008      "meta-type": "array"
9009    },
9010    {
9011      "name": "324",
9012      "members": [
9013        {
9014          "name": "name",
9015          "type": "str"
9016        },
9017        {
9018          "name": "type",
9019          "type": "412"
9020        },
9021        {
9022          "name": "help",
9023          "default": null,
9024          "type": "str"
9025        },
9026        {
9027          "name": "default",
9028          "default": null,
9029          "type": "str"
9030        }
9031      ],
9032      "meta-type": "object"
9033    },
9034    {
9035      "name": "325",
9036      "meta-type": "enum",
9037      "values": [
9038        "default",
9039        "preferred",
9040        "bind",
9041        "interleave"
9042      ]
9043    },
9044    {
9045      "name": "326",
9046      "meta-type": "enum",
9047      "values": [
9048        "dimm",
9049        "nvdimm"
9050      ]
9051    },
9052    {
9053      "name": "327",
9054      "members": [
9055        {
9056          "name": "data",
9057          "type": "413"
9058        }
9059      ],
9060      "meta-type": "object"
9061    },
9062    {
9063      "name": "328",
9064      "meta-type": "enum",
9065      "values": [
9066        "DIMM",
9067        "CPU"
9068      ]
9069    },
9070    {
9071      "name": "329",
9072      "meta-type": "enum",
9073      "values": [
9074        "uninit",
9075        "launch-update",
9076        "launch-secret",
9077        "running",
9078        "send-update",
9079        "receive-update"
9080      ]
9081    },
9082    {
9083      "name": "330",
9084      "meta-type": "enum",
9085      "values": [
9086        "queue-full"
9087      ]
9088    },
9089    {
9090      "name": "331",
9091      "meta-type": "enum",
9092      "values": [
9093        "hyper-v",
9094        "s390"
9095      ]
9096    },
9097    {
9098      "name": "332",
9099      "members": [
9100        {
9101          "name": "arg1",
9102          "type": "int"
9103        },
9104        {
9105          "name": "arg2",
9106          "type": "int"
9107        },
9108        {
9109          "name": "arg3",
9110          "type": "int"
9111        },
9112        {
9113          "name": "arg4",
9114          "type": "int"
9115        },
9116        {
9117          "name": "arg5",
9118          "type": "int"
9119        }
9120      ],
9121      "meta-type": "object"
9122    },
9123    {
9124      "name": "333",
9125      "members": [
9126        {
9127          "name": "core",
9128          "type": "int"
9129        },
9130        {
9131          "name": "psw-mask",
9132          "type": "int"
9133        },
9134        {
9135          "name": "psw-addr",
9136          "type": "int"
9137        },
9138        {
9139          "name": "reason",
9140          "type": "414"
9141        }
9142      ],
9143      "meta-type": "object"
9144    },
9145    {
9146      "name": "334",
9147      "meta-type": "enum",
9148      "values": [
9149        "active",
9150        "disabled",
9151        "frozen",
9152        "locked"
9153      ]
9154    },
9155    {
9156      "name": "[335]",
9157      "element-type": "335",
9158      "meta-type": "array"
9159    },
9160    {
9161      "name": "335",
9162      "members": [
9163        {
9164          "name": "interval_length",
9165          "type": "int"
9166        },
9167        {
9168          "name": "min_rd_latency_ns",
9169          "type": "int"
9170        },
9171        {
9172          "name": "max_rd_latency_ns",
9173          "type": "int"
9174        },
9175        {
9176          "name": "avg_rd_latency_ns",
9177          "type": "int"
9178        },
9179        {
9180          "name": "min_wr_latency_ns",
9181          "type": "int"
9182        },
9183        {
9184          "name": "max_wr_latency_ns",
9185          "type": "int"
9186        },
9187        {
9188          "name": "avg_wr_latency_ns",
9189          "type": "int"
9190        },
9191        {
9192          "name": "min_flush_latency_ns",
9193          "type": "int"
9194        },
9195        {
9196          "name": "max_flush_latency_ns",
9197          "type": "int"
9198        },
9199        {
9200          "name": "avg_flush_latency_ns",
9201          "type": "int"
9202        },
9203        {
9204          "name": "avg_rd_queue_depth",
9205          "type": "number"
9206        },
9207        {
9208          "name": "avg_wr_queue_depth",
9209          "type": "number"
9210        }
9211      ],
9212      "meta-type": "object"
9213    },
9214    {
9215      "name": "336",
9216      "members": [
9217        {
9218          "name": "boundaries",
9219          "type": "[int]"
9220        },
9221        {
9222          "name": "bins",
9223          "type": "[int]"
9224        }
9225      ],
9226      "meta-type": "object"
9227    },
9228    {
9229      "name": "[56]",
9230      "element-type": "56",
9231      "meta-type": "array"
9232    },
9233    {
9234      "name": "337",
9235      "tag": "type",
9236      "variants": [
9237        {
9238          "case": "qcow2",
9239          "type": "416"
9240        },
9241        {
9242          "case": "vmdk",
9243          "type": "417"
9244        },
9245        {
9246          "case": "luks",
9247          "type": "418"
9248        }
9249      ],
9250      "members": [
9251        {
9252          "name": "type",
9253          "type": "415"
9254        }
9255      ],
9256      "meta-type": "object"
9257    },
9258    {
9259      "name": "338",
9260      "members": [
9261        {
9262          "type": "35"
9263        },
9264        {
9265          "type": "str"
9266        }
9267      ],
9268      "meta-type": "alternate"
9269    },
9270    {
9271      "name": "[339]",
9272      "element-type": "339",
9273      "meta-type": "array"
9274    },
9275    {
9276      "name": "339",
9277      "members": [
9278        {
9279          "name": "event",
9280          "type": "419"
9281        },
9282        {
9283          "name": "state",
9284          "default": null,
9285          "type": "int"
9286        },
9287        {
9288          "name": "errno",
9289          "default": null,
9290          "type": "int"
9291        },
9292        {
9293          "name": "sector",
9294          "default": null,
9295          "type": "int"
9296        },
9297        {
9298          "name": "once",
9299          "default": null,
9300          "type": "bool"
9301        },
9302        {
9303          "name": "immediately",
9304          "default": null,
9305          "type": "bool"
9306        }
9307      ],
9308      "meta-type": "object"
9309    },
9310    {
9311      "name": "[340]",
9312      "element-type": "340",
9313      "meta-type": "array"
9314    },
9315    {
9316      "name": "340",
9317      "members": [
9318        {
9319          "name": "event",
9320          "type": "419"
9321        },
9322        {
9323          "name": "state",
9324          "default": null,
9325          "type": "int"
9326        },
9327        {
9328          "name": "new_state",
9329          "type": "int"
9330        }
9331      ],
9332      "meta-type": "object"
9333    },
9334    {
9335      "name": "341",
9336      "meta-type": "enum",
9337      "values": [
9338        "auto",
9339        "on",
9340        "off"
9341      ]
9342    },
9343    {
9344      "name": "342",
9345      "meta-type": "enum",
9346      "values": [
9347        "threads",
9348        "native"
9349      ]
9350    },
9351    {
9352      "name": "[343]",
9353      "element-type": "343",
9354      "meta-type": "array"
9355    },
9356    {
9357      "name": "343",
9358      "tag": "type",
9359      "variants": [
9360        {
9361          "case": "inet",
9362          "type": "354"
9363        },
9364        {
9365          "case": "unix",
9366          "type": "421"
9367        },
9368        {
9369          "case": "vsock",
9370          "type": "422"
9371        },
9372        {
9373          "case": "fd",
9374          "type": "423"
9375        }
9376      ],
9377      "members": [
9378        {
9379          "name": "type",
9380          "type": "420"
9381        }
9382      ],
9383      "meta-type": "object"
9384    },
9385    {
9386      "name": "344",
9387      "meta-type": "enum",
9388      "values": [
9389        "tcp",
9390        "iser"
9391      ]
9392    },
9393    {
9394      "name": "345",
9395      "meta-type": "enum",
9396      "values": [
9397        "crc32c",
9398        "none",
9399        "crc32c-none",
9400        "none-crc32c"
9401      ]
9402    },
9403    {
9404      "name": "346",
9405      "members": [
9406        {
9407          "name": "type",
9408          "type": "424"
9409        },
9410        {
9411          "name": "host",
9412          "type": "str"
9413        }
9414      ],
9415      "meta-type": "object"
9416    },
9417    {
9418      "name": "347",
9419      "members": [
9420        {
9421          "type": "35"
9422        },
9423        {
9424          "type": "str"
9425        },
9426        {
9427          "type": "null"
9428        }
9429      ],
9430      "meta-type": "alternate"
9431    },
9432    {
9433      "name": "348",
9434      "members": [
9435        {
9436          "type": "425"
9437        },
9438        {
9439          "type": "426"
9440        }
9441      ],
9442      "meta-type": "alternate"
9443    },
9444    {
9445      "name": "349",
9446      "tag": "format",
9447      "variants": [
9448        {
9449          "case": "aes",
9450          "type": "428"
9451        },
9452        {
9453          "case": "luks",
9454          "type": "429"
9455        }
9456      ],
9457      "members": [
9458        {
9459          "name": "format",
9460          "type": "427"
9461        }
9462      ],
9463      "meta-type": "object"
9464    },
9465    {
9466      "name": "350",
9467      "tag": "format",
9468      "variants": [
9469        {
9470          "case": "aes",
9471          "type": "428"
9472        }
9473      ],
9474      "members": [
9475        {
9476          "name": "format",
9477          "type": "430"
9478        }
9479      ],
9480      "meta-type": "object"
9481    },
9482    {
9483      "name": "[338]",
9484      "element-type": "338",
9485      "meta-type": "array"
9486    },
9487    {
9488      "name": "351",
9489      "meta-type": "enum",
9490      "values": [
9491        "quorum",
9492        "fifo"
9493      ]
9494    },
9495    {
9496      "name": "[352]",
9497      "element-type": "352",
9498      "meta-type": "array"
9499    },
9500    {
9501      "name": "352",
9502      "members": [
9503        {
9504          "name": "host",
9505          "type": "str"
9506        },
9507        {
9508          "name": "port",
9509          "type": "str"
9510        }
9511      ],
9512      "meta-type": "object"
9513    },
9514    {
9515      "name": "353",
9516      "meta-type": "enum",
9517      "values": [
9518        "primary",
9519        "secondary"
9520      ]
9521    },
9522    {
9523      "name": "354",
9524      "members": [
9525        {
9526          "name": "host",
9527          "type": "str"
9528        },
9529        {
9530          "name": "port",
9531          "type": "str"
9532        },
9533        {
9534          "name": "numeric",
9535          "default": null,
9536          "type": "bool"
9537        },
9538        {
9539          "name": "to",
9540          "default": null,
9541          "type": "int"
9542        },
9543        {
9544          "name": "ipv4",
9545          "default": null,
9546          "type": "bool"
9547        },
9548        {
9549          "name": "ipv6",
9550          "default": null,
9551          "type": "bool"
9552        }
9553      ],
9554      "meta-type": "object"
9555    },
9556    {
9557      "name": "355",
9558      "tag": "mode",
9559      "variants": [
9560        {
9561          "case": "none",
9562          "type": "432"
9563        },
9564        {
9565          "case": "hash",
9566          "type": "433"
9567        },
9568        {
9569          "case": "known_hosts",
9570          "type": "432"
9571        }
9572      ],
9573      "members": [
9574        {
9575          "name": "mode",
9576          "type": "431"
9577        }
9578      ],
9579      "meta-type": "object"
9580    },
9581    {
9582      "name": "356",
9583      "meta-type": "enum",
9584      "values": [
9585        "off",
9586        "metadata",
9587        "falloc",
9588        "full"
9589      ]
9590    },
9591    {
9592      "name": "357",
9593      "meta-type": "enum",
9594      "values": [
9595        "aes-128",
9596        "aes-192",
9597        "aes-256",
9598        "des-rfb",
9599        "3des",
9600        "cast5-128",
9601        "serpent-128",
9602        "serpent-192",
9603        "serpent-256",
9604        "twofish-128",
9605        "twofish-192",
9606        "twofish-256"
9607      ]
9608    },
9609    {
9610      "name": "358",
9611      "meta-type": "enum",
9612      "values": [
9613        "ecb",
9614        "cbc",
9615        "xts",
9616        "ctr"
9617      ]
9618    },
9619    {
9620      "name": "359",
9621      "meta-type": "enum",
9622      "values": [
9623        "plain",
9624        "plain64",
9625        "essiv"
9626      ]
9627    },
9628    {
9629      "name": "360",
9630      "meta-type": "enum",
9631      "values": [
9632        "md5",
9633        "sha1",
9634        "sha224",
9635        "sha256",
9636        "sha384",
9637        "sha512",
9638        "ripemd160"
9639      ]
9640    },
9641    {
9642      "name": "361",
9643      "tag": "format",
9644      "variants": [
9645        {
9646          "case": "qcow",
9647          "type": "428"
9648        },
9649        {
9650          "case": "luks",
9651          "type": "435"
9652        }
9653      ],
9654      "members": [
9655        {
9656          "name": "format",
9657          "type": "434"
9658        }
9659      ],
9660      "meta-type": "object"
9661    },
9662    {
9663      "name": "362",
9664      "meta-type": "enum",
9665      "values": [
9666        "v2",
9667        "v3"
9668      ]
9669    },
9670    {
9671      "name": "363",
9672      "tag": "type",
9673      "variants": [
9674        {
9675          "case": "full",
9676          "type": "437"
9677        },
9678        {
9679          "case": "erasure-coded",
9680          "type": "438"
9681        }
9682      ],
9683      "members": [
9684        {
9685          "name": "type",
9686          "type": "436"
9687        }
9688      ],
9689      "meta-type": "object"
9690    },
9691    {
9692      "name": "364",
9693      "meta-type": "enum",
9694      "values": [
9695        "dynamic",
9696        "fixed"
9697      ]
9698    },
9699    {
9700      "name": "365",
9701      "meta-type": "enum",
9702      "values": [
9703        "dynamic",
9704        "fixed"
9705      ]
9706    },
9707    {
9708      "name": "null",
9709      "json-type": "null",
9710      "meta-type": "builtin"
9711    },
9712    {
9713      "name": "366",
9714      "meta-type": "enum",
9715      "values": [
9716        "inet",
9717        "unix",
9718        "vsock",
9719        "fd"
9720      ]
9721    },
9722    {
9723      "name": "367",
9724      "members": [
9725        {
9726          "name": "data",
9727          "type": "354"
9728        }
9729      ],
9730      "meta-type": "object"
9731    },
9732    {
9733      "name": "368",
9734      "members": [
9735        {
9736          "name": "data",
9737          "type": "421"
9738        }
9739      ],
9740      "meta-type": "object"
9741    },
9742    {
9743      "name": "369",
9744      "members": [
9745        {
9746          "name": "data",
9747          "type": "422"
9748        }
9749      ],
9750      "meta-type": "object"
9751    },
9752    {
9753      "name": "370",
9754      "members": [
9755        {
9756          "name": "data",
9757          "type": "423"
9758        }
9759      ],
9760      "meta-type": "object"
9761    },
9762    {
9763      "name": "371",
9764      "meta-type": "enum",
9765      "values": [
9766        "file",
9767        "serial",
9768        "parallel",
9769        "pipe",
9770        "socket",
9771        "udp",
9772        "pty",
9773        "null",
9774        "mux",
9775        "msmouse",
9776        "wctablet",
9777        "braille",
9778        "testdev",
9779        "stdio",
9780        "console",
9781        "spicevmc",
9782        "spiceport",
9783        "vc",
9784        "ringbuf",
9785        "memory"
9786      ]
9787    },
9788    {
9789      "name": "372",
9790      "members": [
9791        {
9792          "name": "data",
9793          "type": "439"
9794        }
9795      ],
9796      "meta-type": "object"
9797    },
9798    {
9799      "name": "373",
9800      "members": [
9801        {
9802          "name": "data",
9803          "type": "440"
9804        }
9805      ],
9806      "meta-type": "object"
9807    },
9808    {
9809      "name": "374",
9810      "members": [
9811        {
9812          "name": "data",
9813          "type": "441"
9814        }
9815      ],
9816      "meta-type": "object"
9817    },
9818    {
9819      "name": "375",
9820      "members": [
9821        {
9822          "name": "data",
9823          "type": "442"
9824        }
9825      ],
9826      "meta-type": "object"
9827    },
9828    {
9829      "name": "376",
9830      "members": [
9831        {
9832          "name": "data",
9833          "type": "443"
9834        }
9835      ],
9836      "meta-type": "object"
9837    },
9838    {
9839      "name": "377",
9840      "members": [
9841        {
9842          "name": "data",
9843          "type": "444"
9844        }
9845      ],
9846      "meta-type": "object"
9847    },
9848    {
9849      "name": "378",
9850      "members": [
9851        {
9852          "name": "data",
9853          "type": "445"
9854        }
9855      ],
9856      "meta-type": "object"
9857    },
9858    {
9859      "name": "379",
9860      "members": [
9861        {
9862          "name": "data",
9863          "type": "446"
9864        }
9865      ],
9866      "meta-type": "object"
9867    },
9868    {
9869      "name": "380",
9870      "members": [
9871        {
9872          "name": "data",
9873          "type": "447"
9874        }
9875      ],
9876      "meta-type": "object"
9877    },
9878    {
9879      "name": "381",
9880      "members": [
9881        {
9882          "name": "data",
9883          "type": "448"
9884        }
9885      ],
9886      "meta-type": "object"
9887    },
9888    {
9889      "name": "382",
9890      "members": [
9891        {
9892          "name": "data",
9893          "type": "449"
9894        }
9895      ],
9896      "meta-type": "object"
9897    },
9898    {
9899      "name": "383",
9900      "meta-type": "enum",
9901      "values": [
9902        "passthrough",
9903        "emulator"
9904      ]
9905    },
9906    {
9907      "name": "384",
9908      "members": [
9909        {
9910          "name": "data",
9911          "type": "450"
9912        }
9913      ],
9914      "meta-type": "object"
9915    },
9916    {
9917      "name": "385",
9918      "members": [
9919        {
9920          "name": "data",
9921          "type": "451"
9922        }
9923      ],
9924      "meta-type": "object"
9925    },
9926    {
9927      "name": "386",
9928      "meta-type": "enum",
9929      "values": [
9930        "number",
9931        "qcode"
9932      ]
9933    },
9934    {
9935      "name": "387",
9936      "members": [
9937        {
9938          "name": "data",
9939          "type": "int"
9940        }
9941      ],
9942      "meta-type": "object"
9943    },
9944    {
9945      "name": "388",
9946      "members": [
9947        {
9948          "name": "data",
9949          "type": "452"
9950        }
9951      ],
9952      "meta-type": "object"
9953    },
9954    {
9955      "name": "389",
9956      "meta-type": "enum",
9957      "values": [
9958        "key",
9959        "btn",
9960        "rel",
9961        "abs"
9962      ]
9963    },
9964    {
9965      "name": "390",
9966      "members": [
9967        {
9968          "name": "data",
9969          "type": "453"
9970        }
9971      ],
9972      "meta-type": "object"
9973    },
9974    {
9975      "name": "391",
9976      "members": [
9977        {
9978          "name": "data",
9979          "type": "454"
9980        }
9981      ],
9982      "meta-type": "object"
9983    },
9984    {
9985      "name": "392",
9986      "members": [
9987        {
9988          "name": "data",
9989          "type": "455"
9990        }
9991      ],
9992      "meta-type": "object"
9993    },
9994    {
9995      "name": "393",
9996      "meta-type": "enum",
9997      "values": [
9998        "abort",
9999        "block-dirty-bitmap-add",
10000        "block-dirty-bitmap-clear",
10001        "blockdev-backup",
10002        "blockdev-snapshot",
10003        "blockdev-snapshot-internal-sync",
10004        "blockdev-snapshot-sync",
10005        "drive-backup"
10006      ]
10007    },
10008    {
10009      "name": "394",
10010      "members": [
10011        {
10012          "name": "data",
10013          "type": "456"
10014        }
10015      ],
10016      "meta-type": "object"
10017    },
10018    {
10019      "name": "395",
10020      "members": [
10021        {
10022          "name": "data",
10023          "type": "22"
10024        }
10025      ],
10026      "meta-type": "object"
10027    },
10028    {
10029      "name": "396",
10030      "members": [
10031        {
10032          "name": "data",
10033          "type": "23"
10034        }
10035      ],
10036      "meta-type": "object"
10037    },
10038    {
10039      "name": "397",
10040      "members": [
10041        {
10042          "name": "data",
10043          "type": "19"
10044        }
10045      ],
10046      "meta-type": "object"
10047    },
10048    {
10049      "name": "398",
10050      "members": [
10051        {
10052          "name": "data",
10053          "type": "15"
10054        }
10055      ],
10056      "meta-type": "object"
10057    },
10058    {
10059      "name": "399",
10060      "members": [
10061        {
10062          "name": "data",
10063          "type": "54"
10064        }
10065      ],
10066      "meta-type": "object"
10067    },
10068    {
10069      "name": "400",
10070      "members": [
10071        {
10072          "name": "data",
10073          "type": "14"
10074        }
10075      ],
10076      "meta-type": "object"
10077    },
10078    {
10079      "name": "401",
10080      "members": [
10081        {
10082          "name": "data",
10083          "type": "18"
10084        }
10085      ],
10086      "meta-type": "object"
10087    },
10088    {
10089      "name": "402",
10090      "meta-type": "enum",
10091      "values": [
10092        "individual",
10093        "grouped"
10094      ]
10095    },
10096    {
10097      "name": "403",
10098      "meta-type": "enum",
10099      "values": [
10100        "string",
10101        "number",
10102        "int",
10103        "boolean",
10104        "null",
10105        "object",
10106        "array",
10107        "value"
10108      ]
10109    },
10110    {
10111      "name": "[404]",
10112      "element-type": "404",
10113      "meta-type": "array"
10114    },
10115    {
10116      "name": "404",
10117      "members": [
10118        {
10119          "name": "name",
10120          "type": "str"
10121        },
10122        {
10123          "name": "type",
10124          "type": "str"
10125        },
10126        {
10127          "name": "default",
10128          "default": null,
10129          "type": "any"
10130        }
10131      ],
10132      "meta-type": "object"
10133    },
10134    {
10135      "name": "[405]",
10136      "element-type": "405",
10137      "meta-type": "array"
10138    },
10139    {
10140      "name": "405",
10141      "members": [
10142        {
10143          "name": "case",
10144          "type": "str"
10145        },
10146        {
10147          "name": "type",
10148          "type": "str"
10149        }
10150      ],
10151      "meta-type": "object"
10152    },
10153    {
10154      "name": "[406]",
10155      "element-type": "406",
10156      "meta-type": "array"
10157    },
10158    {
10159      "name": "406",
10160      "members": [
10161        {
10162          "name": "type",
10163          "type": "str"
10164        }
10165      ],
10166      "meta-type": "object"
10167    },
10168    {
10169      "name": "407",
10170      "meta-type": "enum",
10171      "values": [
10172        "uninitialized",
10173        "stopped",
10174        "check-stop",
10175        "operating",
10176        "load"
10177      ]
10178    },
10179    {
10180      "name": "408",
10181      "members": [
10182        {
10183          "name": "desc",
10184          "default": null,
10185          "type": "str"
10186        },
10187        {
10188          "name": "class",
10189          "type": "int"
10190        }
10191      ],
10192      "meta-type": "object"
10193    },
10194    {
10195      "name": "409",
10196      "members": [
10197        {
10198          "name": "device",
10199          "type": "int"
10200        },
10201        {
10202          "name": "vendor",
10203          "type": "int"
10204        }
10205      ],
10206      "meta-type": "object"
10207    },
10208    {
10209      "name": "410",
10210      "members": [
10211        {
10212          "name": "bus",
10213          "type": "457"
10214        },
10215        {
10216          "name": "devices",
10217          "default": null,
10218          "type": "[317]"
10219        }
10220      ],
10221      "meta-type": "object"
10222    },
10223    {
10224      "name": "[411]",
10225      "element-type": "411",
10226      "meta-type": "array"
10227    },
10228    {
10229      "name": "411",
10230      "members": [
10231        {
10232          "name": "bar",
10233          "type": "int"
10234        },
10235        {
10236          "name": "type",
10237          "type": "str"
10238        },
10239        {
10240          "name": "address",
10241          "type": "int"
10242        },
10243        {
10244          "name": "size",
10245          "type": "int"
10246        },
10247        {
10248          "name": "prefetch",
10249          "default": null,
10250          "type": "bool"
10251        },
10252        {
10253          "name": "mem_type_64",
10254          "default": null,
10255          "type": "bool"
10256        }
10257      ],
10258      "meta-type": "object"
10259    },
10260    {
10261      "name": "412",
10262      "meta-type": "enum",
10263      "values": [
10264        "string",
10265        "boolean",
10266        "number",
10267        "size"
10268      ]
10269    },
10270    {
10271      "name": "413",
10272      "members": [
10273        {
10274          "name": "id",
10275          "default": null,
10276          "type": "str"
10277        },
10278        {
10279          "name": "addr",
10280          "type": "int"
10281        },
10282        {
10283          "name": "size",
10284          "type": "int"
10285        },
10286        {
10287          "name": "slot",
10288          "type": "int"
10289        },
10290        {
10291          "name": "node",
10292          "type": "int"
10293        },
10294        {
10295          "name": "memdev",
10296          "type": "str"
10297        },
10298        {
10299          "name": "hotplugged",
10300          "type": "bool"
10301        },
10302        {
10303          "name": "hotpluggable",
10304          "type": "bool"
10305        }
10306      ],
10307      "meta-type": "object"
10308    },
10309    {
10310      "name": "414",
10311      "meta-type": "enum",
10312      "values": [
10313        "unknown",
10314        "disabled-wait",
10315        "extint-loop",
10316        "pgmint-loop",
10317        "opint-loop"
10318      ]
10319    },
10320    {
10321      "name": "415",
10322      "meta-type": "enum",
10323      "values": [
10324        "qcow2",
10325        "vmdk",
10326        "luks"
10327      ]
10328    },
10329    {
10330      "name": "416",
10331      "members": [
10332        {
10333          "name": "data",
10334          "type": "458"
10335        }
10336      ],
10337      "meta-type": "object"
10338    },
10339    {
10340      "name": "417",
10341      "members": [
10342        {
10343          "name": "data",
10344          "type": "459"
10345        }
10346      ],
10347      "meta-type": "object"
10348    },
10349    {
10350      "name": "418",
10351      "members": [
10352        {
10353          "name": "data",
10354          "type": "460"
10355        }
10356      ],
10357      "meta-type": "object"
10358    },
10359    {
10360      "name": "419",
10361      "meta-type": "enum",
10362      "values": [
10363        "l1_update",
10364        "l1_grow_alloc_table",
10365        "l1_grow_write_table",
10366        "l1_grow_activate_table",
10367        "l2_load",
10368        "l2_update",
10369        "l2_update_compressed",
10370        "l2_alloc_cow_read",
10371        "l2_alloc_write",
10372        "read_aio",
10373        "read_backing_aio",
10374        "read_compressed",
10375        "write_aio",
10376        "write_compressed",
10377        "vmstate_load",
10378        "vmstate_save",
10379        "cow_read",
10380        "cow_write",
10381        "reftable_load",
10382        "reftable_grow",
10383        "reftable_update",
10384        "refblock_load",
10385        "refblock_update",
10386        "refblock_update_part",
10387        "refblock_alloc",
10388        "refblock_alloc_hookup",
10389        "refblock_alloc_write",
10390        "refblock_alloc_write_blocks",
10391        "refblock_alloc_write_table",
10392        "refblock_alloc_switch_table",
10393        "cluster_alloc",
10394        "cluster_alloc_bytes",
10395        "cluster_free",
10396        "flush_to_os",
10397        "flush_to_disk",
10398        "pwritev_rmw_head",
10399        "pwritev_rmw_after_head",
10400        "pwritev_rmw_tail",
10401        "pwritev_rmw_after_tail",
10402        "pwritev",
10403        "pwritev_zero",
10404        "pwritev_done",
10405        "empty_image_prepare",
10406        "l1_shrink_write_table",
10407        "l1_shrink_free_l2_clusters",
10408        "cor_write"
10409      ]
10410    },
10411    {
10412      "name": "420",
10413      "meta-type": "enum",
10414      "values": [
10415        "inet",
10416        "unix",
10417        "vsock",
10418        "fd"
10419      ]
10420    },
10421    {
10422      "name": "421",
10423      "members": [
10424        {
10425          "name": "path",
10426          "type": "str"
10427        }
10428      ],
10429      "meta-type": "object"
10430    },
10431    {
10432      "name": "422",
10433      "members": [
10434        {
10435          "name": "cid",
10436          "type": "str"
10437        },
10438        {
10439          "name": "port",
10440          "type": "str"
10441        }
10442      ],
10443      "meta-type": "object"
10444    },
10445    {
10446      "name": "423",
10447      "members": [
10448        {
10449          "name": "str",
10450          "type": "str"
10451        }
10452      ],
10453      "meta-type": "object"
10454    },
10455    {
10456      "name": "424",
10457      "meta-type": "enum",
10458      "values": [
10459        "inet"
10460      ]
10461    },
10462    {
10463      "name": "425",
10464      "members": [
10465        {
10466          "name": "template",
10467          "default": null,
10468          "type": "426"
10469        },
10470        {
10471          "name": "main-header",
10472          "default": null,
10473          "type": "bool"
10474        },
10475        {
10476          "name": "active-l1",
10477          "default": null,
10478          "type": "bool"
10479        },
10480        {
10481          "name": "active-l2",
10482          "default": null,
10483          "type": "bool"
10484        },
10485        {
10486          "name": "refcount-table",
10487          "default": null,
10488          "type": "bool"
10489        },
10490        {
10491          "name": "refcount-block",
10492          "default": null,
10493          "type": "bool"
10494        },
10495        {
10496          "name": "snapshot-table",
10497          "default": null,
10498          "type": "bool"
10499        },
10500        {
10501          "name": "inactive-l1",
10502          "default": null,
10503          "type": "bool"
10504        },
10505        {
10506          "name": "inactive-l2",
10507          "default": null,
10508          "type": "bool"
10509        }
10510      ],
10511      "meta-type": "object"
10512    },
10513    {
10514      "name": "426",
10515      "meta-type": "enum",
10516      "values": [
10517        "none",
10518        "constant",
10519        "cached",
10520        "all"
10521      ]
10522    },
10523    {
10524      "name": "427",
10525      "meta-type": "enum",
10526      "values": [
10527        "aes",
10528        "luks"
10529      ]
10530    },
10531    {
10532      "name": "428",
10533      "members": [
10534        {
10535          "name": "key-secret",
10536          "default": null,
10537          "type": "str"
10538        }
10539      ],
10540      "meta-type": "object"
10541    },
10542    {
10543      "name": "429",
10544      "members": [
10545        {
10546          "name": "key-secret",
10547          "default": null,
10548          "type": "str"
10549        }
10550      ],
10551      "meta-type": "object"
10552    },
10553    {
10554      "name": "430",
10555      "meta-type": "enum",
10556      "values": [
10557        "aes"
10558      ]
10559    },
10560    {
10561      "name": "431",
10562      "meta-type": "enum",
10563      "values": [
10564        "none",
10565        "hash",
10566        "known_hosts"
10567      ]
10568    },
10569    {
10570      "name": "432",
10571      "members": [
10572      ],
10573      "meta-type": "object"
10574    },
10575    {
10576      "name": "433",
10577      "members": [
10578        {
10579          "name": "type",
10580          "type": "461"
10581        },
10582        {
10583          "name": "hash",
10584          "type": "str"
10585        }
10586      ],
10587      "meta-type": "object"
10588    },
10589    {
10590      "name": "434",
10591      "meta-type": "enum",
10592      "values": [
10593        "qcow",
10594        "luks"
10595      ]
10596    },
10597    {
10598      "name": "435",
10599      "members": [
10600        {
10601          "name": "key-secret",
10602          "default": null,
10603          "type": "str"
10604        },
10605        {
10606          "name": "cipher-alg",
10607          "default": null,
10608          "type": "357"
10609        },
10610        {
10611          "name": "cipher-mode",
10612          "default": null,
10613          "type": "358"
10614        },
10615        {
10616          "name": "ivgen-alg",
10617          "default": null,
10618          "type": "359"
10619        },
10620        {
10621          "name": "ivgen-hash-alg",
10622          "default": null,
10623          "type": "360"
10624        },
10625        {
10626          "name": "hash-alg",
10627          "default": null,
10628          "type": "360"
10629        },
10630        {
10631          "name": "iter-time",
10632          "default": null,
10633          "type": "int"
10634        }
10635      ],
10636      "meta-type": "object"
10637    },
10638    {
10639      "name": "436",
10640      "meta-type": "enum",
10641      "values": [
10642        "full",
10643        "erasure-coded"
10644      ]
10645    },
10646    {
10647      "name": "437",
10648      "members": [
10649        {
10650          "name": "copies",
10651          "type": "int"
10652        }
10653      ],
10654      "meta-type": "object"
10655    },
10656    {
10657      "name": "438",
10658      "members": [
10659        {
10660          "name": "data-strips",
10661          "type": "int"
10662        },
10663        {
10664          "name": "parity-strips",
10665          "type": "int"
10666        }
10667      ],
10668      "meta-type": "object"
10669    },
10670    {
10671      "name": "439",
10672      "members": [
10673        {
10674          "name": "logfile",
10675          "default": null,
10676          "type": "str"
10677        },
10678        {
10679          "name": "logappend",
10680          "default": null,
10681          "type": "bool"
10682        },
10683        {
10684          "name": "in",
10685          "default": null,
10686          "type": "str"
10687        },
10688        {
10689          "name": "out",
10690          "type": "str"
10691        },
10692        {
10693          "name": "append",
10694          "default": null,
10695          "type": "bool"
10696        }
10697      ],
10698      "meta-type": "object"
10699    },
10700    {
10701      "name": "440",
10702      "members": [
10703        {
10704          "name": "logfile",
10705          "default": null,
10706          "type": "str"
10707        },
10708        {
10709          "name": "logappend",
10710          "default": null,
10711          "type": "bool"
10712        },
10713        {
10714          "name": "device",
10715          "type": "str"
10716        }
10717      ],
10718      "meta-type": "object"
10719    },
10720    {
10721      "name": "441",
10722      "members": [
10723        {
10724          "name": "logfile",
10725          "default": null,
10726          "type": "str"
10727        },
10728        {
10729          "name": "logappend",
10730          "default": null,
10731          "type": "bool"
10732        },
10733        {
10734          "name": "addr",
10735          "type": "265"
10736        },
10737        {
10738          "name": "tls-creds",
10739          "default": null,
10740          "type": "str"
10741        },
10742        {
10743          "name": "server",
10744          "default": null,
10745          "type": "bool"
10746        },
10747        {
10748          "name": "wait",
10749          "default": null,
10750          "type": "bool"
10751        },
10752        {
10753          "name": "nodelay",
10754          "default": null,
10755          "type": "bool"
10756        },
10757        {
10758          "name": "telnet",
10759          "default": null,
10760          "type": "bool"
10761        },
10762        {
10763          "name": "tn3270",
10764          "default": null,
10765          "type": "bool"
10766        },
10767        {
10768          "name": "reconnect",
10769          "default": null,
10770          "type": "int"
10771        }
10772      ],
10773      "meta-type": "object"
10774    },
10775    {
10776      "name": "442",
10777      "members": [
10778        {
10779          "name": "logfile",
10780          "default": null,
10781          "type": "str"
10782        },
10783        {
10784          "name": "logappend",
10785          "default": null,
10786          "type": "bool"
10787        },
10788        {
10789          "name": "remote",
10790          "type": "265"
10791        },
10792        {
10793          "name": "local",
10794          "default": null,
10795          "type": "265"
10796        }
10797      ],
10798      "meta-type": "object"
10799    },
10800    {
10801      "name": "443",
10802      "members": [
10803        {
10804          "name": "logfile",
10805          "default": null,
10806          "type": "str"
10807        },
10808        {
10809          "name": "logappend",
10810          "default": null,
10811          "type": "bool"
10812        }
10813      ],
10814      "meta-type": "object"
10815    },
10816    {
10817      "name": "444",
10818      "members": [
10819        {
10820          "name": "logfile",
10821          "default": null,
10822          "type": "str"
10823        },
10824        {
10825          "name": "logappend",
10826          "default": null,
10827          "type": "bool"
10828        },
10829        {
10830          "name": "chardev",
10831          "type": "str"
10832        }
10833      ],
10834      "meta-type": "object"
10835    },
10836    {
10837      "name": "445",
10838      "members": [
10839        {
10840          "name": "logfile",
10841          "default": null,
10842          "type": "str"
10843        },
10844        {
10845          "name": "logappend",
10846          "default": null,
10847          "type": "bool"
10848        },
10849        {
10850          "name": "signal",
10851          "default": null,
10852          "type": "bool"
10853        }
10854      ],
10855      "meta-type": "object"
10856    },
10857    {
10858      "name": "446",
10859      "members": [
10860        {
10861          "name": "logfile",
10862          "default": null,
10863          "type": "str"
10864        },
10865        {
10866          "name": "logappend",
10867          "default": null,
10868          "type": "bool"
10869        },
10870        {
10871          "name": "type",
10872          "type": "str"
10873        }
10874      ],
10875      "meta-type": "object"
10876    },
10877    {
10878      "name": "447",
10879      "members": [
10880        {
10881          "name": "logfile",
10882          "default": null,
10883          "type": "str"
10884        },
10885        {
10886          "name": "logappend",
10887          "default": null,
10888          "type": "bool"
10889        },
10890        {
10891          "name": "fqdn",
10892          "type": "str"
10893        }
10894      ],
10895      "meta-type": "object"
10896    },
10897    {
10898      "name": "448",
10899      "members": [
10900        {
10901          "name": "logfile",
10902          "default": null,
10903          "type": "str"
10904        },
10905        {
10906          "name": "logappend",
10907          "default": null,
10908          "type": "bool"
10909        },
10910        {
10911          "name": "width",
10912          "default": null,
10913          "type": "int"
10914        },
10915        {
10916          "name": "height",
10917          "default": null,
10918          "type": "int"
10919        },
10920        {
10921          "name": "cols",
10922          "default": null,
10923          "type": "int"
10924        },
10925        {
10926          "name": "rows",
10927          "default": null,
10928          "type": "int"
10929        }
10930      ],
10931      "meta-type": "object"
10932    },
10933    {
10934      "name": "449",
10935      "members": [
10936        {
10937          "name": "logfile",
10938          "default": null,
10939          "type": "str"
10940        },
10941        {
10942          "name": "logappend",
10943          "default": null,
10944          "type": "bool"
10945        },
10946        {
10947          "name": "size",
10948          "default": null,
10949          "type": "int"
10950        }
10951      ],
10952      "meta-type": "object"
10953    },
10954    {
10955      "name": "450",
10956      "members": [
10957        {
10958          "name": "path",
10959          "default": null,
10960          "type": "str"
10961        },
10962        {
10963          "name": "cancel-path",
10964          "default": null,
10965          "type": "str"
10966        }
10967      ],
10968      "meta-type": "object"
10969    },
10970    {
10971      "name": "451",
10972      "members": [
10973        {
10974          "name": "chardev",
10975          "type": "str"
10976        }
10977      ],
10978      "meta-type": "object"
10979    },
10980    {
10981      "name": "452",
10982      "meta-type": "enum",
10983      "values": [
10984        "unmapped",
10985        "shift",
10986        "shift_r",
10987        "alt",
10988        "alt_r",
10989        "ctrl",
10990        "ctrl_r",
10991        "menu",
10992        "esc",
10993        "1",
10994        "2",
10995        "3",
10996        "4",
10997        "5",
10998        "6",
10999        "7",
11000        "8",
11001        "9",
11002        "0",
11003        "minus",
11004        "equal",
11005        "backspace",
11006        "tab",
11007        "q",
11008        "w",
11009        "e",
11010        "r",
11011        "t",
11012        "y",
11013        "u",
11014        "i",
11015        "o",
11016        "p",
11017        "bracket_left",
11018        "bracket_right",
11019        "ret",
11020        "a",
11021        "s",
11022        "d",
11023        "f",
11024        "g",
11025        "h",
11026        "j",
11027        "k",
11028        "l",
11029        "semicolon",
11030        "apostrophe",
11031        "grave_accent",
11032        "backslash",
11033        "z",
11034        "x",
11035        "c",
11036        "v",
11037        "b",
11038        "n",
11039        "m",
11040        "comma",
11041        "dot",
11042        "slash",
11043        "asterisk",
11044        "spc",
11045        "caps_lock",
11046        "f1",
11047        "f2",
11048        "f3",
11049        "f4",
11050        "f5",
11051        "f6",
11052        "f7",
11053        "f8",
11054        "f9",
11055        "f10",
11056        "num_lock",
11057        "scroll_lock",
11058        "kp_divide",
11059        "kp_multiply",
11060        "kp_subtract",
11061        "kp_add",
11062        "kp_enter",
11063        "kp_decimal",
11064        "sysrq",
11065        "kp_0",
11066        "kp_1",
11067        "kp_2",
11068        "kp_3",
11069        "kp_4",
11070        "kp_5",
11071        "kp_6",
11072        "kp_7",
11073        "kp_8",
11074        "kp_9",
11075        "less",
11076        "f11",
11077        "f12",
11078        "print",
11079        "home",
11080        "pgup",
11081        "pgdn",
11082        "end",
11083        "left",
11084        "up",
11085        "down",
11086        "right",
11087        "insert",
11088        "delete",
11089        "stop",
11090        "again",
11091        "props",
11092        "undo",
11093        "front",
11094        "copy",
11095        "open",
11096        "paste",
11097        "find",
11098        "cut",
11099        "lf",
11100        "help",
11101        "meta_l",
11102        "meta_r",
11103        "compose",
11104        "pause",
11105        "ro",
11106        "hiragana",
11107        "henkan",
11108        "yen",
11109        "muhenkan",
11110        "katakanahiragana",
11111        "kp_comma",
11112        "kp_equals",
11113        "power",
11114        "sleep",
11115        "wake",
11116        "audionext",
11117        "audioprev",
11118        "audiostop",
11119        "audioplay",
11120        "audiomute",
11121        "volumeup",
11122        "volumedown",
11123        "mediaselect",
11124        "mail",
11125        "calculator",
11126        "computer",
11127        "ac_home",
11128        "ac_back",
11129        "ac_forward",
11130        "ac_refresh",
11131        "ac_bookmarks"
11132      ]
11133    },
11134    {
11135      "name": "453",
11136      "members": [
11137        {
11138          "name": "key",
11139          "type": "288"
11140        },
11141        {
11142          "name": "down",
11143          "type": "bool"
11144        }
11145      ],
11146      "meta-type": "object"
11147    },
11148    {
11149      "name": "454",
11150      "members": [
11151        {
11152          "name": "button",
11153          "type": "462"
11154        },
11155        {
11156          "name": "down",
11157          "type": "bool"
11158        }
11159      ],
11160      "meta-type": "object"
11161    },
11162    {
11163      "name": "455",
11164      "members": [
11165        {
11166          "name": "axis",
11167          "type": "463"
11168        },
11169        {
11170          "name": "value",
11171          "type": "int"
11172        }
11173      ],
11174      "meta-type": "object"
11175    },
11176    {
11177      "name": "456",
11178      "members": [
11179      ],
11180      "meta-type": "object"
11181    },
11182    {
11183      "name": "457",
11184      "members": [
11185        {
11186          "name": "number",
11187          "type": "int"
11188        },
11189        {
11190          "name": "secondary",
11191          "type": "int"
11192        },
11193        {
11194          "name": "subordinate",
11195          "type": "int"
11196        },
11197        {
11198          "name": "io_range",
11199          "type": "464"
11200        },
11201        {
11202          "name": "memory_range",
11203          "type": "464"
11204        },
11205        {
11206          "name": "prefetchable_range",
11207          "type": "464"
11208        }
11209      ],
11210      "meta-type": "object"
11211    },
11212    {
11213      "name": "458",
11214      "members": [
11215        {
11216          "name": "compat",
11217          "type": "str"
11218        },
11219        {
11220          "name": "lazy-refcounts",
11221          "default": null,
11222          "type": "bool"
11223        },
11224        {
11225          "name": "corrupt",
11226          "default": null,
11227          "type": "bool"
11228        },
11229        {
11230          "name": "refcount-bits",
11231          "type": "int"
11232        },
11233        {
11234          "name": "encrypt",
11235          "default": null,
11236          "type": "465"
11237        }
11238      ],
11239      "meta-type": "object"
11240    },
11241    {
11242      "name": "459",
11243      "members": [
11244        {
11245          "name": "create-type",
11246          "type": "str"
11247        },
11248        {
11249          "name": "cid",
11250          "type": "int"
11251        },
11252        {
11253          "name": "parent-cid",
11254          "type": "int"
11255        },
11256        {
11257          "name": "extents",
11258          "type": "[213]"
11259        }
11260      ],
11261      "meta-type": "object"
11262    },
11263    {
11264      "name": "460",
11265      "members": [
11266        {
11267          "name": "cipher-alg",
11268          "type": "357"
11269        },
11270        {
11271          "name": "cipher-mode",
11272          "type": "358"
11273        },
11274        {
11275          "name": "ivgen-alg",
11276          "type": "359"
11277        },
11278        {
11279          "name": "ivgen-hash-alg",
11280          "default": null,
11281          "type": "360"
11282        },
11283        {
11284          "name": "hash-alg",
11285          "type": "360"
11286        },
11287        {
11288          "name": "payload-offset",
11289          "type": "int"
11290        },
11291        {
11292          "name": "master-key-iters",
11293          "type": "int"
11294        },
11295        {
11296          "name": "uuid",
11297          "type": "str"
11298        },
11299        {
11300          "name": "slots",
11301          "type": "[466]"
11302        }
11303      ],
11304      "meta-type": "object"
11305    },
11306    {
11307      "name": "461",
11308      "meta-type": "enum",
11309      "values": [
11310        "md5",
11311        "sha1"
11312      ]
11313    },
11314    {
11315      "name": "462",
11316      "meta-type": "enum",
11317      "values": [
11318        "left",
11319        "middle",
11320        "right",
11321        "wheel-up",
11322        "wheel-down",
11323        "side",
11324        "extra"
11325      ]
11326    },
11327    {
11328      "name": "463",
11329      "meta-type": "enum",
11330      "values": [
11331        "x",
11332        "y"
11333      ]
11334    },
11335    {
11336      "name": "464",
11337      "members": [
11338        {
11339          "name": "base",
11340          "type": "int"
11341        },
11342        {
11343          "name": "limit",
11344          "type": "int"
11345        }
11346      ],
11347      "meta-type": "object"
11348    },
11349    {
11350      "name": "465",
11351      "tag": "format",
11352      "variants": [
11353        {
11354          "case": "aes",
11355          "type": "467"
11356        },
11357        {
11358          "case": "luks",
11359          "type": "460"
11360        }
11361      ],
11362      "members": [
11363        {
11364          "name": "format",
11365          "type": "427"
11366        }
11367      ],
11368      "meta-type": "object"
11369    },
11370    {
11371      "name": "[213]",
11372      "element-type": "213",
11373      "meta-type": "array"
11374    },
11375    {
11376      "name": "[466]",
11377      "element-type": "466",
11378      "meta-type": "array"
11379    },
11380    {
11381      "name": "466",
11382      "members": [
11383        {
11384          "name": "active",
11385          "type": "bool"
11386        },
11387        {
11388          "name": "iters",
11389          "default": null,
11390          "type": "int"
11391        },
11392        {
11393          "name": "stripes",
11394          "default": null,
11395          "type": "int"
11396        },
11397        {
11398          "name": "key-offset",
11399          "type": "int"
11400        }
11401      ],
11402      "meta-type": "object"
11403    },
11404    {
11405      "name": "467",
11406      "members": [
11407      ],
11408      "meta-type": "object"
11409    }
11410  ],
11411  "id": "libvirt-4"
11412}
11413
11414{
11415  "execute": "query-commands",
11416  "id": "libvirt-5"
11417}
11418
11419{
11420  "return": [
11421    {
11422      "name": "netdev_add"
11423    },
11424    {
11425      "name": "device_add"
11426    },
11427    {
11428      "name": "query-qmp-schema"
11429    },
11430    {
11431      "name": "x-oob-test"
11432    },
11433    {
11434      "name": "query-sev-capabilities"
11435    },
11436    {
11437      "name": "query-sev-launch-measure"
11438    },
11439    {
11440      "name": "query-sev"
11441    },
11442    {
11443      "name": "query-vm-generation-id"
11444    },
11445    {
11446      "name": "query-hotpluggable-cpus"
11447    },
11448    {
11449      "name": "xen-load-devices-state"
11450    },
11451    {
11452      "name": "rtc-reset-reinjection"
11453    },
11454    {
11455      "name": "query-acpi-ospm-status"
11456    },
11457    {
11458      "name": "query-memory-devices"
11459    },
11460    {
11461      "name": "query-memdev"
11462    },
11463    {
11464      "name": "query-command-line-options"
11465    },
11466    {
11467      "name": "query-target"
11468    },
11469    {
11470      "name": "query-fdsets"
11471    },
11472    {
11473      "name": "remove-fd"
11474    },
11475    {
11476      "name": "add-fd"
11477    },
11478    {
11479      "name": "query-cpu-model-expansion"
11480    },
11481    {
11482      "name": "query-cpu-definitions"
11483    },
11484    {
11485      "name": "query-memory-size-summary"
11486    },
11487    {
11488      "name": "query-machines"
11489    },
11490    {
11491      "name": "closefd"
11492    },
11493    {
11494      "name": "getfd"
11495    },
11496    {
11497      "name": "object-del"
11498    },
11499    {
11500      "name": "object-add"
11501    },
11502    {
11503      "name": "query-dump-guest-memory-capability"
11504    },
11505    {
11506      "name": "query-dump"
11507    },
11508    {
11509      "name": "dump-guest-memory"
11510    },
11511    {
11512      "name": "device_del"
11513    },
11514    {
11515      "name": "xen-set-global-dirty-log"
11516    },
11517    {
11518      "name": "qom-list-properties"
11519    },
11520    {
11521      "name": "device-list-properties"
11522    },
11523    {
11524      "name": "qom-list-types"
11525    },
11526    {
11527      "name": "change"
11528    },
11529    {
11530      "name": "qom-set"
11531    },
11532    {
11533      "name": "qom-get"
11534    },
11535    {
11536      "name": "qom-list"
11537    },
11538    {
11539      "name": "human-monitor-command"
11540    },
11541    {
11542      "name": "balloon"
11543    },
11544    {
11545      "name": "inject-nmi"
11546    },
11547    {
11548      "name": "system_wakeup"
11549    },
11550    {
11551      "name": "cont"
11552    },
11553    {
11554      "name": "pmemsave"
11555    },
11556    {
11557      "name": "memsave"
11558    },
11559    {
11560      "name": "cpu-add"
11561    },
11562    {
11563      "name": "system_powerdown"
11564    },
11565    {
11566      "name": "system_reset"
11567    },
11568    {
11569      "name": "stop"
11570    },
11571    {
11572      "name": "quit"
11573    },
11574    {
11575      "name": "query-pci"
11576    },
11577    {
11578      "name": "query-balloon"
11579    },
11580    {
11581      "name": "query-iothreads"
11582    },
11583    {
11584      "name": "query-cpus-fast"
11585    },
11586    {
11587      "name": "query-cpus"
11588    },
11589    {
11590      "name": "query-events"
11591    },
11592    {
11593      "name": "query-uuid"
11594    },
11595    {
11596      "name": "query-kvm"
11597    },
11598    {
11599      "name": "query-name"
11600    },
11601    {
11602      "name": "add_client"
11603    },
11604    {
11605      "name": "query-commands"
11606    },
11607    {
11608      "name": "query-version"
11609    },
11610    {
11611      "name": "qmp_capabilities"
11612    },
11613    {
11614      "name": "trace-event-set-state"
11615    },
11616    {
11617      "name": "trace-event-get-state"
11618    },
11619    {
11620      "name": "transaction"
11621    },
11622    {
11623      "name": "xen-colo-do-checkpoint"
11624    },
11625    {
11626      "name": "query-xen-replication-status"
11627    },
11628    {
11629      "name": "xen-set-replication"
11630    },
11631    {
11632      "name": "xen-save-devices-state"
11633    },
11634    {
11635      "name": "migrate-incoming"
11636    },
11637    {
11638      "name": "migrate"
11639    },
11640    {
11641      "name": "query-migrate-cache-size"
11642    },
11643    {
11644      "name": "migrate-set-cache-size"
11645    },
11646    {
11647      "name": "migrate_set_speed"
11648    },
11649    {
11650      "name": "migrate_set_downtime"
11651    },
11652    {
11653      "name": "migrate-continue"
11654    },
11655    {
11656      "name": "migrate_cancel"
11657    },
11658    {
11659      "name": "x-colo-lost-heartbeat"
11660    },
11661    {
11662      "name": "migrate-start-postcopy"
11663    },
11664    {
11665      "name": "client_migrate_info"
11666    },
11667    {
11668      "name": "query-migrate-parameters"
11669    },
11670    {
11671      "name": "migrate-set-parameters"
11672    },
11673    {
11674      "name": "query-migrate-capabilities"
11675    },
11676    {
11677      "name": "migrate-set-capabilities"
11678    },
11679    {
11680      "name": "query-migrate"
11681    },
11682    {
11683      "name": "input-send-event"
11684    },
11685    {
11686      "name": "send-key"
11687    },
11688    {
11689      "name": "query-mice"
11690    },
11691    {
11692      "name": "change-vnc-password"
11693    },
11694    {
11695      "name": "query-vnc-servers"
11696    },
11697    {
11698      "name": "query-vnc"
11699    },
11700    {
11701      "name": "query-spice"
11702    },
11703    {
11704      "name": "screendump"
11705    },
11706    {
11707      "name": "expire_password"
11708    },
11709    {
11710      "name": "set_password"
11711    },
11712    {
11713      "name": "query-tpm"
11714    },
11715    {
11716      "name": "query-tpm-types"
11717    },
11718    {
11719      "name": "query-tpm-models"
11720    },
11721    {
11722      "name": "query-rocker-of-dpa-groups"
11723    },
11724    {
11725      "name": "query-rocker-of-dpa-flows"
11726    },
11727    {
11728      "name": "query-rocker-ports"
11729    },
11730    {
11731      "name": "query-rocker"
11732    },
11733    {
11734      "name": "query-rx-filter"
11735    },
11736    {
11737      "name": "netdev_del"
11738    },
11739    {
11740      "name": "set_link"
11741    },
11742    {
11743      "name": "chardev-send-break"
11744    },
11745    {
11746      "name": "chardev-remove"
11747    },
11748    {
11749      "name": "chardev-change"
11750    },
11751    {
11752      "name": "chardev-add"
11753    },
11754    {
11755      "name": "ringbuf-read"
11756    },
11757    {
11758      "name": "ringbuf-write"
11759    },
11760    {
11761      "name": "query-chardev-backends"
11762    },
11763    {
11764      "name": "query-chardev"
11765    },
11766    {
11767      "name": "nbd-server-stop"
11768    },
11769    {
11770      "name": "nbd-server-remove"
11771    },
11772    {
11773      "name": "nbd-server-add"
11774    },
11775    {
11776      "name": "nbd-server-start"
11777    },
11778    {
11779      "name": "eject"
11780    },
11781    {
11782      "name": "blockdev-snapshot-delete-internal-sync"
11783    },
11784    {
11785      "name": "blockdev-snapshot-internal-sync"
11786    },
11787    {
11788      "name": "x-blockdev-set-iothread"
11789    },
11790    {
11791      "name": "x-blockdev-change"
11792    },
11793    {
11794      "name": "block-set-write-threshold"
11795    },
11796    {
11797      "name": "blockdev-change-medium"
11798    },
11799    {
11800      "name": "blockdev-insert-medium"
11801    },
11802    {
11803      "name": "blockdev-remove-medium"
11804    },
11805    {
11806      "name": "blockdev-close-tray"
11807    },
11808    {
11809      "name": "blockdev-open-tray"
11810    },
11811    {
11812      "name": "x-blockdev-create"
11813    },
11814    {
11815      "name": "blockdev-del"
11816    },
11817    {
11818      "name": "blockdev-add"
11819    },
11820    {
11821      "name": "block-job-finalize"
11822    },
11823    {
11824      "name": "block-job-dismiss"
11825    },
11826    {
11827      "name": "block-job-complete"
11828    },
11829    {
11830      "name": "block-job-resume"
11831    },
11832    {
11833      "name": "block-job-pause"
11834    },
11835    {
11836      "name": "block-job-cancel"
11837    },
11838    {
11839      "name": "block-job-set-speed"
11840    },
11841    {
11842      "name": "block-stream"
11843    },
11844    {
11845      "name": "block_set_io_throttle"
11846    },
11847    {
11848      "name": "blockdev-mirror"
11849    },
11850    {
11851      "name": "x-debug-block-dirty-bitmap-sha256"
11852    },
11853    {
11854      "name": "block-dirty-bitmap-clear"
11855    },
11856    {
11857      "name": "block-dirty-bitmap-remove"
11858    },
11859    {
11860      "name": "block-dirty-bitmap-add"
11861    },
11862    {
11863      "name": "drive-mirror"
11864    },
11865    {
11866      "name": "query-named-block-nodes"
11867    },
11868    {
11869      "name": "blockdev-backup"
11870    },
11871    {
11872      "name": "drive-backup"
11873    },
11874    {
11875      "name": "block-commit"
11876    },
11877    {
11878      "name": "change-backing-file"
11879    },
11880    {
11881      "name": "blockdev-snapshot"
11882    },
11883    {
11884      "name": "blockdev-snapshot-sync"
11885    },
11886    {
11887      "name": "block_resize"
11888    },
11889    {
11890      "name": "block_passwd"
11891    },
11892    {
11893      "name": "query-block-jobs"
11894    },
11895    {
11896      "name": "query-blockstats"
11897    },
11898    {
11899      "name": "query-block"
11900    },
11901    {
11902      "name": "x-block-latency-histogram-set"
11903    },
11904    {
11905      "name": "watchdog-set-action"
11906    },
11907    {
11908      "name": "query-status"
11909    }
11910  ],
11911  "id": "libvirt-5"
11912}
11913
11914{
11915  "execute": "query-kvm",
11916  "id": "libvirt-6"
11917}
11918
11919{
11920  "return": {
11921    "enabled": true,
11922    "present": true
11923  },
11924  "id": "libvirt-6"
11925}
11926
11927{
11928  "execute": "qom-list-types",
11929  "id": "libvirt-7"
11930}
11931
11932{
11933  "return": [
11934    {
11935      "name": "vhost-vsock-pci",
11936      "parent": "virtio-pci"
11937    },
11938    {
11939      "name": "scsi-generic",
11940      "parent": "scsi-device"
11941    },
11942    {
11943      "name": "qio-channel-tls",
11944      "parent": "qio-channel"
11945    },
11946    {
11947      "name": "virtio-mmio",
11948      "parent": "sys-bus-device"
11949    },
11950    {
11951      "name": "scsi-hd",
11952      "parent": "scsi-disk-base"
11953    },
11954    {
11955      "name": "pc-0.10-machine",
11956      "parent": "generic-pc-machine"
11957    },
11958    {
11959      "name": "usb-bot",
11960      "parent": "usb-storage-dev"
11961    },
11962    {
11963      "name": "chardev-null",
11964      "parent": "chardev"
11965    },
11966    {
11967      "name": "chardev-parallel",
11968      "parent": "chardev"
11969    },
11970    {
11971      "name": "qemu-xhci",
11972      "parent": "base-xhci"
11973    },
11974    {
11975      "name": "lsi53c895a",
11976      "parent": "pci-device"
11977    },
11978    {
11979      "name": "kvm-ioapic",
11980      "parent": "ioapic-common"
11981    },
11982    {
11983      "name": "virtio-keyboard-pci",
11984      "parent": "virtio-input-hid-pci"
11985    },
11986    {
11987      "name": "i440FX",
11988      "parent": "pci-device"
11989    },
11990    {
11991      "name": "ide-hd",
11992      "parent": "ide-device"
11993    },
11994    {
11995      "name": "Opteron_G1-x86_64-cpu",
11996      "parent": "x86_64-cpu"
11997    },
11998    {
11999      "name": "kvm64-x86_64-cpu",
12000      "parent": "x86_64-cpu"
12001    },
12002    {
12003      "name": "virtio-net-device",
12004      "parent": "virtio-device"
12005    },
12006    {
12007      "name": "kvm-i8259",
12008      "parent": "pic-common"
12009    },
12010    {
12011      "name": "at24c-eeprom",
12012      "parent": "i2c-slave"
12013    },
12014    {
12015      "name": "chardev-pty",
12016      "parent": "chardev"
12017    },
12018    {
12019      "name": "SUNW,fdtwo",
12020      "parent": "base-sysbus-fdc"
12021    },
12022    {
12023      "name": "isa-pcspk",
12024      "parent": "isa-device"
12025    },
12026    {
12027      "name": "Haswell-IBRS-x86_64-cpu",
12028      "parent": "x86_64-cpu"
12029    },
12030    {
12031      "name": "loader",
12032      "parent": "device"
12033    },
12034    {
12035      "name": "filter-rewriter",
12036      "parent": "netfilter"
12037    },
12038    {
12039      "name": "virtio-serial-pci",
12040      "parent": "virtio-pci"
12041    },
12042    {
12043      "name": "Nehalem-IBRS-x86_64-cpu",
12044      "parent": "x86_64-cpu"
12045    },
12046    {
12047      "name": "pc-0.12-machine",
12048      "parent": "generic-pc-machine"
12049    },
12050    {
12051      "name": "pcie-root-port",
12052      "parent": "pcie-root-port-base"
12053    },
12054    {
12055      "name": "virtio-crypto-device",
12056      "parent": "virtio-device"
12057    },
12058    {
12059      "name": "usb-host",
12060      "parent": "usb-device"
12061    },
12062    {
12063      "name": "pc-0.11-machine",
12064      "parent": "generic-pc-machine"
12065    },
12066    {
12067      "name": "usb-bt-dongle",
12068      "parent": "usb-device"
12069    },
12070    {
12071      "name": "igd-passthrough-isa-bridge",
12072      "parent": "pci-device"
12073    },
12074    {
12075      "name": "qemu64-x86_64-cpu",
12076      "parent": "x86_64-cpu"
12077    },
12078    {
12079      "name": "PIIX3-xen",
12080      "parent": "pci-piix3"
12081    },
12082    {
12083      "name": "virtio-input-host-pci",
12084      "parent": "virtio-input-pci"
12085    },
12086    {
12087      "name": "pc-i440fx-2.10-machine",
12088      "parent": "generic-pc-machine"
12089    },
12090    {
12091      "name": "phenom-x86_64-cpu",
12092      "parent": "x86_64-cpu"
12093    },
12094    {
12095      "name": "e1000",
12096      "parent": "e1000-base"
12097    },
12098    {
12099      "name": "ICH9-LPC",
12100      "parent": "pci-device"
12101    },
12102    {
12103      "name": "pc-i440fx-1.4-machine",
12104      "parent": "generic-pc-machine"
12105    },
12106    {
12107      "name": "ich9-usb-uhci6",
12108      "parent": "pci-uhci-usb"
12109    },
12110    {
12111      "name": "sysbus-ahci",
12112      "parent": "sys-bus-device"
12113    },
12114    {
12115      "name": "ich9-usb-uhci4",
12116      "parent": "pci-uhci-usb"
12117    },
12118    {
12119      "name": "pc-q35-2.6-machine",
12120      "parent": "generic-pc-machine"
12121    },
12122    {
12123      "name": "usb-mtp",
12124      "parent": "usb-device"
12125    },
12126    {
12127      "name": "ccid-card-emulated",
12128      "parent": "ccid-card"
12129    },
12130    {
12131      "name": "ich9-usb-uhci5",
12132      "parent": "pci-uhci-usb"
12133    },
12134    {
12135      "name": "chardev-spicevmc",
12136      "parent": "chardev-spice"
12137    },
12138    {
12139      "name": "ich9-usb-uhci3",
12140      "parent": "pci-uhci-usb"
12141    },
12142    {
12143      "name": "ich9-usb-uhci2",
12144      "parent": "pci-uhci-usb"
12145    },
12146    {
12147      "name": "ich9-usb-uhci1",
12148      "parent": "pci-uhci-usb"
12149    },
12150    {
12151      "name": "tpci200",
12152      "parent": "pci-device"
12153    },
12154    {
12155      "name": "memory-backend-file",
12156      "parent": "memory-backend"
12157    },
12158    {
12159      "name": "pc-q35-2.5-machine",
12160      "parent": "generic-pc-machine"
12161    },
12162    {
12163      "name": "AMDVI-PCI",
12164      "parent": "pci-device"
12165    },
12166    {
12167      "name": "rtl8139",
12168      "parent": "pci-device"
12169    },
12170    {
12171      "name": "chardev-hci",
12172      "parent": "chardev"
12173    },
12174    {
12175      "name": "pc-q35-2.4-machine",
12176      "parent": "generic-pc-machine"
12177    },
12178    {
12179      "name": "megasas",
12180      "parent": "megasas-base"
12181    },
12182    {
12183      "name": "base-x86_64-cpu",
12184      "parent": "x86_64-cpu"
12185    },
12186    {
12187      "name": "container",
12188      "parent": "object"
12189    },
12190    {
12191      "name": "qxl-vga",
12192      "parent": "pci-qxl"
12193    },
12194    {
12195      "name": "scsi-block",
12196      "parent": "scsi-disk-base"
12197    },
12198    {
12199      "name": "Opteron_G2-x86_64-cpu",
12200      "parent": "x86_64-cpu"
12201    },
12202    {
12203      "name": "unimplemented-device",
12204      "parent": "sys-bus-device"
12205    },
12206    {
12207      "name": "scsi-cd",
12208      "parent": "scsi-disk-base"
12209    },
12210    {
12211      "name": "pxb-bus",
12212      "parent": "PCI"
12213    },
12214    {
12215      "name": "pc-0.14-machine",
12216      "parent": "generic-pc-machine"
12217    },
12218    {
12219      "name": "accel",
12220      "parent": "object"
12221    },
12222    {
12223      "name": "pc-i440fx-2.12-machine",
12224      "parent": "generic-pc-machine"
12225    },
12226    {
12227      "name": "floppy-bus",
12228      "parent": "bus"
12229    },
12230    {
12231      "name": "usb-audio",
12232      "parent": "usb-device"
12233    },
12234    {
12235      "name": "virtio-vga",
12236      "parent": "virtio-pci"
12237    },
12238    {
12239      "name": "vmware-svga",
12240      "parent": "pci-device"
12241    },
12242    {
12243      "name": "isa-serial",
12244      "parent": "isa-device"
12245    },
12246    {
12247      "name": "pc-0.13-machine",
12248      "parent": "generic-pc-machine"
12249    },
12250    {
12251      "name": "vhost-scsi-pci",
12252      "parent": "virtio-pci"
12253    },
12254    {
12255      "name": "virtio-serial-device",
12256      "parent": "virtio-device"
12257    },
12258    {
12259      "name": "isa-debug-exit",
12260      "parent": "isa-device"
12261    },
12262    {
12263      "name": "chardev-gdb",
12264      "parent": "chardev"
12265    },
12266    {
12267      "name": "fdc37m81x-superio",
12268      "parent": "isa-superio"
12269    },
12270    {
12271      "name": "pc-testdev",
12272      "parent": "isa-device"
12273    },
12274    {
12275      "name": "Haswell-noTSX-IBRS-x86_64-cpu",
12276      "parent": "x86_64-cpu"
12277    },
12278    {
12279      "name": "pr-manager-helper",
12280      "parent": "pr-manager"
12281    },
12282    {
12283      "name": "fw_cfg_mem",
12284      "parent": "fw_cfg"
12285    },
12286    {
12287      "name": "tls-creds-anon",
12288      "parent": "tls-creds"
12289    },
12290    {
12291      "name": "pc-q35-2.8-machine",
12292      "parent": "generic-pc-machine"
12293    },
12294    {
12295      "name": "ide-cd",
12296      "parent": "ide-device"
12297    },
12298    {
12299      "name": "usb-uas",
12300      "parent": "usb-device"
12301    },
12302    {
12303      "name": "pc-i440fx-2.11-machine",
12304      "parent": "generic-pc-machine"
12305    },
12306    {
12307      "name": "pc-i440fx-1.6-machine",
12308      "parent": "generic-pc-machine"
12309    },
12310    {
12311      "name": "virtio-balloon-pci",
12312      "parent": "virtio-pci"
12313    },
12314    {
12315      "name": "iothread",
12316      "parent": "object"
12317    },
12318    {
12319      "name": "sb16",
12320      "parent": "isa-device"
12321    },
12322    {
12323      "name": "chardev-socket",
12324      "parent": "chardev"
12325    },
12326    {
12327      "name": "486-x86_64-cpu",
12328      "parent": "x86_64-cpu"
12329    },
12330    {
12331      "name": "pc-q35-2.7-machine",
12332      "parent": "generic-pc-machine"
12333    },
12334    {
12335      "name": "pc-i440fx-1.5-machine",
12336      "parent": "generic-pc-machine"
12337    },
12338    {
12339      "name": "chardev-mux",
12340      "parent": "chardev"
12341    },
12342    {
12343      "name": "filter-redirector",
12344      "parent": "netfilter"
12345    },
12346    {
12347      "name": "usb-ccid",
12348      "parent": "usb-device"
12349    },
12350    {
12351      "name": "isa-cirrus-vga",
12352      "parent": "isa-device"
12353    },
12354    {
12355      "name": "qio-channel-rdma",
12356      "parent": "qio-channel"
12357    },
12358    {
12359      "name": "vhost-vsock-device",
12360      "parent": "virtio-device"
12361    },
12362    {
12363      "name": "sdhci-pci",
12364      "parent": "pci-device"
12365    },
12366    {
12367      "name": "virtio-input-host-device",
12368      "parent": "virtio-input-device"
12369    },
12370    {
12371      "name": "i82559er",
12372      "parent": "pci-device"
12373    },
12374    {
12375      "name": "pci-bridge",
12376      "parent": "base-pci-bridge"
12377    },
12378    {
12379      "name": "cs4231a",
12380      "parent": "isa-device"
12381    },
12382    {
12383      "name": "ivshmem-doorbell",
12384      "parent": "ivshmem-common"
12385    },
12386    {
12387      "name": "chardev-udp",
12388      "parent": "chardev"
12389    },
12390    {
12391      "name": "virtio-rng-device",
12392      "parent": "virtio-device"
12393    },
12394    {
12395      "name": "isa-parallel",
12396      "parent": "isa-device"
12397    },
12398    {
12399      "name": "piix4-ide",
12400      "parent": "pci-ide"
12401    },
12402    {
12403      "name": "adlib",
12404      "parent": "isa-device"
12405    },
12406    {
12407      "name": "pc-0.15-machine",
12408      "parent": "generic-pc-machine"
12409    },
12410    {
12411      "name": "kvmvapic",
12412      "parent": "sys-bus-device"
12413    },
12414    {
12415      "name": "hda-micro",
12416      "parent": "hda-audio"
12417    },
12418    {
12419      "name": "pci-bridge-seat",
12420      "parent": "pci-bridge"
12421    },
12422    {
12423      "name": "dc390",
12424      "parent": "am53c974"
12425    },
12426    {
12427      "name": "qemu,register",
12428      "parent": "device"
12429    },
12430    {
12431      "name": "IDE",
12432      "parent": "bus"
12433    },
12434    {
12435      "name": "fw_cfg_io",
12436      "parent": "fw_cfg"
12437    },
12438    {
12439      "name": "tpm-crb",
12440      "parent": "device"
12441    },
12442    {
12443      "name": "memory-backend-ram",
12444      "parent": "memory-backend"
12445    },
12446    {
12447      "name": "am53c974",
12448      "parent": "pci-device"
12449    },
12450    {
12451      "name": "virtio-blk-device",
12452      "parent": "virtio-device"
12453    },
12454    {
12455      "name": "nvdimm",
12456      "parent": "pc-dimm"
12457    },
12458    {
12459      "name": "mc146818rtc",
12460      "parent": "isa-device"
12461    },
12462    {
12463      "name": "qio-channel-websock",
12464      "parent": "qio-channel"
12465    },
12466    {
12467      "name": "qio-channel-file",
12468      "parent": "qio-channel"
12469    },
12470    {
12471      "name": "chardev-msmouse",
12472      "parent": "chardev"
12473    },
12474    {
12475      "name": "pc-q35-2.9-machine",
12476      "parent": "generic-pc-machine"
12477    },
12478    {
12479      "name": "chardev-pipe",
12480      "parent": "chardev-fd"
12481    },
12482    {
12483      "name": "pc-i440fx-1.7-machine",
12484      "parent": "generic-pc-machine"
12485    },
12486    {
12487      "name": "cryptodev-backend-builtin",
12488      "parent": "cryptodev-backend"
12489    },
12490    {
12491      "name": "hda-output",
12492      "parent": "hda-audio"
12493    },
12494    {
12495      "name": "mmio_interface",
12496      "parent": "device"
12497    },
12498    {
12499      "name": "chardev-spiceport",
12500      "parent": "chardev-spice"
12501    },
12502    {
12503      "name": "VGA",
12504      "parent": "pci-vga"
12505    },
12506    {
12507      "name": "sga",
12508      "parent": "isa-device"
12509    },
12510    {
12511      "name": "i8257",
12512      "parent": "isa-device"
12513    },
12514    {
12515      "name": "qio-net-listener",
12516      "parent": "object"
12517    },
12518    {
12519      "name": "port92",
12520      "parent": "isa-device"
12521    },
12522    {
12523      "name": "mptsas1068",
12524      "parent": "pci-device"
12525    },
12526    {
12527      "name": "edu",
12528      "parent": "pci-device"
12529    },
12530    {
12531      "name": "virtio-mouse-pci",
12532      "parent": "virtio-input-hid-pci"
12533    },
12534    {
12535      "name": "Skylake-Client-x86_64-cpu",
12536      "parent": "x86_64-cpu"
12537    },
12538    {
12539      "name": "ICH9 SMB",
12540      "parent": "pci-device"
12541    },
12542    {
12543      "name": "Broadwell-x86_64-cpu",
12544      "parent": "x86_64-cpu"
12545    },
12546    {
12547      "name": "vfio-pci-igd-lpc-bridge",
12548      "parent": "pci-device"
12549    },
12550    {
12551      "name": "HDA",
12552      "parent": "bus"
12553    },
12554    {
12555      "name": "n270-x86_64-cpu",
12556      "parent": "x86_64-cpu"
12557    },
12558    {
12559      "name": "pcm3680_pci",
12560      "parent": "pci-device"
12561    },
12562    {
12563      "name": "usb-redir",
12564      "parent": "usb-device"
12565    },
12566    {
12567      "name": "floppy",
12568      "parent": "device"
12569    },
12570    {
12571      "name": "qemu:memory-region",
12572      "parent": "object"
12573    },
12574    {
12575      "name": "mioe3680_pci",
12576      "parent": "pci-device"
12577    },
12578    {
12579      "name": "sysbus-ohci",
12580      "parent": "sys-bus-device"
12581    },
12582    {
12583      "name": "chardev-ringbuf",
12584      "parent": "chardev"
12585    },
12586    {
12587      "name": "max-x86_64-cpu",
12588      "parent": "x86_64-cpu"
12589    },
12590    {
12591      "name": "can-bus",
12592      "parent": "object"
12593    },
12594    {
12595      "name": "qtest-accel",
12596      "parent": "accel"
12597    },
12598    {
12599      "name": "qio-channel-command",
12600      "parent": "qio-channel"
12601    },
12602    {
12603      "name": "pxb-host",
12604      "parent": "pci-host-bridge"
12605    },
12606    {
12607      "name": "IvyBridge-x86_64-cpu",
12608      "parent": "x86_64-cpu"
12609    },
12610    {
12611      "name": "xio3130-downstream",
12612      "parent": "pcie-slot"
12613    },
12614    {
12615      "name": "virtio-gpu-device",
12616      "parent": "virtio-device"
12617    },
12618    {
12619      "name": "virtio-blk-pci",
12620      "parent": "virtio-pci"
12621    },
12622    {
12623      "name": "cirrus-vga",
12624      "parent": "pci-device"
12625    },
12626    {
12627      "name": "isa-ipmi-kcs",
12628      "parent": "isa-device"
12629    },
12630    {
12631      "name": "kvmclock",
12632      "parent": "sys-bus-device"
12633    },
12634    {
12635      "name": "cryptodev-vhost-user",
12636      "parent": "cryptodev-backend"
12637    },
12638    {
12639      "name": "Opteron_G3-x86_64-cpu",
12640      "parent": "x86_64-cpu"
12641    },
12642    {
12643      "name": "lsi53c810",
12644      "parent": "lsi53c895a"
12645    },
12646    {
12647      "name": "System",
12648      "parent": "bus"
12649    },
12650    {
12651      "name": "Westmere-IBRS-x86_64-cpu",
12652      "parent": "x86_64-cpu"
12653    },
12654    {
12655      "name": "usb-serial",
12656      "parent": "usb-serial-dev"
12657    },
12658    {
12659      "name": "vt82c686b-usb-uhci",
12660      "parent": "pci-uhci-usb"
12661    },
12662    {
12663      "name": "chardev-braille",
12664      "parent": "chardev"
12665    },
12666    {
12667      "name": "chardev-file",
12668      "parent": "chardev-fd"
12669    },
12670    {
12671      "name": "intel-iommu",
12672      "parent": "x86-iommu"
12673    },
12674    {
12675      "name": "pc-q35-2.10-machine",
12676      "parent": "generic-pc-machine"
12677    },
12678    {
12679      "name": "tpm-tis",
12680      "parent": "isa-device"
12681    },
12682    {
12683      "name": "PCIE",
12684      "parent": "PCI"
12685    },
12686    {
12687      "name": "pcie-pci-bridge",
12688      "parent": "base-pci-bridge"
12689    },
12690    {
12691      "name": "ccid-card-passthru",
12692      "parent": "ccid-card"
12693    },
12694    {
12695      "name": "qio-dns-resolver",
12696      "parent": "object"
12697    },
12698    {
12699      "name": "vhost-user-blk-pci",
12700      "parent": "virtio-pci"
12701    },
12702    {
12703      "name": "virtio-serial-bus",
12704      "parent": "bus"
12705    },
12706    {
12707      "name": "kvm-pit",
12708      "parent": "pit-common"
12709    },
12710    {
12711      "name": "secondary-vga",
12712      "parent": "pci-vga"
12713    },
12714    {
12715      "name": "vhost-scsi",
12716      "parent": "vhost-scsi-common"
12717    },
12718    {
12719      "name": "pci-ohci",
12720      "parent": "pci-device"
12721    },
12722    {
12723      "name": "cfi.pflash01",
12724      "parent": "sys-bus-device"
12725    },
12726    {
12727      "name": "usb-hub",
12728      "parent": "usb-device"
12729    },
12730    {
12731      "name": "ccid-bus",
12732      "parent": "bus"
12733    },
12734    {
12735      "name": "EPYC-IBPB-x86_64-cpu",
12736      "parent": "x86_64-cpu"
12737    },
12738    {
12739      "name": "input-linux",
12740      "parent": "object"
12741    },
12742    {
12743      "name": "piix3-ide-xen",
12744      "parent": "pci-ide"
12745    },
12746    {
12747      "name": "vmgenid",
12748      "parent": "device"
12749    },
12750    {
12751      "name": "pci-serial",
12752      "parent": "pci-device"
12753    },
12754    {
12755      "name": "vmport",
12756      "parent": "isa-device"
12757    },
12758    {
12759      "name": "vhost-user-scsi-pci",
12760      "parent": "virtio-pci"
12761    },
12762    {
12763      "name": "ipmi-bmc-extern",
12764      "parent": "ipmi-bmc"
12765    },
12766    {
12767      "name": "PIIX4_PM",
12768      "parent": "pci-device"
12769    },
12770    {
12771      "name": "i8042",
12772      "parent": "isa-device"
12773    },
12774    {
12775      "name": "coreduo-x86_64-cpu",
12776      "parent": "x86_64-cpu"
12777    },
12778    {
12779      "name": "i82559c",
12780      "parent": "pci-device"
12781    },
12782    {
12783      "name": "i82559b",
12784      "parent": "pci-device"
12785    },
12786    {
12787      "name": "i82559a",
12788      "parent": "pci-device"
12789    },
12790    {
12791      "name": "pc-q35-2.12-machine",
12792      "parent": "generic-pc-machine"
12793    },
12794    {
12795      "name": "SCSI",
12796      "parent": "bus"
12797    },
12798    {
12799      "name": "rocker",
12800      "parent": "pci-device"
12801    },
12802    {
12803      "name": "pcnet",
12804      "parent": "pci-device"
12805    },
12806    {
12807      "name": "rng-egd",
12808      "parent": "rng-backend"
12809    },
12810    {
12811      "name": "Skylake-Server-IBRS-x86_64-cpu",
12812      "parent": "x86_64-cpu"
12813    },
12814    {
12815      "name": "Opteron_G4-x86_64-cpu",
12816      "parent": "x86_64-cpu"
12817    },
12818    {
12819      "name": "pc-q35-2.11-machine",
12820      "parent": "generic-pc-machine"
12821    },
12822    {
12823      "name": "chardev-testdev",
12824      "parent": "chardev"
12825    },
12826    {
12827      "name": "PIIX3",
12828      "parent": "pci-piix3"
12829    },
12830    {
12831      "name": "filter-dump",
12832      "parent": "netfilter"
12833    },
12834    {
12835      "name": "migration",
12836      "parent": "device"
12837    },
12838    {
12839      "name": "vmmouse",
12840      "parent": "isa-device"
12841    },
12842    {
12843      "name": "i82558b",
12844      "parent": "pci-device"
12845    },
12846    {
12847      "name": "i82558a",
12848      "parent": "pci-device"
12849    },
12850    {
12851      "name": "ioapic",
12852      "parent": "ioapic-common"
12853    },
12854    {
12855      "name": "smbus-eeprom",
12856      "parent": "smbus-device"
12857    },
12858    {
12859      "name": "Haswell-x86_64-cpu",
12860      "parent": "x86_64-cpu"
12861    },
12862    {
12863      "name": "i82801",
12864      "parent": "pci-device"
12865    },
12866    {
12867      "name": "tls-creds-x509",
12868      "parent": "tls-creds"
12869    },
12870    {
12871      "name": "virtio-net-pci",
12872      "parent": "virtio-pci"
12873    },
12874    {
12875      "name": "virtio-keyboard-device",
12876      "parent": "virtio-input-hid-device"
12877    },
12878    {
12879      "name": "i82562",
12880      "parent": "pci-device"
12881    },
12882    {
12883      "name": "Haswell-noTSX-x86_64-cpu",
12884      "parent": "x86_64-cpu"
12885    },
12886    {
12887      "name": "usb-net",
12888      "parent": "usb-device"
12889    },
12890    {
12891      "name": "tpm-passthrough",
12892      "parent": "tpm-backend"
12893    },
12894    {
12895      "name": "q35-pcihost",
12896      "parent": "pcie-host-bridge"
12897    },
12898    {
12899      "name": "amd-iommu",
12900      "parent": "x86-iommu"
12901    },
12902    {
12903      "name": "i440FX-pcihost",
12904      "parent": "pci-host-bridge"
12905    },
12906    {
12907      "name": "i82557c",
12908      "parent": "pci-device"
12909    },
12910    {
12911      "name": "i82557b",
12912      "parent": "pci-device"
12913    },
12914    {
12915      "name": "i82557a",
12916      "parent": "pci-device"
12917    },
12918    {
12919      "name": "chardev-memory",
12920      "parent": "chardev-ringbuf"
12921    },
12922    {
12923      "name": "isa-i8259",
12924      "parent": "pic-common"
12925    },
12926    {
12927      "name": "virtio-gpu-pci",
12928      "parent": "virtio-pci"
12929    },
12930    {
12931      "name": "i82551",
12932      "parent": "pci-device"
12933    },
12934    {
12935      "name": "pc-i440fx-2.0-machine",
12936      "parent": "generic-pc-machine"
12937    },
12938    {
12939      "name": "SandyBridge-x86_64-cpu",
12940      "parent": "x86_64-cpu"
12941    },
12942    {
12943      "name": "split-irq",
12944      "parent": "device"
12945    },
12946    {
12947      "name": "usb-mouse",
12948      "parent": "usb-hid"
12949    },
12950    {
12951      "name": "sdhci-bus",
12952      "parent": "sd-bus"
12953    },
12954    {
12955      "name": "i82550",
12956      "parent": "pci-device"
12957    },
12958    {
12959      "name": "host-x86_64-cpu",
12960      "parent": "max-x86_64-cpu"
12961    },
12962    {
12963      "name": "virtio-crypto-pci",
12964      "parent": "virtio-pci"
12965    },
12966    {
12967      "name": "ich9-usb-ehci1",
12968      "parent": "pci-ehci-usb"
12969    },
12970    {
12971      "name": "ich9-usb-ehci2",
12972      "parent": "pci-ehci-usb"
12973    },
12974    {
12975      "name": "vfio-pci",
12976      "parent": "pci-device"
12977    },
12978    {
12979      "name": "filter-mirror",
12980      "parent": "netfilter"
12981    },
12982    {
12983      "name": "isa-ide",
12984      "parent": "isa-device"
12985    },
12986    {
12987      "name": "irq",
12988      "parent": "object"
12989    },
12990    {
12991      "name": "throttle-group",
12992      "parent": "object"
12993    },
12994    {
12995      "name": "IvyBridge-IBRS-x86_64-cpu",
12996      "parent": "x86_64-cpu"
12997    },
12998    {
12999      "name": "memory-backend-memfd",
13000      "parent": "memory-backend"
13001    },
13002    {
13003      "name": "can-host-socketcan",
13004      "parent": "can-host"
13005    },
13006    {
13007      "name": "nec-usb-xhci",
13008      "parent": "base-xhci"
13009    },
13010    {
13011      "name": "qio-channel-socket",
13012      "parent": "qio-channel"
13013    },
13014    {
13015      "name": "pvscsi",
13016      "parent": "pci-device"
13017    },
13018    {
13019      "name": "piix3-usb-uhci",
13020      "parent": "pci-uhci-usb"
13021    },
13022    {
13023      "name": "virtserialport",
13024      "parent": "virtio-serial-port"
13025    },
13026    {
13027      "name": "sd-bus",
13028      "parent": "bus"
13029    },
13030    {
13031      "name": "Opteron_G5-x86_64-cpu",
13032      "parent": "x86_64-cpu"
13033    },
13034    {
13035      "name": "ich9-ahci",
13036      "parent": "pci-device"
13037    },
13038    {
13039      "name": "chardev-stdio",
13040      "parent": "chardev-fd"
13041    },
13042    {
13043      "name": "Skylake-Client-IBRS-x86_64-cpu",
13044      "parent": "x86_64-cpu"
13045    },
13046    {
13047      "name": "pc-dimm",
13048      "parent": "device"
13049    },
13050    {
13051      "name": "gus",
13052      "parent": "isa-device"
13053    },
13054    {
13055      "name": "hyperv-testdev",
13056      "parent": "isa-device"
13057    },
13058    {
13059      "name": "isa-vga",
13060      "parent": "isa-device"
13061    },
13062    {
13063      "name": "pc-i440fx-2.2-machine",
13064      "parent": "generic-pc-machine"
13065    },
13066    {
13067      "name": "cryptodev-backend",
13068      "parent": "object"
13069    },
13070    {
13071      "name": "IndustryPack",
13072      "parent": "bus"
13073    },
13074    {
13075      "name": "pc-i440fx-2.1-machine",
13076      "parent": "generic-pc-machine"
13077    },
13078    {
13079      "name": "or-irq",
13080      "parent": "device"
13081    },
13082    {
13083      "name": "ipmi-bmc-sim",
13084      "parent": "ipmi-bmc"
13085    },
13086    {
13087      "name": "Broadwell-noTSX-x86_64-cpu",
13088      "parent": "x86_64-cpu"
13089    },
13090    {
13091      "name": "pentium2-x86_64-cpu",
13092      "parent": "x86_64-cpu"
13093    },
13094    {
13095      "name": "chardev-vc",
13096      "parent": "chardev"
13097    },
13098    {
13099      "name": "usb-ehci",
13100      "parent": "pci-ehci-usb"
13101    },
13102    {
13103      "name": "virtio-rng-pci",
13104      "parent": "virtio-pci"
13105    },
13106    {
13107      "name": "filter-replay",
13108      "parent": "netfilter"
13109    },
13110    {
13111      "name": "e1000-82545em",
13112      "parent": "e1000-base"
13113    },
13114    {
13115      "name": "chardev-wctablet",
13116      "parent": "chardev"
13117    },
13118    {
13119      "name": "pc-i440fx-2.5-machine",
13120      "parent": "generic-pc-machine"
13121    },
13122    {
13123      "name": "e1000-82544gc",
13124      "parent": "e1000-base"
13125    },
13126    {
13127      "name": "hpet",
13128      "parent": "sys-bus-device"
13129    },
13130    {
13131      "name": "Broadwell-noTSX-IBRS-x86_64-cpu",
13132      "parent": "x86_64-cpu"
13133    },
13134    {
13135      "name": "ioh3420",
13136      "parent": "pcie-root-port-base"
13137    },
13138    {
13139      "name": "pc-i440fx-2.4-machine",
13140      "parent": "generic-pc-machine"
13141    },
13142    {
13143      "name": "virtio-9p-pci",
13144      "parent": "virtio-pci"
13145    },
13146    {
13147      "name": "vmcoreinfo",
13148      "parent": "device"
13149    },
13150    {
13151      "name": "filter-buffer",
13152      "parent": "netfilter"
13153    },
13154    {
13155      "name": "pci-serial-4x",
13156      "parent": "pci-device"
13157    },
13158    {
13159      "name": "athlon-x86_64-cpu",
13160      "parent": "x86_64-cpu"
13161    },
13162    {
13163      "name": "ich9-intel-hda",
13164      "parent": "intel-hda-generic"
13165    },
13166    {
13167      "name": "pc-i440fx-2.3-machine",
13168      "parent": "generic-pc-machine"
13169    },
13170    {
13171      "name": "virtio-9p-device",
13172      "parent": "virtio-device"
13173    },
13174    {
13175      "name": "ivshmem",
13176      "parent": "ivshmem-common"
13177    },
13178    {
13179      "name": "imx-usdhc",
13180      "parent": "generic-sdhci"
13181    },
13182    {
13183      "name": "isa-ipmi-bt",
13184      "parent": "isa-device"
13185    },
13186    {
13187      "name": "ipoctal232",
13188      "parent": "ipack-device"
13189    },
13190    {
13191      "name": "virtio-tablet-device",
13192      "parent": "virtio-input-hid-device"
13193    },
13194    {
13195      "name": "virtio-scsi-pci",
13196      "parent": "virtio-pci"
13197    },
13198    {
13199      "name": "ES1370",
13200      "parent": "pci-device"
13201    },
13202    {
13203      "name": "virtio-pci-bus",
13204      "parent": "virtio-bus"
13205    },
13206    {
13207      "name": "x3130-upstream",
13208      "parent": "pcie-port"
13209    },
13210    {
13211      "name": "piix3-ide",
13212      "parent": "pci-ide"
13213    },
13214    {
13215      "name": "pci-testdev",
13216      "parent": "pci-device"
13217    },
13218    {
13219      "name": "qemu-console",
13220      "parent": "object"
13221    },
13222    {
13223      "name": "ISA",
13224      "parent": "bus"
13225    },
13226    {
13227      "name": "piix4-usb-uhci",
13228      "parent": "pci-uhci-usb"
13229    },
13230    {
13231      "name": "pc-i440fx-2.7-machine",
13232      "parent": "generic-pc-machine"
13233    },
13234    {
13235      "name": "tcg-accel",
13236      "parent": "accel"
13237    },
13238    {
13239      "name": "virtconsole",
13240      "parent": "virtserialport"
13241    },
13242    {
13243      "name": "pentium3-x86_64-cpu",
13244      "parent": "x86_64-cpu"
13245    },
13246    {
13247      "name": "pci-serial-2x",
13248      "parent": "pci-device"
13249    },
13250    {
13251      "name": "ne2k_isa",
13252      "parent": "isa-device"
13253    },
13254    {
13255      "name": "Nehalem-x86_64-cpu",
13256      "parent": "x86_64-cpu"
13257    },
13258    {
13259      "name": "isa-fdc",
13260      "parent": "isa-device"
13261    },
13262    {
13263      "name": "pc-i440fx-2.6-machine",
13264      "parent": "generic-pc-machine"
13265    },
13266    {
13267      "name": "chardev-serial",
13268      "parent": "chardev-fd"
13269    },
13270    {
13271      "name": "igd-passthrough-i440FX",
13272      "parent": "i440FX"
13273    },
13274    {
13275      "name": "colo-compare",
13276      "parent": "object"
13277    },
13278    {
13279      "name": "virtio-mmio-bus",
13280      "parent": "virtio-bus"
13281    },
13282    {
13283      "name": "e1000e",
13284      "parent": "pci-device"
13285    },
13286    {
13287      "name": "virtio-tablet-pci",
13288      "parent": "virtio-input-hid-pci"
13289    },
13290    {
13291      "name": "usb-bus",
13292      "parent": "bus"
13293    },
13294    {
13295      "name": "smc37c669-superio",
13296      "parent": "isa-superio"
13297    },
13298    {
13299      "name": "i82801b11-bridge",
13300      "parent": "base-pci-bridge"
13301    },
13302    {
13303      "name": "PCI",
13304      "parent": "bus"
13305    },
13306    {
13307      "name": "usb-storage",
13308      "parent": "usb-storage-dev"
13309    },
13310    {
13311      "name": "vhost-user-scsi",
13312      "parent": "vhost-scsi-common"
13313    },
13314    {
13315      "name": "mch",
13316      "parent": "pci-device"
13317    },
13318    {
13319      "name": "ib700",
13320      "parent": "isa-device"
13321    },
13322    {
13323      "name": "esp",
13324      "parent": "sys-bus-device"
13325    },
13326    {
13327      "name": "isabus-bridge",
13328      "parent": "sys-bus-device"
13329    },
13330    {
13331      "name": "vhost-user-blk",
13332      "parent": "virtio-device"
13333    },
13334    {
13335      "name": "qemu32-x86_64-cpu",
13336      "parent": "x86_64-cpu"
13337    },
13338    {
13339      "name": "ne2k_pci",
13340      "parent": "pci-device"
13341    },
13342    {
13343      "name": "Broadwell-IBRS-x86_64-cpu",
13344      "parent": "x86_64-cpu"
13345    },
13346    {
13347      "name": "tpm-emulator",
13348      "parent": "tpm-backend"
13349    },
13350    {
13351      "name": "ivshmem-plain",
13352      "parent": "ivshmem-common"
13353    },
13354    {
13355      "name": "usb-kbd",
13356      "parent": "usb-hid"
13357    },
13358    {
13359      "name": "isa-applesmc",
13360      "parent": "isa-device"
13361    },
13362    {
13363      "name": "secret",
13364      "parent": "object"
13365    },
13366    {
13367      "name": "hda-duplex",
13368      "parent": "hda-audio"
13369    },
13370    {
13371      "name": "kvm32-x86_64-cpu",
13372      "parent": "x86_64-cpu"
13373    },
13374    {
13375      "name": "pc-i440fx-2.9-machine",
13376      "parent": "generic-pc-machine"
13377    },
13378    {
13379      "name": "kvm-apic",
13380      "parent": "apic-common"
13381    },
13382    {
13383      "name": "sev-guest",
13384      "parent": "object"
13385    },
13386    {
13387      "name": "virtio-balloon-device",
13388      "parent": "virtio-device"
13389    },
13390    {
13391      "name": "none-machine",
13392      "parent": "machine"
13393    },
13394    {
13395      "name": "sysbus-fdc",
13396      "parent": "base-sysbus-fdc"
13397    },
13398    {
13399      "name": "megasas-gen2",
13400      "parent": "megasas-base"
13401    },
13402    {
13403      "name": "pc-1.0-machine",
13404      "parent": "generic-pc-machine"
13405    },
13406    {
13407      "name": "core2duo-x86_64-cpu",
13408      "parent": "x86_64-cpu"
13409    },
13410    {
13411      "name": "qxl",
13412      "parent": "pci-qxl"
13413    },
13414    {
13415      "name": "pc-i440fx-2.8-machine",
13416      "parent": "generic-pc-machine"
13417    },
13418    {
13419      "name": "nvme",
13420      "parent": "pci-device"
13421    },
13422    {
13423      "name": "isa-debugcon",
13424      "parent": "isa-device"
13425    },
13426    {
13427      "name": "SandyBridge-IBRS-x86_64-cpu",
13428      "parent": "x86_64-cpu"
13429    },
13430    {
13431      "name": "Skylake-Server-x86_64-cpu",
13432      "parent": "x86_64-cpu"
13433    },
13434    {
13435      "name": "pentium-x86_64-cpu",
13436      "parent": "x86_64-cpu"
13437    },
13438    {
13439      "name": "usb-tablet",
13440      "parent": "usb-hid"
13441    },
13442    {
13443      "name": "qio-channel-buffer",
13444      "parent": "qio-channel"
13445    },
13446    {
13447      "name": "scsi-disk",
13448      "parent": "scsi-disk-base"
13449    },
13450    {
13451      "name": "usb-braille",
13452      "parent": "usb-serial-dev"
13453    },
13454    {
13455      "name": "intel-hda",
13456      "parent": "intel-hda-generic"
13457    },
13458    {
13459      "name": "kvm-accel",
13460      "parent": "accel"
13461    },
13462    {
13463      "name": "pxb-pcie-bus",
13464      "parent": "PCIE"
13465    },
13466    {
13467      "name": "virtio-scsi-device",
13468      "parent": "virtio-scsi-common"
13469    },
13470    {
13471      "name": "AC97",
13472      "parent": "pci-device"
13473    },
13474    {
13475      "name": "usb-wacom-tablet",
13476      "parent": "usb-device"
13477    },
13478    {
13479      "name": "i2c-bus",
13480      "parent": "bus"
13481    },
13482    {
13483      "name": "EPYC-x86_64-cpu",
13484      "parent": "x86_64-cpu"
13485    },
13486    {
13487      "name": "virtio-mouse-device",
13488      "parent": "virtio-input-hid-device"
13489    },
13490    {
13491      "name": "Conroe-x86_64-cpu",
13492      "parent": "x86_64-cpu"
13493    },
13494    {
13495      "name": "pxb-pcie",
13496      "parent": "pci-device"
13497    },
13498    {
13499      "name": "pc-1.3-machine",
13500      "parent": "generic-pc-machine"
13501    },
13502    {
13503      "name": "ide-drive",
13504      "parent": "ide-device"
13505    },
13506    {
13507      "name": "generic-sdhci",
13508      "parent": "sys-bus-device"
13509    },
13510    {
13511      "name": "pvrdma",
13512      "parent": "pci-device"
13513    },
13514    {
13515      "name": "isa-pit",
13516      "parent": "pit-common"
13517    },
13518    {
13519      "name": "pxb",
13520      "parent": "pci-device"
13521    },
13522    {
13523      "name": "pc-1.2-machine",
13524      "parent": "generic-pc-machine"
13525    },
13526    {
13527      "name": "intel-iommu-iommu-memory-region",
13528      "parent": "qemu:iommu-memory-region"
13529    },
13530    {
13531      "name": "pc-1.1-machine",
13532      "parent": "generic-pc-machine"
13533    },
13534    {
13535      "name": "sd-card",
13536      "parent": "device"
13537    },
13538    {
13539      "name": "kvaser_pci",
13540      "parent": "pci-device"
13541    },
13542    {
13543      "name": "vmxnet3",
13544      "parent": "pci-device"
13545    },
13546    {
13547      "name": "i6300esb",
13548      "parent": "pci-device"
13549    },
13550    {
13551      "name": "Westmere-x86_64-cpu",
13552      "parent": "x86_64-cpu"
13553    },
13554    {
13555      "name": "amd-iommu-iommu-memory-region",
13556      "parent": "qemu:iommu-memory-region"
13557    },
13558    {
13559      "name": "pvpanic",
13560      "parent": "isa-device"
13561    },
13562    {
13563      "name": "Penryn-x86_64-cpu",
13564      "parent": "x86_64-cpu"
13565    },
13566    {
13567      "name": "apic",
13568      "parent": "apic-common"
13569    },
13570    {
13571      "name": "isapc-machine",
13572      "parent": "generic-pc-machine"
13573    },
13574    {
13575      "name": "rng-random",
13576      "parent": "rng-backend"
13577    }
13578  ],
13579  "id": "libvirt-7"
13580}
13581
13582{
13583  "execute": "device-list-properties",
13584  "arguments": {
13585    "typename": "virtio-blk-pci"
13586  },
13587  "id": "libvirt-8"
13588}
13589
13590{
13591  "return": [
13592    {
13593      "name": "iothread",
13594      "type": "link<iothread>"
13595    },
13596    {
13597      "name": "secs",
13598      "type": "uint32"
13599    },
13600    {
13601      "name": "request-merging",
13602      "description": "on/off",
13603      "type": "bool"
13604    },
13605    {
13606      "name": "min_io_size",
13607      "type": "uint16"
13608    },
13609    {
13610      "name": "event_idx",
13611      "description": "on/off",
13612      "type": "bool"
13613    },
13614    {
13615      "name": "serial",
13616      "type": "str"
13617    },
13618    {
13619      "name": "heads",
13620      "type": "uint32"
13621    },
13622    {
13623      "name": "ioeventfd",
13624      "description": "on/off",
13625      "type": "bool"
13626    },
13627    {
13628      "name": "multifunction",
13629      "description": "on/off",
13630      "type": "bool"
13631    },
13632    {
13633      "name": "rombar",
13634      "type": "uint32"
13635    },
13636    {
13637      "name": "scsi",
13638      "description": "on/off",
13639      "type": "bool"
13640    },
13641    {
13642      "name": "cyls",
13643      "type": "uint32"
13644    },
13645    {
13646      "name": "x-disable-pcie",
13647      "description": "on/off",
13648      "type": "bool"
13649    },
13650    {
13651      "name": "logical_block_size",
13652      "description": "A power of two between 512 and 32768",
13653      "type": "uint16"
13654    },
13655    {
13656      "name": "indirect_desc",
13657      "description": "on/off",
13658      "type": "bool"
13659    },
13660    {
13661      "name": "queue-size",
13662      "type": "uint16"
13663    },
13664    {
13665      "name": "disable-modern",
13666      "type": "bool"
13667    },
13668    {
13669      "name": "drive",
13670      "description": "Node name or ID of a block device to use as a backend",
13671      "type": "str"
13672    },
13673    {
13674      "name": "disable-legacy",
13675      "description": "on/off/auto",
13676      "type": "OnOffAuto"
13677    },
13678    {
13679      "name": "command_serr_enable",
13680      "description": "on/off",
13681      "type": "bool"
13682    },
13683    {
13684      "name": "x-pcie-lnkctl-init",
13685      "description": "on/off",
13686      "type": "bool"
13687    },
13688    {
13689      "name": "werror",
13690      "description": "Error handling policy, report/ignore/enospc/stop/auto",
13691      "type": "BlockdevOnError"
13692    },
13693    {
13694      "name": "bootindex",
13695      "type": "int32"
13696    },
13697    {
13698      "name": "discard_granularity",
13699      "type": "uint32"
13700    },
13701    {
13702      "name": "rerror",
13703      "description": "Error handling policy, report/ignore/enospc/stop/auto",
13704      "type": "BlockdevOnError"
13705    },
13706    {
13707      "name": "page-per-vq",
13708      "description": "on/off",
13709      "type": "bool"
13710    },
13711    {
13712      "name": "x-pcie-deverr-init",
13713      "description": "on/off",
13714      "type": "bool"
13715    },
13716    {
13717      "name": "x-pcie-pm-init",
13718      "description": "on/off",
13719      "type": "bool"
13720    },
13721    {
13722      "name": "any_layout",
13723      "description": "on/off",
13724      "type": "bool"
13725    },
13726    {
13727      "name": "x-pcie-lnksta-dllla",
13728      "description": "on/off",
13729      "type": "bool"
13730    },
13731    {
13732      "name": "share-rw",
13733      "type": "bool"
13734    },
13735    {
13736      "name": "physical_block_size",
13737      "description": "A power of two between 512 and 32768",
13738      "type": "uint16"
13739    },
13740    {
13741      "name": "config-wce",
13742      "description": "on/off",
13743      "type": "bool"
13744    },
13745    {
13746      "name": "class",
13747      "type": "uint32"
13748    },
13749    {
13750      "name": "addr",
13751      "description": "Slot and optional function number, example: 06.0 or 06",
13752      "type": "int32"
13753    },
13754    {
13755      "name": "migrate-extra",
13756      "description": "on/off",
13757      "type": "bool"
13758    },
13759    {
13760      "name": "modern-pio-notify",
13761      "description": "on/off",
13762      "type": "bool"
13763    },
13764    {
13765      "name": "vectors",
13766      "type": "uint32"
13767    },
13768    {
13769      "name": "iommu_platform",
13770      "description": "on/off",
13771      "type": "bool"
13772    },
13773    {
13774      "name": "x-pcie-extcap-init",
13775      "description": "on/off",
13776      "type": "bool"
13777    },
13778    {
13779      "name": "virtio-backend",
13780      "type": "child<virtio-blk-device>"
13781    },
13782    {
13783      "name": "x-ignore-backend-features",
13784      "type": "bool"
13785    },
13786    {
13787      "name": "notify_on_empty",
13788      "description": "on/off",
13789      "type": "bool"
13790    },
13791    {
13792      "name": "write-cache",
13793      "description": "on/off/auto",
13794      "type": "OnOffAuto"
13795    },
13796    {
13797      "name": "num-queues",
13798      "type": "uint16"
13799    },
13800    {
13801      "name": "opt_io_size",
13802      "type": "uint32"
13803    },
13804    {
13805      "name": "ats",
13806      "description": "on/off",
13807      "type": "bool"
13808    },
13809    {
13810      "name": "virtio-pci-bus-master-bug-migration",
13811      "description": "on/off",
13812      "type": "bool"
13813    },
13814    {
13815      "name": "romfile",
13816      "type": "str"
13817    }
13818  ],
13819  "id": "libvirt-8"
13820}
13821
13822{
13823  "execute": "device-list-properties",
13824  "arguments": {
13825    "typename": "virtio-net-pci"
13826  },
13827  "id": "libvirt-9"
13828}
13829
13830{
13831  "return": [
13832    {
13833      "name": "ctrl_mac_addr",
13834      "description": "on/off",
13835      "type": "bool"
13836    },
13837    {
13838      "name": "romfile",
13839      "type": "str"
13840    },
13841    {
13842      "name": "x-pcie-lnksta-dllla",
13843      "description": "on/off",
13844      "type": "bool"
13845    },
13846    {
13847      "name": "status",
13848      "description": "on/off",
13849      "type": "bool"
13850    },
13851    {
13852      "name": "notify_on_empty",
13853      "description": "on/off",
13854      "type": "bool"
13855    },
13856    {
13857      "name": "command_serr_enable",
13858      "description": "on/off",
13859      "type": "bool"
13860    },
13861    {
13862      "name": "indirect_desc",
13863      "description": "on/off",
13864      "type": "bool"
13865    },
13866    {
13867      "name": "x-pcie-pm-init",
13868      "description": "on/off",
13869      "type": "bool"
13870    },
13871    {
13872      "name": "guest_csum",
13873      "description": "on/off",
13874      "type": "bool"
13875    },
13876    {
13877      "name": "speed",
13878      "type": "int32"
13879    },
13880    {
13881      "name": "ctrl_rx",
13882      "description": "on/off",
13883      "type": "bool"
13884    },
13885    {
13886      "name": "ctrl_vq",
13887      "description": "on/off",
13888      "type": "bool"
13889    },
13890    {
13891      "name": "bootindex",
13892      "type": "int32"
13893    },
13894    {
13895      "name": "multifunction",
13896      "description": "on/off",
13897      "type": "bool"
13898    },
13899    {
13900      "name": "disable-modern",
13901      "type": "bool"
13902    },
13903    {
13904      "name": "mrg_rxbuf",
13905      "description": "on/off",
13906      "type": "bool"
13907    },
13908    {
13909      "name": "host_tso6",
13910      "description": "on/off",
13911      "type": "bool"
13912    },
13913    {
13914      "name": "x-txtimer",
13915      "type": "uint32"
13916    },
13917    {
13918      "name": "host_tso4",
13919      "description": "on/off",
13920      "type": "bool"
13921    },
13922    {
13923      "name": "rombar",
13924      "type": "uint32"
13925    },
13926    {
13927      "name": "ctrl_rx_extra",
13928      "description": "on/off",
13929      "type": "bool"
13930    },
13931    {
13932      "name": "gso",
13933      "description": "on/off",
13934      "type": "bool"
13935    },
13936    {
13937      "name": "page-per-vq",
13938      "description": "on/off",
13939      "type": "bool"
13940    },
13941    {
13942      "name": "x-disable-pcie",
13943      "description": "on/off",
13944      "type": "bool"
13945    },
13946    {
13947      "name": "x-ignore-backend-features",
13948      "type": "bool"
13949    },
13950    {
13951      "name": "vlan",
13952      "description": "Integer VLAN id to connect to",
13953      "type": "int32"
13954    },
13955    {
13956      "name": "x-txburst",
13957      "type": "int32"
13958    },
13959    {
13960      "name": "iommu_platform",
13961      "description": "on/off",
13962      "type": "bool"
13963    },
13964    {
13965      "name": "x-pcie-lnkctl-init",
13966      "description": "on/off",
13967      "type": "bool"
13968    },
13969    {
13970      "name": "host_mtu",
13971      "type": "uint16"
13972    },
13973    {
13974      "name": "ctrl_vlan",
13975      "description": "on/off",
13976      "type": "bool"
13977    },
13978    {
13979      "name": "event_idx",
13980      "description": "on/off",
13981      "type": "bool"
13982    },
13983    {
13984      "name": "virtio-backend",
13985      "type": "child<virtio-net-device>"
13986    },
13987    {
13988      "name": "guest_announce",
13989      "description": "on/off",
13990      "type": "bool"
13991    },
13992    {
13993      "name": "vectors",
13994      "type": "uint32"
13995    },
13996    {
13997      "name": "guest_tso4",
13998      "description": "on/off",
13999      "type": "bool"
14000    },
14001    {
14002      "name": "host_ecn",
14003      "description": "on/off",
14004      "type": "bool"
14005    },
14006    {
14007      "name": "addr",
14008      "description": "Slot and optional function number, example: 06.0 or 06",
14009      "type": "int32"
14010    },
14011    {
14012      "name": "ats",
14013      "description": "on/off",
14014      "type": "bool"
14015    },
14016    {
14017      "name": "host_ufo",
14018      "description": "on/off",
14019      "type": "bool"
14020    },
14021    {
14022      "name": "duplex",
14023      "type": "str"
14024    },
14025    {
14026      "name": "guest_tso6",
14027      "description": "on/off",
14028      "type": "bool"
14029    },
14030    {
14031      "name": "ctrl_guest_offloads",
14032      "description": "on/off",
14033      "type": "bool"
14034    },
14035    {
14036      "name": "csum",
14037      "description": "on/off",
14038      "type": "bool"
14039    },
14040    {
14041      "name": "modern-pio-notify",
14042      "description": "on/off",
14043      "type": "bool"
14044    },
14045    {
14046      "name": "ioeventfd",
14047      "description": "on/off",
14048      "type": "bool"
14049    },
14050    {
14051      "name": "mq",
14052      "description": "on/off",
14053      "type": "bool"
14054    },
14055    {
14056      "name": "any_layout",
14057      "description": "on/off",
14058      "type": "bool"
14059    },
14060    {
14061      "name": "guest_ecn",
14062      "description": "on/off",
14063      "type": "bool"
14064    },
14065    {
14066      "name": "guest_ufo",
14067      "description": "on/off",
14068      "type": "bool"
14069    },
14070    {
14071      "name": "virtio-pci-bus-master-bug-migration",
14072      "description": "on/off",
14073      "type": "bool"
14074    },
14075    {
14076      "name": "mac",
14077      "description": "Ethernet 6-byte MAC Address, example: 52:54:00:12:34:56",
14078      "type": "str"
14079    },
14080    {
14081      "name": "tx_queue_size",
14082      "type": "uint16"
14083    },
14084    {
14085      "name": "disable-legacy",
14086      "description": "on/off/auto",
14087      "type": "OnOffAuto"
14088    },
14089    {
14090      "name": "tx",
14091      "type": "str"
14092    },
14093    {
14094      "name": "x-pcie-extcap-init",
14095      "description": "on/off",
14096      "type": "bool"
14097    },
14098    {
14099      "name": "x-mtu-bypass-backend",
14100      "type": "bool"
14101    },
14102    {
14103      "name": "x-pcie-deverr-init",
14104      "description": "on/off",
14105      "type": "bool"
14106    },
14107    {
14108      "name": "netdev",
14109      "description": "ID of a netdev to use as a backend",
14110      "type": "str"
14111    },
14112    {
14113      "name": "migrate-extra",
14114      "description": "on/off",
14115      "type": "bool"
14116    },
14117    {
14118      "name": "rx_queue_size",
14119      "type": "uint16"
14120    }
14121  ],
14122  "id": "libvirt-9"
14123}
14124
14125{
14126  "execute": "device-list-properties",
14127  "arguments": {
14128    "typename": "virtio-scsi-pci"
14129  },
14130  "id": "libvirt-10"
14131}
14132
14133{
14134  "return": [
14135    {
14136      "name": "event_idx",
14137      "description": "on/off",
14138      "type": "bool"
14139    },
14140    {
14141      "name": "ioeventfd",
14142      "description": "on/off",
14143      "type": "bool"
14144    },
14145    {
14146      "name": "multifunction",
14147      "description": "on/off",
14148      "type": "bool"
14149    },
14150    {
14151      "name": "rombar",
14152      "type": "uint32"
14153    },
14154    {
14155      "name": "virtqueue_size",
14156      "type": "uint32"
14157    },
14158    {
14159      "name": "x-disable-pcie",
14160      "description": "on/off",
14161      "type": "bool"
14162    },
14163    {
14164      "name": "indirect_desc",
14165      "description": "on/off",
14166      "type": "bool"
14167    },
14168    {
14169      "name": "cmd_per_lun",
14170      "type": "uint32"
14171    },
14172    {
14173      "name": "disable-modern",
14174      "type": "bool"
14175    },
14176    {
14177      "name": "num_queues",
14178      "type": "uint32"
14179    },
14180    {
14181      "name": "disable-legacy",
14182      "description": "on/off/auto",
14183      "type": "OnOffAuto"
14184    },
14185    {
14186      "name": "command_serr_enable",
14187      "description": "on/off",
14188      "type": "bool"
14189    },
14190    {
14191      "name": "x-pcie-lnkctl-init",
14192      "description": "on/off",
14193      "type": "bool"
14194    },
14195    {
14196      "name": "hotplug",
14197      "description": "on/off",
14198      "type": "bool"
14199    },
14200    {
14201      "name": "page-per-vq",
14202      "description": "on/off",
14203      "type": "bool"
14204    },
14205    {
14206      "name": "x-pcie-deverr-init",
14207      "description": "on/off",
14208      "type": "bool"
14209    },
14210    {
14211      "name": "x-pcie-pm-init",
14212      "description": "on/off",
14213      "type": "bool"
14214    },
14215    {
14216      "name": "x-pcie-lnksta-dllla",
14217      "description": "on/off",
14218      "type": "bool"
14219    },
14220    {
14221      "name": "max_sectors",
14222      "type": "uint32"
14223    },
14224    {
14225      "name": "param_change",
14226      "description": "on/off",
14227      "type": "bool"
14228    },
14229    {
14230      "name": "any_layout",
14231      "description": "on/off",
14232      "type": "bool"
14233    },
14234    {
14235      "name": "iothread",
14236      "type": "link<iothread>"
14237    },
14238    {
14239      "name": "addr",
14240      "description": "Slot and optional function number, example: 06.0 or 06",
14241      "type": "int32"
14242    },
14243    {
14244      "name": "migrate-extra",
14245      "description": "on/off",
14246      "type": "bool"
14247    },
14248    {
14249      "name": "modern-pio-notify",
14250      "description": "on/off",
14251      "type": "bool"
14252    },
14253    {
14254      "name": "vectors",
14255      "type": "uint32"
14256    },
14257    {
14258      "name": "x-pcie-extcap-init",
14259      "description": "on/off",
14260      "type": "bool"
14261    },
14262    {
14263      "name": "virtio-backend",
14264      "type": "child<virtio-scsi-device>"
14265    },
14266    {
14267      "name": "x-ignore-backend-features",
14268      "type": "bool"
14269    },
14270    {
14271      "name": "notify_on_empty",
14272      "description": "on/off",
14273      "type": "bool"
14274    },
14275    {
14276      "name": "iommu_platform",
14277      "description": "on/off",
14278      "type": "bool"
14279    },
14280    {
14281      "name": "ats",
14282      "description": "on/off",
14283      "type": "bool"
14284    },
14285    {
14286      "name": "virtio-pci-bus-master-bug-migration",
14287      "description": "on/off",
14288      "type": "bool"
14289    },
14290    {
14291      "name": "romfile",
14292      "type": "str"
14293    }
14294  ],
14295  "id": "libvirt-10"
14296}
14297
14298{
14299  "execute": "device-list-properties",
14300  "arguments": {
14301    "typename": "virtio-net-ccw"
14302  },
14303  "id": "libvirt-11"
14304}
14305
14306{
14307  "id": "libvirt-11",
14308  "error": {
14309    "class": "DeviceNotFound",
14310    "desc": "Device 'virtio-net-ccw' not found"
14311  }
14312}
14313
14314{
14315  "execute": "device-list-properties",
14316  "arguments": {
14317    "typename": "virtio-scsi-ccw"
14318  },
14319  "id": "libvirt-12"
14320}
14321
14322{
14323  "id": "libvirt-12",
14324  "error": {
14325    "class": "DeviceNotFound",
14326    "desc": "Device 'virtio-scsi-ccw' not found"
14327  }
14328}
14329
14330{
14331  "execute": "device-list-properties",
14332  "arguments": {
14333    "typename": "vfio-pci"
14334  },
14335  "id": "libvirt-13"
14336}
14337
14338{
14339  "return": [
14340    {
14341      "name": "x-igd-opregion",
14342      "description": "on/off",
14343      "type": "bool"
14344    },
14345    {
14346      "name": "x-pci-vendor-id",
14347      "type": "uint32"
14348    },
14349    {
14350      "name": "x-pci-sub-device-id",
14351      "type": "uint32"
14352    },
14353    {
14354      "name": "rombar",
14355      "type": "uint32"
14356    },
14357    {
14358      "name": "multifunction",
14359      "description": "on/off",
14360      "type": "bool"
14361    },
14362    {
14363      "name": "x-req",
14364      "description": "on/off",
14365      "type": "bool"
14366    },
14367    {
14368      "name": "x-no-kvm-msi",
14369      "type": "bool"
14370    },
14371    {
14372      "name": "x-no-kvm-intx",
14373      "type": "bool"
14374    },
14375    {
14376      "name": "host",
14377      "description": "Address (bus/device/function) of the host device, example: 04:10.0",
14378      "type": "str"
14379    },
14380    {
14381      "name": "x-no-kvm-msix",
14382      "type": "bool"
14383    },
14384    {
14385      "name": "command_serr_enable",
14386      "description": "on/off",
14387      "type": "bool"
14388    },
14389    {
14390      "name": "display",
14391      "description": "on/off/auto",
14392      "type": "OnOffAuto"
14393    },
14394    {
14395      "name": "x-pci-sub-vendor-id",
14396      "type": "uint32"
14397    },
14398    {
14399      "name": "x-pci-device-id",
14400      "type": "uint32"
14401    },
14402    {
14403      "name": "x-no-geforce-quirks",
14404      "type": "bool"
14405    },
14406    {
14407      "name": "x-pcie-lnksta-dllla",
14408      "description": "on/off",
14409      "type": "bool"
14410    },
14411    {
14412      "name": "x-igd-gms",
14413      "type": "uint32"
14414    },
14415    {
14416      "name": "addr",
14417      "description": "Slot and optional function number, example: 06.0 or 06",
14418      "type": "int32"
14419    },
14420    {
14421      "name": "x-nv-gpudirect-clique",
14422      "description": "NVIDIA GPUDirect Clique ID (0 - 15)",
14423      "type": "uint4"
14424    },
14425    {
14426      "name": "x-msix-relocation",
14427      "description": "off/auto/bar0/bar1/bar2/bar3/bar4/bar5",
14428      "type": "OffAutoPCIBAR"
14429    },
14430    {
14431      "name": "x-intx-mmap-timeout-ms",
14432      "type": "uint32"
14433    },
14434    {
14435      "name": "x-pcie-extcap-init",
14436      "description": "on/off",
14437      "type": "bool"
14438    },
14439    {
14440      "name": "x-no-mmap",
14441      "type": "bool"
14442    },
14443    {
14444      "name": "bootindex",
14445      "type": "int32"
14446    },
14447    {
14448      "name": "sysfsdev",
14449      "type": "str"
14450    },
14451    {
14452      "name": "x-vga",
14453      "description": "on/off",
14454      "type": "bool"
14455    },
14456    {
14457      "name": "romfile",
14458      "type": "str"
14459    }
14460  ],
14461  "id": "libvirt-13"
14462}
14463
14464{
14465  "execute": "device-list-properties",
14466  "arguments": {
14467    "typename": "scsi-hd"
14468  },
14469  "id": "libvirt-14"
14470}
14471
14472{
14473  "return": [
14474    {
14475      "name": "serial",
14476      "type": "str"
14477    },
14478    {
14479      "name": "port_index",
14480      "type": "uint16"
14481    },
14482    {
14483      "name": "dpofua",
14484      "description": "on/off",
14485      "type": "bool"
14486    },
14487    {
14488      "name": "bootindex",
14489      "type": "int32"
14490    },
14491    {
14492      "name": "logical_block_size",
14493      "description": "A power of two between 512 and 32768",
14494      "type": "uint16"
14495    },
14496    {
14497      "name": "discard_granularity",
14498      "type": "uint32"
14499    },
14500    {
14501      "name": "lun",
14502      "type": "uint32"
14503    },
14504    {
14505      "name": "max_unmap_size",
14506      "type": "uint64"
14507    },
14508    {
14509      "name": "drive",
14510      "description": "Node name or ID of a block device to use as a backend",
14511      "type": "str"
14512    },
14513    {
14514      "name": "port_wwn",
14515      "type": "uint64"
14516    },
14517    {
14518      "name": "write-cache",
14519      "description": "on/off/auto",
14520      "type": "OnOffAuto"
14521    },
14522    {
14523      "name": "share-rw",
14524      "type": "bool"
14525    },
14526    {
14527      "name": "opt_io_size",
14528      "type": "uint32"
14529    },
14530    {
14531      "name": "min_io_size",
14532      "type": "uint16"
14533    },
14534    {
14535      "name": "product",
14536      "type": "str"
14537    },
14538    {
14539      "name": "scsi-id",
14540      "type": "uint32"
14541    },
14542    {
14543      "name": "channel",
14544      "type": "uint32"
14545    },
14546    {
14547      "name": "vendor",
14548      "type": "str"
14549    },
14550    {
14551      "name": "wwn",
14552      "type": "uint64"
14553    },
14554    {
14555      "name": "werror",
14556      "description": "Error handling policy, report/ignore/enospc/stop/auto",
14557      "type": "BlockdevOnError"
14558    },
14559    {
14560      "name": "removable",
14561      "description": "on/off",
14562      "type": "bool"
14563    },
14564    {
14565      "name": "rerror",
14566      "description": "Error handling policy, report/ignore/enospc/stop/auto",
14567      "type": "BlockdevOnError"
14568    },
14569    {
14570      "name": "ver",
14571      "type": "str"
14572    },
14573    {
14574      "name": "physical_block_size",
14575      "description": "A power of two between 512 and 32768",
14576      "type": "uint16"
14577    },
14578    {
14579      "name": "max_io_size",
14580      "type": "uint64"
14581    }
14582  ],
14583  "id": "libvirt-14"
14584}
14585
14586{
14587  "execute": "device-list-properties",
14588  "arguments": {
14589    "typename": "ide-hd"
14590  },
14591  "id": "libvirt-15"
14592}
14593
14594{
14595  "return": [
14596    {
14597      "name": "serial",
14598      "type": "str"
14599    },
14600    {
14601      "name": "logical_block_size",
14602      "description": "A power of two between 512 and 32768",
14603      "type": "uint16"
14604    },
14605    {
14606      "name": "discard_granularity",
14607      "type": "uint32"
14608    },
14609    {
14610      "name": "drive",
14611      "description": "Node name or ID of a block device to use as a backend",
14612      "type": "str"
14613    },
14614    {
14615      "name": "bootindex",
14616      "type": "int32"
14617    },
14618    {
14619      "name": "write-cache",
14620      "description": "on/off/auto",
14621      "type": "OnOffAuto"
14622    },
14623    {
14624      "name": "share-rw",
14625      "type": "bool"
14626    },
14627    {
14628      "name": "opt_io_size",
14629      "type": "uint32"
14630    },
14631    {
14632      "name": "min_io_size",
14633      "type": "uint16"
14634    },
14635    {
14636      "name": "unit",
14637      "type": "uint32"
14638    },
14639    {
14640      "name": "wwn",
14641      "type": "uint64"
14642    },
14643    {
14644      "name": "werror",
14645      "description": "Error handling policy, report/ignore/enospc/stop/auto",
14646      "type": "BlockdevOnError"
14647    },
14648    {
14649      "name": "model",
14650      "type": "str"
14651    },
14652    {
14653      "name": "rerror",
14654      "description": "Error handling policy, report/ignore/enospc/stop/auto",
14655      "type": "BlockdevOnError"
14656    },
14657    {
14658      "name": "ver",
14659      "type": "str"
14660    },
14661    {
14662      "name": "physical_block_size",
14663      "description": "A power of two between 512 and 32768",
14664      "type": "uint16"
14665    }
14666  ],
14667  "id": "libvirt-15"
14668}
14669
14670{
14671  "execute": "device-list-properties",
14672  "arguments": {
14673    "typename": "PIIX4_PM"
14674  },
14675  "id": "libvirt-16"
14676}
14677
14678{
14679  "return": [
14680    {
14681      "name": "memory-hotplug-support",
14682      "type": "bool"
14683    },
14684    {
14685      "name": "rombar",
14686      "type": "uint32"
14687    },
14688    {
14689      "name": "x-pcie-lnksta-dllla",
14690      "description": "on/off",
14691      "type": "bool"
14692    },
14693    {
14694      "name": "acpi-pci-hotplug-with-bridge-support",
14695      "type": "bool"
14696    },
14697    {
14698      "name": "multifunction",
14699      "description": "on/off",
14700      "type": "bool"
14701    },
14702    {
14703      "name": "romfile",
14704      "type": "str"
14705    },
14706    {
14707      "name": "disable_s4",
14708      "type": "uint8"
14709    },
14710    {
14711      "name": "disable_s3",
14712      "type": "uint8"
14713    },
14714    {
14715      "name": "x-pcie-extcap-init",
14716      "description": "on/off",
14717      "type": "bool"
14718    },
14719    {
14720      "name": "command_serr_enable",
14721      "description": "on/off",
14722      "type": "bool"
14723    },
14724    {
14725      "name": "s4_val",
14726      "type": "uint8"
14727    },
14728    {
14729      "name": "smb_io_base",
14730      "type": "uint32"
14731    },
14732    {
14733      "name": "addr",
14734      "description": "Slot and optional function number, example: 06.0 or 06",
14735      "type": "int32"
14736    }
14737  ],
14738  "id": "libvirt-16"
14739}
14740
14741{
14742  "execute": "device-list-properties",
14743  "arguments": {
14744    "typename": "usb-redir"
14745  },
14746  "id": "libvirt-17"
14747}
14748
14749{
14750  "return": [
14751    {
14752      "name": "filter",
14753      "type": "str"
14754    },
14755    {
14756      "name": "msos-desc",
14757      "description": "on/off",
14758      "type": "bool"
14759    },
14760    {
14761      "name": "serial",
14762      "type": "str"
14763    },
14764    {
14765      "name": "bootindex",
14766      "type": "int32"
14767    },
14768    {
14769      "name": "port",
14770      "type": "str"
14771    },
14772    {
14773      "name": "debug",
14774      "type": "uint8"
14775    },
14776    {
14777      "name": "streams",
14778      "type": "bool"
14779    },
14780    {
14781      "name": "chardev",
14782      "description": "ID of a chardev to use as a backend",
14783      "type": "str"
14784    },
14785    {
14786      "name": "full-path",
14787      "description": "on/off",
14788      "type": "bool"
14789    },
14790    {
14791      "name": "attached",
14792      "type": "bool"
14793    }
14794  ],
14795  "id": "libvirt-17"
14796}
14797
14798{
14799  "execute": "device-list-properties",
14800  "arguments": {
14801    "typename": "i440FX-pcihost"
14802  },
14803  "id": "libvirt-18"
14804}
14805
14806{
14807  "return": [
14808    {
14809      "name": "short_root_bus",
14810      "type": "uint32"
14811    },
14812    {
14813      "name": "pci-conf-idx[0]",
14814      "type": "child<qemu:memory-region>"
14815    },
14816    {
14817      "name": "pci-hole64-end",
14818      "type": "uint64"
14819    },
14820    {
14821      "name": "pci-hole-end",
14822      "type": "uint32"
14823    },
14824    {
14825      "name": "pci-hole-start",
14826      "type": "uint32"
14827    },
14828    {
14829      "name": "pci-hole64-start",
14830      "type": "uint64"
14831    },
14832    {
14833      "name": "pci-hole64-size",
14834      "type": "size"
14835    },
14836    {
14837      "name": "pci-conf-data[0]",
14838      "type": "child<qemu:memory-region>"
14839    },
14840    {
14841      "name": "x-pci-hole64-fix",
14842      "type": "bool"
14843    }
14844  ],
14845  "id": "libvirt-18"
14846}
14847
14848{
14849  "execute": "device-list-properties",
14850  "arguments": {
14851    "typename": "q35-pcihost"
14852  },
14853  "id": "libvirt-19"
14854}
14855
14856{
14857  "return": [
14858    {
14859      "name": "short_root_bus",
14860      "type": "uint32"
14861    },
14862    {
14863      "name": "system-mem",
14864      "type": "link<qemu:memory-region>"
14865    },
14866    {
14867      "name": "pci-conf-idx[0]",
14868      "type": "child<qemu:memory-region>"
14869    },
14870    {
14871      "name": "pcie-mmcfg-mmio[0]",
14872      "type": "child<qemu:memory-region>"
14873    },
14874    {
14875      "name": "pci-hole64-start",
14876      "type": "uint64"
14877    },
14878    {
14879      "name": "io-mem",
14880      "type": "link<qemu:memory-region>"
14881    },
14882    {
14883      "name": "pci-hole64-end",
14884      "type": "uint64"
14885    },
14886    {
14887      "name": "pci-hole-end",
14888      "type": "uint32"
14889    },
14890    {
14891      "name": "above-4g-mem-size",
14892      "type": "size"
14893    },
14894    {
14895      "name": "below-4g-mem-size",
14896      "type": "size"
14897    },
14898    {
14899      "name": "ram-mem",
14900      "type": "link<qemu:memory-region>"
14901    },
14902    {
14903      "name": "pci-hole-start",
14904      "type": "uint32"
14905    },
14906    {
14907      "name": "MCFG",
14908      "type": "uint64"
14909    },
14910    {
14911      "name": "mch",
14912      "type": "child<mch>"
14913    },
14914    {
14915      "name": "pci-hole64-size",
14916      "type": "size"
14917    },
14918    {
14919      "name": "pci-mem",
14920      "type": "link<qemu:memory-region>"
14921    },
14922    {
14923      "name": "pci-conf-data[0]",
14924      "type": "child<qemu:memory-region>"
14925    },
14926    {
14927      "name": "x-pci-hole64-fix",
14928      "type": "bool"
14929    },
14930    {
14931      "name": "mcfg_size",
14932      "type": "uint64"
14933    }
14934  ],
14935  "id": "libvirt-19"
14936}
14937
14938{
14939  "execute": "device-list-properties",
14940  "arguments": {
14941    "typename": "usb-storage"
14942  },
14943  "id": "libvirt-20"
14944}
14945
14946{
14947  "return": [
14948    {
14949      "name": "serial",
14950      "type": "str"
14951    },
14952    {
14953      "name": "msos-desc",
14954      "description": "on/off",
14955      "type": "bool"
14956    },
14957    {
14958      "name": "logical_block_size",
14959      "description": "A power of two between 512 and 32768",
14960      "type": "uint16"
14961    },
14962    {
14963      "name": "discard_granularity",
14964      "type": "uint32"
14965    },
14966    {
14967      "name": "drive",
14968      "description": "Node name or ID of a block device to use as a backend",
14969      "type": "str"
14970    },
14971    {
14972      "name": "bootindex",
14973      "type": "int32"
14974    },
14975    {
14976      "name": "write-cache",
14977      "description": "on/off/auto",
14978      "type": "OnOffAuto"
14979    },
14980    {
14981      "name": "share-rw",
14982      "type": "bool"
14983    },
14984    {
14985      "name": "opt_io_size",
14986      "type": "uint32"
14987    },
14988    {
14989      "name": "min_io_size",
14990      "type": "uint16"
14991    },
14992    {
14993      "name": "port",
14994      "type": "str"
14995    },
14996    {
14997      "name": "attached",
14998      "type": "bool"
14999    },
15000    {
15001      "name": "full-path",
15002      "description": "on/off",
15003      "type": "bool"
15004    },
15005    {
15006      "name": "removable",
15007      "description": "on/off",
15008      "type": "bool"
15009    },
15010    {
15011      "name": "physical_block_size",
15012      "description": "A power of two between 512 and 32768",
15013      "type": "uint16"
15014    }
15015  ],
15016  "id": "libvirt-20"
15017}
15018
15019{
15020  "execute": "device-list-properties",
15021  "arguments": {
15022    "typename": "kvm-pit"
15023  },
15024  "id": "libvirt-21"
15025}
15026
15027{
15028  "return": [
15029    {
15030      "name": "iobase",
15031      "type": "uint32"
15032    },
15033    {
15034      "name": "lost_tick_policy",
15035      "type": "LostTickPolicy"
15036    }
15037  ],
15038  "id": "libvirt-21"
15039}
15040
15041{
15042  "execute": "device-list-properties",
15043  "arguments": {
15044    "typename": "VGA"
15045  },
15046  "id": "libvirt-22"
15047}
15048
15049{
15050  "return": [
15051    {
15052      "name": "rombar",
15053      "type": "uint32"
15054    },
15055    {
15056      "name": "x-pcie-lnksta-dllla",
15057      "description": "on/off",
15058      "type": "bool"
15059    },
15060    {
15061      "name": "mmio",
15062      "description": "on/off",
15063      "type": "bool"
15064    },
15065    {
15066      "name": "multifunction",
15067      "description": "on/off",
15068      "type": "bool"
15069    },
15070    {
15071      "name": "qemu-extended-regs",
15072      "description": "on/off",
15073      "type": "bool"
15074    },
15075    {
15076      "name": "big-endian-framebuffer",
15077      "type": "bool"
15078    },
15079    {
15080      "name": "romfile",
15081      "type": "str"
15082    },
15083    {
15084      "name": "vgamem_mb",
15085      "type": "uint32"
15086    },
15087    {
15088      "name": "x-pcie-extcap-init",
15089      "description": "on/off",
15090      "type": "bool"
15091    },
15092    {
15093      "name": "command_serr_enable",
15094      "description": "on/off",
15095      "type": "bool"
15096    },
15097    {
15098      "name": "addr",
15099      "description": "Slot and optional function number, example: 06.0 or 06",
15100      "type": "int32"
15101    }
15102  ],
15103  "id": "libvirt-22"
15104}
15105
15106{
15107  "execute": "device-list-properties",
15108  "arguments": {
15109    "typename": "vmware-svga"
15110  },
15111  "id": "libvirt-23"
15112}
15113
15114{
15115  "return": [
15116    {
15117      "name": "rombar",
15118      "type": "uint32"
15119    },
15120    {
15121      "name": "x-pcie-lnksta-dllla",
15122      "description": "on/off",
15123      "type": "bool"
15124    },
15125    {
15126      "name": "multifunction",
15127      "description": "on/off",
15128      "type": "bool"
15129    },
15130    {
15131      "name": "romfile",
15132      "type": "str"
15133    },
15134    {
15135      "name": "vgamem_mb",
15136      "type": "uint32"
15137    },
15138    {
15139      "name": "x-pcie-extcap-init",
15140      "description": "on/off",
15141      "type": "bool"
15142    },
15143    {
15144      "name": "command_serr_enable",
15145      "description": "on/off",
15146      "type": "bool"
15147    },
15148    {
15149      "name": "addr",
15150      "description": "Slot and optional function number, example: 06.0 or 06",
15151      "type": "int32"
15152    }
15153  ],
15154  "id": "libvirt-23"
15155}
15156
15157{
15158  "execute": "device-list-properties",
15159  "arguments": {
15160    "typename": "qxl"
15161  },
15162  "id": "libvirt-24"
15163}
15164
15165{
15166  "return": [
15167    {
15168      "name": "rombar",
15169      "type": "uint32"
15170    },
15171    {
15172      "name": "x-pcie-lnksta-dllla",
15173      "description": "on/off",
15174      "type": "bool"
15175    },
15176    {
15177      "name": "yres",
15178      "type": "uint32"
15179    },
15180    {
15181      "name": "ram_size_mb",
15182      "type": "uint32"
15183    },
15184    {
15185      "name": "command_serr_enable",
15186      "description": "on/off",
15187      "type": "bool"
15188    },
15189    {
15190      "name": "multifunction",
15191      "description": "on/off",
15192      "type": "bool"
15193    },
15194    {
15195      "name": "vgamem_mb",
15196      "type": "uint32"
15197    },
15198    {
15199      "name": "romfile",
15200      "type": "str"
15201    },
15202    {
15203      "name": "x-pcie-extcap-init",
15204      "description": "on/off",
15205      "type": "bool"
15206    },
15207    {
15208      "name": "addr",
15209      "description": "Slot and optional function number, example: 06.0 or 06",
15210      "type": "int32"
15211    },
15212    {
15213      "name": "debug",
15214      "type": "uint32"
15215    },
15216    {
15217      "name": "vram_size_mb",
15218      "type": "uint32"
15219    },
15220    {
15221      "name": "revision",
15222      "type": "uint32"
15223    },
15224    {
15225      "name": "ram_size",
15226      "type": "uint32"
15227    },
15228    {
15229      "name": "vram64_size_mb",
15230      "type": "uint32"
15231    },
15232    {
15233      "name": "guestdebug",
15234      "type": "uint32"
15235    },
15236    {
15237      "name": "vram_size",
15238      "type": "uint64"
15239    },
15240    {
15241      "name": "surfaces",
15242      "type": "int32"
15243    },
15244    {
15245      "name": "max_outputs",
15246      "type": "uint16"
15247    },
15248    {
15249      "name": "xres",
15250      "type": "uint32"
15251    },
15252    {
15253      "name": "cmdlog",
15254      "type": "uint32"
15255    }
15256  ],
15257  "id": "libvirt-24"
15258}
15259
15260{
15261  "execute": "device-list-properties",
15262  "arguments": {
15263    "typename": "virtio-gpu-pci"
15264  },
15265  "id": "libvirt-25"
15266}
15267
15268{
15269  "return": [
15270    {
15271      "name": "event_idx",
15272      "description": "on/off",
15273      "type": "bool"
15274    },
15275    {
15276      "name": "yres",
15277      "type": "uint32"
15278    },
15279    {
15280      "name": "ioeventfd",
15281      "description": "on/off",
15282      "type": "bool"
15283    },
15284    {
15285      "name": "multifunction",
15286      "description": "on/off",
15287      "type": "bool"
15288    },
15289    {
15290      "name": "rombar",
15291      "type": "uint32"
15292    },
15293    {
15294      "name": "xres",
15295      "type": "uint32"
15296    },
15297    {
15298      "name": "x-disable-pcie",
15299      "description": "on/off",
15300      "type": "bool"
15301    },
15302    {
15303      "name": "indirect_desc",
15304      "description": "on/off",
15305      "type": "bool"
15306    },
15307    {
15308      "name": "disable-modern",
15309      "type": "bool"
15310    },
15311    {
15312      "name": "disable-legacy",
15313      "description": "on/off/auto",
15314      "type": "OnOffAuto"
15315    },
15316    {
15317      "name": "command_serr_enable",
15318      "description": "on/off",
15319      "type": "bool"
15320    },
15321    {
15322      "name": "x-pcie-lnkctl-init",
15323      "description": "on/off",
15324      "type": "bool"
15325    },
15326    {
15327      "name": "page-per-vq",
15328      "description": "on/off",
15329      "type": "bool"
15330    },
15331    {
15332      "name": "x-pcie-deverr-init",
15333      "description": "on/off",
15334      "type": "bool"
15335    },
15336    {
15337      "name": "x-pcie-pm-init",
15338      "description": "on/off",
15339      "type": "bool"
15340    },
15341    {
15342      "name": "max_outputs",
15343      "type": "uint32"
15344    },
15345    {
15346      "name": "x-pcie-lnksta-dllla",
15347      "description": "on/off",
15348      "type": "bool"
15349    },
15350    {
15351      "name": "any_layout",
15352      "description": "on/off",
15353      "type": "bool"
15354    },
15355    {
15356      "name": "addr",
15357      "description": "Slot and optional function number, example: 06.0 or 06",
15358      "type": "int32"
15359    },
15360    {
15361      "name": "migrate-extra",
15362      "description": "on/off",
15363      "type": "bool"
15364    },
15365    {
15366      "name": "modern-pio-notify",
15367      "description": "on/off",
15368      "type": "bool"
15369    },
15370    {
15371      "name": "vectors",
15372      "type": "uint32"
15373    },
15374    {
15375      "name": "x-pcie-extcap-init",
15376      "description": "on/off",
15377      "type": "bool"
15378    },
15379    {
15380      "name": "virtio-backend",
15381      "type": "child<virtio-gpu-device>"
15382    },
15383    {
15384      "name": "max_hostmem",
15385      "type": "size"
15386    },
15387    {
15388      "name": "x-ignore-backend-features",
15389      "type": "bool"
15390    },
15391    {
15392      "name": "notify_on_empty",
15393      "description": "on/off",
15394      "type": "bool"
15395    },
15396    {
15397      "name": "iommu_platform",
15398      "description": "on/off",
15399      "type": "bool"
15400    },
15401    {
15402      "name": "ats",
15403      "description": "on/off",
15404      "type": "bool"
15405    },
15406    {
15407      "name": "virtio-pci-bus-master-bug-migration",
15408      "description": "on/off",
15409      "type": "bool"
15410    },
15411    {
15412      "name": "romfile",
15413      "type": "str"
15414    }
15415  ],
15416  "id": "libvirt-25"
15417}
15418
15419{
15420  "execute": "device-list-properties",
15421  "arguments": {
15422    "typename": "virtio-gpu-device"
15423  },
15424  "id": "libvirt-26"
15425}
15426
15427{
15428  "return": [
15429    {
15430      "name": "notify_on_empty",
15431      "description": "on/off",
15432      "type": "bool"
15433    },
15434    {
15435      "name": "any_layout",
15436      "description": "on/off",
15437      "type": "bool"
15438    },
15439    {
15440      "name": "indirect_desc",
15441      "description": "on/off",
15442      "type": "bool"
15443    },
15444    {
15445      "name": "event_idx",
15446      "description": "on/off",
15447      "type": "bool"
15448    },
15449    {
15450      "name": "yres",
15451      "type": "uint32"
15452    },
15453    {
15454      "name": "iommu_platform",
15455      "description": "on/off",
15456      "type": "bool"
15457    },
15458    {
15459      "name": "max_outputs",
15460      "type": "uint32"
15461    },
15462    {
15463      "name": "xres",
15464      "type": "uint32"
15465    },
15466    {
15467      "name": "max_hostmem",
15468      "type": "size"
15469    }
15470  ],
15471  "id": "libvirt-26"
15472}
15473
15474{
15475  "execute": "device-list-properties",
15476  "arguments": {
15477    "typename": "ICH9-LPC"
15478  },
15479  "id": "libvirt-27"
15480}
15481
15482{
15483  "return": [
15484    {
15485      "name": "memory-hotplug-support",
15486      "type": "bool"
15487    },
15488    {
15489      "name": "rombar",
15490      "type": "uint32"
15491    },
15492    {
15493      "name": "sci_int",
15494      "type": "uint32"
15495    },
15496    {
15497      "name": "x-pcie-lnksta-dllla",
15498      "description": "on/off",
15499      "type": "bool"
15500    },
15501    {
15502      "name": "gpe0_blk_len",
15503      "type": "uint32"
15504    },
15505    {
15506      "name": "pm_io_base",
15507      "type": "uint32"
15508    },
15509    {
15510      "name": "noreboot",
15511      "type": "bool"
15512    },
15513    {
15514      "name": "multifunction",
15515      "description": "on/off",
15516      "type": "bool"
15517    },
15518    {
15519      "name": "cpu-hotplug-legacy",
15520      "type": "bool"
15521    },
15522    {
15523      "name": "acpi_disable_cmd",
15524      "type": "uint8"
15525    },
15526    {
15527      "name": "x-smi-broadcast",
15528      "description": "on/off",
15529      "type": "bool"
15530    },
15531    {
15532      "name": "disable_s3",
15533      "type": "uint8"
15534    },
15535    {
15536      "name": "romfile",
15537      "type": "str"
15538    },
15539    {
15540      "name": "acpi_enable_cmd",
15541      "type": "uint8"
15542    },
15543    {
15544      "name": "s4_val",
15545      "type": "uint8"
15546    },
15547    {
15548      "name": "x-pcie-extcap-init",
15549      "description": "on/off",
15550      "type": "bool"
15551    },
15552    {
15553      "name": "command_serr_enable",
15554      "description": "on/off",
15555      "type": "bool"
15556    },
15557    {
15558      "name": "addr",
15559      "description": "Slot and optional function number, example: 06.0 or 06",
15560      "type": "int32"
15561    },
15562    {
15563      "name": "enable_tco",
15564      "type": "bool"
15565    },
15566    {
15567      "name": "disable_s4",
15568      "type": "uint8"
15569    },
15570    {
15571      "name": "gpe0_blk",
15572      "type": "uint32"
15573    }
15574  ],
15575  "id": "libvirt-27"
15576}
15577
15578{
15579  "execute": "device-list-properties",
15580  "arguments": {
15581    "typename": "virtio-balloon-pci"
15582  },
15583  "id": "libvirt-28"
15584}
15585
15586{
15587  "return": [
15588    {
15589      "name": "guest-stats-polling-interval",
15590      "type": "int"
15591    },
15592    {
15593      "name": "event_idx",
15594      "description": "on/off",
15595      "type": "bool"
15596    },
15597    {
15598      "name": "rombar",
15599      "type": "uint32"
15600    },
15601    {
15602      "name": "multifunction",
15603      "description": "on/off",
15604      "type": "bool"
15605    },
15606    {
15607      "name": "x-disable-pcie",
15608      "description": "on/off",
15609      "type": "bool"
15610    },
15611    {
15612      "name": "indirect_desc",
15613      "description": "on/off",
15614      "type": "bool"
15615    },
15616    {
15617      "name": "disable-modern",
15618      "type": "bool"
15619    },
15620    {
15621      "name": "disable-legacy",
15622      "description": "on/off/auto",
15623      "type": "OnOffAuto"
15624    },
15625    {
15626      "name": "command_serr_enable",
15627      "description": "on/off",
15628      "type": "bool"
15629    },
15630    {
15631      "name": "x-pcie-lnkctl-init",
15632      "description": "on/off",
15633      "type": "bool"
15634    },
15635    {
15636      "name": "guest-stats",
15637      "type": "guest statistics"
15638    },
15639    {
15640      "name": "deflate-on-oom",
15641      "description": "on/off",
15642      "type": "bool"
15643    },
15644    {
15645      "name": "page-per-vq",
15646      "description": "on/off",
15647      "type": "bool"
15648    },
15649    {
15650      "name": "x-pcie-deverr-init",
15651      "description": "on/off",
15652      "type": "bool"
15653    },
15654    {
15655      "name": "x-pcie-pm-init",
15656      "description": "on/off",
15657      "type": "bool"
15658    },
15659    {
15660      "name": "x-pcie-lnksta-dllla",
15661      "description": "on/off",
15662      "type": "bool"
15663    },
15664    {
15665      "name": "any_layout",
15666      "description": "on/off",
15667      "type": "bool"
15668    },
15669    {
15670      "name": "class",
15671      "type": "uint32"
15672    },
15673    {
15674      "name": "addr",
15675      "description": "Slot and optional function number, example: 06.0 or 06",
15676      "type": "int32"
15677    },
15678    {
15679      "name": "migrate-extra",
15680      "description": "on/off",
15681      "type": "bool"
15682    },
15683    {
15684      "name": "modern-pio-notify",
15685      "description": "on/off",
15686      "type": "bool"
15687    },
15688    {
15689      "name": "x-pcie-extcap-init",
15690      "description": "on/off",
15691      "type": "bool"
15692    },
15693    {
15694      "name": "virtio-backend",
15695      "type": "child<virtio-balloon-device>"
15696    },
15697    {
15698      "name": "x-ignore-backend-features",
15699      "type": "bool"
15700    },
15701    {
15702      "name": "notify_on_empty",
15703      "description": "on/off",
15704      "type": "bool"
15705    },
15706    {
15707      "name": "iommu_platform",
15708      "description": "on/off",
15709      "type": "bool"
15710    },
15711    {
15712      "name": "ats",
15713      "description": "on/off",
15714      "type": "bool"
15715    },
15716    {
15717      "name": "virtio-pci-bus-master-bug-migration",
15718      "description": "on/off",
15719      "type": "bool"
15720    },
15721    {
15722      "name": "romfile",
15723      "type": "str"
15724    }
15725  ],
15726  "id": "libvirt-28"
15727}
15728
15729{
15730  "execute": "device-list-properties",
15731  "arguments": {
15732    "typename": "virtio-balloon-ccw"
15733  },
15734  "id": "libvirt-29"
15735}
15736
15737{
15738  "id": "libvirt-29",
15739  "error": {
15740    "class": "DeviceNotFound",
15741    "desc": "Device 'virtio-balloon-ccw' not found"
15742  }
15743}
15744
15745{
15746  "execute": "device-list-properties",
15747  "arguments": {
15748    "typename": "virtio-balloon-device"
15749  },
15750  "id": "libvirt-30"
15751}
15752
15753{
15754  "return": [
15755    {
15756      "name": "notify_on_empty",
15757      "description": "on/off",
15758      "type": "bool"
15759    },
15760    {
15761      "name": "any_layout",
15762      "description": "on/off",
15763      "type": "bool"
15764    },
15765    {
15766      "name": "indirect_desc",
15767      "description": "on/off",
15768      "type": "bool"
15769    },
15770    {
15771      "name": "guest-stats",
15772      "type": "guest statistics"
15773    },
15774    {
15775      "name": "guest-stats-polling-interval",
15776      "type": "int"
15777    },
15778    {
15779      "name": "event_idx",
15780      "description": "on/off",
15781      "type": "bool"
15782    },
15783    {
15784      "name": "iommu_platform",
15785      "description": "on/off",
15786      "type": "bool"
15787    },
15788    {
15789      "name": "deflate-on-oom",
15790      "description": "on/off",
15791      "type": "bool"
15792    }
15793  ],
15794  "id": "libvirt-30"
15795}
15796
15797{
15798  "execute": "device-list-properties",
15799  "arguments": {
15800    "typename": "nec-usb-xhci"
15801  },
15802  "id": "libvirt-31"
15803}
15804
15805{
15806  "return": [
15807    {
15808      "name": "rombar",
15809      "type": "uint32"
15810    },
15811    {
15812      "name": "intrs",
15813      "type": "uint32"
15814    },
15815    {
15816      "name": "x-pcie-lnksta-dllla",
15817      "description": "on/off",
15818      "type": "bool"
15819    },
15820    {
15821      "name": "msix",
15822      "description": "on/off/auto",
15823      "type": "OnOffAuto"
15824    },
15825    {
15826      "name": "multifunction",
15827      "description": "on/off",
15828      "type": "bool"
15829    },
15830    {
15831      "name": "msi",
15832      "description": "on/off/auto",
15833      "type": "OnOffAuto"
15834    },
15835    {
15836      "name": "superspeed-ports-first",
15837      "description": "on/off",
15838      "type": "bool"
15839    },
15840    {
15841      "name": "streams",
15842      "description": "on/off",
15843      "type": "bool"
15844    },
15845    {
15846      "name": "romfile",
15847      "type": "str"
15848    },
15849    {
15850      "name": "force-pcie-endcap",
15851      "description": "on/off",
15852      "type": "bool"
15853    },
15854    {
15855      "name": "command_serr_enable",
15856      "description": "on/off",
15857      "type": "bool"
15858    },
15859    {
15860      "name": "x-pcie-extcap-init",
15861      "description": "on/off",
15862      "type": "bool"
15863    },
15864    {
15865      "name": "addr",
15866      "description": "Slot and optional function number, example: 06.0 or 06",
15867      "type": "int32"
15868    },
15869    {
15870      "name": "p3",
15871      "type": "uint32"
15872    },
15873    {
15874      "name": "p2",
15875      "type": "uint32"
15876    },
15877    {
15878      "name": "slots",
15879      "type": "uint32"
15880    }
15881  ],
15882  "id": "libvirt-31"
15883}
15884
15885{
15886  "execute": "device-list-properties",
15887  "arguments": {
15888    "typename": "intel-iommu"
15889  },
15890  "id": "libvirt-32"
15891}
15892
15893{
15894  "return": [
15895    {
15896      "name": "eim",
15897      "description": "on/off/auto",
15898      "type": "OnOffAuto"
15899    },
15900    {
15901      "name": "x-aw-bits",
15902      "type": "uint8"
15903    },
15904    {
15905      "name": "x-buggy-eim",
15906      "type": "bool"
15907    },
15908    {
15909      "name": "intremap",
15910      "type": "bool"
15911    },
15912    {
15913      "name": "version",
15914      "type": "uint32"
15915    },
15916    {
15917      "name": "pt",
15918      "type": "bool"
15919    },
15920    {
15921      "name": "device-iotlb",
15922      "type": "bool"
15923    },
15924    {
15925      "name": "caching-mode",
15926      "type": "bool"
15927    }
15928  ],
15929  "id": "libvirt-32"
15930}
15931
15932{
15933  "execute": "device-list-properties",
15934  "arguments": {
15935    "typename": "mch"
15936  },
15937  "id": "libvirt-33"
15938}
15939
15940{
15941  "return": [
15942    {
15943      "name": "rombar",
15944      "type": "uint32"
15945    },
15946    {
15947      "name": "x-pcie-lnksta-dllla",
15948      "description": "on/off",
15949      "type": "bool"
15950    },
15951    {
15952      "name": "multifunction",
15953      "description": "on/off",
15954      "type": "bool"
15955    },
15956    {
15957      "name": "extended-tseg-mbytes",
15958      "type": "uint16"
15959    },
15960    {
15961      "name": "romfile",
15962      "type": "str"
15963    },
15964    {
15965      "name": "x-pcie-extcap-init",
15966      "description": "on/off",
15967      "type": "bool"
15968    },
15969    {
15970      "name": "command_serr_enable",
15971      "description": "on/off",
15972      "type": "bool"
15973    },
15974    {
15975      "name": "addr",
15976      "description": "Slot and optional function number, example: 06.0 or 06",
15977      "type": "int32"
15978    }
15979  ],
15980  "id": "libvirt-33"
15981}
15982
15983{
15984  "execute": "device-list-properties",
15985  "arguments": {
15986    "typename": "nvdimm"
15987  },
15988  "id": "libvirt-34"
15989}
15990
15991{
15992  "return": [
15993    {
15994      "name": "memdev",
15995      "type": "link<memory-backend>"
15996    }
15997  ],
15998  "id": "libvirt-34"
15999}
16000
16001{
16002  "execute": "device-list-properties",
16003  "arguments": {
16004    "typename": "pcie-root-port"
16005  },
16006  "id": "libvirt-35"
16007}
16008
16009{
16010  "return": [
16011    {
16012      "name": "addr",
16013      "description": "Slot and optional function number, example: 06.0 or 06",
16014      "type": "int32"
16015    },
16016    {
16017      "name": "power_controller_present",
16018      "description": "on/off",
16019      "type": "bool"
16020    },
16021    {
16022      "name": "aer_log_max",
16023      "type": "uint16"
16024    },
16025    {
16026      "name": "x-speed",
16027      "description": "2_5/5/8/16",
16028      "type": "PCIELinkSpeed"
16029    },
16030    {
16031      "name": "slot",
16032      "type": "uint16"
16033    },
16034    {
16035      "name": "x-pcie-lnksta-dllla",
16036      "description": "on/off",
16037      "type": "bool"
16038    },
16039    {
16040      "name": "port",
16041      "type": "uint8"
16042    },
16043    {
16044      "name": "mem-reserve",
16045      "type": "size"
16046    },
16047    {
16048      "name": "x-pcie-extcap-init",
16049      "description": "on/off",
16050      "type": "bool"
16051    },
16052    {
16053      "name": "pref64-reserve",
16054      "type": "size"
16055    },
16056    {
16057      "name": "rombar",
16058      "type": "uint32"
16059    },
16060    {
16061      "name": "command_serr_enable",
16062      "description": "on/off",
16063      "type": "bool"
16064    },
16065    {
16066      "name": "romfile",
16067      "type": "str"
16068    },
16069    {
16070      "name": "multifunction",
16071      "description": "on/off",
16072      "type": "bool"
16073    },
16074    {
16075      "name": "chassis",
16076      "type": "uint8"
16077    },
16078    {
16079      "name": "x-width",
16080      "description": "1/2/4/8/12/16/32",
16081      "type": "PCIELinkWidth"
16082    },
16083    {
16084      "name": "failover_pair_id",
16085      "type": "str"
16086    },
16087    {
16088      "name": "pref32-reserve",
16089      "type": "size"
16090    },
16091    {
16092      "name": "bus-reserve",
16093      "type": "uint32"
16094    },
16095    {
16096      "name": "x-migrate-msix",
16097      "type": "bool"
16098    },
16099    {
16100      "name": "disable-acs",
16101      "type": "bool"
16102    },
16103    {
16104      "name": "io-reserve",
16105      "type": "size"
16106    }
16107  ],
16108  "id": "libvirt-35"
16109}
16110
16111{
16112  "execute": "device-list-properties",
16113  "arguments": {
16114    "typename": "usb-host"
16115  },
16116  "id": "libvirt-36"
16117}
16118
16119{
16120  "return": [
16121    {
16122      "default-value": true,
16123      "name": "full-path",
16124      "description": "on/off",
16125      "type": "bool"
16126    },
16127    {
16128      "name": "port",
16129      "type": "str"
16130    },
16131    {
16132      "default-value": true,
16133      "name": "msos-desc",
16134      "description": "on/off",
16135      "type": "bool"
16136    },
16137    {
16138      "name": "serial",
16139      "type": "str"
16140    },
16141    {
16142      "default-value": 0,
16143      "name": "hostbus",
16144      "type": "uint32"
16145    },
16146    {
16147      "default-value": 4,
16148      "name": "isobufs",
16149      "type": "uint32"
16150    },
16151    {
16152      "default-value": 0,
16153      "name": "vendorid",
16154      "type": "uint32"
16155    },
16156    {
16157      "default-value": 0,
16158      "name": "productid",
16159      "type": "uint32"
16160    },
16161    {
16162      "name": "hostport",
16163      "type": "str"
16164    },
16165    {
16166      "default-value": true,
16167      "name": "pipeline",
16168      "description": "on/off",
16169      "type": "bool"
16170    },
16171    {
16172      "default-value": 0,
16173      "name": "hostaddr",
16174      "type": "uint32"
16175    },
16176    {
16177      "default-value": true,
16178      "name": "suppress-remote-wake",
16179      "type": "bool"
16180    },
16181    {
16182      "default-value": 2,
16183      "name": "loglevel",
16184      "type": "uint32"
16185    },
16186    {
16187      "default-value": 32,
16188      "name": "isobsize",
16189      "type": "uint32"
16190    },
16191    {
16192      "default-value": false,
16193      "name": "guest-resets-all",
16194      "type": "bool"
16195    },
16196    {
16197      "default-value": true,
16198      "name": "guest-reset",
16199      "type": "bool"
16200    },
16201    {
16202      "name": "bootindex",
16203      "type": "int32"
16204    },
16205    {
16206      "name": "attached",
16207      "type": "bool"
16208    }
16209  ],
16210  "id": "libvirt-36"
16211}
16212
16213{
16214  "execute": "qom-list-properties",
16215  "arguments": {
16216    "typename": "memory-backend-file"
16217  },
16218  "id": "libvirt-37"
16219}
16220
16221{
16222  "return": [
16223    {
16224      "name": "policy",
16225      "type": "HostMemPolicy"
16226    },
16227    {
16228      "name": "dump",
16229      "type": "bool"
16230    },
16231    {
16232      "name": "share",
16233      "type": "bool"
16234    },
16235    {
16236      "name": "prealloc",
16237      "type": "bool"
16238    },
16239    {
16240      "name": "size",
16241      "type": "int"
16242    },
16243    {
16244      "name": "host-nodes",
16245      "type": "int"
16246    },
16247    {
16248      "name": "id",
16249      "type": "string"
16250    },
16251    {
16252      "name": "merge",
16253      "type": "bool"
16254    },
16255    {
16256      "name": "align",
16257      "type": "int"
16258    },
16259    {
16260      "name": "mem-path",
16261      "type": "string"
16262    },
16263    {
16264      "name": "discard-data",
16265      "type": "bool"
16266    },
16267    {
16268      "name": "type",
16269      "type": "string"
16270    }
16271  ],
16272  "id": "libvirt-37"
16273}
16274
16275{
16276  "execute": "qom-list-properties",
16277  "arguments": {
16278    "typename": "memory-backend-memfd"
16279  },
16280  "id": "libvirt-38"
16281}
16282
16283{
16284  "return": [
16285    {
16286      "name": "policy",
16287      "type": "HostMemPolicy"
16288    },
16289    {
16290      "name": "share",
16291      "type": "bool"
16292    },
16293    {
16294      "name": "host-nodes",
16295      "type": "int"
16296    },
16297    {
16298      "name": "prealloc",
16299      "type": "bool"
16300    },
16301    {
16302      "name": "dump",
16303      "type": "bool"
16304    },
16305    {
16306      "name": "size",
16307      "type": "int"
16308    },
16309    {
16310      "name": "merge",
16311      "type": "bool"
16312    },
16313    {
16314      "name": "seal",
16315      "type": "bool"
16316    },
16317    {
16318      "name": "hugetlbsize",
16319      "type": "int"
16320    },
16321    {
16322      "name": "hugetlb",
16323      "type": "bool"
16324    },
16325    {
16326      "name": "type",
16327      "type": "string"
16328    }
16329  ],
16330  "id": "libvirt-38"
16331}
16332
16333{
16334  "execute": "qom-list-properties",
16335  "arguments": {
16336    "typename": "max-x86_64-cpu"
16337  },
16338  "id": "libvirt-39"
16339}
16340
16341{
16342  "return": [
16343    {
16344      "name": "min-xlevel2",
16345      "type": "uint32"
16346    },
16347    {
16348      "name": "vendor",
16349      "type": "string"
16350    },
16351    {
16352      "name": "gfni",
16353      "type": "bool"
16354    },
16355    {
16356      "name": "clwb",
16357      "type": "bool"
16358    },
16359    {
16360      "name": "nx",
16361      "type": "bool"
16362    },
16363    {
16364      "name": "x2apic",
16365      "type": "bool"
16366    },
16367    {
16368      "name": "kvmclock-stable-bit",
16369      "type": "bool"
16370    },
16371    {
16372      "name": "vmcb_clean",
16373      "type": "bool"
16374    },
16375    {
16376      "name": "min-level",
16377      "type": "uint32"
16378    },
16379    {
16380      "name": "fxsr-opt",
16381      "type": "bool"
16382    },
16383    {
16384      "name": "skinit",
16385      "type": "bool"
16386    },
16387    {
16388      "name": "avx",
16389      "type": "bool"
16390    },
16391    {
16392      "name": "3dnowext",
16393      "type": "bool"
16394    },
16395    {
16396      "name": "hv-crash",
16397      "type": "bool"
16398    },
16399    {
16400      "name": "nodeid_msr",
16401      "type": "bool"
16402    },
16403    {
16404      "name": "hypervisor",
16405      "type": "bool"
16406    },
16407    {
16408      "name": "enforce",
16409      "type": "bool"
16410    },
16411    {
16412      "name": "stepping",
16413      "type": "int"
16414    },
16415    {
16416      "name": "sse4_2",
16417      "type": "bool"
16418    },
16419    {
16420      "name": "sse4_1",
16421      "type": "bool"
16422    },
16423    {
16424      "name": "x-hv-max-vps",
16425      "type": "int32"
16426    },
16427    {
16428      "name": "hv-frequencies",
16429      "type": "bool"
16430    },
16431    {
16432      "name": "kvm-hint-dedicated",
16433      "type": "bool"
16434    },
16435    {
16436      "name": "cmp_legacy",
16437      "type": "bool"
16438    },
16439    {
16440      "name": "tm2",
16441      "type": "bool"
16442    },
16443    {
16444      "name": "smx",
16445      "type": "bool"
16446    },
16447    {
16448      "name": "host-cache-info",
16449      "type": "bool"
16450    },
16451    {
16452      "name": "hv-vendor-id",
16453      "type": "str"
16454    },
16455    {
16456      "name": "movbe",
16457      "type": "bool"
16458    },
16459    {
16460      "name": "3dnowprefetch",
16461      "type": "bool"
16462    },
16463    {
16464      "name": "mtrr",
16465      "type": "bool"
16466    },
16467    {
16468      "name": "wdt",
16469      "type": "bool"
16470    },
16471    {
16472      "name": "thread-id",
16473      "type": "int32"
16474    },
16475    {
16476      "name": "aes",
16477      "type": "bool"
16478    },
16479    {
16480      "name": "apic-id",
16481      "type": "uint32"
16482    },
16483    {
16484      "name": "lm",
16485      "type": "bool"
16486    },
16487    {
16488      "name": "family",
16489      "type": "int"
16490    },
16491    {
16492      "name": "tsc-adjust",
16493      "type": "bool"
16494    },
16495    {
16496      "name": "pfthreshold",
16497      "type": "bool"
16498    },
16499    {
16500      "name": "ospke",
16501      "type": "bool"
16502    },
16503    {
16504      "name": "kvm-no-smi-migration",
16505      "type": "bool"
16506    },
16507    {
16508      "name": "pse",
16509      "type": "bool"
16510    },
16511    {
16512      "name": "filtered-features",
16513      "type": "X86CPUFeatureWordInfo"
16514    },
16515    {
16516      "name": "hv-vpindex",
16517      "type": "bool"
16518    },
16519    {
16520      "name": "adx",
16521      "type": "bool"
16522    },
16523    {
16524      "name": "avx512bitalg",
16525      "type": "bool"
16526    },
16527    {
16528      "name": "i64",
16529      "type": "bool"
16530    },
16531    {
16532      "name": "vaes",
16533      "type": "bool"
16534    },
16535    {
16536      "name": "ia64",
16537      "type": "bool"
16538    },
16539    {
16540      "name": "nodeid-msr",
16541      "type": "bool"
16542    },
16543    {
16544      "name": "ibpb",
16545      "type": "bool"
16546    },
16547    {
16548      "name": "hv-synic",
16549      "type": "bool"
16550    },
16551    {
16552      "name": "ibs",
16553      "type": "bool"
16554    },
16555    {
16556      "name": "kvm_mmu",
16557      "type": "bool"
16558    },
16559    {
16560      "name": "tcg-cpuid",
16561      "type": "bool"
16562    },
16563    {
16564      "name": "nrip_save",
16565      "type": "bool"
16566    },
16567    {
16568      "name": "kvm_nopiodelay",
16569      "type": "bool"
16570    },
16571    {
16572      "name": "lbrv",
16573      "type": "bool"
16574    },
16575    {
16576      "name": "rdtscp",
16577      "type": "bool"
16578    },
16579    {
16580      "name": "memory",
16581      "type": "link<qemu:memory-region>"
16582    },
16583    {
16584      "name": "avx512vbmi2",
16585      "type": "bool"
16586    },
16587    {
16588      "name": "ace2-en",
16589      "type": "bool"
16590    },
16591    {
16592      "name": "invtsc",
16593      "type": "bool"
16594    },
16595    {
16596      "name": "sse4.2",
16597      "type": "bool"
16598    },
16599    {
16600      "name": "sse4.1",
16601      "type": "bool"
16602    },
16603    {
16604      "name": "pbe",
16605      "type": "bool"
16606    },
16607    {
16608      "name": "rdrand",
16609      "type": "bool"
16610    },
16611    {
16612      "name": "socket-id",
16613      "type": "int32"
16614    },
16615    {
16616      "name": "hotpluggable",
16617      "type": "bool"
16618    },
16619    {
16620      "name": "kvm-steal-time",
16621      "type": "bool"
16622    },
16623    {
16624      "name": "l3-cache",
16625      "type": "bool"
16626    },
16627    {
16628      "name": "vmware-cpuid-freq",
16629      "type": "bool"
16630    },
16631    {
16632      "name": "xop",
16633      "type": "bool"
16634    },
16635    {
16636      "name": "tsc-frequency",
16637      "type": "int"
16638    },
16639    {
16640      "name": "fill-mtrr-mask",
16641      "type": "bool"
16642    },
16643    {
16644      "name": "core-id",
16645      "type": "int32"
16646    },
16647    {
16648      "name": "intel-pt",
16649      "type": "bool"
16650    },
16651    {
16652      "name": "pat",
16653      "type": "bool"
16654    },
16655    {
16656      "name": "pcid",
16657      "type": "bool"
16658    },
16659    {
16660      "name": "pclmulqdq",
16661      "type": "bool"
16662    },
16663    {
16664      "name": "sse4-2",
16665      "type": "bool"
16666    },
16667    {
16668      "name": "sse4-1",
16669      "type": "bool"
16670    },
16671    {
16672      "name": "sha-ni",
16673      "type": "bool"
16674    },
16675    {
16676      "name": "cmov",
16677      "type": "bool"
16678    },
16679    {
16680      "name": "pae",
16681      "type": "bool"
16682    },
16683    {
16684      "name": "smep",
16685      "type": "bool"
16686    },
16687    {
16688      "name": "abm",
16689      "type": "bool"
16690    },
16691    {
16692      "name": "xstore",
16693      "type": "bool"
16694    },
16695    {
16696      "name": "tsc_adjust",
16697      "type": "bool"
16698    },
16699    {
16700      "name": "type",
16701      "type": "string"
16702    },
16703    {
16704      "name": "kvm-asyncpf",
16705      "type": "bool"
16706    },
16707    {
16708      "name": "min-xlevel",
16709      "type": "uint32"
16710    },
16711    {
16712      "name": "pdpe1gb",
16713      "type": "bool"
16714    },
16715    {
16716      "name": "kvm-mmu",
16717      "type": "bool"
16718    },
16719    {
16720      "name": "kvm-pv-unhalt",
16721      "type": "bool"
16722    },
16723    {
16724      "name": "avx512f",
16725      "type": "bool"
16726    },
16727    {
16728      "name": "avx512vbmi",
16729      "type": "bool"
16730    },
16731    {
16732      "name": "avx512-4vnniw",
16733      "type": "bool"
16734    },
16735    {
16736      "name": "xd",
16737      "type": "bool"
16738    },
16739    {
16740      "name": "mmxext",
16741      "type": "bool"
16742    },
16743    {
16744      "name": "decodeassists",
16745      "type": "bool"
16746    },
16747    {
16748      "name": "ht",
16749      "type": "bool"
16750    },
16751    {
16752      "name": "xsave",
16753      "type": "bool"
16754    },
16755    {
16756      "name": "perfctr_core",
16757      "type": "bool"
16758    },
16759    {
16760      "name": "feature-words",
16761      "type": "X86CPUFeatureWordInfo"
16762    },
16763    {
16764      "name": "migratable",
16765      "type": "bool"
16766    },
16767    {
16768      "name": "3dnow",
16769      "type": "bool"
16770    },
16771    {
16772      "name": "spec-ctrl",
16773      "type": "bool"
16774    },
16775    {
16776      "name": "model",
16777      "type": "int"
16778    },
16779    {
16780      "name": "nrip-save",
16781      "type": "bool"
16782    },
16783    {
16784      "name": "lwp",
16785      "type": "bool"
16786    },
16787    {
16788      "name": "xstore-en",
16789      "type": "bool"
16790    },
16791    {
16792      "name": "avx512vl",
16793      "type": "bool"
16794    },
16795    {
16796      "name": "kvm_pv_unhalt",
16797      "type": "bool"
16798    },
16799    {
16800      "name": "bmi2",
16801      "type": "bool"
16802    },
16803    {
16804      "name": "bmi1",
16805      "type": "bool"
16806    },
16807    {
16808      "name": "la57",
16809      "type": "bool"
16810    },
16811    {
16812      "name": "ffxsr",
16813      "type": "bool"
16814    },
16815    {
16816      "name": "vmcb-clean",
16817      "type": "bool"
16818    },
16819    {
16820      "name": "pause-filter",
16821      "type": "bool"
16822    },
16823    {
16824      "name": "pni",
16825      "type": "bool"
16826    },
16827    {
16828      "name": "kvm_steal_time",
16829      "type": "bool"
16830    },
16831    {
16832      "name": "svm_lock",
16833      "type": "bool"
16834    },
16835    {
16836      "name": "pse36",
16837      "type": "bool"
16838    },
16839    {
16840      "name": "hv-stimer",
16841      "type": "bool"
16842    },
16843    {
16844      "name": "host-phys-bits",
16845      "type": "bool"
16846    },
16847    {
16848      "name": "extapic",
16849      "type": "bool"
16850    },
16851    {
16852      "name": "hv-spinlocks",
16853      "type": "int"
16854    },
16855    {
16856      "name": "pmu",
16857      "type": "bool"
16858    },
16859    {
16860      "name": "pmm",
16861      "type": "bool"
16862    },
16863    {
16864      "name": "vpclmulqdq",
16865      "type": "bool"
16866    },
16867    {
16868      "name": "avx512-vpopcntdq",
16869      "type": "bool"
16870    },
16871    {
16872      "name": "avx512er",
16873      "type": "bool"
16874    },
16875    {
16876      "name": "pdcm",
16877      "type": "bool"
16878    },
16879    {
16880      "name": "svm",
16881      "type": "bool"
16882    },
16883    {
16884      "name": "apic",
16885      "type": "bool"
16886    },
16887    {
16888      "name": "xcrypt-en",
16889      "type": "bool"
16890    },
16891    {
16892      "name": "cr8legacy",
16893      "type": "bool"
16894    },
16895    {
16896      "name": "fma4",
16897      "type": "bool"
16898    },
16899    {
16900      "name": "erms",
16901      "type": "bool"
16902    },
16903    {
16904      "name": "msr",
16905      "type": "bool"
16906    },
16907    {
16908      "name": "ds_cpl",
16909      "type": "bool"
16910    },
16911    {
16912      "name": "xlevel",
16913      "type": "uint32"
16914    },
16915    {
16916      "name": "hotplugged",
16917      "type": "bool"
16918    },
16919    {
16920      "name": "hv-relaxed",
16921      "type": "bool"
16922    },
16923    {
16924      "name": "perfctr-core",
16925      "type": "bool"
16926    },
16927    {
16928      "name": "sep",
16929      "type": "bool"
16930    },
16931    {
16932      "name": "smap",
16933      "type": "bool"
16934    },
16935    {
16936      "name": "sse3",
16937      "type": "bool"
16938    },
16939    {
16940      "name": "avx512dq",
16941      "type": "bool"
16942    },
16943    {
16944      "name": "ssse3",
16945      "type": "bool"
16946    },
16947    {
16948      "name": "pmm-en",
16949      "type": "bool"
16950    },
16951    {
16952      "name": "npt",
16953      "type": "bool"
16954    },
16955    {
16956      "name": "kvm-pv-tlb-flush",
16957      "type": "bool"
16958    },
16959    {
16960      "name": "tsc",
16961      "type": "bool"
16962    },
16963    {
16964      "name": "monitor",
16965      "type": "bool"
16966    },
16967    {
16968      "name": "f16c",
16969      "type": "bool"
16970    },
16971    {
16972      "name": "sse2",
16973      "type": "bool"
16974    },
16975    {
16976      "name": "rdpid",
16977      "type": "bool"
16978    },
16979    {
16980      "name": "mce",
16981      "type": "bool"
16982    },
16983    {
16984      "name": "full-cpuid-auto-level",
16985      "type": "bool"
16986    },
16987    {
16988      "name": "xtpr",
16989      "type": "bool"
16990    },
16991    {
16992      "name": "mca",
16993      "type": "bool"
16994    },
16995    {
16996      "name": "cid",
16997      "type": "bool"
16998    },
16999    {
17000      "name": "tm",
17001      "type": "bool"
17002    },
17003    {
17004      "name": "pku",
17005      "type": "bool"
17006    },
17007    {
17008      "name": "avx512vnni",
17009      "type": "bool"
17010    },
17011    {
17012      "name": "tce",
17013      "type": "bool"
17014    },
17015    {
17016      "name": "kvmclock",
17017      "type": "bool"
17018    },
17019    {
17020      "name": "sse4a",
17021      "type": "bool"
17022    },
17023    {
17024      "name": "ds",
17025      "type": "bool"
17026    },
17027    {
17028      "name": "lahf-lm",
17029      "type": "bool"
17030    },
17031    {
17032      "name": "xsaves",
17033      "type": "bool"
17034    },
17035    {
17036      "name": "clflushopt",
17037      "type": "bool"
17038    },
17039    {
17040      "name": "kvm",
17041      "type": "bool"
17042    },
17043    {
17044      "name": "ss",
17045      "type": "bool"
17046    },
17047    {
17048      "name": "flushbyasid",
17049      "type": "bool"
17050    },
17051    {
17052      "name": "pause_filter",
17053      "type": "bool"
17054    },
17055    {
17056      "name": "de",
17057      "type": "bool"
17058    },
17059    {
17060      "name": "est",
17061      "type": "bool"
17062    },
17063    {
17064      "name": "check",
17065      "type": "bool"
17066    },
17067    {
17068      "name": "lahf_lm",
17069      "type": "bool"
17070    },
17071    {
17072      "name": "dtes64",
17073      "type": "bool"
17074    },
17075    {
17076      "name": "vmx",
17077      "type": "bool"
17078    },
17079    {
17080      "name": "xsavec",
17081      "type": "bool"
17082    },
17083    {
17084      "name": "svm-lock",
17085      "type": "bool"
17086    },
17087    {
17088      "name": "avx512ifma",
17089      "type": "bool"
17090    },
17091    {
17092      "name": "clflush",
17093      "type": "bool"
17094    },
17095    {
17096      "name": "rdseed",
17097      "type": "bool"
17098    },
17099    {
17100      "name": "avx512cd",
17101      "type": "bool"
17102    },
17103    {
17104      "name": "xsaveopt",
17105      "type": "bool"
17106    },
17107    {
17108      "name": "tbm",
17109      "type": "bool"
17110    },
17111    {
17112      "name": "ace2",
17113      "type": "bool"
17114    },
17115    {
17116      "name": "vme",
17117      "type": "bool"
17118    },
17119    {
17120      "name": "kvm_asyncpf",
17121      "type": "bool"
17122    },
17123    {
17124      "name": "hv-vapic",
17125      "type": "bool"
17126    },
17127    {
17128      "name": "parent_bus",
17129      "type": "link<bus>"
17130    },
17131    {
17132      "name": "lmce",
17133      "type": "bool"
17134    },
17135    {
17136      "name": "hv-reset",
17137      "type": "bool"
17138    },
17139    {
17140      "name": "hv-runtime",
17141      "type": "bool"
17142    },
17143    {
17144      "name": "avx512bw",
17145      "type": "bool"
17146    },
17147    {
17148      "name": "xcrypt",
17149      "type": "bool"
17150    },
17151    {
17152      "name": "fpu",
17153      "type": "bool"
17154    },
17155    {
17156      "name": "fxsr",
17157      "type": "bool"
17158    },
17159    {
17160      "name": "ds-cpl",
17161      "type": "bool"
17162    },
17163    {
17164      "name": "kvm-pv-eoi",
17165      "type": "bool"
17166    },
17167    {
17168      "name": "hle",
17169      "type": "bool"
17170    },
17171    {
17172      "name": "cx8",
17173      "type": "bool"
17174    },
17175    {
17176      "name": "mpx",
17177      "type": "bool"
17178    },
17179    {
17180      "name": "invpcid",
17181      "type": "bool"
17182    },
17183    {
17184      "name": "pcommit",
17185      "type": "bool"
17186    },
17187    {
17188      "name": "arat",
17189      "type": "bool"
17190    },
17191    {
17192      "name": "sse",
17193      "type": "bool"
17194    },
17195    {
17196      "name": "syscall",
17197      "type": "bool"
17198    },
17199    {
17200      "name": "tsc_scale",
17201      "type": "bool"
17202    },
17203    {
17204      "name": "xlevel2",
17205      "type": "uint32"
17206    },
17207    {
17208      "name": "hv-time",
17209      "type": "bool"
17210    },
17211    {
17212      "name": "kvm_pv_eoi",
17213      "type": "bool"
17214    },
17215    {
17216      "name": "osvw",
17217      "type": "bool"
17218    },
17219    {
17220      "name": "perfctr-nb",
17221      "type": "bool"
17222    },
17223    {
17224      "name": "rtm",
17225      "type": "bool"
17226    },
17227    {
17228      "name": "avx512-4fmaps",
17229      "type": "bool"
17230    },
17231    {
17232      "name": "avx2",
17233      "type": "bool"
17234    },
17235    {
17236      "name": "perfctr_nb",
17237      "type": "bool"
17238    },
17239    {
17240      "name": "kvm-nopiodelay",
17241      "type": "bool"
17242    },
17243    {
17244      "name": "phys-bits",
17245      "type": "uint32"
17246    },
17247    {
17248      "name": "avx512pf",
17249      "type": "bool"
17250    },
17251    {
17252      "name": "level",
17253      "type": "uint32"
17254    },
17255    {
17256      "name": "osxsave",
17257      "type": "bool"
17258    },
17259    {
17260      "name": "cpuid-0xb",
17261      "type": "bool"
17262    },
17263    {
17264      "name": "tsc-deadline",
17265      "type": "bool"
17266    },
17267    {
17268      "name": "xgetbv1",
17269      "type": "bool"
17270    },
17271    {
17272      "name": "fxsr_opt",
17273      "type": "bool"
17274    },
17275    {
17276      "name": "popcnt",
17277      "type": "bool"
17278    },
17279    {
17280      "name": "umip",
17281      "type": "bool"
17282    },
17283    {
17284      "name": "realized",
17285      "type": "bool"
17286    },
17287    {
17288      "name": "phe",
17289      "type": "bool"
17290    },
17291    {
17292      "name": "cmp-legacy",
17293      "type": "bool"
17294    },
17295    {
17296      "name": "dca",
17297      "type": "bool"
17298    },
17299    {
17300      "name": "acpi",
17301      "type": "bool"
17302    },
17303    {
17304      "name": "pn",
17305      "type": "bool"
17306    },
17307    {
17308      "name": "model-id",
17309      "type": "string"
17310    },
17311    {
17312      "name": "crash-information",
17313      "type": "GuestPanicInformation"
17314    },
17315    {
17316      "name": "tsc-scale",
17317      "type": "bool"
17318    },
17319    {
17320      "name": "node-id",
17321      "type": "int32"
17322    },
17323    {
17324      "name": "cx16",
17325      "type": "bool"
17326    },
17327    {
17328      "name": "mmx",
17329      "type": "bool"
17330    },
17331    {
17332      "name": "topoext",
17333      "type": "bool"
17334    },
17335    {
17336      "name": "pge",
17337      "type": "bool"
17338    },
17339    {
17340      "name": "fsgsbase",
17341      "type": "bool"
17342    },
17343    {
17344      "name": "pclmuldq",
17345      "type": "bool"
17346    },
17347    {
17348      "name": "misalignsse",
17349      "type": "bool"
17350    },
17351    {
17352      "name": "phe-en",
17353      "type": "bool"
17354    },
17355    {
17356      "name": "fma",
17357      "type": "bool"
17358    }
17359  ],
17360  "id": "libvirt-39"
17361}
17362
17363{
17364  "execute": "query-machines",
17365  "id": "libvirt-40"
17366}
17367
17368{
17369  "return": [
17370    {
17371      "hotpluggable-cpus": true,
17372      "name": "isapc",
17373      "cpu-max": 1
17374    },
17375    {
17376      "hotpluggable-cpus": true,
17377      "name": "pc-1.1",
17378      "cpu-max": 255
17379    },
17380    {
17381      "hotpluggable-cpus": true,
17382      "name": "pc-1.2",
17383      "cpu-max": 255
17384    },
17385    {
17386      "hotpluggable-cpus": true,
17387      "name": "pc-1.3",
17388      "cpu-max": 255
17389    },
17390    {
17391      "hotpluggable-cpus": true,
17392      "name": "pc-i440fx-2.8",
17393      "cpu-max": 255
17394    },
17395    {
17396      "hotpluggable-cpus": true,
17397      "name": "pc-1.0",
17398      "cpu-max": 255
17399    },
17400    {
17401      "hotpluggable-cpus": false,
17402      "name": "none",
17403      "cpu-max": 1
17404    },
17405    {
17406      "hotpluggable-cpus": true,
17407      "name": "pc-i440fx-2.9",
17408      "cpu-max": 255
17409    },
17410    {
17411      "hotpluggable-cpus": true,
17412      "name": "pc-i440fx-2.6",
17413      "cpu-max": 255
17414    },
17415    {
17416      "hotpluggable-cpus": true,
17417      "name": "pc-i440fx-2.7",
17418      "cpu-max": 255
17419    },
17420    {
17421      "hotpluggable-cpus": true,
17422      "name": "pc-i440fx-2.3",
17423      "cpu-max": 255
17424    },
17425    {
17426      "hotpluggable-cpus": true,
17427      "name": "pc-i440fx-2.4",
17428      "cpu-max": 255
17429    },
17430    {
17431      "hotpluggable-cpus": true,
17432      "name": "pc-i440fx-2.5",
17433      "cpu-max": 255
17434    },
17435    {
17436      "hotpluggable-cpus": true,
17437      "name": "pc-i440fx-2.1",
17438      "cpu-max": 255
17439    },
17440    {
17441      "hotpluggable-cpus": true,
17442      "name": "pc-i440fx-2.2",
17443      "cpu-max": 255
17444    },
17445    {
17446      "hotpluggable-cpus": true,
17447      "name": "pc-i440fx-2.0",
17448      "cpu-max": 255
17449    },
17450    {
17451      "hotpluggable-cpus": true,
17452      "name": "pc-q35-2.11",
17453      "cpu-max": 288
17454    },
17455    {
17456      "hotpluggable-cpus": true,
17457      "name": "pc-q35-2.12",
17458      "cpu-max": 288,
17459      "alias": "q35"
17460    },
17461    {
17462      "hotpluggable-cpus": true,
17463      "name": "pc-q35-2.10",
17464      "cpu-max": 288
17465    },
17466    {
17467      "hotpluggable-cpus": true,
17468      "name": "pc-i440fx-1.7",
17469      "cpu-max": 255
17470    },
17471    {
17472      "hotpluggable-cpus": true,
17473      "name": "pc-q35-2.9",
17474      "cpu-max": 288
17475    },
17476    {
17477      "hotpluggable-cpus": true,
17478      "name": "pc-0.15",
17479      "cpu-max": 255
17480    },
17481    {
17482      "hotpluggable-cpus": true,
17483      "name": "pc-i440fx-1.5",
17484      "cpu-max": 255
17485    },
17486    {
17487      "hotpluggable-cpus": true,
17488      "name": "pc-q35-2.7",
17489      "cpu-max": 255
17490    },
17491    {
17492      "hotpluggable-cpus": true,
17493      "name": "pc-i440fx-1.6",
17494      "cpu-max": 255
17495    },
17496    {
17497      "hotpluggable-cpus": true,
17498      "name": "pc-i440fx-2.11",
17499      "cpu-max": 255
17500    },
17501    {
17502      "hotpluggable-cpus": true,
17503      "name": "pc-q35-2.8",
17504      "cpu-max": 288
17505    },
17506    {
17507      "hotpluggable-cpus": true,
17508      "name": "pc-0.13",
17509      "cpu-max": 255
17510    },
17511    {
17512      "hotpluggable-cpus": true,
17513      "name": "pc-i440fx-2.12",
17514      "is-default": true,
17515      "cpu-max": 255,
17516      "alias": "pc"
17517    },
17518    {
17519      "hotpluggable-cpus": true,
17520      "name": "pc-0.14",
17521      "cpu-max": 255
17522    },
17523    {
17524      "hotpluggable-cpus": true,
17525      "name": "pc-q35-2.4",
17526      "cpu-max": 255
17527    },
17528    {
17529      "hotpluggable-cpus": true,
17530      "name": "pc-q35-2.5",
17531      "cpu-max": 255
17532    },
17533    {
17534      "hotpluggable-cpus": true,
17535      "name": "pc-q35-2.6",
17536      "cpu-max": 255
17537    },
17538    {
17539      "hotpluggable-cpus": true,
17540      "name": "pc-i440fx-1.4",
17541      "cpu-max": 255
17542    },
17543    {
17544      "hotpluggable-cpus": true,
17545      "name": "pc-i440fx-2.10",
17546      "cpu-max": 255
17547    },
17548    {
17549      "hotpluggable-cpus": true,
17550      "name": "pc-0.11",
17551      "cpu-max": 255
17552    },
17553    {
17554      "hotpluggable-cpus": true,
17555      "name": "pc-0.12",
17556      "cpu-max": 255
17557    },
17558    {
17559      "hotpluggable-cpus": true,
17560      "name": "pc-0.10",
17561      "cpu-max": 255
17562    }
17563  ],
17564  "id": "libvirt-40"
17565}
17566
17567{
17568  "execute": "qom-list-properties",
17569  "arguments": {
17570    "typename": "none-machine"
17571  },
17572  "id": "libvirt-41"
17573}
17574
17575{
17576  "return": [
17577    {
17578      "name": "graphics",
17579      "description": "Set on/off to enable/disable graphics emulation",
17580      "type": "bool"
17581    },
17582    {
17583      "name": "phandle-start",
17584      "description": "The first phandle ID we may generate dynamically",
17585      "type": "int"
17586    },
17587    {
17588      "name": "dump-guest-core",
17589      "description": "Include guest memory in  a core dump",
17590      "type": "bool"
17591    },
17592    {
17593      "name": "kernel-irqchip",
17594      "description": "Configure KVM in-kernel irqchip",
17595      "type": "on|off|split"
17596    },
17597    {
17598      "name": "accel",
17599      "description": "Accelerator list",
17600      "type": "string"
17601    },
17602    {
17603      "name": "append",
17604      "description": "Linux kernel command line",
17605      "type": "string"
17606    },
17607    {
17608      "name": "dumpdtb",
17609      "description": "Dump current dtb to a file and quit",
17610      "type": "string"
17611    },
17612    {
17613      "name": "memory-encryption",
17614      "description": "Set memory encyption object to use",
17615      "type": "string"
17616    },
17617    {
17618      "name": "igd-passthru",
17619      "description": "Set on/off to enable/disable igd passthrou",
17620      "type": "bool"
17621    },
17622    {
17623      "name": "dt-compatible",
17624      "description": "Overrides the \"compatible\" property of the dt root node",
17625      "type": "string"
17626    },
17627    {
17628      "name": "kernel",
17629      "description": "Linux kernel image file",
17630      "type": "string"
17631    },
17632    {
17633      "name": "usb",
17634      "description": "Set on/off to enable/disable usb",
17635      "type": "bool"
17636    },
17637    {
17638      "name": "suppress-vmdesc",
17639      "description": "Set on to disable self-describing migration",
17640      "type": "bool"
17641    },
17642    {
17643      "name": "dtb",
17644      "description": "Linux kernel device tree file",
17645      "type": "string"
17646    },
17647    {
17648      "name": "firmware",
17649      "description": "Firmware image",
17650      "type": "string"
17651    },
17652    {
17653      "name": "mem-merge",
17654      "description": "Enable/disable memory merge support",
17655      "type": "bool"
17656    },
17657    {
17658      "name": "initrd",
17659      "description": "Linux initial ramdisk file",
17660      "type": "string"
17661    },
17662    {
17663      "name": "enforce-config-section",
17664      "description": "Set on to enforce configuration section migration",
17665      "type": "bool"
17666    },
17667    {
17668      "name": "kvm-shadow-mem",
17669      "description": "KVM shadow MMU size",
17670      "type": "int"
17671    },
17672    {
17673      "name": "type",
17674      "type": "string"
17675    }
17676  ],
17677  "id": "libvirt-41"
17678}
17679
17680{
17681  "execute": "query-cpu-definitions",
17682  "id": "libvirt-42"
17683}
17684
17685{
17686  "return": [
17687    {
17688      "name": "max",
17689      "typename": "max-x86_64-cpu",
17690      "unavailable-features": [
17691      ],
17692      "static": false,
17693      "migration-safe": false
17694    },
17695    {
17696      "name": "host",
17697      "typename": "host-x86_64-cpu",
17698      "unavailable-features": [
17699      ],
17700      "static": false,
17701      "migration-safe": false
17702    },
17703    {
17704      "name": "base",
17705      "typename": "base-x86_64-cpu",
17706      "unavailable-features": [
17707      ],
17708      "static": true,
17709      "migration-safe": true
17710    },
17711    {
17712      "name": "qemu64",
17713      "typename": "qemu64-x86_64-cpu",
17714      "unavailable-features": [
17715      ],
17716      "static": false,
17717      "migration-safe": true
17718    },
17719    {
17720      "name": "qemu32",
17721      "typename": "qemu32-x86_64-cpu",
17722      "unavailable-features": [
17723      ],
17724      "static": false,
17725      "migration-safe": true
17726    },
17727    {
17728      "name": "phenom",
17729      "typename": "phenom-x86_64-cpu",
17730      "unavailable-features": [
17731        "mmxext",
17732        "fxsr-opt",
17733        "3dnowext",
17734        "3dnow",
17735        "sse4a",
17736        "npt"
17737      ],
17738      "static": false,
17739      "migration-safe": true
17740    },
17741    {
17742      "name": "pentium3",
17743      "typename": "pentium3-x86_64-cpu",
17744      "unavailable-features": [
17745      ],
17746      "static": false,
17747      "migration-safe": true
17748    },
17749    {
17750      "name": "pentium2",
17751      "typename": "pentium2-x86_64-cpu",
17752      "unavailable-features": [
17753      ],
17754      "static": false,
17755      "migration-safe": true
17756    },
17757    {
17758      "name": "pentium",
17759      "typename": "pentium-x86_64-cpu",
17760      "unavailable-features": [
17761      ],
17762      "static": false,
17763      "migration-safe": true
17764    },
17765    {
17766      "name": "n270",
17767      "typename": "n270-x86_64-cpu",
17768      "unavailable-features": [
17769      ],
17770      "static": false,
17771      "migration-safe": true
17772    },
17773    {
17774      "name": "kvm64",
17775      "typename": "kvm64-x86_64-cpu",
17776      "unavailable-features": [
17777      ],
17778      "static": false,
17779      "migration-safe": true
17780    },
17781    {
17782      "name": "kvm32",
17783      "typename": "kvm32-x86_64-cpu",
17784      "unavailable-features": [
17785      ],
17786      "static": false,
17787      "migration-safe": true
17788    },
17789    {
17790      "name": "coreduo",
17791      "typename": "coreduo-x86_64-cpu",
17792      "unavailable-features": [
17793      ],
17794      "static": false,
17795      "migration-safe": true
17796    },
17797    {
17798      "name": "core2duo",
17799      "typename": "core2duo-x86_64-cpu",
17800      "unavailable-features": [
17801      ],
17802      "static": false,
17803      "migration-safe": true
17804    },
17805    {
17806      "name": "athlon",
17807      "typename": "athlon-x86_64-cpu",
17808      "unavailable-features": [
17809        "mmxext",
17810        "3dnowext",
17811        "3dnow"
17812      ],
17813      "static": false,
17814      "migration-safe": true
17815    },
17816    {
17817      "name": "Westmere",
17818      "typename": "Westmere-x86_64-cpu",
17819      "unavailable-features": [
17820      ],
17821      "static": false,
17822      "migration-safe": true
17823    },
17824    {
17825      "name": "Westmere-IBRS",
17826      "typename": "Westmere-IBRS-x86_64-cpu",
17827      "unavailable-features": [
17828        "spec-ctrl"
17829      ],
17830      "static": false,
17831      "migration-safe": true
17832    },
17833    {
17834      "name": "Skylake-Server",
17835      "typename": "Skylake-Server-x86_64-cpu",
17836      "unavailable-features": [
17837        "hle",
17838        "rtm",
17839        "mpx",
17840        "avx512f",
17841        "avx512dq",
17842        "rdseed",
17843        "adx",
17844        "smap",
17845        "clflushopt",
17846        "clwb",
17847        "avx512cd",
17848        "avx512bw",
17849        "avx512vl",
17850        "3dnowprefetch",
17851        "xsavec",
17852        "xgetbv1",
17853        "mpx",
17854        "mpx",
17855        "avx512f",
17856        "avx512f",
17857        "avx512f"
17858      ],
17859      "static": false,
17860      "migration-safe": true
17861    },
17862    {
17863      "name": "Skylake-Server-IBRS",
17864      "typename": "Skylake-Server-IBRS-x86_64-cpu",
17865      "unavailable-features": [
17866        "hle",
17867        "rtm",
17868        "mpx",
17869        "avx512f",
17870        "avx512dq",
17871        "rdseed",
17872        "adx",
17873        "smap",
17874        "clwb",
17875        "avx512cd",
17876        "avx512bw",
17877        "avx512vl",
17878        "spec-ctrl",
17879        "3dnowprefetch",
17880        "xsavec",
17881        "xgetbv1",
17882        "mpx",
17883        "mpx",
17884        "avx512f",
17885        "avx512f",
17886        "avx512f"
17887      ],
17888      "static": false,
17889      "migration-safe": true
17890    },
17891    {
17892      "name": "Skylake-Client",
17893      "typename": "Skylake-Client-x86_64-cpu",
17894      "unavailable-features": [
17895        "hle",
17896        "rtm",
17897        "mpx",
17898        "rdseed",
17899        "adx",
17900        "smap",
17901        "3dnowprefetch",
17902        "xsavec",
17903        "xgetbv1",
17904        "mpx",
17905        "mpx"
17906      ],
17907      "static": false,
17908      "migration-safe": true
17909    },
17910    {
17911      "name": "Skylake-Client-IBRS",
17912      "typename": "Skylake-Client-IBRS-x86_64-cpu",
17913      "unavailable-features": [
17914        "hle",
17915        "rtm",
17916        "mpx",
17917        "rdseed",
17918        "adx",
17919        "smap",
17920        "spec-ctrl",
17921        "3dnowprefetch",
17922        "xsavec",
17923        "xgetbv1",
17924        "mpx",
17925        "mpx"
17926      ],
17927      "static": false,
17928      "migration-safe": true
17929    },
17930    {
17931      "name": "SandyBridge",
17932      "typename": "SandyBridge-x86_64-cpu",
17933      "unavailable-features": [
17934      ],
17935      "static": false,
17936      "migration-safe": true
17937    },
17938    {
17939      "name": "SandyBridge-IBRS",
17940      "typename": "SandyBridge-IBRS-x86_64-cpu",
17941      "unavailable-features": [
17942        "spec-ctrl"
17943      ],
17944      "static": false,
17945      "migration-safe": true
17946    },
17947    {
17948      "name": "Penryn",
17949      "typename": "Penryn-x86_64-cpu",
17950      "unavailable-features": [
17951      ],
17952      "static": false,
17953      "migration-safe": true
17954    },
17955    {
17956      "name": "Opteron_G5",
17957      "typename": "Opteron_G5-x86_64-cpu",
17958      "unavailable-features": [
17959        "sse4a",
17960        "misalignsse",
17961        "3dnowprefetch",
17962        "xop",
17963        "fma4",
17964        "tbm"
17965      ],
17966      "static": false,
17967      "migration-safe": true
17968    },
17969    {
17970      "name": "Opteron_G4",
17971      "typename": "Opteron_G4-x86_64-cpu",
17972      "unavailable-features": [
17973        "sse4a",
17974        "misalignsse",
17975        "3dnowprefetch",
17976        "xop",
17977        "fma4"
17978      ],
17979      "static": false,
17980      "migration-safe": true
17981    },
17982    {
17983      "name": "Opteron_G3",
17984      "typename": "Opteron_G3-x86_64-cpu",
17985      "unavailable-features": [
17986        "sse4a",
17987        "misalignsse"
17988      ],
17989      "static": false,
17990      "migration-safe": true
17991    },
17992    {
17993      "name": "Opteron_G2",
17994      "typename": "Opteron_G2-x86_64-cpu",
17995      "unavailable-features": [
17996      ],
17997      "static": false,
17998      "migration-safe": true
17999    },
18000    {
18001      "name": "Opteron_G1",
18002      "typename": "Opteron_G1-x86_64-cpu",
18003      "unavailable-features": [
18004      ],
18005      "static": false,
18006      "migration-safe": true
18007    },
18008    {
18009      "name": "Nehalem",
18010      "typename": "Nehalem-x86_64-cpu",
18011      "unavailable-features": [
18012      ],
18013      "static": false,
18014      "migration-safe": true
18015    },
18016    {
18017      "name": "Nehalem-IBRS",
18018      "typename": "Nehalem-IBRS-x86_64-cpu",
18019      "unavailable-features": [
18020        "spec-ctrl"
18021      ],
18022      "static": false,
18023      "migration-safe": true
18024    },
18025    {
18026      "name": "IvyBridge",
18027      "typename": "IvyBridge-x86_64-cpu",
18028      "unavailable-features": [
18029      ],
18030      "static": false,
18031      "migration-safe": true
18032    },
18033    {
18034      "name": "IvyBridge-IBRS",
18035      "typename": "IvyBridge-IBRS-x86_64-cpu",
18036      "unavailable-features": [
18037        "spec-ctrl"
18038      ],
18039      "static": false,
18040      "migration-safe": true
18041    },
18042    {
18043      "name": "Haswell",
18044      "typename": "Haswell-x86_64-cpu",
18045      "unavailable-features": [
18046        "hle",
18047        "rtm"
18048      ],
18049      "static": false,
18050      "migration-safe": true
18051    },
18052    {
18053      "name": "Haswell-noTSX",
18054      "typename": "Haswell-noTSX-x86_64-cpu",
18055      "unavailable-features": [
18056      ],
18057      "static": false,
18058      "migration-safe": true
18059    },
18060    {
18061      "name": "Haswell-noTSX-IBRS",
18062      "typename": "Haswell-noTSX-IBRS-x86_64-cpu",
18063      "unavailable-features": [
18064        "spec-ctrl"
18065      ],
18066      "static": false,
18067      "migration-safe": true
18068    },
18069    {
18070      "name": "Haswell-IBRS",
18071      "typename": "Haswell-IBRS-x86_64-cpu",
18072      "unavailable-features": [
18073        "hle",
18074        "rtm",
18075        "spec-ctrl"
18076      ],
18077      "static": false,
18078      "migration-safe": true
18079    },
18080    {
18081      "name": "EPYC",
18082      "typename": "EPYC-x86_64-cpu",
18083      "unavailable-features": [
18084        "rdseed",
18085        "adx",
18086        "smap",
18087        "clflushopt",
18088        "sha-ni",
18089        "mmxext",
18090        "fxsr-opt",
18091        "cr8legacy",
18092        "sse4a",
18093        "misalignsse",
18094        "3dnowprefetch",
18095        "osvw",
18096        "xsavec",
18097        "xgetbv1"
18098      ],
18099      "static": false,
18100      "migration-safe": true
18101    },
18102    {
18103      "name": "EPYC-IBPB",
18104      "typename": "EPYC-IBPB-x86_64-cpu",
18105      "unavailable-features": [
18106        "rdseed",
18107        "adx",
18108        "smap",
18109        "clflushopt",
18110        "sha-ni",
18111        "mmxext",
18112        "fxsr-opt",
18113        "cr8legacy",
18114        "sse4a",
18115        "misalignsse",
18116        "3dnowprefetch",
18117        "osvw",
18118        "ibpb",
18119        "xsavec",
18120        "xgetbv1"
18121      ],
18122      "static": false,
18123      "migration-safe": true
18124    },
18125    {
18126      "name": "Conroe",
18127      "typename": "Conroe-x86_64-cpu",
18128      "unavailable-features": [
18129      ],
18130      "static": false,
18131      "migration-safe": true
18132    },
18133    {
18134      "name": "Broadwell",
18135      "typename": "Broadwell-x86_64-cpu",
18136      "unavailable-features": [
18137        "hle",
18138        "rtm",
18139        "rdseed",
18140        "adx",
18141        "smap",
18142        "3dnowprefetch"
18143      ],
18144      "static": false,
18145      "migration-safe": true
18146    },
18147    {
18148      "name": "Broadwell-noTSX",
18149      "typename": "Broadwell-noTSX-x86_64-cpu",
18150      "unavailable-features": [
18151        "rdseed",
18152        "adx",
18153        "smap",
18154        "3dnowprefetch"
18155      ],
18156      "static": false,
18157      "migration-safe": true
18158    },
18159    {
18160      "name": "Broadwell-noTSX-IBRS",
18161      "typename": "Broadwell-noTSX-IBRS-x86_64-cpu",
18162      "unavailable-features": [
18163        "rdseed",
18164        "adx",
18165        "smap",
18166        "spec-ctrl",
18167        "3dnowprefetch"
18168      ],
18169      "static": false,
18170      "migration-safe": true
18171    },
18172    {
18173      "name": "Broadwell-IBRS",
18174      "typename": "Broadwell-IBRS-x86_64-cpu",
18175      "unavailable-features": [
18176        "hle",
18177        "rtm",
18178        "rdseed",
18179        "adx",
18180        "smap",
18181        "spec-ctrl",
18182        "3dnowprefetch"
18183      ],
18184      "static": false,
18185      "migration-safe": true
18186    },
18187    {
18188      "name": "486",
18189      "typename": "486-x86_64-cpu",
18190      "unavailable-features": [
18191      ],
18192      "static": false,
18193      "migration-safe": true
18194    }
18195  ],
18196  "id": "libvirt-42"
18197}
18198
18199{
18200  "execute": "query-tpm-models",
18201  "id": "libvirt-43"
18202}
18203
18204{
18205  "return": [
18206    "tpm-crb",
18207    "tpm-tis"
18208  ],
18209  "id": "libvirt-43"
18210}
18211
18212{
18213  "execute": "query-tpm-types",
18214  "id": "libvirt-44"
18215}
18216
18217{
18218  "return": [
18219    "passthrough",
18220    "emulator"
18221  ],
18222  "id": "libvirt-44"
18223}
18224
18225{
18226  "execute": "query-command-line-options",
18227  "id": "libvirt-45"
18228}
18229
18230{
18231  "return": [
18232    {
18233      "parameters": [
18234        {
18235          "name": "timeout",
18236          "help": "Request timeout in seconds (default 0 = no timeout)",
18237          "type": "number"
18238        },
18239        {
18240          "name": "initiator-name",
18241          "help": "Initiator iqn name to use when connecting",
18242          "type": "string"
18243        },
18244        {
18245          "name": "header-digest",
18246          "help": "HeaderDigest setting. {CRC32C|CRC32C-NONE|NONE-CRC32C|NONE}",
18247          "type": "string"
18248        },
18249        {
18250          "name": "password-secret",
18251          "help": "ID of the secret providing password for CHAP authentication to target",
18252          "type": "string"
18253        },
18254        {
18255          "name": "password",
18256          "help": "password for CHAP authentication to target",
18257          "type": "string"
18258        },
18259        {
18260          "name": "user",
18261          "help": "username for CHAP authentication to target",
18262          "type": "string"
18263        }
18264      ],
18265      "option": "iscsi"
18266    },
18267    {
18268      "parameters": [
18269        {
18270          "name": "non-adaptive",
18271          "type": "boolean"
18272        },
18273        {
18274          "name": "lossy",
18275          "type": "boolean"
18276        },
18277        {
18278          "name": "acl",
18279          "type": "boolean"
18280        },
18281        {
18282          "name": "x509verify",
18283          "type": "string"
18284        },
18285        {
18286          "name": "tls",
18287          "type": "boolean"
18288        },
18289        {
18290          "name": "sasl",
18291          "type": "boolean"
18292        },
18293        {
18294          "name": "key-delay-ms",
18295          "type": "number"
18296        },
18297        {
18298          "name": "lock-key-sync",
18299          "type": "boolean"
18300        },
18301        {
18302          "name": "reverse",
18303          "type": "boolean"
18304        },
18305        {
18306          "name": "password",
18307          "type": "boolean"
18308        },
18309        {
18310          "name": "ipv6",
18311          "type": "boolean"
18312        },
18313        {
18314          "name": "ipv4",
18315          "type": "boolean"
18316        },
18317        {
18318          "name": "to",
18319          "type": "number"
18320        },
18321        {
18322          "name": "connections",
18323          "type": "number"
18324        },
18325        {
18326          "name": "head",
18327          "type": "number"
18328        },
18329        {
18330          "name": "display",
18331          "type": "string"
18332        },
18333        {
18334          "name": "share",
18335          "type": "string"
18336        },
18337        {
18338          "name": "x509",
18339          "type": "string"
18340        },
18341        {
18342          "name": "tls-creds",
18343          "type": "string"
18344        },
18345        {
18346          "name": "websocket",
18347          "type": "string"
18348        },
18349        {
18350          "name": "vnc",
18351          "type": "string"
18352        }
18353      ],
18354      "option": "vnc"
18355    },
18356    {
18357      "parameters": [
18358        {
18359          "name": "head",
18360          "type": "number"
18361        },
18362        {
18363          "name": "display",
18364          "type": "string"
18365        },
18366        {
18367          "name": "seamless-migration",
18368          "type": "boolean"
18369        },
18370        {
18371          "name": "playback-compression",
18372          "type": "boolean"
18373        },
18374        {
18375          "name": "agent-mouse",
18376          "type": "boolean"
18377        },
18378        {
18379          "name": "streaming-video",
18380          "type": "string"
18381        },
18382        {
18383          "name": "zlib-glz-wan-compression",
18384          "type": "string"
18385        },
18386        {
18387          "name": "jpeg-wan-compression",
18388          "type": "string"
18389        },
18390        {
18391          "name": "image-compression",
18392          "type": "string"
18393        },
18394        {
18395          "name": "plaintext-channel",
18396          "type": "string"
18397        },
18398        {
18399          "name": "tls-channel",
18400          "type": "string"
18401        },
18402        {
18403          "name": "tls-ciphers",
18404          "type": "string"
18405        },
18406        {
18407          "name": "x509-dh-key-file",
18408          "type": "string"
18409        },
18410        {
18411          "name": "x509-cacert-file",
18412          "type": "string"
18413        },
18414        {
18415          "name": "x509-cert-file",
18416          "type": "string"
18417        },
18418        {
18419          "name": "x509-key-password",
18420          "type": "string"
18421        },
18422        {
18423          "name": "x509-key-file",
18424          "type": "string"
18425        },
18426        {
18427          "name": "x509-dir",
18428          "type": "string"
18429        },
18430        {
18431          "name": "sasl",
18432          "type": "boolean"
18433        },
18434        {
18435          "name": "disable-agent-file-xfer",
18436          "type": "boolean"
18437        },
18438        {
18439          "name": "disable-copy-paste",
18440          "type": "boolean"
18441        },
18442        {
18443          "name": "disable-ticketing",
18444          "type": "boolean"
18445        },
18446        {
18447          "name": "password",
18448          "type": "string"
18449        },
18450        {
18451          "name": "unix",
18452          "type": "boolean"
18453        },
18454        {
18455          "name": "ipv6",
18456          "type": "boolean"
18457        },
18458        {
18459          "name": "ipv4",
18460          "type": "boolean"
18461        },
18462        {
18463          "name": "addr",
18464          "type": "string"
18465        },
18466        {
18467          "name": "tls-port",
18468          "type": "number"
18469        },
18470        {
18471          "name": "port",
18472          "type": "number"
18473        }
18474      ],
18475      "option": "spice"
18476    },
18477    {
18478      "parameters": [
18479      ],
18480      "option": "smbios"
18481    },
18482    {
18483      "parameters": [
18484      ],
18485      "option": "acpi"
18486    },
18487    {
18488      "parameters": [
18489        {
18490          "name": "dmode",
18491          "type": "number"
18492        },
18493        {
18494          "name": "fmode",
18495          "type": "number"
18496        },
18497        {
18498          "name": "sock_fd",
18499          "type": "number"
18500        },
18501        {
18502          "name": "socket",
18503          "type": "string"
18504        },
18505        {
18506          "name": "readonly",
18507          "type": "boolean"
18508        },
18509        {
18510          "name": "writeout",
18511          "type": "string"
18512        },
18513        {
18514          "name": "security_model",
18515          "type": "string"
18516        },
18517        {
18518          "name": "mount_tag",
18519          "type": "string"
18520        },
18521        {
18522          "name": "path",
18523          "type": "string"
18524        },
18525        {
18526          "name": "fsdriver",
18527          "type": "string"
18528        }
18529      ],
18530      "option": "virtfs"
18531    },
18532    {
18533      "parameters": [
18534        {
18535          "name": "throttling.iops-size",
18536          "help": "when limiting by iops max size of an I/O in bytes",
18537          "type": "number"
18538        },
18539        {
18540          "name": "throttling.bps-write-max-length",
18541          "help": "length of the bps-write-max burst period, in seconds",
18542          "type": "number"
18543        },
18544        {
18545          "name": "throttling.bps-read-max-length",
18546          "help": "length of the bps-read-max burst period, in seconds",
18547          "type": "number"
18548        },
18549        {
18550          "name": "throttling.bps-total-max-length",
18551          "help": "length of the bps-total-max burst period, in seconds",
18552          "type": "number"
18553        },
18554        {
18555          "name": "throttling.iops-write-max-length",
18556          "help": "length of the iops-write-max burst period, in seconds",
18557          "type": "number"
18558        },
18559        {
18560          "name": "throttling.iops-read-max-length",
18561          "help": "length of the iops-read-max burst period, in seconds",
18562          "type": "number"
18563        },
18564        {
18565          "name": "throttling.iops-total-max-length",
18566          "help": "length of the iops-total-max burst period, in seconds",
18567          "type": "number"
18568        },
18569        {
18570          "name": "throttling.bps-write-max",
18571          "help": "total bytes write burst",
18572          "type": "number"
18573        },
18574        {
18575          "name": "throttling.bps-read-max",
18576          "help": "total bytes read burst",
18577          "type": "number"
18578        },
18579        {
18580          "name": "throttling.bps-total-max",
18581          "help": "total bytes burst",
18582          "type": "number"
18583        },
18584        {
18585          "name": "throttling.iops-write-max",
18586          "help": "I/O operations write burst",
18587          "type": "number"
18588        },
18589        {
18590          "name": "throttling.iops-read-max",
18591          "help": "I/O operations read burst",
18592          "type": "number"
18593        },
18594        {
18595          "name": "throttling.iops-total-max",
18596          "help": "I/O operations burst",
18597          "type": "number"
18598        },
18599        {
18600          "name": "throttling.bps-write",
18601          "help": "limit write bytes per second",
18602          "type": "number"
18603        },
18604        {
18605          "name": "throttling.bps-read",
18606          "help": "limit read bytes per second",
18607          "type": "number"
18608        },
18609        {
18610          "name": "throttling.bps-total",
18611          "help": "limit total bytes per second",
18612          "type": "number"
18613        },
18614        {
18615          "name": "throttling.iops-write",
18616          "help": "limit write operations per second",
18617          "type": "number"
18618        },
18619        {
18620          "name": "throttling.iops-read",
18621          "help": "limit read operations per second",
18622          "type": "number"
18623        },
18624        {
18625          "name": "throttling.iops-total",
18626          "help": "limit total I/O operations per second",
18627          "type": "number"
18628        },
18629        {
18630          "name": "dmode",
18631          "type": "number"
18632        },
18633        {
18634          "name": "fmode",
18635          "type": "number"
18636        },
18637        {
18638          "name": "sock_fd",
18639          "type": "number"
18640        },
18641        {
18642          "name": "socket",
18643          "type": "string"
18644        },
18645        {
18646          "name": "readonly",
18647          "type": "boolean"
18648        },
18649        {
18650          "name": "writeout",
18651          "type": "string"
18652        },
18653        {
18654          "name": "security_model",
18655          "type": "string"
18656        },
18657        {
18658          "name": "path",
18659          "type": "string"
18660        },
18661        {
18662          "name": "fsdriver",
18663          "type": "string"
18664        }
18665      ],
18666      "option": "fsdev"
18667    },
18668    {
18669      "parameters": [
18670        {
18671          "name": "string",
18672          "help": "Sets content of the blob to be inserted from a string",
18673          "type": "string"
18674        },
18675        {
18676          "name": "file",
18677          "help": "Sets the name of the file from which\nthe fw_cfg blob will be loaded",
18678          "type": "string"
18679        },
18680        {
18681          "name": "name",
18682          "help": "Sets the fw_cfg name of the blob to be inserted",
18683          "type": "string"
18684        }
18685      ],
18686      "option": "fw_cfg"
18687    },
18688    {
18689      "parameters": [
18690        {
18691          "name": "arg",
18692          "type": "string"
18693        },
18694        {
18695          "name": "target",
18696          "type": "string"
18697        },
18698        {
18699          "name": "enable",
18700          "type": "boolean"
18701        }
18702      ],
18703      "option": "semihosting-config"
18704    },
18705    {
18706      "parameters": [
18707        {
18708          "name": "rrsnapshot",
18709          "type": "string"
18710        },
18711        {
18712          "name": "rrfile",
18713          "type": "string"
18714        },
18715        {
18716          "name": "rr",
18717          "type": "string"
18718        },
18719        {
18720          "name": "sleep",
18721          "type": "boolean"
18722        },
18723        {
18724          "name": "align",
18725          "type": "boolean"
18726        },
18727        {
18728          "name": "shift",
18729          "type": "string"
18730        }
18731      ],
18732      "option": "icount"
18733    },
18734    {
18735      "parameters": [
18736      ],
18737      "option": "numa"
18738    },
18739    {
18740      "parameters": [
18741        {
18742          "name": "debug-threads",
18743          "help": "When enabled, name the individual threads; defaults off.\nNOTE: The thread names are for debugging and not a\nstable API.",
18744          "type": "boolean"
18745        },
18746        {
18747          "name": "process",
18748          "help": "Sets the name of the QEMU process, as shown in top etc",
18749          "type": "string"
18750        },
18751        {
18752          "name": "guest",
18753          "help": "Sets the name of the guest.\nThis name will be displayed in the SDL window caption.\nThe name will also be used for the VNC server",
18754          "type": "string"
18755        }
18756      ],
18757      "option": "name"
18758    },
18759    {
18760      "parameters": [
18761        {
18762          "name": "timestamp",
18763          "type": "boolean"
18764        }
18765      ],
18766      "option": "msg"
18767    },
18768    {
18769      "parameters": [
18770        {
18771          "name": "mlock",
18772          "type": "boolean"
18773        }
18774      ],
18775      "option": "realtime"
18776    },
18777    {
18778      "parameters": [
18779      ],
18780      "option": "tpmdev"
18781    },
18782    {
18783      "parameters": [
18784      ],
18785      "option": "object"
18786    },
18787    {
18788      "parameters": [
18789        {
18790          "name": "opaque",
18791          "help": "free-form string used to describe fd",
18792          "type": "string"
18793        },
18794        {
18795          "name": "set",
18796          "help": "ID of the fd set to add fd to",
18797          "type": "number"
18798        },
18799        {
18800          "name": "fd",
18801          "help": "file descriptor of which a duplicate is added to fd set",
18802          "type": "number"
18803        }
18804      ],
18805      "option": "add-fd"
18806    },
18807    {
18808      "parameters": [
18809        {
18810          "name": "resourcecontrol",
18811          "type": "string"
18812        },
18813        {
18814          "name": "spawn",
18815          "type": "string"
18816        },
18817        {
18818          "name": "elevateprivileges",
18819          "type": "string"
18820        },
18821        {
18822          "name": "obsolete",
18823          "type": "string"
18824        },
18825        {
18826          "name": "enable",
18827          "type": "boolean"
18828        }
18829      ],
18830      "option": "sandbox"
18831    },
18832    {
18833      "parameters": [
18834        {
18835          "name": "strict",
18836          "type": "boolean"
18837        },
18838        {
18839          "name": "reboot-timeout",
18840          "type": "string"
18841        },
18842        {
18843          "name": "splash-time",
18844          "type": "string"
18845        },
18846        {
18847          "name": "splash",
18848          "type": "string"
18849        },
18850        {
18851          "name": "menu",
18852          "type": "boolean"
18853        },
18854        {
18855          "name": "once",
18856          "type": "string"
18857        },
18858        {
18859          "name": "order",
18860          "type": "string"
18861        }
18862      ],
18863      "option": "boot-opts"
18864    },
18865    {
18866      "parameters": [
18867        {
18868          "name": "maxcpus",
18869          "type": "number"
18870        },
18871        {
18872          "name": "threads",
18873          "type": "number"
18874        },
18875        {
18876          "name": "cores",
18877          "type": "number"
18878        },
18879        {
18880          "name": "sockets",
18881          "type": "number"
18882        },
18883        {
18884          "name": "cpus",
18885          "type": "number"
18886        }
18887      ],
18888      "option": "smp-opts"
18889    },
18890    {
18891      "parameters": [
18892        {
18893          "name": "maxmem",
18894          "type": "size"
18895        },
18896        {
18897          "name": "slots",
18898          "type": "number"
18899        },
18900        {
18901          "name": "size",
18902          "type": "size"
18903        }
18904      ],
18905      "option": "memory"
18906    },
18907    {
18908      "parameters": [
18909        {
18910          "name": "thread",
18911          "help": "Enable/disable multi-threaded TCG",
18912          "type": "string"
18913        },
18914        {
18915          "name": "accel",
18916          "help": "Select the type of accelerator",
18917          "type": "string"
18918        }
18919      ],
18920      "option": "accel"
18921    },
18922    {
18923      "parameters": [
18924        {
18925          "name": "loadparm",
18926          "help": "Up to 8 chars in set of [A-Za-z0-9. ](lower case chars converted to upper case) to pass to machine loader, boot manager, and guest kernel",
18927          "type": "string"
18928        },
18929        {
18930          "name": "dea-key-wrap",
18931          "help": "enable/disable DEA key wrapping using the CPACF wrapping key",
18932          "type": "boolean"
18933        },
18934        {
18935          "name": "aes-key-wrap",
18936          "help": "enable/disable AES key wrapping using the CPACF wrapping key",
18937          "type": "boolean"
18938        },
18939        {
18940          "name": "suppress-vmdesc",
18941          "help": "Set on to disable self-describing migration",
18942          "type": "boolean"
18943        },
18944        {
18945          "name": "iommu",
18946          "help": "Set on/off to enable/disable Intel IOMMU (VT-d)",
18947          "type": "boolean"
18948        },
18949        {
18950          "name": "firmware",
18951          "help": "firmware image",
18952          "type": "string"
18953        },
18954        {
18955          "name": "usb",
18956          "help": "Set on/off to enable/disable usb",
18957          "type": "boolean"
18958        },
18959        {
18960          "name": "mem-merge",
18961          "help": "enable/disable memory merge support",
18962          "type": "boolean"
18963        },
18964        {
18965          "name": "dump-guest-core",
18966          "help": "Include guest memory in  a core dump",
18967          "type": "boolean"
18968        },
18969        {
18970          "name": "dt_compatible",
18971          "help": "Overrides the \"compatible\" property of the dt root node",
18972          "type": "string"
18973        },
18974        {
18975          "name": "phandle_start",
18976          "help": "The first phandle ID we may generate dynamically",
18977          "type": "number"
18978        },
18979        {
18980          "name": "dumpdtb",
18981          "help": "Dump current dtb to a file and quit",
18982          "type": "string"
18983        },
18984        {
18985          "name": "dtb",
18986          "help": "Linux kernel device tree file",
18987          "type": "string"
18988        },
18989        {
18990          "name": "append",
18991          "help": "Linux kernel command line",
18992          "type": "string"
18993        },
18994        {
18995          "name": "initrd",
18996          "help": "Linux initial ramdisk file",
18997          "type": "string"
18998        },
18999        {
19000          "name": "kernel",
19001          "help": "Linux kernel image file",
19002          "type": "string"
19003        },
19004        {
19005          "name": "kvm_shadow_mem",
19006          "help": "KVM shadow MMU size",
19007          "type": "size"
19008        },
19009        {
19010          "name": "kernel_irqchip",
19011          "help": "use KVM in-kernel irqchip",
19012          "type": "boolean"
19013        },
19014        {
19015          "name": "accel",
19016          "help": "accelerator list",
19017          "type": "string"
19018        },
19019        {
19020          "name": "type",
19021          "help": "emulated machine",
19022          "type": "string"
19023        }
19024      ],
19025      "option": "machine"
19026    },
19027    {
19028      "parameters": [
19029        {
19030          "name": "romfile",
19031          "type": "string"
19032        },
19033        {
19034          "name": "bootindex",
19035          "type": "number"
19036        }
19037      ],
19038      "option": "option-rom"
19039    },
19040    {
19041      "parameters": [
19042        {
19043          "name": "file",
19044          "type": "string"
19045        },
19046        {
19047          "name": "events",
19048          "type": "string"
19049        },
19050        {
19051          "name": "enable",
19052          "type": "string"
19053        }
19054      ],
19055      "option": "trace"
19056    },
19057    {
19058      "parameters": [
19059        {
19060          "name": "pretty",
19061          "type": "boolean"
19062        },
19063        {
19064          "name": "chardev",
19065          "type": "string"
19066        },
19067        {
19068          "name": "mode",
19069          "type": "string"
19070        }
19071      ],
19072      "option": "mon"
19073    },
19074    {
19075      "parameters": [
19076        {
19077          "name": "value",
19078          "type": "string"
19079        },
19080        {
19081          "name": "property",
19082          "type": "string"
19083        },
19084        {
19085          "name": "driver",
19086          "type": "string"
19087        }
19088      ],
19089      "option": "global"
19090    },
19091    {
19092      "parameters": [
19093        {
19094          "name": "driftfix",
19095          "type": "string"
19096        },
19097        {
19098          "name": "clock",
19099          "type": "string"
19100        },
19101        {
19102          "name": "base",
19103          "type": "string"
19104        }
19105      ],
19106      "option": "rtc"
19107    },
19108    {
19109      "parameters": [
19110      ],
19111      "option": "net"
19112    },
19113    {
19114      "parameters": [
19115      ],
19116      "option": "nic"
19117    },
19118    {
19119      "parameters": [
19120      ],
19121      "option": "netdev"
19122    },
19123    {
19124      "parameters": [
19125      ],
19126      "option": "device"
19127    },
19128    {
19129      "parameters": [
19130        {
19131          "name": "logappend",
19132          "type": "boolean"
19133        },
19134        {
19135          "name": "logfile",
19136          "type": "string"
19137        },
19138        {
19139          "name": "append",
19140          "type": "boolean"
19141        },
19142        {
19143          "name": "chardev",
19144          "type": "string"
19145        },
19146        {
19147          "name": "size",
19148          "type": "size"
19149        },
19150        {
19151          "name": "debug",
19152          "type": "number"
19153        },
19154        {
19155          "name": "name",
19156          "type": "string"
19157        },
19158        {
19159          "name": "signal",
19160          "type": "boolean"
19161        },
19162        {
19163          "name": "mux",
19164          "type": "boolean"
19165        },
19166        {
19167          "name": "rows",
19168          "type": "number"
19169        },
19170        {
19171          "name": "cols",
19172          "type": "number"
19173        },
19174        {
19175          "name": "height",
19176          "type": "number"
19177        },
19178        {
19179          "name": "width",
19180          "type": "number"
19181        },
19182        {
19183          "name": "tls-creds",
19184          "type": "string"
19185        },
19186        {
19187          "name": "tn3270",
19188          "type": "boolean"
19189        },
19190        {
19191          "name": "telnet",
19192          "type": "boolean"
19193        },
19194        {
19195          "name": "reconnect",
19196          "type": "number"
19197        },
19198        {
19199          "name": "delay",
19200          "type": "boolean"
19201        },
19202        {
19203          "name": "server",
19204          "type": "boolean"
19205        },
19206        {
19207          "name": "wait",
19208          "type": "boolean"
19209        },
19210        {
19211          "name": "ipv6",
19212          "type": "boolean"
19213        },
19214        {
19215          "name": "ipv4",
19216          "type": "boolean"
19217        },
19218        {
19219          "name": "to",
19220          "type": "number"
19221        },
19222        {
19223          "name": "localport",
19224          "type": "string"
19225        },
19226        {
19227          "name": "localaddr",
19228          "type": "string"
19229        },
19230        {
19231          "name": "fd",
19232          "type": "string"
19233        },
19234        {
19235          "name": "port",
19236          "type": "string"
19237        },
19238        {
19239          "name": "host",
19240          "type": "string"
19241        },
19242        {
19243          "name": "path",
19244          "type": "string"
19245        },
19246        {
19247          "name": "backend",
19248          "type": "string"
19249        }
19250      ],
19251      "option": "chardev"
19252    },
19253    {
19254      "parameters": [
19255        {
19256          "name": "copy-on-read",
19257          "help": "copy read data from backing file into image file",
19258          "type": "boolean"
19259        },
19260        {
19261          "name": "werror",
19262          "help": "write error action",
19263          "type": "string"
19264        },
19265        {
19266          "name": "rerror",
19267          "help": "read error action",
19268          "type": "string"
19269        },
19270        {
19271          "name": "read-only",
19272          "help": "open drive file as read-only",
19273          "type": "boolean"
19274        },
19275        {
19276          "name": "file",
19277          "help": "file name",
19278          "type": "string"
19279        },
19280        {
19281          "name": "serial",
19282          "help": "disk serial number",
19283          "type": "string"
19284        },
19285        {
19286          "name": "addr",
19287          "help": "pci address (virtio only)",
19288          "type": "string"
19289        },
19290        {
19291          "name": "trans",
19292          "help": "chs translation (auto, lba, none)",
19293          "type": "string"
19294        },
19295        {
19296          "name": "secs",
19297          "help": "number of sectors (ide disk geometry)",
19298          "type": "number"
19299        },
19300        {
19301          "name": "heads",
19302          "help": "number of heads (ide disk geometry)",
19303          "type": "number"
19304        },
19305        {
19306          "name": "cyls",
19307          "help": "number of cylinders (ide disk geometry)",
19308          "type": "number"
19309        },
19310        {
19311          "name": "if",
19312          "help": "interface (ide, scsi, sd, mtd, floppy, pflash, virtio)",
19313          "type": "string"
19314        },
19315        {
19316          "name": "media",
19317          "help": "media type (disk, cdrom)",
19318          "type": "string"
19319        },
19320        {
19321          "name": "index",
19322          "help": "index number",
19323          "type": "number"
19324        },
19325        {
19326          "name": "unit",
19327          "help": "unit number (i.e. lun for scsi)",
19328          "type": "number"
19329        },
19330        {
19331          "name": "bus",
19332          "help": "bus number",
19333          "type": "number"
19334        },
19335        {
19336          "name": "stats-account-failed",
19337          "help": "whether to account for failed I/O operations in the statistics",
19338          "type": "boolean"
19339        },
19340        {
19341          "name": "stats-account-invalid",
19342          "help": "whether to account for invalid I/O operations in the statistics",
19343          "type": "boolean"
19344        },
19345        {
19346          "name": "detect-zeroes",
19347          "help": "try to optimize zero writes (off, on, unmap)",
19348          "type": "string"
19349        },
19350        {
19351          "name": "throttling.group",
19352          "help": "name of the block throttling group",
19353          "type": "string"
19354        },
19355        {
19356          "name": "throttling.iops-size",
19357          "help": "when limiting by iops max size of an I/O in bytes",
19358          "type": "number"
19359        },
19360        {
19361          "name": "throttling.bps-write-max-length",
19362          "help": "length of the bps-write-max burst period, in seconds",
19363          "type": "number"
19364        },
19365        {
19366          "name": "throttling.bps-read-max-length",
19367          "help": "length of the bps-read-max burst period, in seconds",
19368          "type": "number"
19369        },
19370        {
19371          "name": "throttling.bps-total-max-length",
19372          "help": "length of the bps-total-max burst period, in seconds",
19373          "type": "number"
19374        },
19375        {
19376          "name": "throttling.iops-write-max-length",
19377          "help": "length of the iops-write-max burst period, in seconds",
19378          "type": "number"
19379        },
19380        {
19381          "name": "throttling.iops-read-max-length",
19382          "help": "length of the iops-read-max burst period, in seconds",
19383          "type": "number"
19384        },
19385        {
19386          "name": "throttling.iops-total-max-length",
19387          "help": "length of the iops-total-max burst period, in seconds",
19388          "type": "number"
19389        },
19390        {
19391          "name": "throttling.bps-write-max",
19392          "help": "total bytes write burst",
19393          "type": "number"
19394        },
19395        {
19396          "name": "throttling.bps-read-max",
19397          "help": "total bytes read burst",
19398          "type": "number"
19399        },
19400        {
19401          "name": "throttling.bps-total-max",
19402          "help": "total bytes burst",
19403          "type": "number"
19404        },
19405        {
19406          "name": "throttling.iops-write-max",
19407          "help": "I/O operations write burst",
19408          "type": "number"
19409        },
19410        {
19411          "name": "throttling.iops-read-max",
19412          "help": "I/O operations read burst",
19413          "type": "number"
19414        },
19415        {
19416          "name": "throttling.iops-total-max",
19417          "help": "I/O operations burst",
19418          "type": "number"
19419        },
19420        {
19421          "name": "throttling.bps-write",
19422          "help": "limit write bytes per second",
19423          "type": "number"
19424        },
19425        {
19426          "name": "throttling.bps-read",
19427          "help": "limit read bytes per second",
19428          "type": "number"
19429        },
19430        {
19431          "name": "throttling.bps-total",
19432          "help": "limit total bytes per second",
19433          "type": "number"
19434        },
19435        {
19436          "name": "throttling.iops-write",
19437          "help": "limit write operations per second",
19438          "type": "number"
19439        },
19440        {
19441          "name": "throttling.iops-read",
19442          "help": "limit read operations per second",
19443          "type": "number"
19444        },
19445        {
19446          "name": "throttling.iops-total",
19447          "help": "limit total I/O operations per second",
19448          "type": "number"
19449        },
19450        {
19451          "name": "werror",
19452          "help": "write error action",
19453          "type": "string"
19454        },
19455        {
19456          "name": "format",
19457          "help": "disk format (raw, qcow2, ...)",
19458          "type": "string"
19459        },
19460        {
19461          "name": "cache.writeback",
19462          "help": "Enable writeback mode",
19463          "type": "boolean"
19464        },
19465        {
19466          "name": "aio",
19467          "help": "host AIO implementation (threads, native)",
19468          "type": "string"
19469        },
19470        {
19471          "name": "snapshot",
19472          "help": "enable/disable snapshot mode",
19473          "type": "boolean"
19474        },
19475        {
19476          "name": "force-share",
19477          "help": "always accept other writers (default: off)",
19478          "type": "boolean"
19479        },
19480        {
19481          "name": "discard",
19482          "help": "discard operation (ignore/off, unmap/on)",
19483          "type": "string"
19484        },
19485        {
19486          "name": "read-only",
19487          "help": "Node is opened in read-only mode",
19488          "type": "boolean"
19489        },
19490        {
19491          "name": "cache.no-flush",
19492          "help": "Ignore flush requests",
19493          "type": "boolean"
19494        },
19495        {
19496          "name": "cache.direct",
19497          "help": "Bypass software writeback cache on the host",
19498          "type": "boolean"
19499        },
19500        {
19501          "name": "driver",
19502          "help": "Block driver to use for the node",
19503          "type": "string"
19504        },
19505        {
19506          "name": "node-name",
19507          "help": "Node name of the block device node",
19508          "type": "string"
19509        }
19510      ],
19511      "option": "drive"
19512    }
19513  ],
19514  "id": "libvirt-45"
19515}
19516
19517{
19518  "execute": "query-migrate-capabilities",
19519  "id": "libvirt-46"
19520}
19521
19522{
19523  "return": [
19524    {
19525      "state": false,
19526      "capability": "xbzrle"
19527    },
19528    {
19529      "state": false,
19530      "capability": "rdma-pin-all"
19531    },
19532    {
19533      "state": false,
19534      "capability": "auto-converge"
19535    },
19536    {
19537      "state": false,
19538      "capability": "zero-blocks"
19539    },
19540    {
19541      "state": false,
19542      "capability": "compress"
19543    },
19544    {
19545      "state": false,
19546      "capability": "events"
19547    },
19548    {
19549      "state": false,
19550      "capability": "postcopy-ram"
19551    },
19552    {
19553      "state": false,
19554      "capability": "x-colo"
19555    },
19556    {
19557      "state": false,
19558      "capability": "release-ram"
19559    },
19560    {
19561      "state": false,
19562      "capability": "block"
19563    },
19564    {
19565      "state": false,
19566      "capability": "return-path"
19567    },
19568    {
19569      "state": false,
19570      "capability": "pause-before-switchover"
19571    },
19572    {
19573      "state": false,
19574      "capability": "x-multifd"
19575    },
19576    {
19577      "state": false,
19578      "capability": "dirty-bitmaps"
19579    }
19580  ],
19581  "id": "libvirt-46"
19582}
19583
19584{
19585  "execute": "query-sev-capabilities",
19586  "id": "libvirt-47"
19587}
19588
19589{
19590  "return": {
19591    "reduced-phys-bits": 1,
19592    "cbitpos": 47,
19593    "cert-chain": "AQAAAAAOAAAAQAAAAAOAAAAQAAAAAOAAAAQAAAAAOAAAAQAAAAAOAAA",
19594    "pdh": "AQAAAAAOAAAAQAAAAAOAAAAQAAAAAOAAAAQAAAAAOAAAAQAAAAAOAAAAQAAAAAOAAA"
19595  },
19596  "id": "libvirt-47"
19597}
19598
19599{
19600  "execute": "query-cpu-model-expansion",
19601  "arguments": {
19602    "type": "static",
19603    "model": {
19604      "name": "host"
19605    }
19606  },
19607  "id": "libvirt-48"
19608}
19609
19610{
19611  "return": {
19612    "model": {
19613      "name": "base",
19614      "props": {
19615        "cmov": true,
19616        "ia64": false,
19617        "aes": true,
19618        "mmx": true,
19619        "rdpid": false,
19620        "arat": true,
19621        "gfni": false,
19622        "pause-filter": false,
19623        "xsavec": false,
19624        "intel-pt": false,
19625        "osxsave": false,
19626        "kvm-asyncpf": true,
19627        "perfctr-core": false,
19628        "mpx": false,
19629        "pbe": false,
19630        "avx512cd": false,
19631        "decodeassists": false,
19632        "sse4.1": true,
19633        "family": 6,
19634        "avx512f": false,
19635        "msr": true,
19636        "mce": true,
19637        "mca": true,
19638        "xcrypt": false,
19639        "min-level": 13,
19640        "xgetbv1": false,
19641        "cid": false,
19642        "ds": false,
19643        "fxsr": true,
19644        "xsaveopt": true,
19645        "xtpr": false,
19646        "avx512vl": false,
19647        "avx512-vpopcntdq": false,
19648        "phe": false,
19649        "extapic": false,
19650        "3dnowprefetch": false,
19651        "avx512vbmi2": false,
19652        "cr8legacy": false,
19653        "xcrypt-en": false,
19654        "pn": false,
19655        "dca": false,
19656        "vendor": "GenuineIntel",
19657        "pku": false,
19658        "smx": false,
19659        "cmp-legacy": false,
19660        "avx512-4fmaps": false,
19661        "vmcb-clean": false,
19662        "hle": false,
19663        "3dnowext": false,
19664        "npt": false,
19665        "clwb": false,
19666        "lbrv": false,
19667        "adx": false,
19668        "ss": true,
19669        "pni": true,
19670        "svm-lock": false,
19671        "smep": true,
19672        "smap": false,
19673        "pfthreshold": false,
19674        "x2apic": true,
19675        "avx512vbmi": false,
19676        "avx512vnni": false,
19677        "flushbyasid": false,
19678        "f16c": true,
19679        "ace2-en": false,
19680        "pae": true,
19681        "pat": true,
19682        "sse": true,
19683        "phe-en": false,
19684        "kvm-nopiodelay": true,
19685        "tm": false,
19686        "kvmclock-stable-bit": true,
19687        "hypervisor": true,
19688        "pcommit": false,
19689        "syscall": true,
19690        "avx512dq": false,
19691        "svm": false,
19692        "invtsc": false,
19693        "sse2": true,
19694        "est": false,
19695        "avx512ifma": false,
19696        "tm2": false,
19697        "kvm-pv-eoi": true,
19698        "cx8": true,
19699        "kvm-mmu": false,
19700        "sse4.2": true,
19701        "pge": true,
19702        "avx512bitalg": false,
19703        "pdcm": false,
19704        "model": 63,
19705        "movbe": true,
19706        "nrip-save": false,
19707        "ssse3": true,
19708        "sse4a": false,
19709        "invpcid": true,
19710        "pdpe1gb": true,
19711        "tsc-deadline": true,
19712        "fma": true,
19713        "cx16": true,
19714        "de": true,
19715        "stepping": 2,
19716        "xsave": true,
19717        "clflush": true,
19718        "skinit": false,
19719        "tsc": true,
19720        "tce": false,
19721        "fpu": true,
19722        "ds-cpl": false,
19723        "ibs": false,
19724        "fma4": false,
19725        "la57": false,
19726        "osvw": false,
19727        "apic": true,
19728        "pmm": false,
19729        "spec-ctrl": false,
19730        "tsc-adjust": true,
19731        "kvm-steal-time": true,
19732        "kvmclock": true,
19733        "lwp": false,
19734        "xop": false,
19735        "ibpb": false,
19736        "avx": true,
19737        "ospke": false,
19738        "acpi": false,
19739        "avx512bw": false,
19740        "ace2": false,
19741        "fsgsbase": true,
19742        "ht": false,
19743        "nx": true,
19744        "pclmulqdq": true,
19745        "mmxext": false,
19746        "popcnt": true,
19747        "vaes": false,
19748        "xsaves": false,
19749        "lm": true,
19750        "umip": false,
19751        "pse": true,
19752        "avx2": true,
19753        "sep": true,
19754        "nodeid-msr": false,
19755        "misalignsse": false,
19756        "min-xlevel": 2147483656,
19757        "bmi1": true,
19758        "bmi2": true,
19759        "kvm-pv-unhalt": true,
19760        "tsc-scale": false,
19761        "topoext": false,
19762        "clflushopt": false,
19763        "monitor": false,
19764        "avx512er": false,
19765        "pmm-en": false,
19766        "pcid": true,
19767        "3dnow": false,
19768        "erms": true,
19769        "lahf-lm": true,
19770        "vpclmulqdq": false,
19771        "fxsr-opt": false,
19772        "xstore": false,
19773        "rtm": false,
19774        "kvm-hint-dedicated": true,
19775        "lmce": true,
19776        "perfctr-nb": false,
19777        "rdrand": true,
19778        "rdseed": false,
19779        "avx512-4vnniw": false,
19780        "vme": true,
19781        "vmx": false,
19782        "dtes64": false,
19783        "mtrr": true,
19784        "rdtscp": true,
19785        "pse36": true,
19786        "kvm-pv-tlb-flush": false,
19787        "tbm": false,
19788        "wdt": false,
19789        "model-id": "Intel(R) Xeon(R) CPU E5-2630 v3 @ 2.40GHz",
19790        "sha-ni": false,
19791        "abm": true,
19792        "avx512pf": false,
19793        "xstore-en": false
19794      }
19795    }
19796  },
19797  "id": "libvirt-48"
19798}
19799
19800{
19801  "execute": "query-cpu-model-expansion",
19802  "arguments": {
19803    "type": "full",
19804    "model": {
19805      "name": "base",
19806      "props": {
19807        "cmov": true,
19808        "ia64": false,
19809        "aes": true,
19810        "mmx": true,
19811        "rdpid": false,
19812        "arat": true,
19813        "gfni": false,
19814        "pause-filter": false,
19815        "xsavec": false,
19816        "intel-pt": false,
19817        "osxsave": false,
19818        "kvm-asyncpf": true,
19819        "perfctr-core": false,
19820        "mpx": false,
19821        "pbe": false,
19822        "avx512cd": false,
19823        "decodeassists": false,
19824        "sse4.1": true,
19825        "family": 6,
19826        "avx512f": false,
19827        "msr": true,
19828        "mce": true,
19829        "mca": true,
19830        "xcrypt": false,
19831        "min-level": 13,
19832        "xgetbv1": false,
19833        "cid": false,
19834        "ds": false,
19835        "fxsr": true,
19836        "xsaveopt": true,
19837        "xtpr": false,
19838        "avx512vl": false,
19839        "avx512-vpopcntdq": false,
19840        "phe": false,
19841        "extapic": false,
19842        "3dnowprefetch": false,
19843        "avx512vbmi2": false,
19844        "cr8legacy": false,
19845        "xcrypt-en": false,
19846        "pn": false,
19847        "dca": false,
19848        "vendor": "GenuineIntel",
19849        "pku": false,
19850        "smx": false,
19851        "cmp-legacy": false,
19852        "avx512-4fmaps": false,
19853        "vmcb-clean": false,
19854        "hle": false,
19855        "3dnowext": false,
19856        "npt": false,
19857        "clwb": false,
19858        "lbrv": false,
19859        "adx": false,
19860        "ss": true,
19861        "pni": true,
19862        "svm-lock": false,
19863        "smep": true,
19864        "smap": false,
19865        "pfthreshold": false,
19866        "x2apic": true,
19867        "avx512vbmi": false,
19868        "avx512vnni": false,
19869        "flushbyasid": false,
19870        "f16c": true,
19871        "ace2-en": false,
19872        "pae": true,
19873        "pat": true,
19874        "sse": true,
19875        "phe-en": false,
19876        "kvm-nopiodelay": true,
19877        "tm": false,
19878        "kvmclock-stable-bit": true,
19879        "hypervisor": true,
19880        "pcommit": false,
19881        "syscall": true,
19882        "avx512dq": false,
19883        "svm": false,
19884        "invtsc": false,
19885        "sse2": true,
19886        "est": false,
19887        "avx512ifma": false,
19888        "tm2": false,
19889        "kvm-pv-eoi": true,
19890        "cx8": true,
19891        "kvm-mmu": false,
19892        "sse4.2": true,
19893        "pge": true,
19894        "avx512bitalg": false,
19895        "pdcm": false,
19896        "model": 63,
19897        "movbe": true,
19898        "nrip-save": false,
19899        "ssse3": true,
19900        "sse4a": false,
19901        "invpcid": true,
19902        "pdpe1gb": true,
19903        "tsc-deadline": true,
19904        "fma": true,
19905        "cx16": true,
19906        "de": true,
19907        "stepping": 2,
19908        "xsave": true,
19909        "clflush": true,
19910        "skinit": false,
19911        "tsc": true,
19912        "tce": false,
19913        "fpu": true,
19914        "ds-cpl": false,
19915        "ibs": false,
19916        "fma4": false,
19917        "la57": false,
19918        "osvw": false,
19919        "apic": true,
19920        "pmm": false,
19921        "spec-ctrl": false,
19922        "tsc-adjust": true,
19923        "kvm-steal-time": true,
19924        "kvmclock": true,
19925        "lwp": false,
19926        "xop": false,
19927        "ibpb": false,
19928        "avx": true,
19929        "ospke": false,
19930        "acpi": false,
19931        "avx512bw": false,
19932        "ace2": false,
19933        "fsgsbase": true,
19934        "ht": false,
19935        "nx": true,
19936        "pclmulqdq": true,
19937        "mmxext": false,
19938        "popcnt": true,
19939        "vaes": false,
19940        "xsaves": false,
19941        "lm": true,
19942        "umip": false,
19943        "pse": true,
19944        "avx2": true,
19945        "sep": true,
19946        "nodeid-msr": false,
19947        "misalignsse": false,
19948        "min-xlevel": 2147483656,
19949        "bmi1": true,
19950        "bmi2": true,
19951        "kvm-pv-unhalt": true,
19952        "tsc-scale": false,
19953        "topoext": false,
19954        "clflushopt": false,
19955        "monitor": false,
19956        "avx512er": false,
19957        "pmm-en": false,
19958        "pcid": true,
19959        "3dnow": false,
19960        "erms": true,
19961        "lahf-lm": true,
19962        "vpclmulqdq": false,
19963        "fxsr-opt": false,
19964        "xstore": false,
19965        "rtm": false,
19966        "kvm-hint-dedicated": true,
19967        "lmce": true,
19968        "perfctr-nb": false,
19969        "rdrand": true,
19970        "rdseed": false,
19971        "avx512-4vnniw": false,
19972        "vme": true,
19973        "vmx": false,
19974        "dtes64": false,
19975        "mtrr": true,
19976        "rdtscp": true,
19977        "pse36": true,
19978        "kvm-pv-tlb-flush": false,
19979        "tbm": false,
19980        "wdt": false,
19981        "model-id": "Intel(R) Xeon(R) CPU E5-2630 v3 @ 2.40GHz",
19982        "sha-ni": false,
19983        "abm": true,
19984        "avx512pf": false,
19985        "xstore-en": false
19986      }
19987    }
19988  },
19989  "id": "libvirt-49"
19990}
19991
19992{
19993  "return": {
19994    "model": {
19995      "name": "base",
19996      "props": {
19997        "phys-bits": 0,
19998        "core-id": -1,
19999        "xlevel": 2147483656,
20000        "cmov": true,
20001        "ia64": false,
20002        "aes": true,
20003        "mmx": true,
20004        "rdpid": false,
20005        "arat": true,
20006        "gfni": false,
20007        "pause-filter": false,
20008        "xsavec": false,
20009        "intel-pt": false,
20010        "osxsave": false,
20011        "tsc-frequency": 0,
20012        "xd": true,
20013        "hv-vendor-id": "",
20014        "kvm-asyncpf": true,
20015        "kvm_asyncpf": true,
20016        "perfctr_core": false,
20017        "perfctr-core": false,
20018        "mpx": false,
20019        "pbe": false,
20020        "decodeassists": false,
20021        "avx512cd": false,
20022        "sse4_1": true,
20023        "sse4.1": true,
20024        "sse4-1": true,
20025        "family": 6,
20026        "vmware-cpuid-freq": true,
20027        "avx512f": false,
20028        "msr": true,
20029        "mce": true,
20030        "mca": true,
20031        "hv-runtime": false,
20032        "xcrypt": false,
20033        "thread-id": -1,
20034        "min-level": 13,
20035        "xgetbv1": false,
20036        "cid": false,
20037        "hv-relaxed": false,
20038        "hv-crash": false,
20039        "ds": false,
20040        "fxsr": true,
20041        "xsaveopt": true,
20042        "xtpr": false,
20043        "avx512vl": false,
20044        "avx512-vpopcntdq": false,
20045        "phe": false,
20046        "extapic": false,
20047        "3dnowprefetch": false,
20048        "avx512vbmi2": false,
20049        "cr8legacy": false,
20050        "cpuid-0xb": true,
20051        "xcrypt-en": false,
20052        "kvm_pv_eoi": true,
20053        "apic-id": 4294967295,
20054        "pn": false,
20055        "dca": false,
20056        "vendor": "GenuineIntel",
20057        "pku": false,
20058        "smx": false,
20059        "cmp_legacy": false,
20060        "cmp-legacy": false,
20061        "node-id": -1,
20062        "avx512-4fmaps": false,
20063        "vmcb_clean": false,
20064        "vmcb-clean": false,
20065        "3dnowext": false,
20066        "hle": false,
20067        "npt": false,
20068        "memory": "/machine/unattached/system[0]",
20069        "clwb": false,
20070        "lbrv": false,
20071        "adx": false,
20072        "ss": true,
20073        "pni": true,
20074        "svm_lock": false,
20075        "svm-lock": false,
20076        "pfthreshold": false,
20077        "smep": true,
20078        "smap": false,
20079        "x2apic": true,
20080        "avx512vbmi": false,
20081        "avx512vnni": false,
20082        "hv-stimer": false,
20083        "i64": true,
20084        "flushbyasid": false,
20085        "f16c": true,
20086        "ace2-en": false,
20087        "pat": true,
20088        "pae": true,
20089        "sse": true,
20090        "phe-en": false,
20091        "kvm_nopiodelay": true,
20092        "kvm-nopiodelay": true,
20093        "tm": false,
20094        "kvmclock-stable-bit": true,
20095        "hypervisor": true,
20096        "socket-id": -1,
20097        "pcommit": false,
20098        "syscall": true,
20099        "level": 13,
20100        "avx512dq": false,
20101        "svm": false,
20102        "full-cpuid-auto-level": true,
20103        "hv-reset": false,
20104        "invtsc": false,
20105        "sse3": true,
20106        "sse2": true,
20107        "est": false,
20108        "avx512ifma": false,
20109        "tm2": false,
20110        "kvm-pv-eoi": true,
20111        "cx8": true,
20112        "kvm_mmu": false,
20113        "kvm-mmu": false,
20114        "sse4_2": true,
20115        "sse4.2": true,
20116        "sse4-2": true,
20117        "pge": true,
20118        "fill-mtrr-mask": true,
20119        "avx512bitalg": false,
20120        "nodeid_msr": false,
20121        "pdcm": false,
20122        "movbe": true,
20123        "model": 63,
20124        "nrip_save": false,
20125        "nrip-save": false,
20126        "kvm_pv_unhalt": true,
20127        "ssse3": true,
20128        "sse4a": false,
20129        "invpcid": true,
20130        "pdpe1gb": true,
20131        "tsc-deadline": true,
20132        "fma": true,
20133        "cx16": true,
20134        "de": true,
20135        "enforce": false,
20136        "stepping": 2,
20137        "xsave": true,
20138        "clflush": true,
20139        "skinit": false,
20140        "tsc": true,
20141        "tce": false,
20142        "fpu": true,
20143        "ibs": false,
20144        "ds_cpl": false,
20145        "ds-cpl": false,
20146        "host-phys-bits": false,
20147        "fma4": false,
20148        "la57": false,
20149        "osvw": false,
20150        "check": true,
20151        "hv-spinlocks": -1,
20152        "pmu": false,
20153        "pmm": false,
20154        "apic": true,
20155        "spec-ctrl": false,
20156        "min-xlevel2": 0,
20157        "tsc-adjust": true,
20158        "tsc_adjust": true,
20159        "kvm-steal-time": true,
20160        "kvm_steal_time": true,
20161        "kvmclock": true,
20162        "l3-cache": true,
20163        "lwp": false,
20164        "ibpb": false,
20165        "xop": false,
20166        "avx": true,
20167        "ospke": false,
20168        "ace2": false,
20169        "avx512bw": false,
20170        "acpi": false,
20171        "hv-vapic": false,
20172        "fsgsbase": true,
20173        "ht": false,
20174        "nx": true,
20175        "pclmulqdq": true,
20176        "mmxext": false,
20177        "vaes": false,
20178        "popcnt": true,
20179        "xsaves": false,
20180        "tcg-cpuid": true,
20181        "lm": true,
20182        "umip": false,
20183        "pse": true,
20184        "avx2": true,
20185        "sep": true,
20186        "pclmuldq": true,
20187        "x-hv-max-vps": -1,
20188        "nodeid-msr": false,
20189        "kvm": true,
20190        "misalignsse": false,
20191        "min-xlevel": 2147483656,
20192        "kvm-pv-unhalt": true,
20193        "bmi2": true,
20194        "bmi1": true,
20195        "realized": false,
20196        "tsc_scale": false,
20197        "tsc-scale": false,
20198        "topoext": false,
20199        "hv-vpindex": false,
20200        "xlevel2": 0,
20201        "clflushopt": false,
20202        "kvm-no-smi-migration": false,
20203        "monitor": false,
20204        "avx512er": false,
20205        "pmm-en": false,
20206        "pcid": true,
20207        "3dnow": false,
20208        "erms": true,
20209        "lahf-lm": true,
20210        "lahf_lm": true,
20211        "vpclmulqdq": false,
20212        "fxsr-opt": false,
20213        "hv-synic": false,
20214        "xstore": false,
20215        "fxsr_opt": false,
20216        "kvm-hint-dedicated": true,
20217        "rtm": false,
20218        "lmce": true,
20219        "hv-time": false,
20220        "perfctr-nb": false,
20221        "perfctr_nb": false,
20222        "ffxsr": false,
20223        "rdrand": true,
20224        "rdseed": false,
20225        "avx512-4vnniw": false,
20226        "vmx": false,
20227        "vme": true,
20228        "dtes64": false,
20229        "mtrr": true,
20230        "rdtscp": true,
20231        "pse36": true,
20232        "kvm-pv-tlb-flush": false,
20233        "tbm": false,
20234        "wdt": false,
20235        "pause_filter": false,
20236        "sha-ni": false,
20237        "model-id": "Intel(R) Xeon(R) CPU E5-2630 v3 @ 2.40GHz",
20238        "abm": true,
20239        "avx512pf": false,
20240        "xstore-en": false
20241      }
20242    }
20243  },
20244  "id": "libvirt-49"
20245}
20246
20247{
20248  "execute": "query-cpu-model-expansion",
20249  "arguments": {
20250    "type": "static",
20251    "model": {
20252      "name": "host",
20253      "props": {
20254        "migratable": false
20255      }
20256    }
20257  },
20258  "id": "libvirt-50"
20259}
20260
20261{
20262  "return": {
20263    "model": {
20264      "name": "base",
20265      "props": {
20266        "cmov": true,
20267        "ia64": false,
20268        "aes": true,
20269        "mmx": true,
20270        "rdpid": false,
20271        "arat": true,
20272        "gfni": false,
20273        "pause-filter": false,
20274        "xsavec": false,
20275        "intel-pt": false,
20276        "osxsave": false,
20277        "kvm-asyncpf": true,
20278        "perfctr-core": false,
20279        "mpx": false,
20280        "pbe": false,
20281        "avx512cd": false,
20282        "decodeassists": false,
20283        "sse4.1": true,
20284        "family": 6,
20285        "avx512f": false,
20286        "msr": true,
20287        "mce": true,
20288        "mca": true,
20289        "xcrypt": false,
20290        "min-level": 13,
20291        "xgetbv1": false,
20292        "cid": false,
20293        "ds": false,
20294        "fxsr": true,
20295        "xsaveopt": true,
20296        "xtpr": false,
20297        "avx512vl": false,
20298        "avx512-vpopcntdq": false,
20299        "phe": false,
20300        "extapic": false,
20301        "3dnowprefetch": false,
20302        "avx512vbmi2": false,
20303        "cr8legacy": false,
20304        "xcrypt-en": false,
20305        "pn": false,
20306        "dca": false,
20307        "vendor": "GenuineIntel",
20308        "pku": false,
20309        "smx": false,
20310        "cmp-legacy": false,
20311        "avx512-4fmaps": false,
20312        "vmcb-clean": false,
20313        "hle": false,
20314        "3dnowext": false,
20315        "npt": false,
20316        "clwb": false,
20317        "lbrv": false,
20318        "adx": false,
20319        "ss": true,
20320        "pni": true,
20321        "svm-lock": false,
20322        "smep": true,
20323        "smap": false,
20324        "pfthreshold": false,
20325        "x2apic": true,
20326        "avx512vbmi": false,
20327        "avx512vnni": false,
20328        "flushbyasid": false,
20329        "f16c": true,
20330        "ace2-en": false,
20331        "pae": true,
20332        "pat": true,
20333        "sse": true,
20334        "phe-en": false,
20335        "kvm-nopiodelay": true,
20336        "tm": false,
20337        "kvmclock-stable-bit": true,
20338        "hypervisor": true,
20339        "pcommit": false,
20340        "syscall": true,
20341        "avx512dq": false,
20342        "svm": false,
20343        "invtsc": true,
20344        "sse2": true,
20345        "est": false,
20346        "avx512ifma": false,
20347        "tm2": false,
20348        "kvm-pv-eoi": true,
20349        "cx8": true,
20350        "kvm-mmu": false,
20351        "sse4.2": true,
20352        "pge": true,
20353        "avx512bitalg": false,
20354        "pdcm": false,
20355        "model": 63,
20356        "movbe": true,
20357        "nrip-save": false,
20358        "ssse3": true,
20359        "sse4a": false,
20360        "invpcid": true,
20361        "pdpe1gb": true,
20362        "tsc-deadline": true,
20363        "fma": true,
20364        "cx16": true,
20365        "de": true,
20366        "stepping": 2,
20367        "xsave": true,
20368        "clflush": true,
20369        "skinit": false,
20370        "tsc": true,
20371        "tce": false,
20372        "fpu": true,
20373        "ds-cpl": false,
20374        "ibs": false,
20375        "fma4": false,
20376        "la57": false,
20377        "osvw": false,
20378        "apic": true,
20379        "pmm": false,
20380        "spec-ctrl": false,
20381        "tsc-adjust": true,
20382        "kvm-steal-time": true,
20383        "kvmclock": true,
20384        "lwp": false,
20385        "xop": false,
20386        "ibpb": false,
20387        "avx": true,
20388        "ospke": false,
20389        "acpi": false,
20390        "avx512bw": false,
20391        "ace2": false,
20392        "fsgsbase": true,
20393        "ht": false,
20394        "nx": true,
20395        "pclmulqdq": true,
20396        "mmxext": false,
20397        "popcnt": true,
20398        "vaes": false,
20399        "xsaves": false,
20400        "lm": true,
20401        "umip": false,
20402        "pse": true,
20403        "avx2": true,
20404        "sep": true,
20405        "nodeid-msr": false,
20406        "misalignsse": false,
20407        "min-xlevel": 2147483656,
20408        "bmi1": true,
20409        "bmi2": true,
20410        "kvm-pv-unhalt": true,
20411        "tsc-scale": false,
20412        "topoext": false,
20413        "clflushopt": false,
20414        "monitor": false,
20415        "avx512er": false,
20416        "pmm-en": false,
20417        "pcid": true,
20418        "3dnow": false,
20419        "erms": true,
20420        "lahf-lm": true,
20421        "vpclmulqdq": false,
20422        "fxsr-opt": false,
20423        "xstore": false,
20424        "rtm": false,
20425        "kvm-hint-dedicated": true,
20426        "lmce": true,
20427        "perfctr-nb": false,
20428        "rdrand": true,
20429        "rdseed": false,
20430        "avx512-4vnniw": false,
20431        "vme": true,
20432        "vmx": false,
20433        "dtes64": false,
20434        "mtrr": true,
20435        "rdtscp": true,
20436        "pse36": true,
20437        "kvm-pv-tlb-flush": false,
20438        "tbm": false,
20439        "wdt": false,
20440        "model-id": "Intel(R) Xeon(R) CPU E5-2630 v3 @ 2.40GHz",
20441        "sha-ni": false,
20442        "abm": true,
20443        "avx512pf": false,
20444        "xstore-en": false
20445      }
20446    }
20447  },
20448  "id": "libvirt-50"
20449}
20450
20451{
20452  "execute": "query-cpu-model-expansion",
20453  "arguments": {
20454    "type": "full",
20455    "model": {
20456      "name": "base",
20457      "props": {
20458        "cmov": true,
20459        "ia64": false,
20460        "aes": true,
20461        "mmx": true,
20462        "rdpid": false,
20463        "arat": true,
20464        "gfni": false,
20465        "pause-filter": false,
20466        "xsavec": false,
20467        "intel-pt": false,
20468        "osxsave": false,
20469        "kvm-asyncpf": true,
20470        "perfctr-core": false,
20471        "mpx": false,
20472        "pbe": false,
20473        "avx512cd": false,
20474        "decodeassists": false,
20475        "sse4.1": true,
20476        "family": 6,
20477        "avx512f": false,
20478        "msr": true,
20479        "mce": true,
20480        "mca": true,
20481        "xcrypt": false,
20482        "min-level": 13,
20483        "xgetbv1": false,
20484        "cid": false,
20485        "ds": false,
20486        "fxsr": true,
20487        "xsaveopt": true,
20488        "xtpr": false,
20489        "avx512vl": false,
20490        "avx512-vpopcntdq": false,
20491        "phe": false,
20492        "extapic": false,
20493        "3dnowprefetch": false,
20494        "avx512vbmi2": false,
20495        "cr8legacy": false,
20496        "xcrypt-en": false,
20497        "pn": false,
20498        "dca": false,
20499        "vendor": "GenuineIntel",
20500        "pku": false,
20501        "smx": false,
20502        "cmp-legacy": false,
20503        "avx512-4fmaps": false,
20504        "vmcb-clean": false,
20505        "hle": false,
20506        "3dnowext": false,
20507        "npt": false,
20508        "clwb": false,
20509        "lbrv": false,
20510        "adx": false,
20511        "ss": true,
20512        "pni": true,
20513        "svm-lock": false,
20514        "smep": true,
20515        "smap": false,
20516        "pfthreshold": false,
20517        "x2apic": true,
20518        "avx512vbmi": false,
20519        "avx512vnni": false,
20520        "flushbyasid": false,
20521        "f16c": true,
20522        "ace2-en": false,
20523        "pae": true,
20524        "pat": true,
20525        "sse": true,
20526        "phe-en": false,
20527        "kvm-nopiodelay": true,
20528        "tm": false,
20529        "kvmclock-stable-bit": true,
20530        "hypervisor": true,
20531        "pcommit": false,
20532        "syscall": true,
20533        "avx512dq": false,
20534        "svm": false,
20535        "invtsc": true,
20536        "sse2": true,
20537        "est": false,
20538        "avx512ifma": false,
20539        "tm2": false,
20540        "kvm-pv-eoi": true,
20541        "cx8": true,
20542        "kvm-mmu": false,
20543        "sse4.2": true,
20544        "pge": true,
20545        "avx512bitalg": false,
20546        "pdcm": false,
20547        "model": 63,
20548        "movbe": true,
20549        "nrip-save": false,
20550        "ssse3": true,
20551        "sse4a": false,
20552        "invpcid": true,
20553        "pdpe1gb": true,
20554        "tsc-deadline": true,
20555        "fma": true,
20556        "cx16": true,
20557        "de": true,
20558        "stepping": 2,
20559        "xsave": true,
20560        "clflush": true,
20561        "skinit": false,
20562        "tsc": true,
20563        "tce": false,
20564        "fpu": true,
20565        "ds-cpl": false,
20566        "ibs": false,
20567        "fma4": false,
20568        "la57": false,
20569        "osvw": false,
20570        "apic": true,
20571        "pmm": false,
20572        "spec-ctrl": false,
20573        "tsc-adjust": true,
20574        "kvm-steal-time": true,
20575        "kvmclock": true,
20576        "lwp": false,
20577        "xop": false,
20578        "ibpb": false,
20579        "avx": true,
20580        "ospke": false,
20581        "acpi": false,
20582        "avx512bw": false,
20583        "ace2": false,
20584        "fsgsbase": true,
20585        "ht": false,
20586        "nx": true,
20587        "pclmulqdq": true,
20588        "mmxext": false,
20589        "popcnt": true,
20590        "vaes": false,
20591        "xsaves": false,
20592        "lm": true,
20593        "umip": false,
20594        "pse": true,
20595        "avx2": true,
20596        "sep": true,
20597        "nodeid-msr": false,
20598        "misalignsse": false,
20599        "min-xlevel": 2147483656,
20600        "bmi1": true,
20601        "bmi2": true,
20602        "kvm-pv-unhalt": true,
20603        "tsc-scale": false,
20604        "topoext": false,
20605        "clflushopt": false,
20606        "monitor": false,
20607        "avx512er": false,
20608        "pmm-en": false,
20609        "pcid": true,
20610        "3dnow": false,
20611        "erms": true,
20612        "lahf-lm": true,
20613        "vpclmulqdq": false,
20614        "fxsr-opt": false,
20615        "xstore": false,
20616        "rtm": false,
20617        "kvm-hint-dedicated": true,
20618        "lmce": true,
20619        "perfctr-nb": false,
20620        "rdrand": true,
20621        "rdseed": false,
20622        "avx512-4vnniw": false,
20623        "vme": true,
20624        "vmx": false,
20625        "dtes64": false,
20626        "mtrr": true,
20627        "rdtscp": true,
20628        "pse36": true,
20629        "kvm-pv-tlb-flush": false,
20630        "tbm": false,
20631        "wdt": false,
20632        "model-id": "Intel(R) Xeon(R) CPU E5-2630 v3 @ 2.40GHz",
20633        "sha-ni": false,
20634        "abm": true,
20635        "avx512pf": false,
20636        "xstore-en": false
20637      }
20638    }
20639  },
20640  "id": "libvirt-51"
20641}
20642
20643{
20644  "return": {
20645    "model": {
20646      "name": "base",
20647      "props": {
20648        "phys-bits": 0,
20649        "core-id": -1,
20650        "xlevel": 2147483656,
20651        "cmov": true,
20652        "ia64": false,
20653        "aes": true,
20654        "mmx": true,
20655        "rdpid": false,
20656        "arat": true,
20657        "gfni": false,
20658        "pause-filter": false,
20659        "xsavec": false,
20660        "intel-pt": false,
20661        "osxsave": false,
20662        "tsc-frequency": 0,
20663        "xd": true,
20664        "hv-vendor-id": "",
20665        "kvm-asyncpf": true,
20666        "kvm_asyncpf": true,
20667        "perfctr_core": false,
20668        "perfctr-core": false,
20669        "mpx": false,
20670        "pbe": false,
20671        "decodeassists": false,
20672        "avx512cd": false,
20673        "sse4_1": true,
20674        "sse4.1": true,
20675        "sse4-1": true,
20676        "family": 6,
20677        "vmware-cpuid-freq": true,
20678        "avx512f": false,
20679        "msr": true,
20680        "mce": true,
20681        "mca": true,
20682        "hv-runtime": false,
20683        "xcrypt": false,
20684        "thread-id": -1,
20685        "min-level": 13,
20686        "xgetbv1": false,
20687        "cid": false,
20688        "hv-relaxed": false,
20689        "hv-crash": false,
20690        "ds": false,
20691        "fxsr": true,
20692        "xsaveopt": true,
20693        "xtpr": false,
20694        "avx512vl": false,
20695        "avx512-vpopcntdq": false,
20696        "phe": false,
20697        "extapic": false,
20698        "3dnowprefetch": false,
20699        "avx512vbmi2": false,
20700        "cr8legacy": false,
20701        "cpuid-0xb": true,
20702        "xcrypt-en": false,
20703        "kvm_pv_eoi": true,
20704        "apic-id": 4294967295,
20705        "pn": false,
20706        "dca": false,
20707        "vendor": "GenuineIntel",
20708        "pku": false,
20709        "smx": false,
20710        "cmp_legacy": false,
20711        "cmp-legacy": false,
20712        "node-id": -1,
20713        "avx512-4fmaps": false,
20714        "vmcb_clean": false,
20715        "vmcb-clean": false,
20716        "3dnowext": false,
20717        "hle": false,
20718        "npt": false,
20719        "memory": "/machine/unattached/system[0]",
20720        "clwb": false,
20721        "lbrv": false,
20722        "adx": false,
20723        "ss": true,
20724        "pni": true,
20725        "svm_lock": false,
20726        "svm-lock": false,
20727        "pfthreshold": false,
20728        "smep": true,
20729        "smap": false,
20730        "x2apic": true,
20731        "avx512vbmi": false,
20732        "avx512vnni": false,
20733        "hv-stimer": false,
20734        "i64": true,
20735        "flushbyasid": false,
20736        "f16c": true,
20737        "ace2-en": false,
20738        "pat": true,
20739        "pae": true,
20740        "sse": true,
20741        "phe-en": false,
20742        "kvm_nopiodelay": true,
20743        "kvm-nopiodelay": true,
20744        "tm": false,
20745        "kvmclock-stable-bit": true,
20746        "hypervisor": true,
20747        "socket-id": -1,
20748        "pcommit": false,
20749        "syscall": true,
20750        "level": 13,
20751        "avx512dq": false,
20752        "svm": false,
20753        "full-cpuid-auto-level": true,
20754        "hv-reset": false,
20755        "invtsc": true,
20756        "sse3": true,
20757        "sse2": true,
20758        "est": false,
20759        "avx512ifma": false,
20760        "tm2": false,
20761        "kvm-pv-eoi": true,
20762        "cx8": true,
20763        "kvm_mmu": false,
20764        "kvm-mmu": false,
20765        "sse4_2": true,
20766        "sse4.2": true,
20767        "sse4-2": true,
20768        "pge": true,
20769        "fill-mtrr-mask": true,
20770        "avx512bitalg": false,
20771        "nodeid_msr": false,
20772        "pdcm": false,
20773        "movbe": true,
20774        "model": 63,
20775        "nrip_save": false,
20776        "nrip-save": false,
20777        "kvm_pv_unhalt": true,
20778        "ssse3": true,
20779        "sse4a": false,
20780        "invpcid": true,
20781        "pdpe1gb": true,
20782        "tsc-deadline": true,
20783        "fma": true,
20784        "cx16": true,
20785        "de": true,
20786        "enforce": false,
20787        "stepping": 2,
20788        "xsave": true,
20789        "clflush": true,
20790        "skinit": false,
20791        "tsc": true,
20792        "tce": false,
20793        "fpu": true,
20794        "ibs": false,
20795        "ds_cpl": false,
20796        "ds-cpl": false,
20797        "host-phys-bits": false,
20798        "fma4": false,
20799        "la57": false,
20800        "osvw": false,
20801        "check": true,
20802        "hv-spinlocks": -1,
20803        "pmu": false,
20804        "pmm": false,
20805        "apic": true,
20806        "spec-ctrl": false,
20807        "min-xlevel2": 0,
20808        "tsc-adjust": true,
20809        "tsc_adjust": true,
20810        "kvm-steal-time": true,
20811        "kvm_steal_time": true,
20812        "kvmclock": true,
20813        "l3-cache": true,
20814        "lwp": false,
20815        "ibpb": false,
20816        "xop": false,
20817        "avx": true,
20818        "ospke": false,
20819        "ace2": false,
20820        "avx512bw": false,
20821        "acpi": false,
20822        "hv-vapic": false,
20823        "fsgsbase": true,
20824        "ht": false,
20825        "nx": true,
20826        "pclmulqdq": true,
20827        "mmxext": false,
20828        "vaes": false,
20829        "popcnt": true,
20830        "xsaves": false,
20831        "tcg-cpuid": true,
20832        "lm": true,
20833        "umip": false,
20834        "pse": true,
20835        "avx2": true,
20836        "sep": true,
20837        "pclmuldq": true,
20838        "x-hv-max-vps": -1,
20839        "nodeid-msr": false,
20840        "kvm": true,
20841        "misalignsse": false,
20842        "min-xlevel": 2147483656,
20843        "kvm-pv-unhalt": true,
20844        "bmi2": true,
20845        "bmi1": true,
20846        "realized": false,
20847        "tsc_scale": false,
20848        "tsc-scale": false,
20849        "topoext": false,
20850        "hv-vpindex": false,
20851        "xlevel2": 0,
20852        "clflushopt": false,
20853        "kvm-no-smi-migration": false,
20854        "monitor": false,
20855        "avx512er": false,
20856        "pmm-en": false,
20857        "pcid": true,
20858        "3dnow": false,
20859        "erms": true,
20860        "lahf-lm": true,
20861        "lahf_lm": true,
20862        "vpclmulqdq": false,
20863        "fxsr-opt": false,
20864        "hv-synic": false,
20865        "xstore": false,
20866        "fxsr_opt": false,
20867        "kvm-hint-dedicated": true,
20868        "rtm": false,
20869        "lmce": true,
20870        "hv-time": false,
20871        "perfctr-nb": false,
20872        "perfctr_nb": false,
20873        "ffxsr": false,
20874        "rdrand": true,
20875        "rdseed": false,
20876        "avx512-4vnniw": false,
20877        "vmx": false,
20878        "vme": true,
20879        "dtes64": false,
20880        "mtrr": true,
20881        "rdtscp": true,
20882        "pse36": true,
20883        "kvm-pv-tlb-flush": false,
20884        "tbm": false,
20885        "wdt": false,
20886        "pause_filter": false,
20887        "sha-ni": false,
20888        "model-id": "Intel(R) Xeon(R) CPU E5-2630 v3 @ 2.40GHz",
20889        "abm": true,
20890        "avx512pf": false,
20891        "xstore-en": false
20892      }
20893    }
20894  },
20895  "id": "libvirt-51"
20896}
20897
20898{
20899  "execute": "qmp_capabilities",
20900  "id": "libvirt-1"
20901}
20902
20903{
20904  "return": {
20905  },
20906  "id": "libvirt-1"
20907}
20908
20909{
20910  "execute": "query-cpu-definitions",
20911  "id": "libvirt-2"
20912}
20913
20914{
20915  "return": [
20916    {
20917      "name": "max",
20918      "typename": "max-x86_64-cpu",
20919      "unavailable-features": [
20920      ],
20921      "static": false,
20922      "migration-safe": false
20923    },
20924    {
20925      "name": "host",
20926      "typename": "host-x86_64-cpu",
20927      "unavailable-features": [
20928        "kvm"
20929      ],
20930      "static": false,
20931      "migration-safe": false
20932    },
20933    {
20934      "name": "base",
20935      "typename": "base-x86_64-cpu",
20936      "unavailable-features": [
20937      ],
20938      "static": true,
20939      "migration-safe": true
20940    },
20941    {
20942      "name": "qemu64",
20943      "typename": "qemu64-x86_64-cpu",
20944      "unavailable-features": [
20945      ],
20946      "static": false,
20947      "migration-safe": true
20948    },
20949    {
20950      "name": "qemu32",
20951      "typename": "qemu32-x86_64-cpu",
20952      "unavailable-features": [
20953      ],
20954      "static": false,
20955      "migration-safe": true
20956    },
20957    {
20958      "name": "phenom",
20959      "typename": "phenom-x86_64-cpu",
20960      "unavailable-features": [
20961        "fxsr-opt",
20962        "npt"
20963      ],
20964      "static": false,
20965      "migration-safe": true
20966    },
20967    {
20968      "name": "pentium3",
20969      "typename": "pentium3-x86_64-cpu",
20970      "unavailable-features": [
20971      ],
20972      "static": false,
20973      "migration-safe": true
20974    },
20975    {
20976      "name": "pentium2",
20977      "typename": "pentium2-x86_64-cpu",
20978      "unavailable-features": [
20979      ],
20980      "static": false,
20981      "migration-safe": true
20982    },
20983    {
20984      "name": "pentium",
20985      "typename": "pentium-x86_64-cpu",
20986      "unavailable-features": [
20987      ],
20988      "static": false,
20989      "migration-safe": true
20990    },
20991    {
20992      "name": "n270",
20993      "typename": "n270-x86_64-cpu",
20994      "unavailable-features": [
20995      ],
20996      "static": false,
20997      "migration-safe": true
20998    },
20999    {
21000      "name": "kvm64",
21001      "typename": "kvm64-x86_64-cpu",
21002      "unavailable-features": [
21003      ],
21004      "static": false,
21005      "migration-safe": true
21006    },
21007    {
21008      "name": "kvm32",
21009      "typename": "kvm32-x86_64-cpu",
21010      "unavailable-features": [
21011      ],
21012      "static": false,
21013      "migration-safe": true
21014    },
21015    {
21016      "name": "coreduo",
21017      "typename": "coreduo-x86_64-cpu",
21018      "unavailable-features": [
21019      ],
21020      "static": false,
21021      "migration-safe": true
21022    },
21023    {
21024      "name": "core2duo",
21025      "typename": "core2duo-x86_64-cpu",
21026      "unavailable-features": [
21027      ],
21028      "static": false,
21029      "migration-safe": true
21030    },
21031    {
21032      "name": "athlon",
21033      "typename": "athlon-x86_64-cpu",
21034      "unavailable-features": [
21035      ],
21036      "static": false,
21037      "migration-safe": true
21038    },
21039    {
21040      "name": "Westmere",
21041      "typename": "Westmere-x86_64-cpu",
21042      "unavailable-features": [
21043      ],
21044      "static": false,
21045      "migration-safe": true
21046    },
21047    {
21048      "name": "Westmere-IBRS",
21049      "typename": "Westmere-IBRS-x86_64-cpu",
21050      "unavailable-features": [
21051        "spec-ctrl"
21052      ],
21053      "static": false,
21054      "migration-safe": true
21055    },
21056    {
21057      "name": "Skylake-Server",
21058      "typename": "Skylake-Server-x86_64-cpu",
21059      "unavailable-features": [
21060        "fma",
21061        "pcid",
21062        "x2apic",
21063        "tsc-deadline",
21064        "avx",
21065        "f16c",
21066        "rdrand",
21067        "hle",
21068        "avx2",
21069        "invpcid",
21070        "rtm",
21071        "avx512f",
21072        "avx512dq",
21073        "rdseed",
21074        "avx512cd",
21075        "avx512bw",
21076        "avx512vl",
21077        "3dnowprefetch",
21078        "xsavec"
21079      ],
21080      "static": false,
21081      "migration-safe": true
21082    },
21083    {
21084      "name": "Skylake-Server-IBRS",
21085      "typename": "Skylake-Server-IBRS-x86_64-cpu",
21086      "unavailable-features": [
21087        "fma",
21088        "pcid",
21089        "x2apic",
21090        "tsc-deadline",
21091        "avx",
21092        "f16c",
21093        "rdrand",
21094        "hle",
21095        "avx2",
21096        "invpcid",
21097        "rtm",
21098        "avx512f",
21099        "avx512dq",
21100        "rdseed",
21101        "avx512cd",
21102        "avx512bw",
21103        "avx512vl",
21104        "spec-ctrl",
21105        "3dnowprefetch",
21106        "xsavec"
21107      ],
21108      "static": false,
21109      "migration-safe": true
21110    },
21111    {
21112      "name": "Skylake-Client",
21113      "typename": "Skylake-Client-x86_64-cpu",
21114      "unavailable-features": [
21115        "fma",
21116        "pcid",
21117        "x2apic",
21118        "tsc-deadline",
21119        "avx",
21120        "f16c",
21121        "rdrand",
21122        "hle",
21123        "avx2",
21124        "invpcid",
21125        "rtm",
21126        "rdseed",
21127        "3dnowprefetch",
21128        "xsavec"
21129      ],
21130      "static": false,
21131      "migration-safe": true
21132    },
21133    {
21134      "name": "Skylake-Client-IBRS",
21135      "typename": "Skylake-Client-IBRS-x86_64-cpu",
21136      "unavailable-features": [
21137        "fma",
21138        "pcid",
21139        "x2apic",
21140        "tsc-deadline",
21141        "avx",
21142        "f16c",
21143        "rdrand",
21144        "hle",
21145        "avx2",
21146        "invpcid",
21147        "rtm",
21148        "rdseed",
21149        "spec-ctrl",
21150        "3dnowprefetch",
21151        "xsavec"
21152      ],
21153      "static": false,
21154      "migration-safe": true
21155    },
21156    {
21157      "name": "SandyBridge",
21158      "typename": "SandyBridge-x86_64-cpu",
21159      "unavailable-features": [
21160        "x2apic",
21161        "tsc-deadline",
21162        "avx"
21163      ],
21164      "static": false,
21165      "migration-safe": true
21166    },
21167    {
21168      "name": "SandyBridge-IBRS",
21169      "typename": "SandyBridge-IBRS-x86_64-cpu",
21170      "unavailable-features": [
21171        "x2apic",
21172        "tsc-deadline",
21173        "avx",
21174        "spec-ctrl"
21175      ],
21176      "static": false,
21177      "migration-safe": true
21178    },
21179    {
21180      "name": "Penryn",
21181      "typename": "Penryn-x86_64-cpu",
21182      "unavailable-features": [
21183      ],
21184      "static": false,
21185      "migration-safe": true
21186    },
21187    {
21188      "name": "Opteron_G5",
21189      "typename": "Opteron_G5-x86_64-cpu",
21190      "unavailable-features": [
21191        "fma",
21192        "avx",
21193        "f16c",
21194        "misalignsse",
21195        "3dnowprefetch",
21196        "xop",
21197        "fma4",
21198        "tbm"
21199      ],
21200      "static": false,
21201      "migration-safe": true
21202    },
21203    {
21204      "name": "Opteron_G4",
21205      "typename": "Opteron_G4-x86_64-cpu",
21206      "unavailable-features": [
21207        "avx",
21208        "misalignsse",
21209        "3dnowprefetch",
21210        "xop",
21211        "fma4"
21212      ],
21213      "static": false,
21214      "migration-safe": true
21215    },
21216    {
21217      "name": "Opteron_G3",
21218      "typename": "Opteron_G3-x86_64-cpu",
21219      "unavailable-features": [
21220        "misalignsse"
21221      ],
21222      "static": false,
21223      "migration-safe": true
21224    },
21225    {
21226      "name": "Opteron_G2",
21227      "typename": "Opteron_G2-x86_64-cpu",
21228      "unavailable-features": [
21229      ],
21230      "static": false,
21231      "migration-safe": true
21232    },
21233    {
21234      "name": "Opteron_G1",
21235      "typename": "Opteron_G1-x86_64-cpu",
21236      "unavailable-features": [
21237      ],
21238      "static": false,
21239      "migration-safe": true
21240    },
21241    {
21242      "name": "Nehalem",
21243      "typename": "Nehalem-x86_64-cpu",
21244      "unavailable-features": [
21245      ],
21246      "static": false,
21247      "migration-safe": true
21248    },
21249    {
21250      "name": "Nehalem-IBRS",
21251      "typename": "Nehalem-IBRS-x86_64-cpu",
21252      "unavailable-features": [
21253        "spec-ctrl"
21254      ],
21255      "static": false,
21256      "migration-safe": true
21257    },
21258    {
21259      "name": "IvyBridge",
21260      "typename": "IvyBridge-x86_64-cpu",
21261      "unavailable-features": [
21262        "x2apic",
21263        "tsc-deadline",
21264        "avx",
21265        "f16c",
21266        "rdrand"
21267      ],
21268      "static": false,
21269      "migration-safe": true
21270    },
21271    {
21272      "name": "IvyBridge-IBRS",
21273      "typename": "IvyBridge-IBRS-x86_64-cpu",
21274      "unavailable-features": [
21275        "x2apic",
21276        "tsc-deadline",
21277        "avx",
21278        "f16c",
21279        "rdrand",
21280        "spec-ctrl"
21281      ],
21282      "static": false,
21283      "migration-safe": true
21284    },
21285    {
21286      "name": "Haswell",
21287      "typename": "Haswell-x86_64-cpu",
21288      "unavailable-features": [
21289        "fma",
21290        "pcid",
21291        "x2apic",
21292        "tsc-deadline",
21293        "avx",
21294        "f16c",
21295        "rdrand",
21296        "hle",
21297        "avx2",
21298        "invpcid",
21299        "rtm"
21300      ],
21301      "static": false,
21302      "migration-safe": true
21303    },
21304    {
21305      "name": "Haswell-noTSX",
21306      "typename": "Haswell-noTSX-x86_64-cpu",
21307      "unavailable-features": [
21308        "fma",
21309        "pcid",
21310        "x2apic",
21311        "tsc-deadline",
21312        "avx",
21313        "f16c",
21314        "rdrand",
21315        "avx2",
21316        "invpcid"
21317      ],
21318      "static": false,
21319      "migration-safe": true
21320    },
21321    {
21322      "name": "Haswell-noTSX-IBRS",
21323      "typename": "Haswell-noTSX-IBRS-x86_64-cpu",
21324      "unavailable-features": [
21325        "fma",
21326        "pcid",
21327        "x2apic",
21328        "tsc-deadline",
21329        "avx",
21330        "f16c",
21331        "rdrand",
21332        "avx2",
21333        "invpcid",
21334        "spec-ctrl"
21335      ],
21336      "static": false,
21337      "migration-safe": true
21338    },
21339    {
21340      "name": "Haswell-IBRS",
21341      "typename": "Haswell-IBRS-x86_64-cpu",
21342      "unavailable-features": [
21343        "fma",
21344        "pcid",
21345        "x2apic",
21346        "tsc-deadline",
21347        "avx",
21348        "f16c",
21349        "rdrand",
21350        "hle",
21351        "avx2",
21352        "invpcid",
21353        "rtm",
21354        "spec-ctrl"
21355      ],
21356      "static": false,
21357      "migration-safe": true
21358    },
21359    {
21360      "name": "EPYC",
21361      "typename": "EPYC-x86_64-cpu",
21362      "unavailable-features": [
21363        "fma",
21364        "avx",
21365        "f16c",
21366        "rdrand",
21367        "avx2",
21368        "rdseed",
21369        "sha-ni",
21370        "fxsr-opt",
21371        "misalignsse",
21372        "3dnowprefetch",
21373        "osvw",
21374        "xsavec"
21375      ],
21376      "static": false,
21377      "migration-safe": true
21378    },
21379    {
21380      "name": "EPYC-IBPB",
21381      "typename": "EPYC-IBPB-x86_64-cpu",
21382      "unavailable-features": [
21383        "fma",
21384        "avx",
21385        "f16c",
21386        "rdrand",
21387        "avx2",
21388        "rdseed",
21389        "sha-ni",
21390        "fxsr-opt",
21391        "misalignsse",
21392        "3dnowprefetch",
21393        "osvw",
21394        "ibpb",
21395        "xsavec"
21396      ],
21397      "static": false,
21398      "migration-safe": true
21399    },
21400    {
21401      "name": "Conroe",
21402      "typename": "Conroe-x86_64-cpu",
21403      "unavailable-features": [
21404      ],
21405      "static": false,
21406      "migration-safe": true
21407    },
21408    {
21409      "name": "Broadwell",
21410      "typename": "Broadwell-x86_64-cpu",
21411      "unavailable-features": [
21412        "fma",
21413        "pcid",
21414        "x2apic",
21415        "tsc-deadline",
21416        "avx",
21417        "f16c",
21418        "rdrand",
21419        "hle",
21420        "avx2",
21421        "invpcid",
21422        "rtm",
21423        "rdseed",
21424        "3dnowprefetch"
21425      ],
21426      "static": false,
21427      "migration-safe": true
21428    },
21429    {
21430      "name": "Broadwell-noTSX",
21431      "typename": "Broadwell-noTSX-x86_64-cpu",
21432      "unavailable-features": [
21433        "fma",
21434        "pcid",
21435        "x2apic",
21436        "tsc-deadline",
21437        "avx",
21438        "f16c",
21439        "rdrand",
21440        "avx2",
21441        "invpcid",
21442        "rdseed",
21443        "3dnowprefetch"
21444      ],
21445      "static": false,
21446      "migration-safe": true
21447    },
21448    {
21449      "name": "Broadwell-noTSX-IBRS",
21450      "typename": "Broadwell-noTSX-IBRS-x86_64-cpu",
21451      "unavailable-features": [
21452        "fma",
21453        "pcid",
21454        "x2apic",
21455        "tsc-deadline",
21456        "avx",
21457        "f16c",
21458        "rdrand",
21459        "avx2",
21460        "invpcid",
21461        "rdseed",
21462        "spec-ctrl",
21463        "3dnowprefetch"
21464      ],
21465      "static": false,
21466      "migration-safe": true
21467    },
21468    {
21469      "name": "Broadwell-IBRS",
21470      "typename": "Broadwell-IBRS-x86_64-cpu",
21471      "unavailable-features": [
21472        "fma",
21473        "pcid",
21474        "x2apic",
21475        "tsc-deadline",
21476        "avx",
21477        "f16c",
21478        "rdrand",
21479        "hle",
21480        "avx2",
21481        "invpcid",
21482        "rtm",
21483        "rdseed",
21484        "spec-ctrl",
21485        "3dnowprefetch"
21486      ],
21487      "static": false,
21488      "migration-safe": true
21489    },
21490    {
21491      "name": "486",
21492      "typename": "486-x86_64-cpu",
21493      "unavailable-features": [
21494      ],
21495      "static": false,
21496      "migration-safe": true
21497    }
21498  ],
21499  "id": "libvirt-2"
21500}
21501
21502{
21503  "execute": "query-cpu-model-expansion",
21504  "arguments": {
21505    "type": "static",
21506    "model": {
21507      "name": "max"
21508    }
21509  },
21510  "id": "libvirt-3"
21511}
21512
21513{
21514  "return": {
21515    "model": {
21516      "name": "base",
21517      "props": {
21518        "cmov": true,
21519        "ia64": false,
21520        "aes": true,
21521        "mmx": true,
21522        "rdpid": false,
21523        "arat": true,
21524        "gfni": false,
21525        "pause-filter": false,
21526        "xsavec": false,
21527        "intel-pt": false,
21528        "osxsave": false,
21529        "kvm-asyncpf": false,
21530        "perfctr-core": false,
21531        "mpx": true,
21532        "pbe": false,
21533        "avx512cd": false,
21534        "decodeassists": false,
21535        "sse4.1": true,
21536        "family": 6,
21537        "avx512f": false,
21538        "msr": true,
21539        "mce": true,
21540        "mca": true,
21541        "xcrypt": false,
21542        "min-level": 13,
21543        "xgetbv1": true,
21544        "cid": false,
21545        "ds": false,
21546        "fxsr": true,
21547        "xsaveopt": true,
21548        "xtpr": false,
21549        "avx512vl": false,
21550        "avx512-vpopcntdq": false,
21551        "phe": false,
21552        "extapic": false,
21553        "3dnowprefetch": false,
21554        "avx512vbmi2": false,
21555        "cr8legacy": true,
21556        "xcrypt-en": false,
21557        "pn": false,
21558        "dca": false,
21559        "vendor": "AuthenticAMD",
21560        "pku": true,
21561        "smx": false,
21562        "cmp-legacy": false,
21563        "avx512-4fmaps": false,
21564        "vmcb-clean": false,
21565        "hle": false,
21566        "3dnowext": true,
21567        "npt": false,
21568        "clwb": true,
21569        "lbrv": false,
21570        "adx": true,
21571        "ss": true,
21572        "pni": true,
21573        "svm-lock": false,
21574        "smep": true,
21575        "smap": true,
21576        "pfthreshold": false,
21577        "x2apic": false,
21578        "avx512vbmi": false,
21579        "avx512vnni": false,
21580        "flushbyasid": false,
21581        "f16c": false,
21582        "ace2-en": false,
21583        "pae": true,
21584        "pat": true,
21585        "sse": true,
21586        "phe-en": false,
21587        "kvm-nopiodelay": false,
21588        "tm": false,
21589        "kvmclock-stable-bit": false,
21590        "hypervisor": true,
21591        "pcommit": true,
21592        "syscall": true,
21593        "avx512dq": false,
21594        "svm": true,
21595        "invtsc": false,
21596        "sse2": true,
21597        "est": false,
21598        "avx512ifma": false,
21599        "tm2": false,
21600        "kvm-pv-eoi": false,
21601        "cx8": true,
21602        "kvm-mmu": false,
21603        "sse4.2": true,
21604        "pge": true,
21605        "avx512bitalg": false,
21606        "pdcm": false,
21607        "model": 6,
21608        "movbe": true,
21609        "nrip-save": false,
21610        "ssse3": true,
21611        "sse4a": true,
21612        "invpcid": false,
21613        "pdpe1gb": true,
21614        "tsc-deadline": false,
21615        "fma": false,
21616        "cx16": true,
21617        "de": true,
21618        "stepping": 3,
21619        "xsave": true,
21620        "clflush": true,
21621        "skinit": false,
21622        "tsc": true,
21623        "tce": false,
21624        "fpu": true,
21625        "ds-cpl": false,
21626        "ibs": false,
21627        "fma4": false,
21628        "la57": true,
21629        "osvw": false,
21630        "apic": true,
21631        "pmm": false,
21632        "spec-ctrl": false,
21633        "tsc-adjust": false,
21634        "kvm-steal-time": false,
21635        "kvmclock": false,
21636        "lwp": false,
21637        "xop": false,
21638        "ibpb": false,
21639        "avx": false,
21640        "ospke": true,
21641        "acpi": true,
21642        "avx512bw": false,
21643        "ace2": false,
21644        "fsgsbase": true,
21645        "ht": false,
21646        "nx": true,
21647        "pclmulqdq": true,
21648        "mmxext": true,
21649        "popcnt": true,
21650        "vaes": false,
21651        "xsaves": false,
21652        "lm": true,
21653        "umip": false,
21654        "pse": true,
21655        "avx2": false,
21656        "sep": true,
21657        "nodeid-msr": false,
21658        "misalignsse": false,
21659        "min-xlevel": 2147483658,
21660        "bmi1": true,
21661        "bmi2": true,
21662        "kvm-pv-unhalt": false,
21663        "tsc-scale": false,
21664        "topoext": false,
21665        "clflushopt": true,
21666        "monitor": true,
21667        "avx512er": false,
21668        "pmm-en": false,
21669        "pcid": false,
21670        "3dnow": true,
21671        "erms": true,
21672        "lahf-lm": true,
21673        "vpclmulqdq": false,
21674        "fxsr-opt": false,
21675        "xstore": false,
21676        "rtm": false,
21677        "kvm-hint-dedicated": false,
21678        "lmce": false,
21679        "perfctr-nb": false,
21680        "rdrand": false,
21681        "rdseed": false,
21682        "avx512-4vnniw": false,
21683        "vme": false,
21684        "vmx": false,
21685        "dtes64": false,
21686        "mtrr": true,
21687        "rdtscp": true,
21688        "pse36": true,
21689        "kvm-pv-tlb-flush": false,
21690        "tbm": false,
21691        "wdt": false,
21692        "model-id": "QEMU TCG CPU version 2.5+",
21693        "sha-ni": false,
21694        "abm": true,
21695        "avx512pf": false,
21696        "xstore-en": false
21697      }
21698    }
21699  },
21700  "id": "libvirt-3"
21701}
21702
21703{
21704  "execute": "query-cpu-model-expansion",
21705  "arguments": {
21706    "type": "full",
21707    "model": {
21708      "name": "base",
21709      "props": {
21710        "cmov": true,
21711        "ia64": false,
21712        "aes": true,
21713        "mmx": true,
21714        "rdpid": false,
21715        "arat": true,
21716        "gfni": false,
21717        "pause-filter": false,
21718        "xsavec": false,
21719        "intel-pt": false,
21720        "osxsave": false,
21721        "kvm-asyncpf": false,
21722        "perfctr-core": false,
21723        "mpx": true,
21724        "pbe": false,
21725        "avx512cd": false,
21726        "decodeassists": false,
21727        "sse4.1": true,
21728        "family": 6,
21729        "avx512f": false,
21730        "msr": true,
21731        "mce": true,
21732        "mca": true,
21733        "xcrypt": false,
21734        "min-level": 13,
21735        "xgetbv1": true,
21736        "cid": false,
21737        "ds": false,
21738        "fxsr": true,
21739        "xsaveopt": true,
21740        "xtpr": false,
21741        "avx512vl": false,
21742        "avx512-vpopcntdq": false,
21743        "phe": false,
21744        "extapic": false,
21745        "3dnowprefetch": false,
21746        "avx512vbmi2": false,
21747        "cr8legacy": true,
21748        "xcrypt-en": false,
21749        "pn": false,
21750        "dca": false,
21751        "vendor": "AuthenticAMD",
21752        "pku": true,
21753        "smx": false,
21754        "cmp-legacy": false,
21755        "avx512-4fmaps": false,
21756        "vmcb-clean": false,
21757        "hle": false,
21758        "3dnowext": true,
21759        "npt": false,
21760        "clwb": true,
21761        "lbrv": false,
21762        "adx": true,
21763        "ss": true,
21764        "pni": true,
21765        "svm-lock": false,
21766        "smep": true,
21767        "smap": true,
21768        "pfthreshold": false,
21769        "x2apic": false,
21770        "avx512vbmi": false,
21771        "avx512vnni": false,
21772        "flushbyasid": false,
21773        "f16c": false,
21774        "ace2-en": false,
21775        "pae": true,
21776        "pat": true,
21777        "sse": true,
21778        "phe-en": false,
21779        "kvm-nopiodelay": false,
21780        "tm": false,
21781        "kvmclock-stable-bit": false,
21782        "hypervisor": true,
21783        "pcommit": true,
21784        "syscall": true,
21785        "avx512dq": false,
21786        "svm": true,
21787        "invtsc": false,
21788        "sse2": true,
21789        "est": false,
21790        "avx512ifma": false,
21791        "tm2": false,
21792        "kvm-pv-eoi": false,
21793        "cx8": true,
21794        "kvm-mmu": false,
21795        "sse4.2": true,
21796        "pge": true,
21797        "avx512bitalg": false,
21798        "pdcm": false,
21799        "model": 6,
21800        "movbe": true,
21801        "nrip-save": false,
21802        "ssse3": true,
21803        "sse4a": true,
21804        "invpcid": false,
21805        "pdpe1gb": true,
21806        "tsc-deadline": false,
21807        "fma": false,
21808        "cx16": true,
21809        "de": true,
21810        "stepping": 3,
21811        "xsave": true,
21812        "clflush": true,
21813        "skinit": false,
21814        "tsc": true,
21815        "tce": false,
21816        "fpu": true,
21817        "ds-cpl": false,
21818        "ibs": false,
21819        "fma4": false,
21820        "la57": true,
21821        "osvw": false,
21822        "apic": true,
21823        "pmm": false,
21824        "spec-ctrl": false,
21825        "tsc-adjust": false,
21826        "kvm-steal-time": false,
21827        "kvmclock": false,
21828        "lwp": false,
21829        "xop": false,
21830        "ibpb": false,
21831        "avx": false,
21832        "ospke": true,
21833        "acpi": true,
21834        "avx512bw": false,
21835        "ace2": false,
21836        "fsgsbase": true,
21837        "ht": false,
21838        "nx": true,
21839        "pclmulqdq": true,
21840        "mmxext": true,
21841        "popcnt": true,
21842        "vaes": false,
21843        "xsaves": false,
21844        "lm": true,
21845        "umip": false,
21846        "pse": true,
21847        "avx2": false,
21848        "sep": true,
21849        "nodeid-msr": false,
21850        "misalignsse": false,
21851        "min-xlevel": 2147483658,
21852        "bmi1": true,
21853        "bmi2": true,
21854        "kvm-pv-unhalt": false,
21855        "tsc-scale": false,
21856        "topoext": false,
21857        "clflushopt": true,
21858        "monitor": true,
21859        "avx512er": false,
21860        "pmm-en": false,
21861        "pcid": false,
21862        "3dnow": true,
21863        "erms": true,
21864        "lahf-lm": true,
21865        "vpclmulqdq": false,
21866        "fxsr-opt": false,
21867        "xstore": false,
21868        "rtm": false,
21869        "kvm-hint-dedicated": false,
21870        "lmce": false,
21871        "perfctr-nb": false,
21872        "rdrand": false,
21873        "rdseed": false,
21874        "avx512-4vnniw": false,
21875        "vme": false,
21876        "vmx": false,
21877        "dtes64": false,
21878        "mtrr": true,
21879        "rdtscp": true,
21880        "pse36": true,
21881        "kvm-pv-tlb-flush": false,
21882        "tbm": false,
21883        "wdt": false,
21884        "model-id": "QEMU TCG CPU version 2.5+",
21885        "sha-ni": false,
21886        "abm": true,
21887        "avx512pf": false,
21888        "xstore-en": false
21889      }
21890    }
21891  },
21892  "id": "libvirt-4"
21893}
21894
21895{
21896  "return": {
21897    "model": {
21898      "name": "base",
21899      "props": {
21900        "phys-bits": 0,
21901        "core-id": -1,
21902        "xlevel": 2147483658,
21903        "cmov": true,
21904        "ia64": false,
21905        "aes": true,
21906        "mmx": true,
21907        "rdpid": false,
21908        "arat": true,
21909        "gfni": false,
21910        "pause-filter": false,
21911        "xsavec": false,
21912        "intel-pt": false,
21913        "osxsave": false,
21914        "tsc-frequency": 0,
21915        "xd": true,
21916        "hv-vendor-id": "",
21917        "kvm-asyncpf": false,
21918        "kvm_asyncpf": false,
21919        "perfctr_core": false,
21920        "perfctr-core": false,
21921        "mpx": true,
21922        "pbe": false,
21923        "decodeassists": false,
21924        "avx512cd": false,
21925        "sse4_1": true,
21926        "sse4.1": true,
21927        "sse4-1": true,
21928        "family": 6,
21929        "vmware-cpuid-freq": true,
21930        "avx512f": false,
21931        "msr": true,
21932        "mce": true,
21933        "mca": true,
21934        "hv-runtime": false,
21935        "xcrypt": false,
21936        "thread-id": -1,
21937        "min-level": 13,
21938        "xgetbv1": true,
21939        "cid": false,
21940        "hv-relaxed": false,
21941        "hv-crash": false,
21942        "ds": false,
21943        "fxsr": true,
21944        "xsaveopt": true,
21945        "xtpr": false,
21946        "avx512vl": false,
21947        "avx512-vpopcntdq": false,
21948        "phe": false,
21949        "extapic": false,
21950        "3dnowprefetch": false,
21951        "avx512vbmi2": false,
21952        "cr8legacy": true,
21953        "cpuid-0xb": true,
21954        "xcrypt-en": false,
21955        "kvm_pv_eoi": false,
21956        "apic-id": 4294967295,
21957        "pn": false,
21958        "dca": false,
21959        "vendor": "AuthenticAMD",
21960        "pku": true,
21961        "smx": false,
21962        "cmp_legacy": false,
21963        "cmp-legacy": false,
21964        "node-id": -1,
21965        "avx512-4fmaps": false,
21966        "vmcb_clean": false,
21967        "vmcb-clean": false,
21968        "3dnowext": true,
21969        "hle": false,
21970        "npt": false,
21971        "memory": "/machine/unattached/system[0]",
21972        "clwb": true,
21973        "lbrv": false,
21974        "adx": true,
21975        "ss": true,
21976        "pni": true,
21977        "svm_lock": false,
21978        "svm-lock": false,
21979        "pfthreshold": false,
21980        "smep": true,
21981        "smap": true,
21982        "x2apic": false,
21983        "avx512vbmi": false,
21984        "avx512vnni": false,
21985        "hv-stimer": false,
21986        "i64": true,
21987        "flushbyasid": false,
21988        "f16c": false,
21989        "ace2-en": false,
21990        "pat": true,
21991        "pae": true,
21992        "sse": true,
21993        "phe-en": false,
21994        "kvm_nopiodelay": false,
21995        "kvm-nopiodelay": false,
21996        "tm": false,
21997        "kvmclock-stable-bit": false,
21998        "hypervisor": true,
21999        "socket-id": -1,
22000        "pcommit": true,
22001        "syscall": true,
22002        "level": 13,
22003        "avx512dq": false,
22004        "svm": true,
22005        "full-cpuid-auto-level": true,
22006        "hv-reset": false,
22007        "invtsc": false,
22008        "sse3": true,
22009        "sse2": true,
22010        "est": false,
22011        "avx512ifma": false,
22012        "tm2": false,
22013        "kvm-pv-eoi": false,
22014        "cx8": true,
22015        "kvm_mmu": false,
22016        "kvm-mmu": false,
22017        "sse4_2": true,
22018        "sse4.2": true,
22019        "sse4-2": true,
22020        "pge": true,
22021        "fill-mtrr-mask": true,
22022        "avx512bitalg": false,
22023        "nodeid_msr": false,
22024        "pdcm": false,
22025        "movbe": true,
22026        "model": 6,
22027        "nrip_save": false,
22028        "nrip-save": false,
22029        "kvm_pv_unhalt": false,
22030        "ssse3": true,
22031        "sse4a": true,
22032        "invpcid": false,
22033        "pdpe1gb": true,
22034        "tsc-deadline": false,
22035        "fma": false,
22036        "cx16": true,
22037        "de": true,
22038        "enforce": false,
22039        "stepping": 3,
22040        "xsave": true,
22041        "clflush": true,
22042        "skinit": false,
22043        "tsc": true,
22044        "tce": false,
22045        "fpu": true,
22046        "ibs": false,
22047        "ds_cpl": false,
22048        "ds-cpl": false,
22049        "host-phys-bits": false,
22050        "fma4": false,
22051        "la57": true,
22052        "osvw": false,
22053        "check": true,
22054        "hv-spinlocks": -1,
22055        "pmu": false,
22056        "pmm": false,
22057        "apic": true,
22058        "spec-ctrl": false,
22059        "min-xlevel2": 0,
22060        "tsc-adjust": false,
22061        "tsc_adjust": false,
22062        "kvm-steal-time": false,
22063        "kvm_steal_time": false,
22064        "kvmclock": false,
22065        "l3-cache": true,
22066        "lwp": false,
22067        "ibpb": false,
22068        "xop": false,
22069        "avx": false,
22070        "ospke": true,
22071        "ace2": false,
22072        "avx512bw": false,
22073        "acpi": true,
22074        "hv-vapic": false,
22075        "fsgsbase": true,
22076        "ht": false,
22077        "nx": true,
22078        "pclmulqdq": true,
22079        "mmxext": true,
22080        "vaes": false,
22081        "popcnt": true,
22082        "xsaves": false,
22083        "tcg-cpuid": true,
22084        "lm": true,
22085        "umip": false,
22086        "pse": true,
22087        "avx2": false,
22088        "sep": true,
22089        "pclmuldq": true,
22090        "x-hv-max-vps": -1,
22091        "nodeid-msr": false,
22092        "kvm": true,
22093        "misalignsse": false,
22094        "min-xlevel": 2147483658,
22095        "kvm-pv-unhalt": false,
22096        "bmi2": true,
22097        "bmi1": true,
22098        "realized": false,
22099        "tsc_scale": false,
22100        "tsc-scale": false,
22101        "topoext": false,
22102        "hv-vpindex": false,
22103        "xlevel2": 0,
22104        "clflushopt": true,
22105        "kvm-no-smi-migration": false,
22106        "monitor": true,
22107        "avx512er": false,
22108        "pmm-en": false,
22109        "pcid": false,
22110        "3dnow": true,
22111        "erms": true,
22112        "lahf-lm": true,
22113        "lahf_lm": true,
22114        "vpclmulqdq": false,
22115        "fxsr-opt": false,
22116        "hv-synic": false,
22117        "xstore": false,
22118        "fxsr_opt": false,
22119        "kvm-hint-dedicated": false,
22120        "rtm": false,
22121        "lmce": false,
22122        "hv-time": false,
22123        "perfctr-nb": false,
22124        "perfctr_nb": false,
22125        "ffxsr": false,
22126        "rdrand": false,
22127        "rdseed": false,
22128        "avx512-4vnniw": false,
22129        "vmx": false,
22130        "vme": false,
22131        "dtes64": false,
22132        "mtrr": true,
22133        "rdtscp": true,
22134        "pse36": true,
22135        "kvm-pv-tlb-flush": false,
22136        "tbm": false,
22137        "wdt": false,
22138        "pause_filter": false,
22139        "sha-ni": false,
22140        "model-id": "QEMU TCG CPU version 2.5+",
22141        "abm": true,
22142        "avx512pf": false,
22143        "xstore-en": false
22144      }
22145    }
22146  },
22147  "id": "libvirt-4"
22148}
22149
22150{
22151  "execute": "query-cpu-model-expansion",
22152  "arguments": {
22153    "type": "static",
22154    "model": {
22155      "name": "max",
22156      "props": {
22157        "migratable": false
22158      }
22159    }
22160  },
22161  "id": "libvirt-5"
22162}
22163
22164{
22165  "return": {
22166    "model": {
22167      "name": "base",
22168      "props": {
22169        "cmov": true,
22170        "ia64": false,
22171        "aes": true,
22172        "mmx": true,
22173        "rdpid": false,
22174        "arat": true,
22175        "gfni": false,
22176        "pause-filter": false,
22177        "xsavec": false,
22178        "intel-pt": false,
22179        "osxsave": false,
22180        "kvm-asyncpf": false,
22181        "perfctr-core": false,
22182        "mpx": true,
22183        "pbe": false,
22184        "avx512cd": false,
22185        "decodeassists": false,
22186        "sse4.1": true,
22187        "family": 6,
22188        "avx512f": false,
22189        "msr": true,
22190        "mce": true,
22191        "mca": true,
22192        "xcrypt": false,
22193        "min-level": 13,
22194        "xgetbv1": true,
22195        "cid": false,
22196        "ds": false,
22197        "fxsr": true,
22198        "xsaveopt": true,
22199        "xtpr": false,
22200        "avx512vl": false,
22201        "avx512-vpopcntdq": false,
22202        "phe": false,
22203        "extapic": false,
22204        "3dnowprefetch": false,
22205        "avx512vbmi2": false,
22206        "cr8legacy": true,
22207        "xcrypt-en": false,
22208        "pn": false,
22209        "dca": false,
22210        "vendor": "AuthenticAMD",
22211        "pku": true,
22212        "smx": false,
22213        "cmp-legacy": false,
22214        "avx512-4fmaps": false,
22215        "vmcb-clean": false,
22216        "hle": false,
22217        "3dnowext": true,
22218        "npt": false,
22219        "clwb": true,
22220        "lbrv": false,
22221        "adx": true,
22222        "ss": true,
22223        "pni": true,
22224        "svm-lock": false,
22225        "smep": true,
22226        "smap": true,
22227        "pfthreshold": false,
22228        "x2apic": false,
22229        "avx512vbmi": false,
22230        "avx512vnni": false,
22231        "flushbyasid": false,
22232        "f16c": false,
22233        "ace2-en": false,
22234        "pae": true,
22235        "pat": true,
22236        "sse": true,
22237        "phe-en": false,
22238        "kvm-nopiodelay": false,
22239        "tm": false,
22240        "kvmclock-stable-bit": false,
22241        "hypervisor": true,
22242        "pcommit": true,
22243        "syscall": true,
22244        "avx512dq": false,
22245        "svm": true,
22246        "invtsc": false,
22247        "sse2": true,
22248        "est": false,
22249        "avx512ifma": false,
22250        "tm2": false,
22251        "kvm-pv-eoi": false,
22252        "cx8": true,
22253        "kvm-mmu": false,
22254        "sse4.2": true,
22255        "pge": true,
22256        "avx512bitalg": false,
22257        "pdcm": false,
22258        "model": 6,
22259        "movbe": true,
22260        "nrip-save": false,
22261        "ssse3": true,
22262        "sse4a": true,
22263        "invpcid": false,
22264        "pdpe1gb": true,
22265        "tsc-deadline": false,
22266        "fma": false,
22267        "cx16": true,
22268        "de": true,
22269        "stepping": 3,
22270        "xsave": true,
22271        "clflush": true,
22272        "skinit": false,
22273        "tsc": true,
22274        "tce": false,
22275        "fpu": true,
22276        "ds-cpl": false,
22277        "ibs": false,
22278        "fma4": false,
22279        "la57": true,
22280        "osvw": false,
22281        "apic": true,
22282        "pmm": false,
22283        "spec-ctrl": false,
22284        "tsc-adjust": false,
22285        "kvm-steal-time": false,
22286        "kvmclock": false,
22287        "lwp": false,
22288        "xop": false,
22289        "ibpb": false,
22290        "avx": false,
22291        "ospke": true,
22292        "acpi": true,
22293        "avx512bw": false,
22294        "ace2": false,
22295        "fsgsbase": true,
22296        "ht": false,
22297        "nx": true,
22298        "pclmulqdq": true,
22299        "mmxext": true,
22300        "popcnt": true,
22301        "vaes": false,
22302        "xsaves": false,
22303        "lm": true,
22304        "umip": false,
22305        "pse": true,
22306        "avx2": false,
22307        "sep": true,
22308        "nodeid-msr": false,
22309        "misalignsse": false,
22310        "min-xlevel": 2147483658,
22311        "bmi1": true,
22312        "bmi2": true,
22313        "kvm-pv-unhalt": false,
22314        "tsc-scale": false,
22315        "topoext": false,
22316        "clflushopt": true,
22317        "monitor": true,
22318        "avx512er": false,
22319        "pmm-en": false,
22320        "pcid": false,
22321        "3dnow": true,
22322        "erms": true,
22323        "lahf-lm": true,
22324        "vpclmulqdq": false,
22325        "fxsr-opt": false,
22326        "xstore": false,
22327        "rtm": false,
22328        "kvm-hint-dedicated": false,
22329        "lmce": false,
22330        "perfctr-nb": false,
22331        "rdrand": false,
22332        "rdseed": false,
22333        "avx512-4vnniw": false,
22334        "vme": false,
22335        "vmx": false,
22336        "dtes64": false,
22337        "mtrr": true,
22338        "rdtscp": true,
22339        "pse36": true,
22340        "kvm-pv-tlb-flush": false,
22341        "tbm": false,
22342        "wdt": false,
22343        "model-id": "QEMU TCG CPU version 2.5+",
22344        "sha-ni": false,
22345        "abm": true,
22346        "avx512pf": false,
22347        "xstore-en": false
22348      }
22349    }
22350  },
22351  "id": "libvirt-5"
22352}
22353
22354{
22355  "execute": "query-cpu-model-expansion",
22356  "arguments": {
22357    "type": "full",
22358    "model": {
22359      "name": "base",
22360      "props": {
22361        "cmov": true,
22362        "ia64": false,
22363        "aes": true,
22364        "mmx": true,
22365        "rdpid": false,
22366        "arat": true,
22367        "gfni": false,
22368        "pause-filter": false,
22369        "xsavec": false,
22370        "intel-pt": false,
22371        "osxsave": false,
22372        "kvm-asyncpf": false,
22373        "perfctr-core": false,
22374        "mpx": true,
22375        "pbe": false,
22376        "avx512cd": false,
22377        "decodeassists": false,
22378        "sse4.1": true,
22379        "family": 6,
22380        "avx512f": false,
22381        "msr": true,
22382        "mce": true,
22383        "mca": true,
22384        "xcrypt": false,
22385        "min-level": 13,
22386        "xgetbv1": true,
22387        "cid": false,
22388        "ds": false,
22389        "fxsr": true,
22390        "xsaveopt": true,
22391        "xtpr": false,
22392        "avx512vl": false,
22393        "avx512-vpopcntdq": false,
22394        "phe": false,
22395        "extapic": false,
22396        "3dnowprefetch": false,
22397        "avx512vbmi2": false,
22398        "cr8legacy": true,
22399        "xcrypt-en": false,
22400        "pn": false,
22401        "dca": false,
22402        "vendor": "AuthenticAMD",
22403        "pku": true,
22404        "smx": false,
22405        "cmp-legacy": false,
22406        "avx512-4fmaps": false,
22407        "vmcb-clean": false,
22408        "hle": false,
22409        "3dnowext": true,
22410        "npt": false,
22411        "clwb": true,
22412        "lbrv": false,
22413        "adx": true,
22414        "ss": true,
22415        "pni": true,
22416        "svm-lock": false,
22417        "smep": true,
22418        "smap": true,
22419        "pfthreshold": false,
22420        "x2apic": false,
22421        "avx512vbmi": false,
22422        "avx512vnni": false,
22423        "flushbyasid": false,
22424        "f16c": false,
22425        "ace2-en": false,
22426        "pae": true,
22427        "pat": true,
22428        "sse": true,
22429        "phe-en": false,
22430        "kvm-nopiodelay": false,
22431        "tm": false,
22432        "kvmclock-stable-bit": false,
22433        "hypervisor": true,
22434        "pcommit": true,
22435        "syscall": true,
22436        "avx512dq": false,
22437        "svm": true,
22438        "invtsc": false,
22439        "sse2": true,
22440        "est": false,
22441        "avx512ifma": false,
22442        "tm2": false,
22443        "kvm-pv-eoi": false,
22444        "cx8": true,
22445        "kvm-mmu": false,
22446        "sse4.2": true,
22447        "pge": true,
22448        "avx512bitalg": false,
22449        "pdcm": false,
22450        "model": 6,
22451        "movbe": true,
22452        "nrip-save": false,
22453        "ssse3": true,
22454        "sse4a": true,
22455        "invpcid": false,
22456        "pdpe1gb": true,
22457        "tsc-deadline": false,
22458        "fma": false,
22459        "cx16": true,
22460        "de": true,
22461        "stepping": 3,
22462        "xsave": true,
22463        "clflush": true,
22464        "skinit": false,
22465        "tsc": true,
22466        "tce": false,
22467        "fpu": true,
22468        "ds-cpl": false,
22469        "ibs": false,
22470        "fma4": false,
22471        "la57": true,
22472        "osvw": false,
22473        "apic": true,
22474        "pmm": false,
22475        "spec-ctrl": false,
22476        "tsc-adjust": false,
22477        "kvm-steal-time": false,
22478        "kvmclock": false,
22479        "lwp": false,
22480        "xop": false,
22481        "ibpb": false,
22482        "avx": false,
22483        "ospke": true,
22484        "acpi": true,
22485        "avx512bw": false,
22486        "ace2": false,
22487        "fsgsbase": true,
22488        "ht": false,
22489        "nx": true,
22490        "pclmulqdq": true,
22491        "mmxext": true,
22492        "popcnt": true,
22493        "vaes": false,
22494        "xsaves": false,
22495        "lm": true,
22496        "umip": false,
22497        "pse": true,
22498        "avx2": false,
22499        "sep": true,
22500        "nodeid-msr": false,
22501        "misalignsse": false,
22502        "min-xlevel": 2147483658,
22503        "bmi1": true,
22504        "bmi2": true,
22505        "kvm-pv-unhalt": false,
22506        "tsc-scale": false,
22507        "topoext": false,
22508        "clflushopt": true,
22509        "monitor": true,
22510        "avx512er": false,
22511        "pmm-en": false,
22512        "pcid": false,
22513        "3dnow": true,
22514        "erms": true,
22515        "lahf-lm": true,
22516        "vpclmulqdq": false,
22517        "fxsr-opt": false,
22518        "xstore": false,
22519        "rtm": false,
22520        "kvm-hint-dedicated": false,
22521        "lmce": false,
22522        "perfctr-nb": false,
22523        "rdrand": false,
22524        "rdseed": false,
22525        "avx512-4vnniw": false,
22526        "vme": false,
22527        "vmx": false,
22528        "dtes64": false,
22529        "mtrr": true,
22530        "rdtscp": true,
22531        "pse36": true,
22532        "kvm-pv-tlb-flush": false,
22533        "tbm": false,
22534        "wdt": false,
22535        "model-id": "QEMU TCG CPU version 2.5+",
22536        "sha-ni": false,
22537        "abm": true,
22538        "avx512pf": false,
22539        "xstore-en": false
22540      }
22541    }
22542  },
22543  "id": "libvirt-6"
22544}
22545
22546{
22547  "return": {
22548    "model": {
22549      "name": "base",
22550      "props": {
22551        "phys-bits": 0,
22552        "core-id": -1,
22553        "xlevel": 2147483658,
22554        "cmov": true,
22555        "ia64": false,
22556        "aes": true,
22557        "mmx": true,
22558        "rdpid": false,
22559        "arat": true,
22560        "gfni": false,
22561        "pause-filter": false,
22562        "xsavec": false,
22563        "intel-pt": false,
22564        "osxsave": false,
22565        "tsc-frequency": 0,
22566        "xd": true,
22567        "hv-vendor-id": "",
22568        "kvm-asyncpf": false,
22569        "kvm_asyncpf": false,
22570        "perfctr_core": false,
22571        "perfctr-core": false,
22572        "mpx": true,
22573        "pbe": false,
22574        "decodeassists": false,
22575        "avx512cd": false,
22576        "sse4_1": true,
22577        "sse4.1": true,
22578        "sse4-1": true,
22579        "family": 6,
22580        "vmware-cpuid-freq": true,
22581        "avx512f": false,
22582        "msr": true,
22583        "mce": true,
22584        "mca": true,
22585        "hv-runtime": false,
22586        "xcrypt": false,
22587        "thread-id": -1,
22588        "min-level": 13,
22589        "xgetbv1": true,
22590        "cid": false,
22591        "hv-relaxed": false,
22592        "hv-crash": false,
22593        "ds": false,
22594        "fxsr": true,
22595        "xsaveopt": true,
22596        "xtpr": false,
22597        "avx512vl": false,
22598        "avx512-vpopcntdq": false,
22599        "phe": false,
22600        "extapic": false,
22601        "3dnowprefetch": false,
22602        "avx512vbmi2": false,
22603        "cr8legacy": true,
22604        "cpuid-0xb": true,
22605        "xcrypt-en": false,
22606        "kvm_pv_eoi": false,
22607        "apic-id": 4294967295,
22608        "pn": false,
22609        "dca": false,
22610        "vendor": "AuthenticAMD",
22611        "pku": true,
22612        "smx": false,
22613        "cmp_legacy": false,
22614        "cmp-legacy": false,
22615        "node-id": -1,
22616        "avx512-4fmaps": false,
22617        "vmcb_clean": false,
22618        "vmcb-clean": false,
22619        "3dnowext": true,
22620        "hle": false,
22621        "npt": false,
22622        "memory": "/machine/unattached/system[0]",
22623        "clwb": true,
22624        "lbrv": false,
22625        "adx": true,
22626        "ss": true,
22627        "pni": true,
22628        "svm_lock": false,
22629        "svm-lock": false,
22630        "pfthreshold": false,
22631        "smep": true,
22632        "smap": true,
22633        "x2apic": false,
22634        "avx512vbmi": false,
22635        "avx512vnni": false,
22636        "hv-stimer": false,
22637        "i64": true,
22638        "flushbyasid": false,
22639        "f16c": false,
22640        "ace2-en": false,
22641        "pat": true,
22642        "pae": true,
22643        "sse": true,
22644        "phe-en": false,
22645        "kvm_nopiodelay": false,
22646        "kvm-nopiodelay": false,
22647        "tm": false,
22648        "kvmclock-stable-bit": false,
22649        "hypervisor": true,
22650        "socket-id": -1,
22651        "pcommit": true,
22652        "syscall": true,
22653        "level": 13,
22654        "avx512dq": false,
22655        "svm": true,
22656        "full-cpuid-auto-level": true,
22657        "hv-reset": false,
22658        "invtsc": false,
22659        "sse3": true,
22660        "sse2": true,
22661        "est": false,
22662        "avx512ifma": false,
22663        "tm2": false,
22664        "kvm-pv-eoi": false,
22665        "cx8": true,
22666        "kvm_mmu": false,
22667        "kvm-mmu": false,
22668        "sse4_2": true,
22669        "sse4.2": true,
22670        "sse4-2": true,
22671        "pge": true,
22672        "fill-mtrr-mask": true,
22673        "avx512bitalg": false,
22674        "nodeid_msr": false,
22675        "pdcm": false,
22676        "movbe": true,
22677        "model": 6,
22678        "nrip_save": false,
22679        "nrip-save": false,
22680        "kvm_pv_unhalt": false,
22681        "ssse3": true,
22682        "sse4a": true,
22683        "invpcid": false,
22684        "pdpe1gb": true,
22685        "tsc-deadline": false,
22686        "fma": false,
22687        "cx16": true,
22688        "de": true,
22689        "enforce": false,
22690        "stepping": 3,
22691        "xsave": true,
22692        "clflush": true,
22693        "skinit": false,
22694        "tsc": true,
22695        "tce": false,
22696        "fpu": true,
22697        "ibs": false,
22698        "ds_cpl": false,
22699        "ds-cpl": false,
22700        "host-phys-bits": false,
22701        "fma4": false,
22702        "la57": true,
22703        "osvw": false,
22704        "check": true,
22705        "hv-spinlocks": -1,
22706        "pmu": false,
22707        "pmm": false,
22708        "apic": true,
22709        "spec-ctrl": false,
22710        "min-xlevel2": 0,
22711        "tsc-adjust": false,
22712        "tsc_adjust": false,
22713        "kvm-steal-time": false,
22714        "kvm_steal_time": false,
22715        "kvmclock": false,
22716        "l3-cache": true,
22717        "lwp": false,
22718        "ibpb": false,
22719        "xop": false,
22720        "avx": false,
22721        "ospke": true,
22722        "ace2": false,
22723        "avx512bw": false,
22724        "acpi": true,
22725        "hv-vapic": false,
22726        "fsgsbase": true,
22727        "ht": false,
22728        "nx": true,
22729        "pclmulqdq": true,
22730        "mmxext": true,
22731        "vaes": false,
22732        "popcnt": true,
22733        "xsaves": false,
22734        "tcg-cpuid": true,
22735        "lm": true,
22736        "umip": false,
22737        "pse": true,
22738        "avx2": false,
22739        "sep": true,
22740        "pclmuldq": true,
22741        "x-hv-max-vps": -1,
22742        "nodeid-msr": false,
22743        "kvm": true,
22744        "misalignsse": false,
22745        "min-xlevel": 2147483658,
22746        "kvm-pv-unhalt": false,
22747        "bmi2": true,
22748        "bmi1": true,
22749        "realized": false,
22750        "tsc_scale": false,
22751        "tsc-scale": false,
22752        "topoext": false,
22753        "hv-vpindex": false,
22754        "xlevel2": 0,
22755        "clflushopt": true,
22756        "kvm-no-smi-migration": false,
22757        "monitor": true,
22758        "avx512er": false,
22759        "pmm-en": false,
22760        "pcid": false,
22761        "3dnow": true,
22762        "erms": true,
22763        "lahf-lm": true,
22764        "lahf_lm": true,
22765        "vpclmulqdq": false,
22766        "fxsr-opt": false,
22767        "hv-synic": false,
22768        "xstore": false,
22769        "fxsr_opt": false,
22770        "kvm-hint-dedicated": false,
22771        "rtm": false,
22772        "lmce": false,
22773        "hv-time": false,
22774        "perfctr-nb": false,
22775        "perfctr_nb": false,
22776        "ffxsr": false,
22777        "rdrand": false,
22778        "rdseed": false,
22779        "avx512-4vnniw": false,
22780        "vmx": false,
22781        "vme": false,
22782        "dtes64": false,
22783        "mtrr": true,
22784        "rdtscp": true,
22785        "pse36": true,
22786        "kvm-pv-tlb-flush": false,
22787        "tbm": false,
22788        "wdt": false,
22789        "pause_filter": false,
22790        "sha-ni": false,
22791        "model-id": "QEMU TCG CPU version 2.5+",
22792        "abm": true,
22793        "avx512pf": false,
22794        "xstore-en": false
22795      }
22796    }
22797  },
22798  "id": "libvirt-6"
22799}
22800
22801{
22802  "execute": "query-machines",
22803  "id": "libvirt-7"
22804}
22805
22806{
22807  "return": [
22808    {
22809      "hotpluggable-cpus": true,
22810      "name": "isapc",
22811      "cpu-max": 1
22812    },
22813    {
22814      "hotpluggable-cpus": true,
22815      "name": "pc-1.1",
22816      "cpu-max": 255
22817    },
22818    {
22819      "hotpluggable-cpus": true,
22820      "name": "pc-1.2",
22821      "cpu-max": 255
22822    },
22823    {
22824      "hotpluggable-cpus": true,
22825      "name": "pc-1.3",
22826      "cpu-max": 255
22827    },
22828    {
22829      "hotpluggable-cpus": true,
22830      "name": "pc-i440fx-2.8",
22831      "cpu-max": 255
22832    },
22833    {
22834      "hotpluggable-cpus": true,
22835      "name": "pc-1.0",
22836      "cpu-max": 255
22837    },
22838    {
22839      "hotpluggable-cpus": false,
22840      "name": "none",
22841      "cpu-max": 1
22842    },
22843    {
22844      "hotpluggable-cpus": true,
22845      "name": "pc-i440fx-2.9",
22846      "cpu-max": 255
22847    },
22848    {
22849      "hotpluggable-cpus": true,
22850      "name": "pc-i440fx-2.6",
22851      "cpu-max": 255
22852    },
22853    {
22854      "hotpluggable-cpus": true,
22855      "name": "pc-i440fx-2.7",
22856      "cpu-max": 255
22857    },
22858    {
22859      "hotpluggable-cpus": true,
22860      "name": "pc-i440fx-2.3",
22861      "cpu-max": 255
22862    },
22863    {
22864      "hotpluggable-cpus": true,
22865      "name": "pc-i440fx-2.4",
22866      "cpu-max": 255
22867    },
22868    {
22869      "hotpluggable-cpus": true,
22870      "name": "pc-i440fx-2.5",
22871      "cpu-max": 255
22872    },
22873    {
22874      "hotpluggable-cpus": true,
22875      "name": "pc-i440fx-2.1",
22876      "cpu-max": 255
22877    },
22878    {
22879      "hotpluggable-cpus": true,
22880      "name": "pc-i440fx-2.2",
22881      "cpu-max": 255
22882    },
22883    {
22884      "hotpluggable-cpus": true,
22885      "name": "pc-i440fx-2.0",
22886      "cpu-max": 255
22887    },
22888    {
22889      "hotpluggable-cpus": true,
22890      "name": "pc-q35-2.11",
22891      "cpu-max": 288
22892    },
22893    {
22894      "hotpluggable-cpus": true,
22895      "name": "pc-q35-2.12",
22896      "cpu-max": 288,
22897      "alias": "q35"
22898    },
22899    {
22900      "hotpluggable-cpus": true,
22901      "name": "pc-q35-2.10",
22902      "cpu-max": 288
22903    },
22904    {
22905      "hotpluggable-cpus": true,
22906      "name": "pc-i440fx-1.7",
22907      "cpu-max": 255
22908    },
22909    {
22910      "hotpluggable-cpus": true,
22911      "name": "pc-q35-2.9",
22912      "cpu-max": 288
22913    },
22914    {
22915      "hotpluggable-cpus": true,
22916      "name": "pc-0.15",
22917      "cpu-max": 255
22918    },
22919    {
22920      "hotpluggable-cpus": true,
22921      "name": "pc-i440fx-1.5",
22922      "cpu-max": 255
22923    },
22924    {
22925      "hotpluggable-cpus": true,
22926      "name": "pc-q35-2.7",
22927      "cpu-max": 255
22928    },
22929    {
22930      "hotpluggable-cpus": true,
22931      "name": "pc-i440fx-1.6",
22932      "cpu-max": 255
22933    },
22934    {
22935      "hotpluggable-cpus": true,
22936      "name": "pc-i440fx-2.11",
22937      "cpu-max": 255
22938    },
22939    {
22940      "hotpluggable-cpus": true,
22941      "name": "pc-q35-2.8",
22942      "cpu-max": 288
22943    },
22944    {
22945      "hotpluggable-cpus": true,
22946      "name": "pc-0.13",
22947      "cpu-max": 255
22948    },
22949    {
22950      "hotpluggable-cpus": true,
22951      "name": "pc-i440fx-2.12",
22952      "is-default": true,
22953      "cpu-max": 255,
22954      "alias": "pc"
22955    },
22956    {
22957      "hotpluggable-cpus": true,
22958      "name": "pc-0.14",
22959      "cpu-max": 255
22960    },
22961    {
22962      "hotpluggable-cpus": true,
22963      "name": "pc-q35-2.4",
22964      "cpu-max": 255
22965    },
22966    {
22967      "hotpluggable-cpus": true,
22968      "name": "pc-q35-2.5",
22969      "cpu-max": 255
22970    },
22971    {
22972      "hotpluggable-cpus": true,
22973      "name": "pc-q35-2.6",
22974      "cpu-max": 255
22975    },
22976    {
22977      "hotpluggable-cpus": true,
22978      "name": "pc-i440fx-1.4",
22979      "cpu-max": 255
22980    },
22981    {
22982      "hotpluggable-cpus": true,
22983      "name": "pc-i440fx-2.10",
22984      "cpu-max": 255
22985    },
22986    {
22987      "hotpluggable-cpus": true,
22988      "name": "pc-0.11",
22989      "cpu-max": 255
22990    },
22991    {
22992      "hotpluggable-cpus": true,
22993      "name": "pc-0.12",
22994      "cpu-max": 255
22995    },
22996    {
22997      "hotpluggable-cpus": true,
22998      "name": "pc-0.10",
22999      "cpu-max": 255
23000    }
23001  ],
23002  "id": "libvirt-7"
23003}
23004