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": 0,
21      "minor": 1,
22      "major": 5
23    },
24    "package": "v5.1.0"
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      "meta-type": "command",
52      "arg-type": "0"
53    },
54    {
55      "name": "SHUTDOWN",
56      "meta-type": "event",
57      "arg-type": "2"
58    },
59    {
60      "name": "POWERDOWN",
61      "meta-type": "event",
62      "arg-type": "0"
63    },
64    {
65      "name": "RESET",
66      "meta-type": "event",
67      "arg-type": "3"
68    },
69    {
70      "name": "STOP",
71      "meta-type": "event",
72      "arg-type": "0"
73    },
74    {
75      "name": "RESUME",
76      "meta-type": "event",
77      "arg-type": "0"
78    },
79    {
80      "name": "SUSPEND",
81      "meta-type": "event",
82      "arg-type": "0"
83    },
84    {
85      "name": "SUSPEND_DISK",
86      "meta-type": "event",
87      "arg-type": "0"
88    },
89    {
90      "name": "WAKEUP",
91      "meta-type": "event",
92      "arg-type": "0"
93    },
94    {
95      "name": "WATCHDOG",
96      "meta-type": "event",
97      "arg-type": "4"
98    },
99    {
100      "name": "watchdog-set-action",
101      "ret-type": "0",
102      "meta-type": "command",
103      "arg-type": "5"
104    },
105    {
106      "name": "GUEST_PANICKED",
107      "meta-type": "event",
108      "arg-type": "6"
109    },
110    {
111      "name": "GUEST_CRASHLOADED",
112      "meta-type": "event",
113      "arg-type": "7"
114    },
115    {
116      "name": "query-pr-managers",
117      "ret-type": "[8]",
118      "meta-type": "command",
119      "arg-type": "0"
120    },
121    {
122      "name": "eject",
123      "ret-type": "0",
124      "meta-type": "command",
125      "arg-type": "9"
126    },
127    {
128      "name": "blockdev-open-tray",
129      "ret-type": "0",
130      "meta-type": "command",
131      "arg-type": "10"
132    },
133    {
134      "name": "blockdev-close-tray",
135      "ret-type": "0",
136      "meta-type": "command",
137      "arg-type": "11"
138    },
139    {
140      "name": "blockdev-remove-medium",
141      "ret-type": "0",
142      "meta-type": "command",
143      "arg-type": "12"
144    },
145    {
146      "name": "blockdev-insert-medium",
147      "ret-type": "0",
148      "meta-type": "command",
149      "arg-type": "13"
150    },
151    {
152      "name": "blockdev-change-medium",
153      "ret-type": "0",
154      "meta-type": "command",
155      "arg-type": "14"
156    },
157    {
158      "name": "DEVICE_TRAY_MOVED",
159      "meta-type": "event",
160      "arg-type": "15"
161    },
162    {
163      "name": "PR_MANAGER_STATUS_CHANGED",
164      "meta-type": "event",
165      "arg-type": "16"
166    },
167    {
168      "name": "block_set_io_throttle",
169      "ret-type": "0",
170      "meta-type": "command",
171      "arg-type": "17"
172    },
173    {
174      "name": "block-latency-histogram-set",
175      "ret-type": "0",
176      "meta-type": "command",
177      "arg-type": "18"
178    },
179    {
180      "name": "query-block",
181      "ret-type": "[19]",
182      "meta-type": "command",
183      "arg-type": "0"
184    },
185    {
186      "name": "query-blockstats",
187      "ret-type": "[21]",
188      "meta-type": "command",
189      "arg-type": "20"
190    },
191    {
192      "name": "query-block-jobs",
193      "ret-type": "[22]",
194      "meta-type": "command",
195      "arg-type": "0"
196    },
197    {
198      "name": "block_passwd",
199      "ret-type": "0",
200      "meta-type": "command",
201      "arg-type": "23"
202    },
203    {
204      "name": "block_resize",
205      "ret-type": "0",
206      "meta-type": "command",
207      "arg-type": "24"
208    },
209    {
210      "name": "blockdev-snapshot-sync",
211      "ret-type": "0",
212      "meta-type": "command",
213      "arg-type": "25"
214    },
215    {
216      "name": "blockdev-snapshot",
217      "ret-type": "0",
218      "meta-type": "command",
219      "arg-type": "26",
220      "features": [
221        "allow-write-only-overlay"
222      ]
223    },
224    {
225      "name": "change-backing-file",
226      "ret-type": "0",
227      "meta-type": "command",
228      "arg-type": "27"
229    },
230    {
231      "name": "block-commit",
232      "ret-type": "0",
233      "meta-type": "command",
234      "arg-type": "28"
235    },
236    {
237      "name": "drive-backup",
238      "ret-type": "0",
239      "meta-type": "command",
240      "arg-type": "29"
241    },
242    {
243      "name": "blockdev-backup",
244      "ret-type": "0",
245      "meta-type": "command",
246      "arg-type": "30"
247    },
248    {
249      "name": "query-named-block-nodes",
250      "ret-type": "[32]",
251      "meta-type": "command",
252      "arg-type": "31"
253    },
254    {
255      "name": "x-debug-query-block-graph",
256      "ret-type": "33",
257      "meta-type": "command",
258      "arg-type": "0"
259    },
260    {
261      "name": "drive-mirror",
262      "ret-type": "0",
263      "meta-type": "command",
264      "arg-type": "34"
265    },
266    {
267      "name": "block-dirty-bitmap-add",
268      "ret-type": "0",
269      "meta-type": "command",
270      "arg-type": "35"
271    },
272    {
273      "name": "block-dirty-bitmap-remove",
274      "ret-type": "0",
275      "meta-type": "command",
276      "arg-type": "36"
277    },
278    {
279      "name": "block-dirty-bitmap-clear",
280      "ret-type": "0",
281      "meta-type": "command",
282      "arg-type": "36"
283    },
284    {
285      "name": "block-dirty-bitmap-enable",
286      "ret-type": "0",
287      "meta-type": "command",
288      "arg-type": "36"
289    },
290    {
291      "name": "block-dirty-bitmap-disable",
292      "ret-type": "0",
293      "meta-type": "command",
294      "arg-type": "36"
295    },
296    {
297      "name": "block-dirty-bitmap-merge",
298      "ret-type": "0",
299      "meta-type": "command",
300      "arg-type": "37"
301    },
302    {
303      "name": "x-debug-block-dirty-bitmap-sha256",
304      "ret-type": "38",
305      "meta-type": "command",
306      "arg-type": "36"
307    },
308    {
309      "name": "blockdev-mirror",
310      "ret-type": "0",
311      "meta-type": "command",
312      "arg-type": "39"
313    },
314    {
315      "name": "block-stream",
316      "ret-type": "0",
317      "meta-type": "command",
318      "arg-type": "40"
319    },
320    {
321      "name": "block-job-set-speed",
322      "ret-type": "0",
323      "meta-type": "command",
324      "arg-type": "41"
325    },
326    {
327      "name": "block-job-cancel",
328      "ret-type": "0",
329      "meta-type": "command",
330      "arg-type": "42"
331    },
332    {
333      "name": "block-job-pause",
334      "ret-type": "0",
335      "meta-type": "command",
336      "arg-type": "43"
337    },
338    {
339      "name": "block-job-resume",
340      "ret-type": "0",
341      "meta-type": "command",
342      "arg-type": "44"
343    },
344    {
345      "name": "block-job-complete",
346      "ret-type": "0",
347      "meta-type": "command",
348      "arg-type": "45"
349    },
350    {
351      "name": "block-job-dismiss",
352      "ret-type": "0",
353      "meta-type": "command",
354      "arg-type": "46"
355    },
356    {
357      "name": "block-job-finalize",
358      "ret-type": "0",
359      "meta-type": "command",
360      "arg-type": "47"
361    },
362    {
363      "name": "blockdev-add",
364      "ret-type": "0",
365      "meta-type": "command",
366      "arg-type": "48"
367    },
368    {
369      "name": "x-blockdev-reopen",
370      "ret-type": "0",
371      "meta-type": "command",
372      "arg-type": "48"
373    },
374    {
375      "name": "blockdev-del",
376      "ret-type": "0",
377      "meta-type": "command",
378      "arg-type": "49"
379    },
380    {
381      "name": "blockdev-create",
382      "ret-type": "0",
383      "meta-type": "command",
384      "arg-type": "50"
385    },
386    {
387      "name": "x-blockdev-amend",
388      "ret-type": "0",
389      "meta-type": "command",
390      "arg-type": "51"
391    },
392    {
393      "name": "BLOCK_IMAGE_CORRUPTED",
394      "meta-type": "event",
395      "arg-type": "52"
396    },
397    {
398      "name": "BLOCK_IO_ERROR",
399      "meta-type": "event",
400      "arg-type": "53"
401    },
402    {
403      "name": "BLOCK_JOB_COMPLETED",
404      "meta-type": "event",
405      "arg-type": "54"
406    },
407    {
408      "name": "BLOCK_JOB_CANCELLED",
409      "meta-type": "event",
410      "arg-type": "55"
411    },
412    {
413      "name": "BLOCK_JOB_ERROR",
414      "meta-type": "event",
415      "arg-type": "56"
416    },
417    {
418      "name": "BLOCK_JOB_READY",
419      "meta-type": "event",
420      "arg-type": "57"
421    },
422    {
423      "name": "BLOCK_JOB_PENDING",
424      "meta-type": "event",
425      "arg-type": "58"
426    },
427    {
428      "name": "BLOCK_WRITE_THRESHOLD",
429      "meta-type": "event",
430      "arg-type": "59"
431    },
432    {
433      "name": "block-set-write-threshold",
434      "ret-type": "0",
435      "meta-type": "command",
436      "arg-type": "60"
437    },
438    {
439      "name": "x-blockdev-change",
440      "ret-type": "0",
441      "meta-type": "command",
442      "arg-type": "61"
443    },
444    {
445      "name": "x-blockdev-set-iothread",
446      "ret-type": "0",
447      "meta-type": "command",
448      "arg-type": "62"
449    },
450    {
451      "name": "nbd-server-start",
452      "ret-type": "0",
453      "meta-type": "command",
454      "arg-type": "63"
455    },
456    {
457      "name": "nbd-server-add",
458      "ret-type": "0",
459      "meta-type": "command",
460      "arg-type": "64"
461    },
462    {
463      "name": "nbd-server-remove",
464      "ret-type": "0",
465      "meta-type": "command",
466      "arg-type": "65"
467    },
468    {
469      "name": "nbd-server-stop",
470      "ret-type": "0",
471      "meta-type": "command",
472      "arg-type": "0"
473    },
474    {
475      "name": "QUORUM_FAILURE",
476      "meta-type": "event",
477      "arg-type": "66"
478    },
479    {
480      "name": "QUORUM_REPORT_BAD",
481      "meta-type": "event",
482      "arg-type": "67"
483    },
484    {
485      "name": "blockdev-snapshot-internal-sync",
486      "ret-type": "0",
487      "meta-type": "command",
488      "arg-type": "68"
489    },
490    {
491      "name": "blockdev-snapshot-delete-internal-sync",
492      "ret-type": "70",
493      "meta-type": "command",
494      "arg-type": "69"
495    },
496    {
497      "name": "JOB_STATUS_CHANGE",
498      "meta-type": "event",
499      "arg-type": "71"
500    },
501    {
502      "name": "job-pause",
503      "ret-type": "0",
504      "meta-type": "command",
505      "arg-type": "72"
506    },
507    {
508      "name": "job-resume",
509      "ret-type": "0",
510      "meta-type": "command",
511      "arg-type": "73"
512    },
513    {
514      "name": "job-cancel",
515      "ret-type": "0",
516      "meta-type": "command",
517      "arg-type": "74"
518    },
519    {
520      "name": "job-complete",
521      "ret-type": "0",
522      "meta-type": "command",
523      "arg-type": "75"
524    },
525    {
526      "name": "job-dismiss",
527      "ret-type": "0",
528      "meta-type": "command",
529      "arg-type": "76"
530    },
531    {
532      "name": "job-finalize",
533      "ret-type": "0",
534      "meta-type": "command",
535      "arg-type": "77"
536    },
537    {
538      "name": "query-jobs",
539      "ret-type": "[78]",
540      "meta-type": "command",
541      "arg-type": "0"
542    },
543    {
544      "name": "query-chardev",
545      "ret-type": "[79]",
546      "meta-type": "command",
547      "arg-type": "0"
548    },
549    {
550      "name": "query-chardev-backends",
551      "ret-type": "[80]",
552      "meta-type": "command",
553      "arg-type": "0"
554    },
555    {
556      "name": "ringbuf-write",
557      "ret-type": "0",
558      "meta-type": "command",
559      "arg-type": "81"
560    },
561    {
562      "name": "ringbuf-read",
563      "ret-type": "str",
564      "meta-type": "command",
565      "arg-type": "82"
566    },
567    {
568      "name": "chardev-add",
569      "ret-type": "84",
570      "meta-type": "command",
571      "arg-type": "83"
572    },
573    {
574      "name": "chardev-change",
575      "ret-type": "84",
576      "meta-type": "command",
577      "arg-type": "85"
578    },
579    {
580      "name": "chardev-remove",
581      "ret-type": "0",
582      "meta-type": "command",
583      "arg-type": "86"
584    },
585    {
586      "name": "chardev-send-break",
587      "ret-type": "0",
588      "meta-type": "command",
589      "arg-type": "87"
590    },
591    {
592      "name": "VSERPORT_CHANGE",
593      "meta-type": "event",
594      "arg-type": "88"
595    },
596    {
597      "name": "dump-guest-memory",
598      "ret-type": "0",
599      "meta-type": "command",
600      "arg-type": "89"
601    },
602    {
603      "name": "query-dump",
604      "ret-type": "90",
605      "meta-type": "command",
606      "arg-type": "0"
607    },
608    {
609      "name": "DUMP_COMPLETED",
610      "meta-type": "event",
611      "arg-type": "91"
612    },
613    {
614      "name": "query-dump-guest-memory-capability",
615      "ret-type": "92",
616      "meta-type": "command",
617      "arg-type": "0"
618    },
619    {
620      "name": "set_link",
621      "ret-type": "0",
622      "meta-type": "command",
623      "arg-type": "93"
624    },
625    {
626      "name": "netdev_add",
627      "ret-type": "0",
628      "meta-type": "command",
629      "arg-type": "94"
630    },
631    {
632      "name": "netdev_del",
633      "ret-type": "0",
634      "meta-type": "command",
635      "arg-type": "95"
636    },
637    {
638      "name": "query-rx-filter",
639      "ret-type": "[97]",
640      "meta-type": "command",
641      "arg-type": "96"
642    },
643    {
644      "name": "NIC_RX_FILTER_CHANGED",
645      "meta-type": "event",
646      "arg-type": "98"
647    },
648    {
649      "name": "announce-self",
650      "ret-type": "0",
651      "meta-type": "command",
652      "arg-type": "99"
653    },
654    {
655      "name": "FAILOVER_NEGOTIATED",
656      "meta-type": "event",
657      "arg-type": "100"
658    },
659    {
660      "name": "RDMA_GID_STATUS_CHANGED",
661      "meta-type": "event",
662      "arg-type": "101"
663    },
664    {
665      "name": "query-rocker",
666      "ret-type": "103",
667      "meta-type": "command",
668      "arg-type": "102"
669    },
670    {
671      "name": "query-rocker-ports",
672      "ret-type": "[105]",
673      "meta-type": "command",
674      "arg-type": "104"
675    },
676    {
677      "name": "query-rocker-of-dpa-flows",
678      "ret-type": "[107]",
679      "meta-type": "command",
680      "arg-type": "106"
681    },
682    {
683      "name": "query-rocker-of-dpa-groups",
684      "ret-type": "[109]",
685      "meta-type": "command",
686      "arg-type": "108"
687    },
688    {
689      "name": "query-tpm-models",
690      "ret-type": "[110]",
691      "meta-type": "command",
692      "arg-type": "0"
693    },
694    {
695      "name": "query-tpm-types",
696      "ret-type": "[111]",
697      "meta-type": "command",
698      "arg-type": "0"
699    },
700    {
701      "name": "query-tpm",
702      "ret-type": "[112]",
703      "meta-type": "command",
704      "arg-type": "0"
705    },
706    {
707      "name": "set_password",
708      "ret-type": "0",
709      "meta-type": "command",
710      "arg-type": "113"
711    },
712    {
713      "name": "expire_password",
714      "ret-type": "0",
715      "meta-type": "command",
716      "arg-type": "114"
717    },
718    {
719      "name": "screendump",
720      "ret-type": "0",
721      "meta-type": "command",
722      "arg-type": "115"
723    },
724    {
725      "name": "query-spice",
726      "ret-type": "116",
727      "meta-type": "command",
728      "arg-type": "0"
729    },
730    {
731      "name": "SPICE_CONNECTED",
732      "meta-type": "event",
733      "arg-type": "117"
734    },
735    {
736      "name": "SPICE_INITIALIZED",
737      "meta-type": "event",
738      "arg-type": "118"
739    },
740    {
741      "name": "SPICE_DISCONNECTED",
742      "meta-type": "event",
743      "arg-type": "119"
744    },
745    {
746      "name": "SPICE_MIGRATE_COMPLETED",
747      "meta-type": "event",
748      "arg-type": "0"
749    },
750    {
751      "name": "query-vnc",
752      "ret-type": "120",
753      "meta-type": "command",
754      "arg-type": "0"
755    },
756    {
757      "name": "query-vnc-servers",
758      "ret-type": "[121]",
759      "meta-type": "command",
760      "arg-type": "0"
761    },
762    {
763      "name": "change-vnc-password",
764      "ret-type": "0",
765      "meta-type": "command",
766      "arg-type": "122"
767    },
768    {
769      "name": "VNC_CONNECTED",
770      "meta-type": "event",
771      "arg-type": "123"
772    },
773    {
774      "name": "VNC_INITIALIZED",
775      "meta-type": "event",
776      "arg-type": "124"
777    },
778    {
779      "name": "VNC_DISCONNECTED",
780      "meta-type": "event",
781      "arg-type": "125"
782    },
783    {
784      "name": "query-mice",
785      "ret-type": "[126]",
786      "meta-type": "command",
787      "arg-type": "0"
788    },
789    {
790      "name": "send-key",
791      "ret-type": "0",
792      "meta-type": "command",
793      "arg-type": "127"
794    },
795    {
796      "name": "input-send-event",
797      "ret-type": "0",
798      "meta-type": "command",
799      "arg-type": "128"
800    },
801    {
802      "name": "query-display-options",
803      "ret-type": "129",
804      "meta-type": "command",
805      "arg-type": "0"
806    },
807    {
808      "name": "query-migrate",
809      "ret-type": "130",
810      "meta-type": "command",
811      "arg-type": "0"
812    },
813    {
814      "name": "migrate-set-capabilities",
815      "ret-type": "0",
816      "meta-type": "command",
817      "arg-type": "131"
818    },
819    {
820      "name": "query-migrate-capabilities",
821      "ret-type": "[132]",
822      "meta-type": "command",
823      "arg-type": "0"
824    },
825    {
826      "name": "migrate-set-parameters",
827      "ret-type": "0",
828      "meta-type": "command",
829      "arg-type": "133"
830    },
831    {
832      "name": "query-migrate-parameters",
833      "ret-type": "134",
834      "meta-type": "command",
835      "arg-type": "0"
836    },
837    {
838      "name": "client_migrate_info",
839      "ret-type": "0",
840      "meta-type": "command",
841      "arg-type": "135"
842    },
843    {
844      "name": "migrate-start-postcopy",
845      "ret-type": "0",
846      "meta-type": "command",
847      "arg-type": "0"
848    },
849    {
850      "name": "MIGRATION",
851      "meta-type": "event",
852      "arg-type": "136"
853    },
854    {
855      "name": "MIGRATION_PASS",
856      "meta-type": "event",
857      "arg-type": "137"
858    },
859    {
860      "name": "COLO_EXIT",
861      "meta-type": "event",
862      "arg-type": "138"
863    },
864    {
865      "name": "x-colo-lost-heartbeat",
866      "ret-type": "0",
867      "meta-type": "command",
868      "arg-type": "0"
869    },
870    {
871      "name": "migrate_cancel",
872      "ret-type": "0",
873      "meta-type": "command",
874      "arg-type": "0"
875    },
876    {
877      "name": "migrate-continue",
878      "ret-type": "0",
879      "meta-type": "command",
880      "arg-type": "139"
881    },
882    {
883      "name": "migrate_set_downtime",
884      "ret-type": "0",
885      "meta-type": "command",
886      "arg-type": "140",
887      "features": [
888        "deprecated"
889      ]
890    },
891    {
892      "name": "migrate_set_speed",
893      "ret-type": "0",
894      "meta-type": "command",
895      "arg-type": "141",
896      "features": [
897        "deprecated"
898      ]
899    },
900    {
901      "name": "migrate-set-cache-size",
902      "ret-type": "0",
903      "meta-type": "command",
904      "arg-type": "142",
905      "features": [
906        "deprecated"
907      ]
908    },
909    {
910      "name": "query-migrate-cache-size",
911      "ret-type": "int",
912      "meta-type": "command",
913      "arg-type": "0",
914      "features": [
915        "deprecated"
916      ]
917    },
918    {
919      "name": "migrate",
920      "ret-type": "0",
921      "meta-type": "command",
922      "arg-type": "143"
923    },
924    {
925      "name": "migrate-incoming",
926      "ret-type": "0",
927      "meta-type": "command",
928      "arg-type": "144"
929    },
930    {
931      "name": "xen-save-devices-state",
932      "ret-type": "0",
933      "meta-type": "command",
934      "arg-type": "145"
935    },
936    {
937      "name": "xen-set-replication",
938      "ret-type": "0",
939      "meta-type": "command",
940      "arg-type": "146"
941    },
942    {
943      "name": "query-xen-replication-status",
944      "ret-type": "147",
945      "meta-type": "command",
946      "arg-type": "0"
947    },
948    {
949      "name": "xen-colo-do-checkpoint",
950      "ret-type": "0",
951      "meta-type": "command",
952      "arg-type": "0"
953    },
954    {
955      "name": "query-colo-status",
956      "ret-type": "148",
957      "meta-type": "command",
958      "arg-type": "0"
959    },
960    {
961      "name": "migrate-recover",
962      "ret-type": "0",
963      "allow-oob": true,
964      "meta-type": "command",
965      "arg-type": "149"
966    },
967    {
968      "name": "migrate-pause",
969      "ret-type": "0",
970      "allow-oob": true,
971      "meta-type": "command",
972      "arg-type": "0"
973    },
974    {
975      "name": "UNPLUG_PRIMARY",
976      "meta-type": "event",
977      "arg-type": "150"
978    },
979    {
980      "name": "transaction",
981      "ret-type": "0",
982      "meta-type": "command",
983      "arg-type": "151"
984    },
985    {
986      "name": "trace-event-get-state",
987      "ret-type": "[153]",
988      "meta-type": "command",
989      "arg-type": "152"
990    },
991    {
992      "name": "trace-event-set-state",
993      "ret-type": "0",
994      "meta-type": "command",
995      "arg-type": "154"
996    },
997    {
998      "name": "qmp_capabilities",
999      "ret-type": "0",
1000      "meta-type": "command",
1001      "arg-type": "155"
1002    },
1003    {
1004      "name": "query-version",
1005      "ret-type": "156",
1006      "meta-type": "command",
1007      "arg-type": "0"
1008    },
1009    {
1010      "name": "query-commands",
1011      "ret-type": "[157]",
1012      "meta-type": "command",
1013      "arg-type": "0"
1014    },
1015    {
1016      "name": "query-events",
1017      "ret-type": "[158]",
1018      "meta-type": "command",
1019      "arg-type": "0",
1020      "features": [
1021        "deprecated"
1022      ]
1023    },
1024    {
1025      "name": "quit",
1026      "ret-type": "0",
1027      "meta-type": "command",
1028      "arg-type": "0"
1029    },
1030    {
1031      "name": "query-qmp-schema",
1032      "ret-type": "[159]",
1033      "meta-type": "command",
1034      "arg-type": "0"
1035    },
1036    {
1037      "name": "qom-list",
1038      "ret-type": "[161]",
1039      "meta-type": "command",
1040      "arg-type": "160"
1041    },
1042    {
1043      "name": "qom-get",
1044      "ret-type": "any",
1045      "meta-type": "command",
1046      "arg-type": "162"
1047    },
1048    {
1049      "name": "qom-set",
1050      "ret-type": "0",
1051      "meta-type": "command",
1052      "arg-type": "163"
1053    },
1054    {
1055      "name": "qom-list-types",
1056      "ret-type": "[165]",
1057      "meta-type": "command",
1058      "arg-type": "164"
1059    },
1060    {
1061      "name": "qom-list-properties",
1062      "ret-type": "[161]",
1063      "meta-type": "command",
1064      "arg-type": "166"
1065    },
1066    {
1067      "name": "object-add",
1068      "ret-type": "0",
1069      "meta-type": "command",
1070      "arg-type": "167"
1071    },
1072    {
1073      "name": "object-del",
1074      "ret-type": "0",
1075      "meta-type": "command",
1076      "arg-type": "168"
1077    },
1078    {
1079      "name": "device-list-properties",
1080      "ret-type": "[161]",
1081      "meta-type": "command",
1082      "arg-type": "169"
1083    },
1084    {
1085      "name": "device_add",
1086      "ret-type": "0",
1087      "meta-type": "command",
1088      "arg-type": "170"
1089    },
1090    {
1091      "name": "device_del",
1092      "ret-type": "0",
1093      "meta-type": "command",
1094      "arg-type": "171"
1095    },
1096    {
1097      "name": "DEVICE_DELETED",
1098      "meta-type": "event",
1099      "arg-type": "172"
1100    },
1101    {
1102      "name": "query-cpus",
1103      "ret-type": "[173]",
1104      "meta-type": "command",
1105      "arg-type": "0",
1106      "features": [
1107        "deprecated"
1108      ]
1109    },
1110    {
1111      "name": "query-cpus-fast",
1112      "ret-type": "[174]",
1113      "meta-type": "command",
1114      "arg-type": "0"
1115    },
1116    {
1117      "name": "cpu-add",
1118      "ret-type": "0",
1119      "meta-type": "command",
1120      "arg-type": "175",
1121      "features": [
1122        "deprecated"
1123      ]
1124    },
1125    {
1126      "name": "query-machines",
1127      "ret-type": "[176]",
1128      "meta-type": "command",
1129      "arg-type": "0"
1130    },
1131    {
1132      "name": "query-current-machine",
1133      "ret-type": "177",
1134      "meta-type": "command",
1135      "arg-type": "0"
1136    },
1137    {
1138      "name": "query-target",
1139      "ret-type": "178",
1140      "meta-type": "command",
1141      "arg-type": "0"
1142    },
1143    {
1144      "name": "query-memdev",
1145      "ret-type": "[179]",
1146      "meta-type": "command",
1147      "arg-type": "0"
1148    },
1149    {
1150      "name": "query-hotpluggable-cpus",
1151      "ret-type": "[180]",
1152      "meta-type": "command",
1153      "arg-type": "0"
1154    },
1155    {
1156      "name": "set-numa-node",
1157      "ret-type": "0",
1158      "meta-type": "command",
1159      "arg-type": "181"
1160    },
1161    {
1162      "name": "query-cpu-model-expansion",
1163      "ret-type": "187",
1164      "meta-type": "command",
1165      "arg-type": "186"
1166    },
1167    {
1168      "name": "query-cpu-definitions",
1169      "ret-type": "[188]",
1170      "meta-type": "command",
1171      "arg-type": "0"
1172    },
1173    {
1174      "name": "add_client",
1175      "ret-type": "0",
1176      "meta-type": "command",
1177      "arg-type": "189"
1178    },
1179    {
1180      "name": "query-name",
1181      "ret-type": "190",
1182      "meta-type": "command",
1183      "arg-type": "0"
1184    },
1185    {
1186      "name": "query-kvm",
1187      "ret-type": "191",
1188      "meta-type": "command",
1189      "arg-type": "0"
1190    },
1191    {
1192      "name": "query-uuid",
1193      "ret-type": "192",
1194      "meta-type": "command",
1195      "arg-type": "0"
1196    },
1197    {
1198      "name": "query-iothreads",
1199      "ret-type": "[193]",
1200      "meta-type": "command",
1201      "arg-type": "0"
1202    },
1203    {
1204      "name": "query-balloon",
1205      "ret-type": "194",
1206      "meta-type": "command",
1207      "arg-type": "0"
1208    },
1209    {
1210      "name": "BALLOON_CHANGE",
1211      "meta-type": "event",
1212      "arg-type": "195"
1213    },
1214    {
1215      "name": "query-pci",
1216      "ret-type": "[196]",
1217      "meta-type": "command",
1218      "arg-type": "0"
1219    },
1220    {
1221      "name": "stop",
1222      "ret-type": "0",
1223      "meta-type": "command",
1224      "arg-type": "0"
1225    },
1226    {
1227      "name": "system_reset",
1228      "ret-type": "0",
1229      "meta-type": "command",
1230      "arg-type": "0"
1231    },
1232    {
1233      "name": "system_powerdown",
1234      "ret-type": "0",
1235      "meta-type": "command",
1236      "arg-type": "0"
1237    },
1238    {
1239      "name": "memsave",
1240      "ret-type": "0",
1241      "meta-type": "command",
1242      "arg-type": "197"
1243    },
1244    {
1245      "name": "pmemsave",
1246      "ret-type": "0",
1247      "meta-type": "command",
1248      "arg-type": "198"
1249    },
1250    {
1251      "name": "cont",
1252      "ret-type": "0",
1253      "meta-type": "command",
1254      "arg-type": "0"
1255    },
1256    {
1257      "name": "x-exit-preconfig",
1258      "ret-type": "0",
1259      "meta-type": "command",
1260      "arg-type": "0"
1261    },
1262    {
1263      "name": "system_wakeup",
1264      "ret-type": "0",
1265      "meta-type": "command",
1266      "arg-type": "0"
1267    },
1268    {
1269      "name": "inject-nmi",
1270      "ret-type": "0",
1271      "meta-type": "command",
1272      "arg-type": "0"
1273    },
1274    {
1275      "name": "balloon",
1276      "ret-type": "0",
1277      "meta-type": "command",
1278      "arg-type": "199"
1279    },
1280    {
1281      "name": "human-monitor-command",
1282      "ret-type": "str",
1283      "meta-type": "command",
1284      "arg-type": "200",
1285      "features": [
1286        "savevm-monitor-nodes"
1287      ]
1288    },
1289    {
1290      "name": "change",
1291      "ret-type": "0",
1292      "meta-type": "command",
1293      "arg-type": "201",
1294      "features": [
1295        "deprecated"
1296      ]
1297    },
1298    {
1299      "name": "xen-set-global-dirty-log",
1300      "ret-type": "0",
1301      "meta-type": "command",
1302      "arg-type": "202"
1303    },
1304    {
1305      "name": "getfd",
1306      "ret-type": "0",
1307      "meta-type": "command",
1308      "arg-type": "203"
1309    },
1310    {
1311      "name": "closefd",
1312      "ret-type": "0",
1313      "meta-type": "command",
1314      "arg-type": "204"
1315    },
1316    {
1317      "name": "query-memory-size-summary",
1318      "ret-type": "205",
1319      "meta-type": "command",
1320      "arg-type": "0"
1321    },
1322    {
1323      "name": "add-fd",
1324      "ret-type": "207",
1325      "meta-type": "command",
1326      "arg-type": "206"
1327    },
1328    {
1329      "name": "remove-fd",
1330      "ret-type": "0",
1331      "meta-type": "command",
1332      "arg-type": "208"
1333    },
1334    {
1335      "name": "query-fdsets",
1336      "ret-type": "[209]",
1337      "meta-type": "command",
1338      "arg-type": "0"
1339    },
1340    {
1341      "name": "query-command-line-options",
1342      "ret-type": "[211]",
1343      "meta-type": "command",
1344      "arg-type": "210"
1345    },
1346    {
1347      "name": "query-memory-devices",
1348      "ret-type": "[212]",
1349      "meta-type": "command",
1350      "arg-type": "0"
1351    },
1352    {
1353      "name": "MEMORY_DEVICE_SIZE_CHANGE",
1354      "meta-type": "event",
1355      "arg-type": "213"
1356    },
1357    {
1358      "name": "MEM_UNPLUG_ERROR",
1359      "meta-type": "event",
1360      "arg-type": "214"
1361    },
1362    {
1363      "name": "query-acpi-ospm-status",
1364      "ret-type": "[215]",
1365      "meta-type": "command",
1366      "arg-type": "0"
1367    },
1368    {
1369      "name": "ACPI_DEVICE_OST",
1370      "meta-type": "event",
1371      "arg-type": "216"
1372    },
1373    {
1374      "name": "xen-load-devices-state",
1375      "ret-type": "0",
1376      "meta-type": "command",
1377      "arg-type": "217"
1378    },
1379    {
1380      "name": "query-vm-generation-id",
1381      "ret-type": "218",
1382      "meta-type": "command",
1383      "arg-type": "0"
1384    },
1385    {
1386      "name": "RTC_CHANGE",
1387      "meta-type": "event",
1388      "arg-type": "219"
1389    },
1390    {
1391      "name": "rtc-reset-reinjection",
1392      "ret-type": "0",
1393      "meta-type": "command",
1394      "arg-type": "0"
1395    },
1396    {
1397      "name": "query-sev",
1398      "ret-type": "220",
1399      "meta-type": "command",
1400      "arg-type": "0"
1401    },
1402    {
1403      "name": "query-sev-launch-measure",
1404      "ret-type": "221",
1405      "meta-type": "command",
1406      "arg-type": "0"
1407    },
1408    {
1409      "name": "query-sev-capabilities",
1410      "ret-type": "222",
1411      "meta-type": "command",
1412      "arg-type": "0"
1413    },
1414    {
1415      "name": "0",
1416      "members": [
1417      ],
1418      "meta-type": "object"
1419    },
1420    {
1421      "name": "1",
1422      "members": [
1423        {
1424          "name": "running",
1425          "type": "bool"
1426        },
1427        {
1428          "name": "singlestep",
1429          "type": "bool"
1430        },
1431        {
1432          "name": "status",
1433          "type": "225"
1434        }
1435      ],
1436      "meta-type": "object"
1437    },
1438    {
1439      "name": "2",
1440      "members": [
1441        {
1442          "name": "guest",
1443          "type": "bool"
1444        },
1445        {
1446          "name": "reason",
1447          "type": "226"
1448        }
1449      ],
1450      "meta-type": "object"
1451    },
1452    {
1453      "name": "3",
1454      "members": [
1455        {
1456          "name": "guest",
1457          "type": "bool"
1458        },
1459        {
1460          "name": "reason",
1461          "type": "226"
1462        }
1463      ],
1464      "meta-type": "object"
1465    },
1466    {
1467      "name": "4",
1468      "members": [
1469        {
1470          "name": "action",
1471          "type": "227"
1472        }
1473      ],
1474      "meta-type": "object"
1475    },
1476    {
1477      "name": "5",
1478      "members": [
1479        {
1480          "name": "action",
1481          "type": "227"
1482        }
1483      ],
1484      "meta-type": "object"
1485    },
1486    {
1487      "name": "6",
1488      "members": [
1489        {
1490          "name": "action",
1491          "type": "228"
1492        },
1493        {
1494          "name": "info",
1495          "default": null,
1496          "type": "229"
1497        }
1498      ],
1499      "meta-type": "object"
1500    },
1501    {
1502      "name": "7",
1503      "members": [
1504        {
1505          "name": "action",
1506          "type": "228"
1507        },
1508        {
1509          "name": "info",
1510          "default": null,
1511          "type": "229"
1512        }
1513      ],
1514      "meta-type": "object"
1515    },
1516    {
1517      "name": "[8]",
1518      "element-type": "8",
1519      "meta-type": "array"
1520    },
1521    {
1522      "name": "8",
1523      "members": [
1524        {
1525          "name": "id",
1526          "type": "str"
1527        },
1528        {
1529          "name": "connected",
1530          "type": "bool"
1531        }
1532      ],
1533      "meta-type": "object"
1534    },
1535    {
1536      "name": "9",
1537      "members": [
1538        {
1539          "name": "device",
1540          "default": null,
1541          "type": "str",
1542          "features": [
1543            "deprecated"
1544          ]
1545        },
1546        {
1547          "name": "id",
1548          "default": null,
1549          "type": "str"
1550        },
1551        {
1552          "name": "force",
1553          "default": null,
1554          "type": "bool"
1555        }
1556      ],
1557      "meta-type": "object"
1558    },
1559    {
1560      "name": "10",
1561      "members": [
1562        {
1563          "name": "device",
1564          "default": null,
1565          "type": "str",
1566          "features": [
1567            "deprecated"
1568          ]
1569        },
1570        {
1571          "name": "id",
1572          "default": null,
1573          "type": "str"
1574        },
1575        {
1576          "name": "force",
1577          "default": null,
1578          "type": "bool"
1579        }
1580      ],
1581      "meta-type": "object"
1582    },
1583    {
1584      "name": "11",
1585      "members": [
1586        {
1587          "name": "device",
1588          "default": null,
1589          "type": "str",
1590          "features": [
1591            "deprecated"
1592          ]
1593        },
1594        {
1595          "name": "id",
1596          "default": null,
1597          "type": "str"
1598        }
1599      ],
1600      "meta-type": "object"
1601    },
1602    {
1603      "name": "12",
1604      "members": [
1605        {
1606          "name": "id",
1607          "type": "str"
1608        }
1609      ],
1610      "meta-type": "object"
1611    },
1612    {
1613      "name": "13",
1614      "members": [
1615        {
1616          "name": "id",
1617          "type": "str"
1618        },
1619        {
1620          "name": "node-name",
1621          "type": "str"
1622        }
1623      ],
1624      "meta-type": "object"
1625    },
1626    {
1627      "name": "14",
1628      "members": [
1629        {
1630          "name": "device",
1631          "default": null,
1632          "type": "str",
1633          "features": [
1634            "deprecated"
1635          ]
1636        },
1637        {
1638          "name": "id",
1639          "default": null,
1640          "type": "str"
1641        },
1642        {
1643          "name": "filename",
1644          "type": "str"
1645        },
1646        {
1647          "name": "format",
1648          "default": null,
1649          "type": "str"
1650        },
1651        {
1652          "name": "read-only-mode",
1653          "default": null,
1654          "type": "230"
1655        }
1656      ],
1657      "meta-type": "object"
1658    },
1659    {
1660      "name": "15",
1661      "members": [
1662        {
1663          "name": "device",
1664          "type": "str"
1665        },
1666        {
1667          "name": "id",
1668          "type": "str"
1669        },
1670        {
1671          "name": "tray-open",
1672          "type": "bool"
1673        }
1674      ],
1675      "meta-type": "object"
1676    },
1677    {
1678      "name": "16",
1679      "members": [
1680        {
1681          "name": "id",
1682          "type": "str"
1683        },
1684        {
1685          "name": "connected",
1686          "type": "bool"
1687        }
1688      ],
1689      "meta-type": "object"
1690    },
1691    {
1692      "name": "17",
1693      "members": [
1694        {
1695          "name": "device",
1696          "default": null,
1697          "type": "str",
1698          "features": [
1699            "deprecated"
1700          ]
1701        },
1702        {
1703          "name": "id",
1704          "default": null,
1705          "type": "str"
1706        },
1707        {
1708          "name": "bps",
1709          "type": "int"
1710        },
1711        {
1712          "name": "bps_rd",
1713          "type": "int"
1714        },
1715        {
1716          "name": "bps_wr",
1717          "type": "int"
1718        },
1719        {
1720          "name": "iops",
1721          "type": "int"
1722        },
1723        {
1724          "name": "iops_rd",
1725          "type": "int"
1726        },
1727        {
1728          "name": "iops_wr",
1729          "type": "int"
1730        },
1731        {
1732          "name": "bps_max",
1733          "default": null,
1734          "type": "int"
1735        },
1736        {
1737          "name": "bps_rd_max",
1738          "default": null,
1739          "type": "int"
1740        },
1741        {
1742          "name": "bps_wr_max",
1743          "default": null,
1744          "type": "int"
1745        },
1746        {
1747          "name": "iops_max",
1748          "default": null,
1749          "type": "int"
1750        },
1751        {
1752          "name": "iops_rd_max",
1753          "default": null,
1754          "type": "int"
1755        },
1756        {
1757          "name": "iops_wr_max",
1758          "default": null,
1759          "type": "int"
1760        },
1761        {
1762          "name": "bps_max_length",
1763          "default": null,
1764          "type": "int"
1765        },
1766        {
1767          "name": "bps_rd_max_length",
1768          "default": null,
1769          "type": "int"
1770        },
1771        {
1772          "name": "bps_wr_max_length",
1773          "default": null,
1774          "type": "int"
1775        },
1776        {
1777          "name": "iops_max_length",
1778          "default": null,
1779          "type": "int"
1780        },
1781        {
1782          "name": "iops_rd_max_length",
1783          "default": null,
1784          "type": "int"
1785        },
1786        {
1787          "name": "iops_wr_max_length",
1788          "default": null,
1789          "type": "int"
1790        },
1791        {
1792          "name": "iops_size",
1793          "default": null,
1794          "type": "int"
1795        },
1796        {
1797          "name": "group",
1798          "default": null,
1799          "type": "str"
1800        }
1801      ],
1802      "meta-type": "object"
1803    },
1804    {
1805      "name": "18",
1806      "members": [
1807        {
1808          "name": "id",
1809          "type": "str"
1810        },
1811        {
1812          "name": "boundaries",
1813          "default": null,
1814          "type": "[int]"
1815        },
1816        {
1817          "name": "boundaries-read",
1818          "default": null,
1819          "type": "[int]"
1820        },
1821        {
1822          "name": "boundaries-write",
1823          "default": null,
1824          "type": "[int]"
1825        },
1826        {
1827          "name": "boundaries-flush",
1828          "default": null,
1829          "type": "[int]"
1830        }
1831      ],
1832      "meta-type": "object"
1833    },
1834    {
1835      "name": "[19]",
1836      "element-type": "19",
1837      "meta-type": "array"
1838    },
1839    {
1840      "name": "19",
1841      "members": [
1842        {
1843          "name": "device",
1844          "type": "str"
1845        },
1846        {
1847          "name": "qdev",
1848          "default": null,
1849          "type": "str"
1850        },
1851        {
1852          "name": "type",
1853          "type": "str"
1854        },
1855        {
1856          "name": "removable",
1857          "type": "bool"
1858        },
1859        {
1860          "name": "locked",
1861          "type": "bool"
1862        },
1863        {
1864          "name": "inserted",
1865          "default": null,
1866          "type": "32"
1867        },
1868        {
1869          "name": "tray_open",
1870          "default": null,
1871          "type": "bool"
1872        },
1873        {
1874          "name": "io-status",
1875          "default": null,
1876          "type": "231"
1877        },
1878        {
1879          "name": "dirty-bitmaps",
1880          "default": null,
1881          "type": "[232]",
1882          "features": [
1883            "deprecated"
1884          ]
1885        }
1886      ],
1887      "meta-type": "object"
1888    },
1889    {
1890      "name": "20",
1891      "members": [
1892        {
1893          "name": "query-nodes",
1894          "default": null,
1895          "type": "bool"
1896        }
1897      ],
1898      "meta-type": "object"
1899    },
1900    {
1901      "name": "[21]",
1902      "element-type": "21",
1903      "meta-type": "array"
1904    },
1905    {
1906      "name": "21",
1907      "members": [
1908        {
1909          "name": "device",
1910          "default": null,
1911          "type": "str"
1912        },
1913        {
1914          "name": "qdev",
1915          "default": null,
1916          "type": "str"
1917        },
1918        {
1919          "name": "node-name",
1920          "default": null,
1921          "type": "str"
1922        },
1923        {
1924          "name": "stats",
1925          "type": "233"
1926        },
1927        {
1928          "name": "driver-specific",
1929          "default": null,
1930          "type": "234"
1931        },
1932        {
1933          "name": "parent",
1934          "default": null,
1935          "type": "21"
1936        },
1937        {
1938          "name": "backing",
1939          "default": null,
1940          "type": "21"
1941        }
1942      ],
1943      "meta-type": "object"
1944    },
1945    {
1946      "name": "[22]",
1947      "element-type": "22",
1948      "meta-type": "array"
1949    },
1950    {
1951      "name": "22",
1952      "members": [
1953        {
1954          "name": "type",
1955          "type": "str"
1956        },
1957        {
1958          "name": "device",
1959          "type": "str"
1960        },
1961        {
1962          "name": "len",
1963          "type": "int"
1964        },
1965        {
1966          "name": "offset",
1967          "type": "int"
1968        },
1969        {
1970          "name": "busy",
1971          "type": "bool"
1972        },
1973        {
1974          "name": "paused",
1975          "type": "bool"
1976        },
1977        {
1978          "name": "speed",
1979          "type": "int"
1980        },
1981        {
1982          "name": "io-status",
1983          "type": "231"
1984        },
1985        {
1986          "name": "ready",
1987          "type": "bool"
1988        },
1989        {
1990          "name": "status",
1991          "type": "235"
1992        },
1993        {
1994          "name": "auto-finalize",
1995          "type": "bool"
1996        },
1997        {
1998          "name": "auto-dismiss",
1999          "type": "bool"
2000        },
2001        {
2002          "name": "error",
2003          "default": null,
2004          "type": "str"
2005        }
2006      ],
2007      "meta-type": "object"
2008    },
2009    {
2010      "name": "23",
2011      "members": [
2012        {
2013          "name": "device",
2014          "default": null,
2015          "type": "str"
2016        },
2017        {
2018          "name": "node-name",
2019          "default": null,
2020          "type": "str"
2021        },
2022        {
2023          "name": "password",
2024          "type": "str"
2025        }
2026      ],
2027      "meta-type": "object"
2028    },
2029    {
2030      "name": "24",
2031      "members": [
2032        {
2033          "name": "device",
2034          "default": null,
2035          "type": "str"
2036        },
2037        {
2038          "name": "node-name",
2039          "default": null,
2040          "type": "str"
2041        },
2042        {
2043          "name": "size",
2044          "type": "int"
2045        }
2046      ],
2047      "meta-type": "object"
2048    },
2049    {
2050      "name": "25",
2051      "members": [
2052        {
2053          "name": "device",
2054          "default": null,
2055          "type": "str"
2056        },
2057        {
2058          "name": "node-name",
2059          "default": null,
2060          "type": "str"
2061        },
2062        {
2063          "name": "snapshot-file",
2064          "type": "str"
2065        },
2066        {
2067          "name": "snapshot-node-name",
2068          "default": null,
2069          "type": "str"
2070        },
2071        {
2072          "name": "format",
2073          "default": null,
2074          "type": "str"
2075        },
2076        {
2077          "name": "mode",
2078          "default": null,
2079          "type": "236"
2080        }
2081      ],
2082      "meta-type": "object"
2083    },
2084    {
2085      "name": "26",
2086      "members": [
2087        {
2088          "name": "node",
2089          "type": "str"
2090        },
2091        {
2092          "name": "overlay",
2093          "type": "str"
2094        }
2095      ],
2096      "meta-type": "object"
2097    },
2098    {
2099      "name": "27",
2100      "members": [
2101        {
2102          "name": "device",
2103          "type": "str"
2104        },
2105        {
2106          "name": "image-node-name",
2107          "type": "str"
2108        },
2109        {
2110          "name": "backing-file",
2111          "type": "str"
2112        }
2113      ],
2114      "meta-type": "object"
2115    },
2116    {
2117      "name": "28",
2118      "members": [
2119        {
2120          "name": "job-id",
2121          "default": null,
2122          "type": "str"
2123        },
2124        {
2125          "name": "device",
2126          "type": "str"
2127        },
2128        {
2129          "name": "base-node",
2130          "default": null,
2131          "type": "str"
2132        },
2133        {
2134          "name": "base",
2135          "default": null,
2136          "type": "str",
2137          "features": [
2138            "deprecated"
2139          ]
2140        },
2141        {
2142          "name": "top-node",
2143          "default": null,
2144          "type": "str"
2145        },
2146        {
2147          "name": "top",
2148          "default": null,
2149          "type": "str",
2150          "features": [
2151            "deprecated"
2152          ]
2153        },
2154        {
2155          "name": "backing-file",
2156          "default": null,
2157          "type": "str"
2158        },
2159        {
2160          "name": "speed",
2161          "default": null,
2162          "type": "int"
2163        },
2164        {
2165          "name": "on-error",
2166          "default": null,
2167          "type": "237"
2168        },
2169        {
2170          "name": "filter-node-name",
2171          "default": null,
2172          "type": "str"
2173        },
2174        {
2175          "name": "auto-finalize",
2176          "default": null,
2177          "type": "bool"
2178        },
2179        {
2180          "name": "auto-dismiss",
2181          "default": null,
2182          "type": "bool"
2183        }
2184      ],
2185      "meta-type": "object"
2186    },
2187    {
2188      "name": "29",
2189      "members": [
2190        {
2191          "name": "job-id",
2192          "default": null,
2193          "type": "str"
2194        },
2195        {
2196          "name": "device",
2197          "type": "str"
2198        },
2199        {
2200          "name": "sync",
2201          "type": "238"
2202        },
2203        {
2204          "name": "speed",
2205          "default": null,
2206          "type": "int"
2207        },
2208        {
2209          "name": "bitmap",
2210          "default": null,
2211          "type": "str"
2212        },
2213        {
2214          "name": "bitmap-mode",
2215          "default": null,
2216          "type": "239"
2217        },
2218        {
2219          "name": "compress",
2220          "default": null,
2221          "type": "bool"
2222        },
2223        {
2224          "name": "on-source-error",
2225          "default": null,
2226          "type": "237"
2227        },
2228        {
2229          "name": "on-target-error",
2230          "default": null,
2231          "type": "237"
2232        },
2233        {
2234          "name": "auto-finalize",
2235          "default": null,
2236          "type": "bool"
2237        },
2238        {
2239          "name": "auto-dismiss",
2240          "default": null,
2241          "type": "bool"
2242        },
2243        {
2244          "name": "filter-node-name",
2245          "default": null,
2246          "type": "str"
2247        },
2248        {
2249          "name": "target",
2250          "type": "str"
2251        },
2252        {
2253          "name": "format",
2254          "default": null,
2255          "type": "str"
2256        },
2257        {
2258          "name": "mode",
2259          "default": null,
2260          "type": "236"
2261        }
2262      ],
2263      "meta-type": "object"
2264    },
2265    {
2266      "name": "30",
2267      "members": [
2268        {
2269          "name": "job-id",
2270          "default": null,
2271          "type": "str"
2272        },
2273        {
2274          "name": "device",
2275          "type": "str"
2276        },
2277        {
2278          "name": "sync",
2279          "type": "238"
2280        },
2281        {
2282          "name": "speed",
2283          "default": null,
2284          "type": "int"
2285        },
2286        {
2287          "name": "bitmap",
2288          "default": null,
2289          "type": "str"
2290        },
2291        {
2292          "name": "bitmap-mode",
2293          "default": null,
2294          "type": "239"
2295        },
2296        {
2297          "name": "compress",
2298          "default": null,
2299          "type": "bool"
2300        },
2301        {
2302          "name": "on-source-error",
2303          "default": null,
2304          "type": "237"
2305        },
2306        {
2307          "name": "on-target-error",
2308          "default": null,
2309          "type": "237"
2310        },
2311        {
2312          "name": "auto-finalize",
2313          "default": null,
2314          "type": "bool"
2315        },
2316        {
2317          "name": "auto-dismiss",
2318          "default": null,
2319          "type": "bool"
2320        },
2321        {
2322          "name": "filter-node-name",
2323          "default": null,
2324          "type": "str"
2325        },
2326        {
2327          "name": "target",
2328          "type": "str"
2329        }
2330      ],
2331      "meta-type": "object"
2332    },
2333    {
2334      "name": "31",
2335      "members": [
2336        {
2337          "name": "flat",
2338          "default": null,
2339          "type": "bool"
2340        }
2341      ],
2342      "meta-type": "object"
2343    },
2344    {
2345      "name": "[32]",
2346      "element-type": "32",
2347      "meta-type": "array"
2348    },
2349    {
2350      "name": "32",
2351      "members": [
2352        {
2353          "name": "file",
2354          "type": "str"
2355        },
2356        {
2357          "name": "node-name",
2358          "default": null,
2359          "type": "str"
2360        },
2361        {
2362          "name": "ro",
2363          "type": "bool"
2364        },
2365        {
2366          "name": "drv",
2367          "type": "str"
2368        },
2369        {
2370          "name": "backing_file",
2371          "default": null,
2372          "type": "str"
2373        },
2374        {
2375          "name": "backing_file_depth",
2376          "type": "int"
2377        },
2378        {
2379          "name": "encrypted",
2380          "type": "bool"
2381        },
2382        {
2383          "name": "encryption_key_missing",
2384          "type": "bool",
2385          "features": [
2386            "deprecated"
2387          ]
2388        },
2389        {
2390          "name": "detect_zeroes",
2391          "type": "240"
2392        },
2393        {
2394          "name": "bps",
2395          "type": "int"
2396        },
2397        {
2398          "name": "bps_rd",
2399          "type": "int"
2400        },
2401        {
2402          "name": "bps_wr",
2403          "type": "int"
2404        },
2405        {
2406          "name": "iops",
2407          "type": "int"
2408        },
2409        {
2410          "name": "iops_rd",
2411          "type": "int"
2412        },
2413        {
2414          "name": "iops_wr",
2415          "type": "int"
2416        },
2417        {
2418          "name": "image",
2419          "type": "241"
2420        },
2421        {
2422          "name": "bps_max",
2423          "default": null,
2424          "type": "int"
2425        },
2426        {
2427          "name": "bps_rd_max",
2428          "default": null,
2429          "type": "int"
2430        },
2431        {
2432          "name": "bps_wr_max",
2433          "default": null,
2434          "type": "int"
2435        },
2436        {
2437          "name": "iops_max",
2438          "default": null,
2439          "type": "int"
2440        },
2441        {
2442          "name": "iops_rd_max",
2443          "default": null,
2444          "type": "int"
2445        },
2446        {
2447          "name": "iops_wr_max",
2448          "default": null,
2449          "type": "int"
2450        },
2451        {
2452          "name": "bps_max_length",
2453          "default": null,
2454          "type": "int"
2455        },
2456        {
2457          "name": "bps_rd_max_length",
2458          "default": null,
2459          "type": "int"
2460        },
2461        {
2462          "name": "bps_wr_max_length",
2463          "default": null,
2464          "type": "int"
2465        },
2466        {
2467          "name": "iops_max_length",
2468          "default": null,
2469          "type": "int"
2470        },
2471        {
2472          "name": "iops_rd_max_length",
2473          "default": null,
2474          "type": "int"
2475        },
2476        {
2477          "name": "iops_wr_max_length",
2478          "default": null,
2479          "type": "int"
2480        },
2481        {
2482          "name": "iops_size",
2483          "default": null,
2484          "type": "int"
2485        },
2486        {
2487          "name": "group",
2488          "default": null,
2489          "type": "str"
2490        },
2491        {
2492          "name": "cache",
2493          "type": "242"
2494        },
2495        {
2496          "name": "write_threshold",
2497          "type": "int"
2498        },
2499        {
2500          "name": "dirty-bitmaps",
2501          "default": null,
2502          "type": "[232]"
2503        }
2504      ],
2505      "meta-type": "object"
2506    },
2507    {
2508      "name": "33",
2509      "members": [
2510        {
2511          "name": "nodes",
2512          "type": "[243]"
2513        },
2514        {
2515          "name": "edges",
2516          "type": "[244]"
2517        }
2518      ],
2519      "meta-type": "object"
2520    },
2521    {
2522      "name": "34",
2523      "members": [
2524        {
2525          "name": "job-id",
2526          "default": null,
2527          "type": "str"
2528        },
2529        {
2530          "name": "device",
2531          "type": "str"
2532        },
2533        {
2534          "name": "target",
2535          "type": "str"
2536        },
2537        {
2538          "name": "format",
2539          "default": null,
2540          "type": "str"
2541        },
2542        {
2543          "name": "node-name",
2544          "default": null,
2545          "type": "str"
2546        },
2547        {
2548          "name": "replaces",
2549          "default": null,
2550          "type": "str"
2551        },
2552        {
2553          "name": "sync",
2554          "type": "238"
2555        },
2556        {
2557          "name": "mode",
2558          "default": null,
2559          "type": "236"
2560        },
2561        {
2562          "name": "speed",
2563          "default": null,
2564          "type": "int"
2565        },
2566        {
2567          "name": "granularity",
2568          "default": null,
2569          "type": "int"
2570        },
2571        {
2572          "name": "buf-size",
2573          "default": null,
2574          "type": "int"
2575        },
2576        {
2577          "name": "on-source-error",
2578          "default": null,
2579          "type": "237"
2580        },
2581        {
2582          "name": "on-target-error",
2583          "default": null,
2584          "type": "237"
2585        },
2586        {
2587          "name": "unmap",
2588          "default": null,
2589          "type": "bool"
2590        },
2591        {
2592          "name": "copy-mode",
2593          "default": null,
2594          "type": "245"
2595        },
2596        {
2597          "name": "auto-finalize",
2598          "default": null,
2599          "type": "bool"
2600        },
2601        {
2602          "name": "auto-dismiss",
2603          "default": null,
2604          "type": "bool"
2605        }
2606      ],
2607      "meta-type": "object"
2608    },
2609    {
2610      "name": "35",
2611      "members": [
2612        {
2613          "name": "node",
2614          "type": "str"
2615        },
2616        {
2617          "name": "name",
2618          "type": "str"
2619        },
2620        {
2621          "name": "granularity",
2622          "default": null,
2623          "type": "int"
2624        },
2625        {
2626          "name": "persistent",
2627          "default": null,
2628          "type": "bool"
2629        },
2630        {
2631          "name": "disabled",
2632          "default": null,
2633          "type": "bool"
2634        }
2635      ],
2636      "meta-type": "object"
2637    },
2638    {
2639      "name": "36",
2640      "members": [
2641        {
2642          "name": "node",
2643          "type": "str"
2644        },
2645        {
2646          "name": "name",
2647          "type": "str"
2648        }
2649      ],
2650      "meta-type": "object"
2651    },
2652    {
2653      "name": "37",
2654      "members": [
2655        {
2656          "name": "node",
2657          "type": "str"
2658        },
2659        {
2660          "name": "target",
2661          "type": "str"
2662        },
2663        {
2664          "name": "bitmaps",
2665          "type": "[246]"
2666        }
2667      ],
2668      "meta-type": "object"
2669    },
2670    {
2671      "name": "38",
2672      "members": [
2673        {
2674          "name": "sha256",
2675          "type": "str"
2676        }
2677      ],
2678      "meta-type": "object"
2679    },
2680    {
2681      "name": "39",
2682      "members": [
2683        {
2684          "name": "job-id",
2685          "default": null,
2686          "type": "str"
2687        },
2688        {
2689          "name": "device",
2690          "type": "str"
2691        },
2692        {
2693          "name": "target",
2694          "type": "str"
2695        },
2696        {
2697          "name": "replaces",
2698          "default": null,
2699          "type": "str"
2700        },
2701        {
2702          "name": "sync",
2703          "type": "238"
2704        },
2705        {
2706          "name": "speed",
2707          "default": null,
2708          "type": "int"
2709        },
2710        {
2711          "name": "granularity",
2712          "default": null,
2713          "type": "int"
2714        },
2715        {
2716          "name": "buf-size",
2717          "default": null,
2718          "type": "int"
2719        },
2720        {
2721          "name": "on-source-error",
2722          "default": null,
2723          "type": "237"
2724        },
2725        {
2726          "name": "on-target-error",
2727          "default": null,
2728          "type": "237"
2729        },
2730        {
2731          "name": "filter-node-name",
2732          "default": null,
2733          "type": "str"
2734        },
2735        {
2736          "name": "copy-mode",
2737          "default": null,
2738          "type": "245"
2739        },
2740        {
2741          "name": "auto-finalize",
2742          "default": null,
2743          "type": "bool"
2744        },
2745        {
2746          "name": "auto-dismiss",
2747          "default": null,
2748          "type": "bool"
2749        }
2750      ],
2751      "meta-type": "object"
2752    },
2753    {
2754      "name": "40",
2755      "members": [
2756        {
2757          "name": "job-id",
2758          "default": null,
2759          "type": "str"
2760        },
2761        {
2762          "name": "device",
2763          "type": "str"
2764        },
2765        {
2766          "name": "base",
2767          "default": null,
2768          "type": "str"
2769        },
2770        {
2771          "name": "base-node",
2772          "default": null,
2773          "type": "str"
2774        },
2775        {
2776          "name": "backing-file",
2777          "default": null,
2778          "type": "str"
2779        },
2780        {
2781          "name": "speed",
2782          "default": null,
2783          "type": "int"
2784        },
2785        {
2786          "name": "on-error",
2787          "default": null,
2788          "type": "237"
2789        },
2790        {
2791          "name": "auto-finalize",
2792          "default": null,
2793          "type": "bool"
2794        },
2795        {
2796          "name": "auto-dismiss",
2797          "default": null,
2798          "type": "bool"
2799        }
2800      ],
2801      "meta-type": "object"
2802    },
2803    {
2804      "name": "41",
2805      "members": [
2806        {
2807          "name": "device",
2808          "type": "str"
2809        },
2810        {
2811          "name": "speed",
2812          "type": "int"
2813        }
2814      ],
2815      "meta-type": "object"
2816    },
2817    {
2818      "name": "42",
2819      "members": [
2820        {
2821          "name": "device",
2822          "type": "str"
2823        },
2824        {
2825          "name": "force",
2826          "default": null,
2827          "type": "bool"
2828        }
2829      ],
2830      "meta-type": "object"
2831    },
2832    {
2833      "name": "43",
2834      "members": [
2835        {
2836          "name": "device",
2837          "type": "str"
2838        }
2839      ],
2840      "meta-type": "object"
2841    },
2842    {
2843      "name": "44",
2844      "members": [
2845        {
2846          "name": "device",
2847          "type": "str"
2848        }
2849      ],
2850      "meta-type": "object"
2851    },
2852    {
2853      "name": "45",
2854      "members": [
2855        {
2856          "name": "device",
2857          "type": "str"
2858        }
2859      ],
2860      "meta-type": "object"
2861    },
2862    {
2863      "name": "46",
2864      "members": [
2865        {
2866          "name": "id",
2867          "type": "str"
2868        }
2869      ],
2870      "meta-type": "object"
2871    },
2872    {
2873      "name": "47",
2874      "members": [
2875        {
2876          "name": "id",
2877          "type": "str"
2878        }
2879      ],
2880      "meta-type": "object"
2881    },
2882    {
2883      "name": "48",
2884      "tag": "driver",
2885      "variants": [
2886        {
2887          "case": "blkdebug",
2888          "type": "250"
2889        },
2890        {
2891          "case": "blklogwrites",
2892          "type": "251"
2893        },
2894        {
2895          "case": "blkverify",
2896          "type": "252"
2897        },
2898        {
2899          "case": "blkreplay",
2900          "type": "253"
2901        },
2902        {
2903          "case": "bochs",
2904          "type": "254"
2905        },
2906        {
2907          "case": "cloop",
2908          "type": "254"
2909        },
2910        {
2911          "case": "compress",
2912          "type": "254"
2913        },
2914        {
2915          "case": "copy-on-read",
2916          "type": "254"
2917        },
2918        {
2919          "case": "dmg",
2920          "type": "254"
2921        },
2922        {
2923          "case": "file",
2924          "type": "255"
2925        },
2926        {
2927          "case": "ftp",
2928          "type": "256"
2929        },
2930        {
2931          "case": "ftps",
2932          "type": "257"
2933        },
2934        {
2935          "case": "gluster",
2936          "type": "258"
2937        },
2938        {
2939          "case": "host_cdrom",
2940          "type": "255"
2941        },
2942        {
2943          "case": "host_device",
2944          "type": "255"
2945        },
2946        {
2947          "case": "http",
2948          "type": "259"
2949        },
2950        {
2951          "case": "https",
2952          "type": "260"
2953        },
2954        {
2955          "case": "iscsi",
2956          "type": "261"
2957        },
2958        {
2959          "case": "luks",
2960          "type": "262"
2961        },
2962        {
2963          "case": "nbd",
2964          "type": "263"
2965        },
2966        {
2967          "case": "nfs",
2968          "type": "264"
2969        },
2970        {
2971          "case": "null-aio",
2972          "type": "265"
2973        },
2974        {
2975          "case": "null-co",
2976          "type": "265"
2977        },
2978        {
2979          "case": "nvme",
2980          "type": "266"
2981        },
2982        {
2983          "case": "parallels",
2984          "type": "254"
2985        },
2986        {
2987          "case": "qcow2",
2988          "type": "267"
2989        },
2990        {
2991          "case": "qcow",
2992          "type": "268"
2993        },
2994        {
2995          "case": "qed",
2996          "type": "269"
2997        },
2998        {
2999          "case": "quorum",
3000          "type": "270"
3001        },
3002        {
3003          "case": "raw",
3004          "type": "271"
3005        },
3006        {
3007          "case": "rbd",
3008          "type": "272"
3009        },
3010        {
3011          "case": "replication",
3012          "type": "273"
3013        },
3014        {
3015          "case": "sheepdog",
3016          "type": "274"
3017        },
3018        {
3019          "case": "ssh",
3020          "type": "275"
3021        },
3022        {
3023          "case": "throttle",
3024          "type": "276"
3025        },
3026        {
3027          "case": "vdi",
3028          "type": "254"
3029        },
3030        {
3031          "case": "vhdx",
3032          "type": "254"
3033        },
3034        {
3035          "case": "vmdk",
3036          "type": "269"
3037        },
3038        {
3039          "case": "vpc",
3040          "type": "254"
3041        },
3042        {
3043          "case": "vvfat",
3044          "type": "277"
3045        }
3046      ],
3047      "members": [
3048        {
3049          "name": "driver",
3050          "type": "247"
3051        },
3052        {
3053          "name": "node-name",
3054          "default": null,
3055          "type": "str"
3056        },
3057        {
3058          "name": "discard",
3059          "default": null,
3060          "type": "248"
3061        },
3062        {
3063          "name": "cache",
3064          "default": null,
3065          "type": "249"
3066        },
3067        {
3068          "name": "read-only",
3069          "default": null,
3070          "type": "bool"
3071        },
3072        {
3073          "name": "auto-read-only",
3074          "default": null,
3075          "type": "bool"
3076        },
3077        {
3078          "name": "force-share",
3079          "default": null,
3080          "type": "bool"
3081        },
3082        {
3083          "name": "detect-zeroes",
3084          "default": null,
3085          "type": "240"
3086        }
3087      ],
3088      "meta-type": "object"
3089    },
3090    {
3091      "name": "49",
3092      "members": [
3093        {
3094          "name": "node-name",
3095          "type": "str"
3096        }
3097      ],
3098      "meta-type": "object"
3099    },
3100    {
3101      "name": "50",
3102      "members": [
3103        {
3104          "name": "job-id",
3105          "type": "str"
3106        },
3107        {
3108          "name": "options",
3109          "type": "278"
3110        }
3111      ],
3112      "meta-type": "object"
3113    },
3114    {
3115      "name": "51",
3116      "members": [
3117        {
3118          "name": "job-id",
3119          "type": "str"
3120        },
3121        {
3122          "name": "node-name",
3123          "type": "str"
3124        },
3125        {
3126          "name": "options",
3127          "type": "279"
3128        },
3129        {
3130          "name": "force",
3131          "default": null,
3132          "type": "bool"
3133        }
3134      ],
3135      "meta-type": "object"
3136    },
3137    {
3138      "name": "52",
3139      "members": [
3140        {
3141          "name": "device",
3142          "type": "str"
3143        },
3144        {
3145          "name": "node-name",
3146          "default": null,
3147          "type": "str"
3148        },
3149        {
3150          "name": "msg",
3151          "type": "str"
3152        },
3153        {
3154          "name": "offset",
3155          "default": null,
3156          "type": "int"
3157        },
3158        {
3159          "name": "size",
3160          "default": null,
3161          "type": "int"
3162        },
3163        {
3164          "name": "fatal",
3165          "type": "bool"
3166        }
3167      ],
3168      "meta-type": "object"
3169    },
3170    {
3171      "name": "53",
3172      "members": [
3173        {
3174          "name": "device",
3175          "type": "str"
3176        },
3177        {
3178          "name": "node-name",
3179          "default": null,
3180          "type": "str"
3181        },
3182        {
3183          "name": "operation",
3184          "type": "280"
3185        },
3186        {
3187          "name": "action",
3188          "type": "281"
3189        },
3190        {
3191          "name": "nospace",
3192          "default": null,
3193          "type": "bool"
3194        },
3195        {
3196          "name": "reason",
3197          "type": "str"
3198        }
3199      ],
3200      "meta-type": "object"
3201    },
3202    {
3203      "name": "54",
3204      "members": [
3205        {
3206          "name": "type",
3207          "type": "282"
3208        },
3209        {
3210          "name": "device",
3211          "type": "str"
3212        },
3213        {
3214          "name": "len",
3215          "type": "int"
3216        },
3217        {
3218          "name": "offset",
3219          "type": "int"
3220        },
3221        {
3222          "name": "speed",
3223          "type": "int"
3224        },
3225        {
3226          "name": "error",
3227          "default": null,
3228          "type": "str"
3229        }
3230      ],
3231      "meta-type": "object"
3232    },
3233    {
3234      "name": "55",
3235      "members": [
3236        {
3237          "name": "type",
3238          "type": "282"
3239        },
3240        {
3241          "name": "device",
3242          "type": "str"
3243        },
3244        {
3245          "name": "len",
3246          "type": "int"
3247        },
3248        {
3249          "name": "offset",
3250          "type": "int"
3251        },
3252        {
3253          "name": "speed",
3254          "type": "int"
3255        }
3256      ],
3257      "meta-type": "object"
3258    },
3259    {
3260      "name": "56",
3261      "members": [
3262        {
3263          "name": "device",
3264          "type": "str"
3265        },
3266        {
3267          "name": "operation",
3268          "type": "280"
3269        },
3270        {
3271          "name": "action",
3272          "type": "281"
3273        }
3274      ],
3275      "meta-type": "object"
3276    },
3277    {
3278      "name": "57",
3279      "members": [
3280        {
3281          "name": "type",
3282          "type": "282"
3283        },
3284        {
3285          "name": "device",
3286          "type": "str"
3287        },
3288        {
3289          "name": "len",
3290          "type": "int"
3291        },
3292        {
3293          "name": "offset",
3294          "type": "int"
3295        },
3296        {
3297          "name": "speed",
3298          "type": "int"
3299        }
3300      ],
3301      "meta-type": "object"
3302    },
3303    {
3304      "name": "58",
3305      "members": [
3306        {
3307          "name": "type",
3308          "type": "282"
3309        },
3310        {
3311          "name": "id",
3312          "type": "str"
3313        }
3314      ],
3315      "meta-type": "object"
3316    },
3317    {
3318      "name": "59",
3319      "members": [
3320        {
3321          "name": "node-name",
3322          "type": "str"
3323        },
3324        {
3325          "name": "amount-exceeded",
3326          "type": "int"
3327        },
3328        {
3329          "name": "write-threshold",
3330          "type": "int"
3331        }
3332      ],
3333      "meta-type": "object"
3334    },
3335    {
3336      "name": "60",
3337      "members": [
3338        {
3339          "name": "node-name",
3340          "type": "str"
3341        },
3342        {
3343          "name": "write-threshold",
3344          "type": "int"
3345        }
3346      ],
3347      "meta-type": "object"
3348    },
3349    {
3350      "name": "61",
3351      "members": [
3352        {
3353          "name": "parent",
3354          "type": "str"
3355        },
3356        {
3357          "name": "child",
3358          "default": null,
3359          "type": "str"
3360        },
3361        {
3362          "name": "node",
3363          "default": null,
3364          "type": "str"
3365        }
3366      ],
3367      "meta-type": "object"
3368    },
3369    {
3370      "name": "62",
3371      "members": [
3372        {
3373          "name": "node-name",
3374          "type": "str"
3375        },
3376        {
3377          "name": "iothread",
3378          "type": "283"
3379        },
3380        {
3381          "name": "force",
3382          "default": null,
3383          "type": "bool"
3384        }
3385      ],
3386      "meta-type": "object"
3387    },
3388    {
3389      "name": "63",
3390      "members": [
3391        {
3392          "name": "addr",
3393          "type": "284"
3394        },
3395        {
3396          "name": "tls-creds",
3397          "default": null,
3398          "type": "str"
3399        },
3400        {
3401          "name": "tls-authz",
3402          "default": null,
3403          "type": "str"
3404        }
3405      ],
3406      "meta-type": "object"
3407    },
3408    {
3409      "name": "64",
3410      "members": [
3411        {
3412          "name": "device",
3413          "type": "str"
3414        },
3415        {
3416          "name": "name",
3417          "default": null,
3418          "type": "str"
3419        },
3420        {
3421          "name": "description",
3422          "default": null,
3423          "type": "str"
3424        },
3425        {
3426          "name": "writable",
3427          "default": null,
3428          "type": "bool"
3429        },
3430        {
3431          "name": "bitmap",
3432          "default": null,
3433          "type": "str"
3434        }
3435      ],
3436      "meta-type": "object"
3437    },
3438    {
3439      "name": "65",
3440      "members": [
3441        {
3442          "name": "name",
3443          "type": "str"
3444        },
3445        {
3446          "name": "mode",
3447          "default": null,
3448          "type": "285"
3449        }
3450      ],
3451      "meta-type": "object"
3452    },
3453    {
3454      "name": "66",
3455      "members": [
3456        {
3457          "name": "reference",
3458          "type": "str"
3459        },
3460        {
3461          "name": "sector-num",
3462          "type": "int"
3463        },
3464        {
3465          "name": "sectors-count",
3466          "type": "int"
3467        }
3468      ],
3469      "meta-type": "object"
3470    },
3471    {
3472      "name": "67",
3473      "members": [
3474        {
3475          "name": "type",
3476          "type": "286"
3477        },
3478        {
3479          "name": "error",
3480          "default": null,
3481          "type": "str"
3482        },
3483        {
3484          "name": "node-name",
3485          "type": "str"
3486        },
3487        {
3488          "name": "sector-num",
3489          "type": "int"
3490        },
3491        {
3492          "name": "sectors-count",
3493          "type": "int"
3494        }
3495      ],
3496      "meta-type": "object"
3497    },
3498    {
3499      "name": "68",
3500      "members": [
3501        {
3502          "name": "device",
3503          "type": "str"
3504        },
3505        {
3506          "name": "name",
3507          "type": "str"
3508        }
3509      ],
3510      "meta-type": "object"
3511    },
3512    {
3513      "name": "69",
3514      "members": [
3515        {
3516          "name": "device",
3517          "type": "str"
3518        },
3519        {
3520          "name": "id",
3521          "default": null,
3522          "type": "str"
3523        },
3524        {
3525          "name": "name",
3526          "default": null,
3527          "type": "str"
3528        }
3529      ],
3530      "meta-type": "object"
3531    },
3532    {
3533      "name": "70",
3534      "members": [
3535        {
3536          "name": "id",
3537          "type": "str"
3538        },
3539        {
3540          "name": "name",
3541          "type": "str"
3542        },
3543        {
3544          "name": "vm-state-size",
3545          "type": "int"
3546        },
3547        {
3548          "name": "date-sec",
3549          "type": "int"
3550        },
3551        {
3552          "name": "date-nsec",
3553          "type": "int"
3554        },
3555        {
3556          "name": "vm-clock-sec",
3557          "type": "int"
3558        },
3559        {
3560          "name": "vm-clock-nsec",
3561          "type": "int"
3562        }
3563      ],
3564      "meta-type": "object"
3565    },
3566    {
3567      "name": "71",
3568      "members": [
3569        {
3570          "name": "id",
3571          "type": "str"
3572        },
3573        {
3574          "name": "status",
3575          "type": "235"
3576        }
3577      ],
3578      "meta-type": "object"
3579    },
3580    {
3581      "name": "72",
3582      "members": [
3583        {
3584          "name": "id",
3585          "type": "str"
3586        }
3587      ],
3588      "meta-type": "object"
3589    },
3590    {
3591      "name": "73",
3592      "members": [
3593        {
3594          "name": "id",
3595          "type": "str"
3596        }
3597      ],
3598      "meta-type": "object"
3599    },
3600    {
3601      "name": "74",
3602      "members": [
3603        {
3604          "name": "id",
3605          "type": "str"
3606        }
3607      ],
3608      "meta-type": "object"
3609    },
3610    {
3611      "name": "75",
3612      "members": [
3613        {
3614          "name": "id",
3615          "type": "str"
3616        }
3617      ],
3618      "meta-type": "object"
3619    },
3620    {
3621      "name": "76",
3622      "members": [
3623        {
3624          "name": "id",
3625          "type": "str"
3626        }
3627      ],
3628      "meta-type": "object"
3629    },
3630    {
3631      "name": "77",
3632      "members": [
3633        {
3634          "name": "id",
3635          "type": "str"
3636        }
3637      ],
3638      "meta-type": "object"
3639    },
3640    {
3641      "name": "[78]",
3642      "element-type": "78",
3643      "meta-type": "array"
3644    },
3645    {
3646      "name": "78",
3647      "members": [
3648        {
3649          "name": "id",
3650          "type": "str"
3651        },
3652        {
3653          "name": "type",
3654          "type": "282"
3655        },
3656        {
3657          "name": "status",
3658          "type": "235"
3659        },
3660        {
3661          "name": "current-progress",
3662          "type": "int"
3663        },
3664        {
3665          "name": "total-progress",
3666          "type": "int"
3667        },
3668        {
3669          "name": "error",
3670          "default": null,
3671          "type": "str"
3672        }
3673      ],
3674      "meta-type": "object"
3675    },
3676    {
3677      "name": "[79]",
3678      "element-type": "79",
3679      "meta-type": "array"
3680    },
3681    {
3682      "name": "79",
3683      "members": [
3684        {
3685          "name": "label",
3686          "type": "str"
3687        },
3688        {
3689          "name": "filename",
3690          "type": "str"
3691        },
3692        {
3693          "name": "frontend-open",
3694          "type": "bool"
3695        }
3696      ],
3697      "meta-type": "object"
3698    },
3699    {
3700      "name": "[80]",
3701      "element-type": "80",
3702      "meta-type": "array"
3703    },
3704    {
3705      "name": "80",
3706      "members": [
3707        {
3708          "name": "name",
3709          "type": "str"
3710        }
3711      ],
3712      "meta-type": "object"
3713    },
3714    {
3715      "name": "81",
3716      "members": [
3717        {
3718          "name": "device",
3719          "type": "str"
3720        },
3721        {
3722          "name": "data",
3723          "type": "str"
3724        },
3725        {
3726          "name": "format",
3727          "default": null,
3728          "type": "287"
3729        }
3730      ],
3731      "meta-type": "object"
3732    },
3733    {
3734      "name": "82",
3735      "members": [
3736        {
3737          "name": "device",
3738          "type": "str"
3739        },
3740        {
3741          "name": "size",
3742          "type": "int"
3743        },
3744        {
3745          "name": "format",
3746          "default": null,
3747          "type": "287"
3748        }
3749      ],
3750      "meta-type": "object"
3751    },
3752    {
3753      "name": "str",
3754      "json-type": "string",
3755      "meta-type": "builtin"
3756    },
3757    {
3758      "name": "83",
3759      "members": [
3760        {
3761          "name": "id",
3762          "type": "str"
3763        },
3764        {
3765          "name": "backend",
3766          "type": "288"
3767        }
3768      ],
3769      "meta-type": "object"
3770    },
3771    {
3772      "name": "84",
3773      "members": [
3774        {
3775          "name": "pty",
3776          "default": null,
3777          "type": "str"
3778        }
3779      ],
3780      "meta-type": "object"
3781    },
3782    {
3783      "name": "85",
3784      "members": [
3785        {
3786          "name": "id",
3787          "type": "str"
3788        },
3789        {
3790          "name": "backend",
3791          "type": "288"
3792        }
3793      ],
3794      "meta-type": "object"
3795    },
3796    {
3797      "name": "86",
3798      "members": [
3799        {
3800          "name": "id",
3801          "type": "str"
3802        }
3803      ],
3804      "meta-type": "object"
3805    },
3806    {
3807      "name": "87",
3808      "members": [
3809        {
3810          "name": "id",
3811          "type": "str"
3812        }
3813      ],
3814      "meta-type": "object"
3815    },
3816    {
3817      "name": "88",
3818      "members": [
3819        {
3820          "name": "id",
3821          "type": "str"
3822        },
3823        {
3824          "name": "open",
3825          "type": "bool"
3826        }
3827      ],
3828      "meta-type": "object"
3829    },
3830    {
3831      "name": "89",
3832      "members": [
3833        {
3834          "name": "paging",
3835          "type": "bool"
3836        },
3837        {
3838          "name": "protocol",
3839          "type": "str"
3840        },
3841        {
3842          "name": "detach",
3843          "default": null,
3844          "type": "bool"
3845        },
3846        {
3847          "name": "begin",
3848          "default": null,
3849          "type": "int"
3850        },
3851        {
3852          "name": "length",
3853          "default": null,
3854          "type": "int"
3855        },
3856        {
3857          "name": "format",
3858          "default": null,
3859          "type": "289"
3860        }
3861      ],
3862      "meta-type": "object"
3863    },
3864    {
3865      "name": "90",
3866      "members": [
3867        {
3868          "name": "status",
3869          "type": "290"
3870        },
3871        {
3872          "name": "completed",
3873          "type": "int"
3874        },
3875        {
3876          "name": "total",
3877          "type": "int"
3878        }
3879      ],
3880      "meta-type": "object"
3881    },
3882    {
3883      "name": "91",
3884      "members": [
3885        {
3886          "name": "result",
3887          "type": "90"
3888        },
3889        {
3890          "name": "error",
3891          "default": null,
3892          "type": "str"
3893        }
3894      ],
3895      "meta-type": "object"
3896    },
3897    {
3898      "name": "92",
3899      "members": [
3900        {
3901          "name": "formats",
3902          "type": "[289]"
3903        }
3904      ],
3905      "meta-type": "object"
3906    },
3907    {
3908      "name": "93",
3909      "members": [
3910        {
3911          "name": "name",
3912          "type": "str"
3913        },
3914        {
3915          "name": "up",
3916          "type": "bool"
3917        }
3918      ],
3919      "meta-type": "object"
3920    },
3921    {
3922      "name": "94",
3923      "tag": "type",
3924      "variants": [
3925        {
3926          "case": "nic",
3927          "type": "292"
3928        },
3929        {
3930          "case": "user",
3931          "type": "293"
3932        },
3933        {
3934          "case": "tap",
3935          "type": "294"
3936        },
3937        {
3938          "case": "l2tpv3",
3939          "type": "295"
3940        },
3941        {
3942          "case": "socket",
3943          "type": "296"
3944        },
3945        {
3946          "case": "vde",
3947          "type": "297"
3948        },
3949        {
3950          "case": "bridge",
3951          "type": "298"
3952        },
3953        {
3954          "case": "hubport",
3955          "type": "299"
3956        },
3957        {
3958          "case": "netmap",
3959          "type": "300"
3960        },
3961        {
3962          "case": "vhost-user",
3963          "type": "301"
3964        },
3965        {
3966          "case": "vhost-vdpa",
3967          "type": "302"
3968        },
3969        {
3970          "case": "none",
3971          "type": "0"
3972        }
3973      ],
3974      "members": [
3975        {
3976          "name": "id",
3977          "type": "str"
3978        },
3979        {
3980          "name": "type",
3981          "type": "291"
3982        }
3983      ],
3984      "meta-type": "object"
3985    },
3986    {
3987      "name": "95",
3988      "members": [
3989        {
3990          "name": "id",
3991          "type": "str"
3992        }
3993      ],
3994      "meta-type": "object"
3995    },
3996    {
3997      "name": "96",
3998      "members": [
3999        {
4000          "name": "name",
4001          "default": null,
4002          "type": "str"
4003        }
4004      ],
4005      "meta-type": "object"
4006    },
4007    {
4008      "name": "[97]",
4009      "element-type": "97",
4010      "meta-type": "array"
4011    },
4012    {
4013      "name": "97",
4014      "members": [
4015        {
4016          "name": "name",
4017          "type": "str"
4018        },
4019        {
4020          "name": "promiscuous",
4021          "type": "bool"
4022        },
4023        {
4024          "name": "multicast",
4025          "type": "303"
4026        },
4027        {
4028          "name": "unicast",
4029          "type": "303"
4030        },
4031        {
4032          "name": "vlan",
4033          "type": "303"
4034        },
4035        {
4036          "name": "broadcast-allowed",
4037          "type": "bool"
4038        },
4039        {
4040          "name": "multicast-overflow",
4041          "type": "bool"
4042        },
4043        {
4044          "name": "unicast-overflow",
4045          "type": "bool"
4046        },
4047        {
4048          "name": "main-mac",
4049          "type": "str"
4050        },
4051        {
4052          "name": "vlan-table",
4053          "type": "[int]"
4054        },
4055        {
4056          "name": "unicast-table",
4057          "type": "[str]"
4058        },
4059        {
4060          "name": "multicast-table",
4061          "type": "[str]"
4062        }
4063      ],
4064      "meta-type": "object"
4065    },
4066    {
4067      "name": "98",
4068      "members": [
4069        {
4070          "name": "name",
4071          "default": null,
4072          "type": "str"
4073        },
4074        {
4075          "name": "path",
4076          "type": "str"
4077        }
4078      ],
4079      "meta-type": "object"
4080    },
4081    {
4082      "name": "99",
4083      "members": [
4084        {
4085          "name": "initial",
4086          "type": "int"
4087        },
4088        {
4089          "name": "max",
4090          "type": "int"
4091        },
4092        {
4093          "name": "rounds",
4094          "type": "int"
4095        },
4096        {
4097          "name": "step",
4098          "type": "int"
4099        },
4100        {
4101          "name": "interfaces",
4102          "default": null,
4103          "type": "[str]"
4104        },
4105        {
4106          "name": "id",
4107          "default": null,
4108          "type": "str"
4109        }
4110      ],
4111      "meta-type": "object"
4112    },
4113    {
4114      "name": "100",
4115      "members": [
4116        {
4117          "name": "device-id",
4118          "type": "str"
4119        }
4120      ],
4121      "meta-type": "object"
4122    },
4123    {
4124      "name": "101",
4125      "members": [
4126        {
4127          "name": "netdev",
4128          "type": "str"
4129        },
4130        {
4131          "name": "gid-status",
4132          "type": "bool"
4133        },
4134        {
4135          "name": "subnet-prefix",
4136          "type": "int"
4137        },
4138        {
4139          "name": "interface-id",
4140          "type": "int"
4141        }
4142      ],
4143      "meta-type": "object"
4144    },
4145    {
4146      "name": "102",
4147      "members": [
4148        {
4149          "name": "name",
4150          "type": "str"
4151        }
4152      ],
4153      "meta-type": "object"
4154    },
4155    {
4156      "name": "103",
4157      "members": [
4158        {
4159          "name": "name",
4160          "type": "str"
4161        },
4162        {
4163          "name": "id",
4164          "type": "int"
4165        },
4166        {
4167          "name": "ports",
4168          "type": "int"
4169        }
4170      ],
4171      "meta-type": "object"
4172    },
4173    {
4174      "name": "104",
4175      "members": [
4176        {
4177          "name": "name",
4178          "type": "str"
4179        }
4180      ],
4181      "meta-type": "object"
4182    },
4183    {
4184      "name": "[105]",
4185      "element-type": "105",
4186      "meta-type": "array"
4187    },
4188    {
4189      "name": "105",
4190      "members": [
4191        {
4192          "name": "name",
4193          "type": "str"
4194        },
4195        {
4196          "name": "enabled",
4197          "type": "bool"
4198        },
4199        {
4200          "name": "link-up",
4201          "type": "bool"
4202        },
4203        {
4204          "name": "speed",
4205          "type": "int"
4206        },
4207        {
4208          "name": "duplex",
4209          "type": "304"
4210        },
4211        {
4212          "name": "autoneg",
4213          "type": "305"
4214        }
4215      ],
4216      "meta-type": "object"
4217    },
4218    {
4219      "name": "106",
4220      "members": [
4221        {
4222          "name": "name",
4223          "type": "str"
4224        },
4225        {
4226          "name": "tbl-id",
4227          "default": null,
4228          "type": "int"
4229        }
4230      ],
4231      "meta-type": "object"
4232    },
4233    {
4234      "name": "[107]",
4235      "element-type": "107",
4236      "meta-type": "array"
4237    },
4238    {
4239      "name": "107",
4240      "members": [
4241        {
4242          "name": "cookie",
4243          "type": "int"
4244        },
4245        {
4246          "name": "hits",
4247          "type": "int"
4248        },
4249        {
4250          "name": "key",
4251          "type": "306"
4252        },
4253        {
4254          "name": "mask",
4255          "type": "307"
4256        },
4257        {
4258          "name": "action",
4259          "type": "308"
4260        }
4261      ],
4262      "meta-type": "object"
4263    },
4264    {
4265      "name": "108",
4266      "members": [
4267        {
4268          "name": "name",
4269          "type": "str"
4270        },
4271        {
4272          "name": "type",
4273          "default": null,
4274          "type": "int"
4275        }
4276      ],
4277      "meta-type": "object"
4278    },
4279    {
4280      "name": "[109]",
4281      "element-type": "109",
4282      "meta-type": "array"
4283    },
4284    {
4285      "name": "109",
4286      "members": [
4287        {
4288          "name": "id",
4289          "type": "int"
4290        },
4291        {
4292          "name": "type",
4293          "type": "int"
4294        },
4295        {
4296          "name": "vlan-id",
4297          "default": null,
4298          "type": "int"
4299        },
4300        {
4301          "name": "pport",
4302          "default": null,
4303          "type": "int"
4304        },
4305        {
4306          "name": "index",
4307          "default": null,
4308          "type": "int"
4309        },
4310        {
4311          "name": "out-pport",
4312          "default": null,
4313          "type": "int"
4314        },
4315        {
4316          "name": "group-id",
4317          "default": null,
4318          "type": "int"
4319        },
4320        {
4321          "name": "set-vlan-id",
4322          "default": null,
4323          "type": "int"
4324        },
4325        {
4326          "name": "pop-vlan",
4327          "default": null,
4328          "type": "int"
4329        },
4330        {
4331          "name": "group-ids",
4332          "default": null,
4333          "type": "[int]"
4334        },
4335        {
4336          "name": "set-eth-src",
4337          "default": null,
4338          "type": "str"
4339        },
4340        {
4341          "name": "set-eth-dst",
4342          "default": null,
4343          "type": "str"
4344        },
4345        {
4346          "name": "ttl-check",
4347          "default": null,
4348          "type": "int"
4349        }
4350      ],
4351      "meta-type": "object"
4352    },
4353    {
4354      "name": "[110]",
4355      "element-type": "110",
4356      "meta-type": "array"
4357    },
4358    {
4359      "name": "110",
4360      "meta-type": "enum",
4361      "values": [
4362        "tpm-tis",
4363        "tpm-crb",
4364        "tpm-spapr"
4365      ]
4366    },
4367    {
4368      "name": "[111]",
4369      "element-type": "111",
4370      "meta-type": "array"
4371    },
4372    {
4373      "name": "111",
4374      "meta-type": "enum",
4375      "values": [
4376        "passthrough",
4377        "emulator"
4378      ]
4379    },
4380    {
4381      "name": "[112]",
4382      "element-type": "112",
4383      "meta-type": "array"
4384    },
4385    {
4386      "name": "112",
4387      "members": [
4388        {
4389          "name": "id",
4390          "type": "str"
4391        },
4392        {
4393          "name": "model",
4394          "type": "110"
4395        },
4396        {
4397          "name": "options",
4398          "type": "309"
4399        }
4400      ],
4401      "meta-type": "object"
4402    },
4403    {
4404      "name": "113",
4405      "members": [
4406        {
4407          "name": "protocol",
4408          "type": "str"
4409        },
4410        {
4411          "name": "password",
4412          "type": "str"
4413        },
4414        {
4415          "name": "connected",
4416          "default": null,
4417          "type": "str"
4418        }
4419      ],
4420      "meta-type": "object"
4421    },
4422    {
4423      "name": "114",
4424      "members": [
4425        {
4426          "name": "protocol",
4427          "type": "str"
4428        },
4429        {
4430          "name": "time",
4431          "type": "str"
4432        }
4433      ],
4434      "meta-type": "object"
4435    },
4436    {
4437      "name": "115",
4438      "members": [
4439        {
4440          "name": "filename",
4441          "type": "str"
4442        },
4443        {
4444          "name": "device",
4445          "default": null,
4446          "type": "str"
4447        },
4448        {
4449          "name": "head",
4450          "default": null,
4451          "type": "int"
4452        }
4453      ],
4454      "meta-type": "object"
4455    },
4456    {
4457      "name": "116",
4458      "members": [
4459        {
4460          "name": "enabled",
4461          "type": "bool"
4462        },
4463        {
4464          "name": "migrated",
4465          "type": "bool"
4466        },
4467        {
4468          "name": "host",
4469          "default": null,
4470          "type": "str"
4471        },
4472        {
4473          "name": "port",
4474          "default": null,
4475          "type": "int"
4476        },
4477        {
4478          "name": "tls-port",
4479          "default": null,
4480          "type": "int"
4481        },
4482        {
4483          "name": "auth",
4484          "default": null,
4485          "type": "str"
4486        },
4487        {
4488          "name": "compiled-version",
4489          "default": null,
4490          "type": "str"
4491        },
4492        {
4493          "name": "mouse-mode",
4494          "type": "310"
4495        },
4496        {
4497          "name": "channels",
4498          "default": null,
4499          "type": "[311]"
4500        }
4501      ],
4502      "meta-type": "object"
4503    },
4504    {
4505      "name": "117",
4506      "members": [
4507        {
4508          "name": "server",
4509          "type": "312"
4510        },
4511        {
4512          "name": "client",
4513          "type": "312"
4514        }
4515      ],
4516      "meta-type": "object"
4517    },
4518    {
4519      "name": "118",
4520      "members": [
4521        {
4522          "name": "server",
4523          "type": "313"
4524        },
4525        {
4526          "name": "client",
4527          "type": "311"
4528        }
4529      ],
4530      "meta-type": "object"
4531    },
4532    {
4533      "name": "119",
4534      "members": [
4535        {
4536          "name": "server",
4537          "type": "312"
4538        },
4539        {
4540          "name": "client",
4541          "type": "312"
4542        }
4543      ],
4544      "meta-type": "object"
4545    },
4546    {
4547      "name": "120",
4548      "members": [
4549        {
4550          "name": "enabled",
4551          "type": "bool"
4552        },
4553        {
4554          "name": "host",
4555          "default": null,
4556          "type": "str"
4557        },
4558        {
4559          "name": "family",
4560          "default": null,
4561          "type": "314"
4562        },
4563        {
4564          "name": "service",
4565          "default": null,
4566          "type": "str"
4567        },
4568        {
4569          "name": "auth",
4570          "default": null,
4571          "type": "str"
4572        },
4573        {
4574          "name": "clients",
4575          "default": null,
4576          "type": "[315]"
4577        }
4578      ],
4579      "meta-type": "object"
4580    },
4581    {
4582      "name": "[121]",
4583      "element-type": "121",
4584      "meta-type": "array"
4585    },
4586    {
4587      "name": "121",
4588      "members": [
4589        {
4590          "name": "id",
4591          "type": "str"
4592        },
4593        {
4594          "name": "server",
4595          "type": "[316]"
4596        },
4597        {
4598          "name": "clients",
4599          "type": "[315]"
4600        },
4601        {
4602          "name": "auth",
4603          "type": "317"
4604        },
4605        {
4606          "name": "vencrypt",
4607          "default": null,
4608          "type": "318"
4609        },
4610        {
4611          "name": "display",
4612          "default": null,
4613          "type": "str"
4614        }
4615      ],
4616      "meta-type": "object"
4617    },
4618    {
4619      "name": "122",
4620      "members": [
4621        {
4622          "name": "password",
4623          "type": "str"
4624        }
4625      ],
4626      "meta-type": "object"
4627    },
4628    {
4629      "name": "123",
4630      "members": [
4631        {
4632          "name": "server",
4633          "type": "319"
4634        },
4635        {
4636          "name": "client",
4637          "type": "320"
4638        }
4639      ],
4640      "meta-type": "object"
4641    },
4642    {
4643      "name": "124",
4644      "members": [
4645        {
4646          "name": "server",
4647          "type": "319"
4648        },
4649        {
4650          "name": "client",
4651          "type": "315"
4652        }
4653      ],
4654      "meta-type": "object"
4655    },
4656    {
4657      "name": "125",
4658      "members": [
4659        {
4660          "name": "server",
4661          "type": "319"
4662        },
4663        {
4664          "name": "client",
4665          "type": "315"
4666        }
4667      ],
4668      "meta-type": "object"
4669    },
4670    {
4671      "name": "[126]",
4672      "element-type": "126",
4673      "meta-type": "array"
4674    },
4675    {
4676      "name": "126",
4677      "members": [
4678        {
4679          "name": "name",
4680          "type": "str"
4681        },
4682        {
4683          "name": "index",
4684          "type": "int"
4685        },
4686        {
4687          "name": "current",
4688          "type": "bool"
4689        },
4690        {
4691          "name": "absolute",
4692          "type": "bool"
4693        }
4694      ],
4695      "meta-type": "object"
4696    },
4697    {
4698      "name": "127",
4699      "members": [
4700        {
4701          "name": "keys",
4702          "type": "[321]"
4703        },
4704        {
4705          "name": "hold-time",
4706          "default": null,
4707          "type": "int"
4708        }
4709      ],
4710      "meta-type": "object"
4711    },
4712    {
4713      "name": "128",
4714      "members": [
4715        {
4716          "name": "device",
4717          "default": null,
4718          "type": "str"
4719        },
4720        {
4721          "name": "head",
4722          "default": null,
4723          "type": "int"
4724        },
4725        {
4726          "name": "events",
4727          "type": "[322]"
4728        }
4729      ],
4730      "meta-type": "object"
4731    },
4732    {
4733      "name": "129",
4734      "tag": "type",
4735      "variants": [
4736        {
4737          "case": "gtk",
4738          "type": "325"
4739        },
4740        {
4741          "case": "curses",
4742          "type": "326"
4743        },
4744        {
4745          "case": "egl-headless",
4746          "type": "327"
4747        },
4748        {
4749          "case": "default",
4750          "type": "0"
4751        },
4752        {
4753          "case": "none",
4754          "type": "0"
4755        },
4756        {
4757          "case": "sdl",
4758          "type": "0"
4759        },
4760        {
4761          "case": "cocoa",
4762          "type": "0"
4763        },
4764        {
4765          "case": "spice-app",
4766          "type": "0"
4767        }
4768      ],
4769      "members": [
4770        {
4771          "name": "type",
4772          "type": "323"
4773        },
4774        {
4775          "name": "full-screen",
4776          "default": null,
4777          "type": "bool"
4778        },
4779        {
4780          "name": "window-close",
4781          "default": null,
4782          "type": "bool"
4783        },
4784        {
4785          "name": "show-cursor",
4786          "default": null,
4787          "type": "bool"
4788        },
4789        {
4790          "name": "gl",
4791          "default": null,
4792          "type": "324"
4793        }
4794      ],
4795      "meta-type": "object"
4796    },
4797    {
4798      "name": "130",
4799      "members": [
4800        {
4801          "name": "status",
4802          "default": null,
4803          "type": "328"
4804        },
4805        {
4806          "name": "ram",
4807          "default": null,
4808          "type": "329"
4809        },
4810        {
4811          "name": "disk",
4812          "default": null,
4813          "type": "329"
4814        },
4815        {
4816          "name": "xbzrle-cache",
4817          "default": null,
4818          "type": "330"
4819        },
4820        {
4821          "name": "total-time",
4822          "default": null,
4823          "type": "int"
4824        },
4825        {
4826          "name": "expected-downtime",
4827          "default": null,
4828          "type": "int"
4829        },
4830        {
4831          "name": "downtime",
4832          "default": null,
4833          "type": "int"
4834        },
4835        {
4836          "name": "setup-time",
4837          "default": null,
4838          "type": "int"
4839        },
4840        {
4841          "name": "cpu-throttle-percentage",
4842          "default": null,
4843          "type": "int"
4844        },
4845        {
4846          "name": "error-desc",
4847          "default": null,
4848          "type": "str"
4849        },
4850        {
4851          "name": "postcopy-blocktime",
4852          "default": null,
4853          "type": "int"
4854        },
4855        {
4856          "name": "postcopy-vcpu-blocktime",
4857          "default": null,
4858          "type": "[int]"
4859        },
4860        {
4861          "name": "compression",
4862          "default": null,
4863          "type": "331"
4864        },
4865        {
4866          "name": "socket-address",
4867          "default": null,
4868          "type": "[332]"
4869        }
4870      ],
4871      "meta-type": "object"
4872    },
4873    {
4874      "name": "131",
4875      "members": [
4876        {
4877          "name": "capabilities",
4878          "type": "[132]"
4879        }
4880      ],
4881      "meta-type": "object"
4882    },
4883    {
4884      "name": "[132]",
4885      "element-type": "132",
4886      "meta-type": "array"
4887    },
4888    {
4889      "name": "132",
4890      "members": [
4891        {
4892          "name": "capability",
4893          "type": "333"
4894        },
4895        {
4896          "name": "state",
4897          "type": "bool"
4898        }
4899      ],
4900      "meta-type": "object"
4901    },
4902    {
4903      "name": "133",
4904      "members": [
4905        {
4906          "name": "announce-initial",
4907          "default": null,
4908          "type": "int"
4909        },
4910        {
4911          "name": "announce-max",
4912          "default": null,
4913          "type": "int"
4914        },
4915        {
4916          "name": "announce-rounds",
4917          "default": null,
4918          "type": "int"
4919        },
4920        {
4921          "name": "announce-step",
4922          "default": null,
4923          "type": "int"
4924        },
4925        {
4926          "name": "compress-level",
4927          "default": null,
4928          "type": "int"
4929        },
4930        {
4931          "name": "compress-threads",
4932          "default": null,
4933          "type": "int"
4934        },
4935        {
4936          "name": "compress-wait-thread",
4937          "default": null,
4938          "type": "bool"
4939        },
4940        {
4941          "name": "decompress-threads",
4942          "default": null,
4943          "type": "int"
4944        },
4945        {
4946          "name": "throttle-trigger-threshold",
4947          "default": null,
4948          "type": "int"
4949        },
4950        {
4951          "name": "cpu-throttle-initial",
4952          "default": null,
4953          "type": "int"
4954        },
4955        {
4956          "name": "cpu-throttle-increment",
4957          "default": null,
4958          "type": "int"
4959        },
4960        {
4961          "name": "cpu-throttle-tailslow",
4962          "default": null,
4963          "type": "bool"
4964        },
4965        {
4966          "name": "tls-creds",
4967          "default": null,
4968          "type": "283"
4969        },
4970        {
4971          "name": "tls-hostname",
4972          "default": null,
4973          "type": "283"
4974        },
4975        {
4976          "name": "tls-authz",
4977          "default": null,
4978          "type": "283"
4979        },
4980        {
4981          "name": "max-bandwidth",
4982          "default": null,
4983          "type": "int"
4984        },
4985        {
4986          "name": "downtime-limit",
4987          "default": null,
4988          "type": "int"
4989        },
4990        {
4991          "name": "x-checkpoint-delay",
4992          "default": null,
4993          "type": "int"
4994        },
4995        {
4996          "name": "block-incremental",
4997          "default": null,
4998          "type": "bool"
4999        },
5000        {
5001          "name": "multifd-channels",
5002          "default": null,
5003          "type": "int"
5004        },
5005        {
5006          "name": "xbzrle-cache-size",
5007          "default": null,
5008          "type": "int"
5009        },
5010        {
5011          "name": "max-postcopy-bandwidth",
5012          "default": null,
5013          "type": "int"
5014        },
5015        {
5016          "name": "max-cpu-throttle",
5017          "default": null,
5018          "type": "int"
5019        },
5020        {
5021          "name": "multifd-compression",
5022          "default": null,
5023          "type": "334"
5024        },
5025        {
5026          "name": "multifd-zlib-level",
5027          "default": null,
5028          "type": "int"
5029        },
5030        {
5031          "name": "multifd-zstd-level",
5032          "default": null,
5033          "type": "int"
5034        }
5035      ],
5036      "meta-type": "object"
5037    },
5038    {
5039      "name": "134",
5040      "members": [
5041        {
5042          "name": "announce-initial",
5043          "default": null,
5044          "type": "int"
5045        },
5046        {
5047          "name": "announce-max",
5048          "default": null,
5049          "type": "int"
5050        },
5051        {
5052          "name": "announce-rounds",
5053          "default": null,
5054          "type": "int"
5055        },
5056        {
5057          "name": "announce-step",
5058          "default": null,
5059          "type": "int"
5060        },
5061        {
5062          "name": "compress-level",
5063          "default": null,
5064          "type": "int"
5065        },
5066        {
5067          "name": "compress-threads",
5068          "default": null,
5069          "type": "int"
5070        },
5071        {
5072          "name": "compress-wait-thread",
5073          "default": null,
5074          "type": "bool"
5075        },
5076        {
5077          "name": "decompress-threads",
5078          "default": null,
5079          "type": "int"
5080        },
5081        {
5082          "name": "throttle-trigger-threshold",
5083          "default": null,
5084          "type": "int"
5085        },
5086        {
5087          "name": "cpu-throttle-initial",
5088          "default": null,
5089          "type": "int"
5090        },
5091        {
5092          "name": "cpu-throttle-increment",
5093          "default": null,
5094          "type": "int"
5095        },
5096        {
5097          "name": "cpu-throttle-tailslow",
5098          "default": null,
5099          "type": "bool"
5100        },
5101        {
5102          "name": "tls-creds",
5103          "default": null,
5104          "type": "str"
5105        },
5106        {
5107          "name": "tls-hostname",
5108          "default": null,
5109          "type": "str"
5110        },
5111        {
5112          "name": "tls-authz",
5113          "default": null,
5114          "type": "str"
5115        },
5116        {
5117          "name": "max-bandwidth",
5118          "default": null,
5119          "type": "int"
5120        },
5121        {
5122          "name": "downtime-limit",
5123          "default": null,
5124          "type": "int"
5125        },
5126        {
5127          "name": "x-checkpoint-delay",
5128          "default": null,
5129          "type": "int"
5130        },
5131        {
5132          "name": "block-incremental",
5133          "default": null,
5134          "type": "bool"
5135        },
5136        {
5137          "name": "multifd-channels",
5138          "default": null,
5139          "type": "int"
5140        },
5141        {
5142          "name": "xbzrle-cache-size",
5143          "default": null,
5144          "type": "int"
5145        },
5146        {
5147          "name": "max-postcopy-bandwidth",
5148          "default": null,
5149          "type": "int"
5150        },
5151        {
5152          "name": "max-cpu-throttle",
5153          "default": null,
5154          "type": "int"
5155        },
5156        {
5157          "name": "multifd-compression",
5158          "default": null,
5159          "type": "334"
5160        },
5161        {
5162          "name": "multifd-zlib-level",
5163          "default": null,
5164          "type": "int"
5165        },
5166        {
5167          "name": "multifd-zstd-level",
5168          "default": null,
5169          "type": "int"
5170        }
5171      ],
5172      "meta-type": "object"
5173    },
5174    {
5175      "name": "135",
5176      "members": [
5177        {
5178          "name": "protocol",
5179          "type": "str"
5180        },
5181        {
5182          "name": "hostname",
5183          "type": "str"
5184        },
5185        {
5186          "name": "port",
5187          "default": null,
5188          "type": "int"
5189        },
5190        {
5191          "name": "tls-port",
5192          "default": null,
5193          "type": "int"
5194        },
5195        {
5196          "name": "cert-subject",
5197          "default": null,
5198          "type": "str"
5199        }
5200      ],
5201      "meta-type": "object"
5202    },
5203    {
5204      "name": "136",
5205      "members": [
5206        {
5207          "name": "status",
5208          "type": "328"
5209        }
5210      ],
5211      "meta-type": "object"
5212    },
5213    {
5214      "name": "137",
5215      "members": [
5216        {
5217          "name": "pass",
5218          "type": "int"
5219        }
5220      ],
5221      "meta-type": "object"
5222    },
5223    {
5224      "name": "138",
5225      "members": [
5226        {
5227          "name": "mode",
5228          "type": "335"
5229        },
5230        {
5231          "name": "reason",
5232          "type": "336"
5233        }
5234      ],
5235      "meta-type": "object"
5236    },
5237    {
5238      "name": "139",
5239      "members": [
5240        {
5241          "name": "state",
5242          "type": "328"
5243        }
5244      ],
5245      "meta-type": "object"
5246    },
5247    {
5248      "name": "140",
5249      "members": [
5250        {
5251          "name": "value",
5252          "type": "number"
5253        }
5254      ],
5255      "meta-type": "object"
5256    },
5257    {
5258      "name": "141",
5259      "members": [
5260        {
5261          "name": "value",
5262          "type": "int"
5263        }
5264      ],
5265      "meta-type": "object"
5266    },
5267    {
5268      "name": "142",
5269      "members": [
5270        {
5271          "name": "value",
5272          "type": "int"
5273        }
5274      ],
5275      "meta-type": "object"
5276    },
5277    {
5278      "name": "int",
5279      "json-type": "int",
5280      "meta-type": "builtin"
5281    },
5282    {
5283      "name": "143",
5284      "members": [
5285        {
5286          "name": "uri",
5287          "type": "str"
5288        },
5289        {
5290          "name": "blk",
5291          "default": null,
5292          "type": "bool"
5293        },
5294        {
5295          "name": "inc",
5296          "default": null,
5297          "type": "bool"
5298        },
5299        {
5300          "name": "detach",
5301          "default": null,
5302          "type": "bool"
5303        },
5304        {
5305          "name": "resume",
5306          "default": null,
5307          "type": "bool"
5308        }
5309      ],
5310      "meta-type": "object"
5311    },
5312    {
5313      "name": "144",
5314      "members": [
5315        {
5316          "name": "uri",
5317          "type": "str"
5318        }
5319      ],
5320      "meta-type": "object"
5321    },
5322    {
5323      "name": "145",
5324      "members": [
5325        {
5326          "name": "filename",
5327          "type": "str"
5328        },
5329        {
5330          "name": "live",
5331          "default": null,
5332          "type": "bool"
5333        }
5334      ],
5335      "meta-type": "object"
5336    },
5337    {
5338      "name": "146",
5339      "members": [
5340        {
5341          "name": "enable",
5342          "type": "bool"
5343        },
5344        {
5345          "name": "primary",
5346          "type": "bool"
5347        },
5348        {
5349          "name": "failover",
5350          "default": null,
5351          "type": "bool"
5352        }
5353      ],
5354      "meta-type": "object"
5355    },
5356    {
5357      "name": "147",
5358      "members": [
5359        {
5360          "name": "error",
5361          "type": "bool"
5362        },
5363        {
5364          "name": "desc",
5365          "default": null,
5366          "type": "str"
5367        }
5368      ],
5369      "meta-type": "object"
5370    },
5371    {
5372      "name": "148",
5373      "members": [
5374        {
5375          "name": "mode",
5376          "type": "335"
5377        },
5378        {
5379          "name": "last-mode",
5380          "type": "335"
5381        },
5382        {
5383          "name": "reason",
5384          "type": "336"
5385        }
5386      ],
5387      "meta-type": "object"
5388    },
5389    {
5390      "name": "149",
5391      "members": [
5392        {
5393          "name": "uri",
5394          "type": "str"
5395        }
5396      ],
5397      "meta-type": "object"
5398    },
5399    {
5400      "name": "150",
5401      "members": [
5402        {
5403          "name": "device-id",
5404          "type": "str"
5405        }
5406      ],
5407      "meta-type": "object"
5408    },
5409    {
5410      "name": "151",
5411      "members": [
5412        {
5413          "name": "actions",
5414          "type": "[337]"
5415        },
5416        {
5417          "name": "properties",
5418          "default": null,
5419          "type": "338"
5420        }
5421      ],
5422      "meta-type": "object"
5423    },
5424    {
5425      "name": "152",
5426      "members": [
5427        {
5428          "name": "name",
5429          "type": "str"
5430        },
5431        {
5432          "name": "vcpu",
5433          "default": null,
5434          "type": "int"
5435        }
5436      ],
5437      "meta-type": "object"
5438    },
5439    {
5440      "name": "[153]",
5441      "element-type": "153",
5442      "meta-type": "array"
5443    },
5444    {
5445      "name": "153",
5446      "members": [
5447        {
5448          "name": "name",
5449          "type": "str"
5450        },
5451        {
5452          "name": "state",
5453          "type": "339"
5454        },
5455        {
5456          "name": "vcpu",
5457          "type": "bool"
5458        }
5459      ],
5460      "meta-type": "object"
5461    },
5462    {
5463      "name": "154",
5464      "members": [
5465        {
5466          "name": "name",
5467          "type": "str"
5468        },
5469        {
5470          "name": "enable",
5471          "type": "bool"
5472        },
5473        {
5474          "name": "ignore-unavailable",
5475          "default": null,
5476          "type": "bool"
5477        },
5478        {
5479          "name": "vcpu",
5480          "default": null,
5481          "type": "int"
5482        }
5483      ],
5484      "meta-type": "object"
5485    },
5486    {
5487      "name": "155",
5488      "members": [
5489        {
5490          "name": "enable",
5491          "default": null,
5492          "type": "[340]"
5493        }
5494      ],
5495      "meta-type": "object"
5496    },
5497    {
5498      "name": "156",
5499      "members": [
5500        {
5501          "name": "qemu",
5502          "type": "341"
5503        },
5504        {
5505          "name": "package",
5506          "type": "str"
5507        }
5508      ],
5509      "meta-type": "object"
5510    },
5511    {
5512      "name": "[157]",
5513      "element-type": "157",
5514      "meta-type": "array"
5515    },
5516    {
5517      "name": "157",
5518      "members": [
5519        {
5520          "name": "name",
5521          "type": "str"
5522        }
5523      ],
5524      "meta-type": "object"
5525    },
5526    {
5527      "name": "[158]",
5528      "element-type": "158",
5529      "meta-type": "array"
5530    },
5531    {
5532      "name": "158",
5533      "members": [
5534        {
5535          "name": "name",
5536          "type": "str"
5537        }
5538      ],
5539      "meta-type": "object"
5540    },
5541    {
5542      "name": "[159]",
5543      "element-type": "159",
5544      "meta-type": "array"
5545    },
5546    {
5547      "name": "159",
5548      "tag": "meta-type",
5549      "variants": [
5550        {
5551          "case": "builtin",
5552          "type": "343"
5553        },
5554        {
5555          "case": "enum",
5556          "type": "344"
5557        },
5558        {
5559          "case": "array",
5560          "type": "345"
5561        },
5562        {
5563          "case": "object",
5564          "type": "346"
5565        },
5566        {
5567          "case": "alternate",
5568          "type": "347"
5569        },
5570        {
5571          "case": "command",
5572          "type": "348"
5573        },
5574        {
5575          "case": "event",
5576          "type": "349"
5577        }
5578      ],
5579      "members": [
5580        {
5581          "name": "name",
5582          "type": "str"
5583        },
5584        {
5585          "name": "meta-type",
5586          "type": "342"
5587        },
5588        {
5589          "name": "features",
5590          "default": null,
5591          "type": "[str]"
5592        }
5593      ],
5594      "meta-type": "object"
5595    },
5596    {
5597      "name": "160",
5598      "members": [
5599        {
5600          "name": "path",
5601          "type": "str"
5602        }
5603      ],
5604      "meta-type": "object"
5605    },
5606    {
5607      "name": "[161]",
5608      "element-type": "161",
5609      "meta-type": "array"
5610    },
5611    {
5612      "name": "161",
5613      "members": [
5614        {
5615          "name": "name",
5616          "type": "str"
5617        },
5618        {
5619          "name": "type",
5620          "type": "str"
5621        },
5622        {
5623          "name": "description",
5624          "default": null,
5625          "type": "str"
5626        },
5627        {
5628          "name": "default-value",
5629          "default": null,
5630          "type": "any"
5631        }
5632      ],
5633      "meta-type": "object"
5634    },
5635    {
5636      "name": "162",
5637      "members": [
5638        {
5639          "name": "path",
5640          "type": "str"
5641        },
5642        {
5643          "name": "property",
5644          "type": "str"
5645        }
5646      ],
5647      "meta-type": "object"
5648    },
5649    {
5650      "name": "any",
5651      "json-type": "value",
5652      "meta-type": "builtin"
5653    },
5654    {
5655      "name": "163",
5656      "members": [
5657        {
5658          "name": "path",
5659          "type": "str"
5660        },
5661        {
5662          "name": "property",
5663          "type": "str"
5664        },
5665        {
5666          "name": "value",
5667          "type": "any"
5668        }
5669      ],
5670      "meta-type": "object"
5671    },
5672    {
5673      "name": "164",
5674      "members": [
5675        {
5676          "name": "implements",
5677          "default": null,
5678          "type": "str"
5679        },
5680        {
5681          "name": "abstract",
5682          "default": null,
5683          "type": "bool"
5684        }
5685      ],
5686      "meta-type": "object"
5687    },
5688    {
5689      "name": "[165]",
5690      "element-type": "165",
5691      "meta-type": "array"
5692    },
5693    {
5694      "name": "165",
5695      "members": [
5696        {
5697          "name": "name",
5698          "type": "str"
5699        },
5700        {
5701          "name": "abstract",
5702          "default": null,
5703          "type": "bool"
5704        },
5705        {
5706          "name": "parent",
5707          "default": null,
5708          "type": "str"
5709        }
5710      ],
5711      "meta-type": "object"
5712    },
5713    {
5714      "name": "166",
5715      "members": [
5716        {
5717          "name": "typename",
5718          "type": "str"
5719        }
5720      ],
5721      "meta-type": "object"
5722    },
5723    {
5724      "name": "167",
5725      "members": [
5726        {
5727          "name": "qom-type",
5728          "type": "str"
5729        },
5730        {
5731          "name": "id",
5732          "type": "str"
5733        },
5734        {
5735          "name": "props",
5736          "default": null,
5737          "type": "any"
5738        }
5739      ],
5740      "meta-type": "object"
5741    },
5742    {
5743      "name": "168",
5744      "members": [
5745        {
5746          "name": "id",
5747          "type": "str"
5748        }
5749      ],
5750      "meta-type": "object"
5751    },
5752    {
5753      "name": "169",
5754      "members": [
5755        {
5756          "name": "typename",
5757          "type": "str"
5758        }
5759      ],
5760      "meta-type": "object"
5761    },
5762    {
5763      "name": "170",
5764      "members": [
5765        {
5766          "name": "driver",
5767          "type": "str"
5768        },
5769        {
5770          "name": "bus",
5771          "default": null,
5772          "type": "str"
5773        },
5774        {
5775          "name": "id",
5776          "default": null,
5777          "type": "str"
5778        }
5779      ],
5780      "meta-type": "object"
5781    },
5782    {
5783      "name": "171",
5784      "members": [
5785        {
5786          "name": "id",
5787          "type": "str"
5788        }
5789      ],
5790      "meta-type": "object"
5791    },
5792    {
5793      "name": "172",
5794      "members": [
5795        {
5796          "name": "device",
5797          "default": null,
5798          "type": "str"
5799        },
5800        {
5801          "name": "path",
5802          "type": "str"
5803        }
5804      ],
5805      "meta-type": "object"
5806    },
5807    {
5808      "name": "[173]",
5809      "element-type": "173",
5810      "meta-type": "array"
5811    },
5812    {
5813      "name": "173",
5814      "tag": "arch",
5815      "variants": [
5816        {
5817          "case": "x86",
5818          "type": "352"
5819        },
5820        {
5821          "case": "sparc",
5822          "type": "353"
5823        },
5824        {
5825          "case": "ppc",
5826          "type": "354"
5827        },
5828        {
5829          "case": "mips",
5830          "type": "355"
5831        },
5832        {
5833          "case": "tricore",
5834          "type": "356"
5835        },
5836        {
5837          "case": "s390",
5838          "type": "357"
5839        },
5840        {
5841          "case": "riscv",
5842          "type": "358"
5843        },
5844        {
5845          "case": "other",
5846          "type": "0"
5847        }
5848      ],
5849      "members": [
5850        {
5851          "name": "CPU",
5852          "type": "int"
5853        },
5854        {
5855          "name": "current",
5856          "type": "bool"
5857        },
5858        {
5859          "name": "halted",
5860          "type": "bool"
5861        },
5862        {
5863          "name": "qom_path",
5864          "type": "str"
5865        },
5866        {
5867          "name": "thread_id",
5868          "type": "int"
5869        },
5870        {
5871          "name": "props",
5872          "default": null,
5873          "type": "350"
5874        },
5875        {
5876          "name": "arch",
5877          "type": "351"
5878        }
5879      ],
5880      "meta-type": "object"
5881    },
5882    {
5883      "name": "[174]",
5884      "element-type": "174",
5885      "meta-type": "array"
5886    },
5887    {
5888      "name": "174",
5889      "tag": "target",
5890      "variants": [
5891        {
5892          "case": "s390x",
5893          "type": "357"
5894        },
5895        {
5896          "case": "aarch64",
5897          "type": "0"
5898        },
5899        {
5900          "case": "alpha",
5901          "type": "0"
5902        },
5903        {
5904          "case": "arm",
5905          "type": "0"
5906        },
5907        {
5908          "case": "avr",
5909          "type": "0"
5910        },
5911        {
5912          "case": "cris",
5913          "type": "0"
5914        },
5915        {
5916          "case": "hppa",
5917          "type": "0"
5918        },
5919        {
5920          "case": "i386",
5921          "type": "0"
5922        },
5923        {
5924          "case": "lm32",
5925          "type": "0"
5926        },
5927        {
5928          "case": "m68k",
5929          "type": "0"
5930        },
5931        {
5932          "case": "microblaze",
5933          "type": "0"
5934        },
5935        {
5936          "case": "microblazeel",
5937          "type": "0"
5938        },
5939        {
5940          "case": "mips",
5941          "type": "0"
5942        },
5943        {
5944          "case": "mips64",
5945          "type": "0"
5946        },
5947        {
5948          "case": "mips64el",
5949          "type": "0"
5950        },
5951        {
5952          "case": "mipsel",
5953          "type": "0"
5954        },
5955        {
5956          "case": "moxie",
5957          "type": "0"
5958        },
5959        {
5960          "case": "nios2",
5961          "type": "0"
5962        },
5963        {
5964          "case": "or1k",
5965          "type": "0"
5966        },
5967        {
5968          "case": "ppc",
5969          "type": "0"
5970        },
5971        {
5972          "case": "ppc64",
5973          "type": "0"
5974        },
5975        {
5976          "case": "riscv32",
5977          "type": "0"
5978        },
5979        {
5980          "case": "riscv64",
5981          "type": "0"
5982        },
5983        {
5984          "case": "rx",
5985          "type": "0"
5986        },
5987        {
5988          "case": "sh4",
5989          "type": "0"
5990        },
5991        {
5992          "case": "sh4eb",
5993          "type": "0"
5994        },
5995        {
5996          "case": "sparc",
5997          "type": "0"
5998        },
5999        {
6000          "case": "sparc64",
6001          "type": "0"
6002        },
6003        {
6004          "case": "tricore",
6005          "type": "0"
6006        },
6007        {
6008          "case": "unicore32",
6009          "type": "0"
6010        },
6011        {
6012          "case": "x86_64",
6013          "type": "0"
6014        },
6015        {
6016          "case": "xtensa",
6017          "type": "0"
6018        },
6019        {
6020          "case": "xtensaeb",
6021          "type": "0"
6022        }
6023      ],
6024      "members": [
6025        {
6026          "name": "cpu-index",
6027          "type": "int"
6028        },
6029        {
6030          "name": "qom-path",
6031          "type": "str"
6032        },
6033        {
6034          "name": "thread-id",
6035          "type": "int"
6036        },
6037        {
6038          "name": "props",
6039          "default": null,
6040          "type": "350"
6041        },
6042        {
6043          "name": "arch",
6044          "type": "351",
6045          "features": [
6046            "deprecated"
6047          ]
6048        },
6049        {
6050          "name": "target",
6051          "type": "359"
6052        }
6053      ],
6054      "meta-type": "object"
6055    },
6056    {
6057      "name": "175",
6058      "members": [
6059        {
6060          "name": "id",
6061          "type": "int"
6062        }
6063      ],
6064      "meta-type": "object"
6065    },
6066    {
6067      "name": "[176]",
6068      "element-type": "176",
6069      "meta-type": "array"
6070    },
6071    {
6072      "name": "176",
6073      "members": [
6074        {
6075          "name": "name",
6076          "type": "str"
6077        },
6078        {
6079          "name": "alias",
6080          "default": null,
6081          "type": "str"
6082        },
6083        {
6084          "name": "is-default",
6085          "default": null,
6086          "type": "bool"
6087        },
6088        {
6089          "name": "cpu-max",
6090          "type": "int"
6091        },
6092        {
6093          "name": "hotpluggable-cpus",
6094          "type": "bool"
6095        },
6096        {
6097          "name": "numa-mem-supported",
6098          "type": "bool"
6099        },
6100        {
6101          "name": "deprecated",
6102          "type": "bool"
6103        },
6104        {
6105          "name": "default-cpu-type",
6106          "default": null,
6107          "type": "str"
6108        }
6109      ],
6110      "meta-type": "object"
6111    },
6112    {
6113      "name": "177",
6114      "members": [
6115        {
6116          "name": "wakeup-suspend-support",
6117          "type": "bool"
6118        }
6119      ],
6120      "meta-type": "object"
6121    },
6122    {
6123      "name": "178",
6124      "members": [
6125        {
6126          "name": "arch",
6127          "type": "359"
6128        }
6129      ],
6130      "meta-type": "object"
6131    },
6132    {
6133      "name": "[179]",
6134      "element-type": "179",
6135      "meta-type": "array"
6136    },
6137    {
6138      "name": "179",
6139      "members": [
6140        {
6141          "name": "id",
6142          "default": null,
6143          "type": "str"
6144        },
6145        {
6146          "name": "size",
6147          "type": "int"
6148        },
6149        {
6150          "name": "merge",
6151          "type": "bool"
6152        },
6153        {
6154          "name": "dump",
6155          "type": "bool"
6156        },
6157        {
6158          "name": "prealloc",
6159          "type": "bool"
6160        },
6161        {
6162          "name": "host-nodes",
6163          "type": "[int]"
6164        },
6165        {
6166          "name": "policy",
6167          "type": "360"
6168        }
6169      ],
6170      "meta-type": "object"
6171    },
6172    {
6173      "name": "[180]",
6174      "element-type": "180",
6175      "meta-type": "array"
6176    },
6177    {
6178      "name": "180",
6179      "members": [
6180        {
6181          "name": "type",
6182          "type": "str"
6183        },
6184        {
6185          "name": "vcpus-count",
6186          "type": "int"
6187        },
6188        {
6189          "name": "props",
6190          "type": "350"
6191        },
6192        {
6193          "name": "qom-path",
6194          "default": null,
6195          "type": "str"
6196        }
6197      ],
6198      "meta-type": "object"
6199    },
6200    {
6201      "name": "181",
6202      "tag": "type",
6203      "variants": [
6204        {
6205          "case": "node",
6206          "type": "362"
6207        },
6208        {
6209          "case": "dist",
6210          "type": "363"
6211        },
6212        {
6213          "case": "cpu",
6214          "type": "364"
6215        },
6216        {
6217          "case": "hmat-lb",
6218          "type": "365"
6219        },
6220        {
6221          "case": "hmat-cache",
6222          "type": "366"
6223        }
6224      ],
6225      "members": [
6226        {
6227          "name": "type",
6228          "type": "361"
6229        }
6230      ],
6231      "meta-type": "object"
6232    },
6233    {
6234      "name": "186",
6235      "members": [
6236        {
6237          "name": "type",
6238          "type": "369"
6239        },
6240        {
6241          "name": "model",
6242          "type": "367"
6243        }
6244      ],
6245      "meta-type": "object"
6246    },
6247    {
6248      "name": "187",
6249      "members": [
6250        {
6251          "name": "model",
6252          "type": "367"
6253        }
6254      ],
6255      "meta-type": "object"
6256    },
6257    {
6258      "name": "[188]",
6259      "element-type": "188",
6260      "meta-type": "array"
6261    },
6262    {
6263      "name": "188",
6264      "members": [
6265        {
6266          "name": "name",
6267          "type": "str"
6268        },
6269        {
6270          "name": "migration-safe",
6271          "default": null,
6272          "type": "bool"
6273        },
6274        {
6275          "name": "static",
6276          "type": "bool"
6277        },
6278        {
6279          "name": "unavailable-features",
6280          "default": null,
6281          "type": "[str]"
6282        },
6283        {
6284          "name": "typename",
6285          "type": "str"
6286        },
6287        {
6288          "name": "alias-of",
6289          "default": null,
6290          "type": "str"
6291        }
6292      ],
6293      "meta-type": "object"
6294    },
6295    {
6296      "name": "189",
6297      "members": [
6298        {
6299          "name": "protocol",
6300          "type": "str"
6301        },
6302        {
6303          "name": "fdname",
6304          "type": "str"
6305        },
6306        {
6307          "name": "skipauth",
6308          "default": null,
6309          "type": "bool"
6310        },
6311        {
6312          "name": "tls",
6313          "default": null,
6314          "type": "bool"
6315        }
6316      ],
6317      "meta-type": "object"
6318    },
6319    {
6320      "name": "190",
6321      "members": [
6322        {
6323          "name": "name",
6324          "default": null,
6325          "type": "str"
6326        }
6327      ],
6328      "meta-type": "object"
6329    },
6330    {
6331      "name": "191",
6332      "members": [
6333        {
6334          "name": "enabled",
6335          "type": "bool"
6336        },
6337        {
6338          "name": "present",
6339          "type": "bool"
6340        }
6341      ],
6342      "meta-type": "object"
6343    },
6344    {
6345      "name": "192",
6346      "members": [
6347        {
6348          "name": "UUID",
6349          "type": "str"
6350        }
6351      ],
6352      "meta-type": "object"
6353    },
6354    {
6355      "name": "[193]",
6356      "element-type": "193",
6357      "meta-type": "array"
6358    },
6359    {
6360      "name": "193",
6361      "members": [
6362        {
6363          "name": "id",
6364          "type": "str"
6365        },
6366        {
6367          "name": "thread-id",
6368          "type": "int"
6369        },
6370        {
6371          "name": "poll-max-ns",
6372          "type": "int"
6373        },
6374        {
6375          "name": "poll-grow",
6376          "type": "int"
6377        },
6378        {
6379          "name": "poll-shrink",
6380          "type": "int"
6381        }
6382      ],
6383      "meta-type": "object"
6384    },
6385    {
6386      "name": "194",
6387      "members": [
6388        {
6389          "name": "actual",
6390          "type": "int"
6391        }
6392      ],
6393      "meta-type": "object"
6394    },
6395    {
6396      "name": "195",
6397      "members": [
6398        {
6399          "name": "actual",
6400          "type": "int"
6401        }
6402      ],
6403      "meta-type": "object"
6404    },
6405    {
6406      "name": "[196]",
6407      "element-type": "196",
6408      "meta-type": "array"
6409    },
6410    {
6411      "name": "196",
6412      "members": [
6413        {
6414          "name": "bus",
6415          "type": "int"
6416        },
6417        {
6418          "name": "devices",
6419          "type": "[370]"
6420        }
6421      ],
6422      "meta-type": "object"
6423    },
6424    {
6425      "name": "197",
6426      "members": [
6427        {
6428          "name": "val",
6429          "type": "int"
6430        },
6431        {
6432          "name": "size",
6433          "type": "int"
6434        },
6435        {
6436          "name": "filename",
6437          "type": "str"
6438        },
6439        {
6440          "name": "cpu-index",
6441          "default": null,
6442          "type": "int"
6443        }
6444      ],
6445      "meta-type": "object"
6446    },
6447    {
6448      "name": "198",
6449      "members": [
6450        {
6451          "name": "val",
6452          "type": "int"
6453        },
6454        {
6455          "name": "size",
6456          "type": "int"
6457        },
6458        {
6459          "name": "filename",
6460          "type": "str"
6461        }
6462      ],
6463      "meta-type": "object"
6464    },
6465    {
6466      "name": "199",
6467      "members": [
6468        {
6469          "name": "value",
6470          "type": "int"
6471        }
6472      ],
6473      "meta-type": "object"
6474    },
6475    {
6476      "name": "200",
6477      "members": [
6478        {
6479          "name": "command-line",
6480          "type": "str"
6481        },
6482        {
6483          "name": "cpu-index",
6484          "default": null,
6485          "type": "int"
6486        }
6487      ],
6488      "meta-type": "object"
6489    },
6490    {
6491      "name": "201",
6492      "members": [
6493        {
6494          "name": "device",
6495          "type": "str"
6496        },
6497        {
6498          "name": "target",
6499          "type": "str"
6500        },
6501        {
6502          "name": "arg",
6503          "default": null,
6504          "type": "str"
6505        }
6506      ],
6507      "meta-type": "object"
6508    },
6509    {
6510      "name": "202",
6511      "members": [
6512        {
6513          "name": "enable",
6514          "type": "bool"
6515        }
6516      ],
6517      "meta-type": "object"
6518    },
6519    {
6520      "name": "203",
6521      "members": [
6522        {
6523          "name": "fdname",
6524          "type": "str"
6525        }
6526      ],
6527      "meta-type": "object"
6528    },
6529    {
6530      "name": "204",
6531      "members": [
6532        {
6533          "name": "fdname",
6534          "type": "str"
6535        }
6536      ],
6537      "meta-type": "object"
6538    },
6539    {
6540      "name": "205",
6541      "members": [
6542        {
6543          "name": "base-memory",
6544          "type": "int"
6545        },
6546        {
6547          "name": "plugged-memory",
6548          "default": null,
6549          "type": "int"
6550        }
6551      ],
6552      "meta-type": "object"
6553    },
6554    {
6555      "name": "206",
6556      "members": [
6557        {
6558          "name": "fdset-id",
6559          "default": null,
6560          "type": "int"
6561        },
6562        {
6563          "name": "opaque",
6564          "default": null,
6565          "type": "str"
6566        }
6567      ],
6568      "meta-type": "object"
6569    },
6570    {
6571      "name": "207",
6572      "members": [
6573        {
6574          "name": "fdset-id",
6575          "type": "int"
6576        },
6577        {
6578          "name": "fd",
6579          "type": "int"
6580        }
6581      ],
6582      "meta-type": "object"
6583    },
6584    {
6585      "name": "208",
6586      "members": [
6587        {
6588          "name": "fdset-id",
6589          "type": "int"
6590        },
6591        {
6592          "name": "fd",
6593          "default": null,
6594          "type": "int"
6595        }
6596      ],
6597      "meta-type": "object"
6598    },
6599    {
6600      "name": "[209]",
6601      "element-type": "209",
6602      "meta-type": "array"
6603    },
6604    {
6605      "name": "209",
6606      "members": [
6607        {
6608          "name": "fdset-id",
6609          "type": "int"
6610        },
6611        {
6612          "name": "fds",
6613          "type": "[371]"
6614        }
6615      ],
6616      "meta-type": "object"
6617    },
6618    {
6619      "name": "210",
6620      "members": [
6621        {
6622          "name": "option",
6623          "default": null,
6624          "type": "str"
6625        }
6626      ],
6627      "meta-type": "object"
6628    },
6629    {
6630      "name": "[211]",
6631      "element-type": "211",
6632      "meta-type": "array"
6633    },
6634    {
6635      "name": "211",
6636      "members": [
6637        {
6638          "name": "option",
6639          "type": "str"
6640        },
6641        {
6642          "name": "parameters",
6643          "type": "[372]"
6644        }
6645      ],
6646      "meta-type": "object"
6647    },
6648    {
6649      "name": "[212]",
6650      "element-type": "212",
6651      "meta-type": "array"
6652    },
6653    {
6654      "name": "212",
6655      "tag": "type",
6656      "variants": [
6657        {
6658          "case": "dimm",
6659          "type": "374"
6660        },
6661        {
6662          "case": "nvdimm",
6663          "type": "374"
6664        },
6665        {
6666          "case": "virtio-pmem",
6667          "type": "375"
6668        },
6669        {
6670          "case": "virtio-mem",
6671          "type": "376"
6672        }
6673      ],
6674      "members": [
6675        {
6676          "name": "type",
6677          "type": "373"
6678        }
6679      ],
6680      "meta-type": "object"
6681    },
6682    {
6683      "name": "213",
6684      "members": [
6685        {
6686          "name": "id",
6687          "default": null,
6688          "type": "str"
6689        },
6690        {
6691          "name": "size",
6692          "type": "int"
6693        }
6694      ],
6695      "meta-type": "object"
6696    },
6697    {
6698      "name": "214",
6699      "members": [
6700        {
6701          "name": "device",
6702          "type": "str"
6703        },
6704        {
6705          "name": "msg",
6706          "type": "str"
6707        }
6708      ],
6709      "meta-type": "object"
6710    },
6711    {
6712      "name": "[215]",
6713      "element-type": "215",
6714      "meta-type": "array"
6715    },
6716    {
6717      "name": "215",
6718      "members": [
6719        {
6720          "name": "device",
6721          "default": null,
6722          "type": "str"
6723        },
6724        {
6725          "name": "slot",
6726          "type": "str"
6727        },
6728        {
6729          "name": "slot-type",
6730          "type": "377"
6731        },
6732        {
6733          "name": "source",
6734          "type": "int"
6735        },
6736        {
6737          "name": "status",
6738          "type": "int"
6739        }
6740      ],
6741      "meta-type": "object"
6742    },
6743    {
6744      "name": "216",
6745      "members": [
6746        {
6747          "name": "info",
6748          "type": "215"
6749        }
6750      ],
6751      "meta-type": "object"
6752    },
6753    {
6754      "name": "217",
6755      "members": [
6756        {
6757          "name": "filename",
6758          "type": "str"
6759        }
6760      ],
6761      "meta-type": "object"
6762    },
6763    {
6764      "name": "218",
6765      "members": [
6766        {
6767          "name": "guid",
6768          "type": "str"
6769        }
6770      ],
6771      "meta-type": "object"
6772    },
6773    {
6774      "name": "219",
6775      "members": [
6776        {
6777          "name": "offset",
6778          "type": "int"
6779        }
6780      ],
6781      "meta-type": "object"
6782    },
6783    {
6784      "name": "220",
6785      "members": [
6786        {
6787          "name": "enabled",
6788          "type": "bool"
6789        },
6790        {
6791          "name": "api-major",
6792          "type": "int"
6793        },
6794        {
6795          "name": "api-minor",
6796          "type": "int"
6797        },
6798        {
6799          "name": "build-id",
6800          "type": "int"
6801        },
6802        {
6803          "name": "policy",
6804          "type": "int"
6805        },
6806        {
6807          "name": "state",
6808          "type": "378"
6809        },
6810        {
6811          "name": "handle",
6812          "type": "int"
6813        }
6814      ],
6815      "meta-type": "object"
6816    },
6817    {
6818      "name": "221",
6819      "members": [
6820        {
6821          "name": "data",
6822          "type": "str"
6823        }
6824      ],
6825      "meta-type": "object"
6826    },
6827    {
6828      "name": "222",
6829      "members": [
6830        {
6831          "name": "pdh",
6832          "type": "str"
6833        },
6834        {
6835          "name": "cert-chain",
6836          "type": "str"
6837        },
6838        {
6839          "name": "cbitpos",
6840          "type": "int"
6841        },
6842        {
6843          "name": "reduced-phys-bits",
6844          "type": "int"
6845        }
6846      ],
6847      "meta-type": "object"
6848    },
6849    {
6850      "name": "bool",
6851      "json-type": "boolean",
6852      "meta-type": "builtin"
6853    },
6854    {
6855      "name": "225",
6856      "meta-type": "enum",
6857      "values": [
6858        "debug",
6859        "inmigrate",
6860        "internal-error",
6861        "io-error",
6862        "paused",
6863        "postmigrate",
6864        "prelaunch",
6865        "finish-migrate",
6866        "restore-vm",
6867        "running",
6868        "save-vm",
6869        "shutdown",
6870        "suspended",
6871        "watchdog",
6872        "guest-panicked",
6873        "colo",
6874        "preconfig"
6875      ]
6876    },
6877    {
6878      "name": "226",
6879      "meta-type": "enum",
6880      "values": [
6881        "none",
6882        "host-error",
6883        "host-qmp-quit",
6884        "host-qmp-system-reset",
6885        "host-signal",
6886        "host-ui",
6887        "guest-shutdown",
6888        "guest-reset",
6889        "guest-panic",
6890        "subsystem-reset"
6891      ]
6892    },
6893    {
6894      "name": "227",
6895      "meta-type": "enum",
6896      "values": [
6897        "reset",
6898        "shutdown",
6899        "poweroff",
6900        "pause",
6901        "debug",
6902        "none",
6903        "inject-nmi"
6904      ]
6905    },
6906    {
6907      "name": "228",
6908      "meta-type": "enum",
6909      "values": [
6910        "pause",
6911        "poweroff",
6912        "run"
6913      ]
6914    },
6915    {
6916      "name": "229",
6917      "tag": "type",
6918      "variants": [
6919        {
6920          "case": "hyper-v",
6921          "type": "380"
6922        },
6923        {
6924          "case": "s390",
6925          "type": "381"
6926        }
6927      ],
6928      "members": [
6929        {
6930          "name": "type",
6931          "type": "379"
6932        }
6933      ],
6934      "meta-type": "object"
6935    },
6936    {
6937      "name": "230",
6938      "meta-type": "enum",
6939      "values": [
6940        "retain",
6941        "read-only",
6942        "read-write"
6943      ]
6944    },
6945    {
6946      "name": "[int]",
6947      "element-type": "int",
6948      "meta-type": "array"
6949    },
6950    {
6951      "name": "231",
6952      "meta-type": "enum",
6953      "values": [
6954        "ok",
6955        "failed",
6956        "nospace"
6957      ]
6958    },
6959    {
6960      "name": "[232]",
6961      "element-type": "232",
6962      "meta-type": "array"
6963    },
6964    {
6965      "name": "232",
6966      "members": [
6967        {
6968          "name": "name",
6969          "default": null,
6970          "type": "str"
6971        },
6972        {
6973          "name": "count",
6974          "type": "int"
6975        },
6976        {
6977          "name": "granularity",
6978          "type": "int"
6979        },
6980        {
6981          "name": "recording",
6982          "type": "bool"
6983        },
6984        {
6985          "name": "busy",
6986          "type": "bool"
6987        },
6988        {
6989          "name": "status",
6990          "type": "382",
6991          "features": [
6992            "deprecated"
6993          ]
6994        },
6995        {
6996          "name": "persistent",
6997          "type": "bool"
6998        },
6999        {
7000          "name": "inconsistent",
7001          "default": null,
7002          "type": "bool"
7003        }
7004      ],
7005      "meta-type": "object"
7006    },
7007    {
7008      "name": "233",
7009      "members": [
7010        {
7011          "name": "rd_bytes",
7012          "type": "int"
7013        },
7014        {
7015          "name": "wr_bytes",
7016          "type": "int"
7017        },
7018        {
7019          "name": "unmap_bytes",
7020          "type": "int"
7021        },
7022        {
7023          "name": "rd_operations",
7024          "type": "int"
7025        },
7026        {
7027          "name": "wr_operations",
7028          "type": "int"
7029        },
7030        {
7031          "name": "flush_operations",
7032          "type": "int"
7033        },
7034        {
7035          "name": "unmap_operations",
7036          "type": "int"
7037        },
7038        {
7039          "name": "rd_total_time_ns",
7040          "type": "int"
7041        },
7042        {
7043          "name": "wr_total_time_ns",
7044          "type": "int"
7045        },
7046        {
7047          "name": "flush_total_time_ns",
7048          "type": "int"
7049        },
7050        {
7051          "name": "unmap_total_time_ns",
7052          "type": "int"
7053        },
7054        {
7055          "name": "wr_highest_offset",
7056          "type": "int"
7057        },
7058        {
7059          "name": "rd_merged",
7060          "type": "int"
7061        },
7062        {
7063          "name": "wr_merged",
7064          "type": "int"
7065        },
7066        {
7067          "name": "unmap_merged",
7068          "type": "int"
7069        },
7070        {
7071          "name": "idle_time_ns",
7072          "default": null,
7073          "type": "int"
7074        },
7075        {
7076          "name": "failed_rd_operations",
7077          "type": "int"
7078        },
7079        {
7080          "name": "failed_wr_operations",
7081          "type": "int"
7082        },
7083        {
7084          "name": "failed_flush_operations",
7085          "type": "int"
7086        },
7087        {
7088          "name": "failed_unmap_operations",
7089          "type": "int"
7090        },
7091        {
7092          "name": "invalid_rd_operations",
7093          "type": "int"
7094        },
7095        {
7096          "name": "invalid_wr_operations",
7097          "type": "int"
7098        },
7099        {
7100          "name": "invalid_flush_operations",
7101          "type": "int"
7102        },
7103        {
7104          "name": "invalid_unmap_operations",
7105          "type": "int"
7106        },
7107        {
7108          "name": "account_invalid",
7109          "type": "bool"
7110        },
7111        {
7112          "name": "account_failed",
7113          "type": "bool"
7114        },
7115        {
7116          "name": "timed_stats",
7117          "type": "[383]"
7118        },
7119        {
7120          "name": "rd_latency_histogram",
7121          "default": null,
7122          "type": "384"
7123        },
7124        {
7125          "name": "wr_latency_histogram",
7126          "default": null,
7127          "type": "384"
7128        },
7129        {
7130          "name": "flush_latency_histogram",
7131          "default": null,
7132          "type": "384"
7133        }
7134      ],
7135      "meta-type": "object"
7136    },
7137    {
7138      "name": "234",
7139      "tag": "driver",
7140      "variants": [
7141        {
7142          "case": "file",
7143          "type": "385"
7144        },
7145        {
7146          "case": "host_device",
7147          "type": "385"
7148        },
7149        {
7150          "case": "blkdebug",
7151          "type": "0"
7152        },
7153        {
7154          "case": "blklogwrites",
7155          "type": "0"
7156        },
7157        {
7158          "case": "blkreplay",
7159          "type": "0"
7160        },
7161        {
7162          "case": "blkverify",
7163          "type": "0"
7164        },
7165        {
7166          "case": "bochs",
7167          "type": "0"
7168        },
7169        {
7170          "case": "cloop",
7171          "type": "0"
7172        },
7173        {
7174          "case": "compress",
7175          "type": "0"
7176        },
7177        {
7178          "case": "copy-on-read",
7179          "type": "0"
7180        },
7181        {
7182          "case": "dmg",
7183          "type": "0"
7184        },
7185        {
7186          "case": "ftp",
7187          "type": "0"
7188        },
7189        {
7190          "case": "ftps",
7191          "type": "0"
7192        },
7193        {
7194          "case": "gluster",
7195          "type": "0"
7196        },
7197        {
7198          "case": "host_cdrom",
7199          "type": "0"
7200        },
7201        {
7202          "case": "http",
7203          "type": "0"
7204        },
7205        {
7206          "case": "https",
7207          "type": "0"
7208        },
7209        {
7210          "case": "iscsi",
7211          "type": "0"
7212        },
7213        {
7214          "case": "luks",
7215          "type": "0"
7216        },
7217        {
7218          "case": "nbd",
7219          "type": "0"
7220        },
7221        {
7222          "case": "nfs",
7223          "type": "0"
7224        },
7225        {
7226          "case": "null-aio",
7227          "type": "0"
7228        },
7229        {
7230          "case": "null-co",
7231          "type": "0"
7232        },
7233        {
7234          "case": "nvme",
7235          "type": "0"
7236        },
7237        {
7238          "case": "parallels",
7239          "type": "0"
7240        },
7241        {
7242          "case": "qcow",
7243          "type": "0"
7244        },
7245        {
7246          "case": "qcow2",
7247          "type": "0"
7248        },
7249        {
7250          "case": "qed",
7251          "type": "0"
7252        },
7253        {
7254          "case": "quorum",
7255          "type": "0"
7256        },
7257        {
7258          "case": "raw",
7259          "type": "0"
7260        },
7261        {
7262          "case": "rbd",
7263          "type": "0"
7264        },
7265        {
7266          "case": "replication",
7267          "type": "0"
7268        },
7269        {
7270          "case": "sheepdog",
7271          "type": "0"
7272        },
7273        {
7274          "case": "ssh",
7275          "type": "0"
7276        },
7277        {
7278          "case": "throttle",
7279          "type": "0"
7280        },
7281        {
7282          "case": "vdi",
7283          "type": "0"
7284        },
7285        {
7286          "case": "vhdx",
7287          "type": "0"
7288        },
7289        {
7290          "case": "vmdk",
7291          "type": "0"
7292        },
7293        {
7294          "case": "vpc",
7295          "type": "0"
7296        },
7297        {
7298          "case": "vvfat",
7299          "type": "0"
7300        }
7301      ],
7302      "members": [
7303        {
7304          "name": "driver",
7305          "type": "247"
7306        }
7307      ],
7308      "meta-type": "object"
7309    },
7310    {
7311      "name": "235",
7312      "meta-type": "enum",
7313      "values": [
7314        "undefined",
7315        "created",
7316        "running",
7317        "paused",
7318        "ready",
7319        "standby",
7320        "waiting",
7321        "pending",
7322        "aborting",
7323        "concluded",
7324        "null"
7325      ]
7326    },
7327    {
7328      "name": "236",
7329      "meta-type": "enum",
7330      "values": [
7331        "existing",
7332        "absolute-paths"
7333      ]
7334    },
7335    {
7336      "name": "237",
7337      "meta-type": "enum",
7338      "values": [
7339        "report",
7340        "ignore",
7341        "enospc",
7342        "stop",
7343        "auto"
7344      ]
7345    },
7346    {
7347      "name": "238",
7348      "meta-type": "enum",
7349      "values": [
7350        "top",
7351        "full",
7352        "none",
7353        "incremental",
7354        "bitmap"
7355      ]
7356    },
7357    {
7358      "name": "239",
7359      "meta-type": "enum",
7360      "values": [
7361        "on-success",
7362        "never",
7363        "always"
7364      ]
7365    },
7366    {
7367      "name": "240",
7368      "meta-type": "enum",
7369      "values": [
7370        "off",
7371        "on",
7372        "unmap"
7373      ]
7374    },
7375    {
7376      "name": "241",
7377      "members": [
7378        {
7379          "name": "filename",
7380          "type": "str"
7381        },
7382        {
7383          "name": "format",
7384          "type": "str"
7385        },
7386        {
7387          "name": "dirty-flag",
7388          "default": null,
7389          "type": "bool"
7390        },
7391        {
7392          "name": "actual-size",
7393          "default": null,
7394          "type": "int"
7395        },
7396        {
7397          "name": "virtual-size",
7398          "type": "int"
7399        },
7400        {
7401          "name": "cluster-size",
7402          "default": null,
7403          "type": "int"
7404        },
7405        {
7406          "name": "encrypted",
7407          "default": null,
7408          "type": "bool"
7409        },
7410        {
7411          "name": "compressed",
7412          "default": null,
7413          "type": "bool"
7414        },
7415        {
7416          "name": "backing-filename",
7417          "default": null,
7418          "type": "str"
7419        },
7420        {
7421          "name": "full-backing-filename",
7422          "default": null,
7423          "type": "str"
7424        },
7425        {
7426          "name": "backing-filename-format",
7427          "default": null,
7428          "type": "str"
7429        },
7430        {
7431          "name": "snapshots",
7432          "default": null,
7433          "type": "[70]"
7434        },
7435        {
7436          "name": "backing-image",
7437          "default": null,
7438          "type": "241"
7439        },
7440        {
7441          "name": "format-specific",
7442          "default": null,
7443          "type": "386"
7444        }
7445      ],
7446      "meta-type": "object"
7447    },
7448    {
7449      "name": "242",
7450      "members": [
7451        {
7452          "name": "writeback",
7453          "type": "bool"
7454        },
7455        {
7456          "name": "direct",
7457          "type": "bool"
7458        },
7459        {
7460          "name": "no-flush",
7461          "type": "bool"
7462        }
7463      ],
7464      "meta-type": "object"
7465    },
7466    {
7467      "name": "[243]",
7468      "element-type": "243",
7469      "meta-type": "array"
7470    },
7471    {
7472      "name": "243",
7473      "members": [
7474        {
7475          "name": "id",
7476          "type": "int"
7477        },
7478        {
7479          "name": "type",
7480          "type": "387"
7481        },
7482        {
7483          "name": "name",
7484          "type": "str"
7485        }
7486      ],
7487      "meta-type": "object"
7488    },
7489    {
7490      "name": "[244]",
7491      "element-type": "244",
7492      "meta-type": "array"
7493    },
7494    {
7495      "name": "244",
7496      "members": [
7497        {
7498          "name": "parent",
7499          "type": "int"
7500        },
7501        {
7502          "name": "child",
7503          "type": "int"
7504        },
7505        {
7506          "name": "name",
7507          "type": "str"
7508        },
7509        {
7510          "name": "perm",
7511          "type": "[388]"
7512        },
7513        {
7514          "name": "shared-perm",
7515          "type": "[388]"
7516        }
7517      ],
7518      "meta-type": "object"
7519    },
7520    {
7521      "name": "245",
7522      "meta-type": "enum",
7523      "values": [
7524        "background",
7525        "write-blocking"
7526      ]
7527    },
7528    {
7529      "name": "[246]",
7530      "element-type": "246",
7531      "meta-type": "array"
7532    },
7533    {
7534      "name": "246",
7535      "members": [
7536        {
7537          "type": "str"
7538        },
7539        {
7540          "type": "36"
7541        }
7542      ],
7543      "meta-type": "alternate"
7544    },
7545    {
7546      "name": "247",
7547      "meta-type": "enum",
7548      "values": [
7549        "blkdebug",
7550        "blklogwrites",
7551        "blkreplay",
7552        "blkverify",
7553        "bochs",
7554        "cloop",
7555        "compress",
7556        "copy-on-read",
7557        "dmg",
7558        "file",
7559        "ftp",
7560        "ftps",
7561        "gluster",
7562        "host_cdrom",
7563        "host_device",
7564        "http",
7565        "https",
7566        "iscsi",
7567        "luks",
7568        "nbd",
7569        "nfs",
7570        "null-aio",
7571        "null-co",
7572        "nvme",
7573        "parallels",
7574        "qcow",
7575        "qcow2",
7576        "qed",
7577        "quorum",
7578        "raw",
7579        "rbd",
7580        "replication",
7581        "sheepdog",
7582        "ssh",
7583        "throttle",
7584        "vdi",
7585        "vhdx",
7586        "vmdk",
7587        "vpc",
7588        "vvfat"
7589      ]
7590    },
7591    {
7592      "name": "248",
7593      "meta-type": "enum",
7594      "values": [
7595        "ignore",
7596        "unmap"
7597      ]
7598    },
7599    {
7600      "name": "249",
7601      "members": [
7602        {
7603          "name": "direct",
7604          "default": null,
7605          "type": "bool"
7606        },
7607        {
7608          "name": "no-flush",
7609          "default": null,
7610          "type": "bool"
7611        }
7612      ],
7613      "meta-type": "object"
7614    },
7615    {
7616      "name": "250",
7617      "members": [
7618        {
7619          "name": "image",
7620          "type": "389"
7621        },
7622        {
7623          "name": "config",
7624          "default": null,
7625          "type": "str"
7626        },
7627        {
7628          "name": "align",
7629          "default": null,
7630          "type": "int"
7631        },
7632        {
7633          "name": "max-transfer",
7634          "default": null,
7635          "type": "int"
7636        },
7637        {
7638          "name": "opt-write-zero",
7639          "default": null,
7640          "type": "int"
7641        },
7642        {
7643          "name": "max-write-zero",
7644          "default": null,
7645          "type": "int"
7646        },
7647        {
7648          "name": "opt-discard",
7649          "default": null,
7650          "type": "int"
7651        },
7652        {
7653          "name": "max-discard",
7654          "default": null,
7655          "type": "int"
7656        },
7657        {
7658          "name": "inject-error",
7659          "default": null,
7660          "type": "[390]"
7661        },
7662        {
7663          "name": "set-state",
7664          "default": null,
7665          "type": "[391]"
7666        },
7667        {
7668          "name": "take-child-perms",
7669          "default": null,
7670          "type": "[388]"
7671        },
7672        {
7673          "name": "unshare-child-perms",
7674          "default": null,
7675          "type": "[388]"
7676        }
7677      ],
7678      "meta-type": "object"
7679    },
7680    {
7681      "name": "251",
7682      "members": [
7683        {
7684          "name": "file",
7685          "type": "389"
7686        },
7687        {
7688          "name": "log",
7689          "type": "389"
7690        },
7691        {
7692          "name": "log-sector-size",
7693          "default": null,
7694          "type": "int"
7695        },
7696        {
7697          "name": "log-append",
7698          "default": null,
7699          "type": "bool"
7700        },
7701        {
7702          "name": "log-super-update-interval",
7703          "default": null,
7704          "type": "int"
7705        }
7706      ],
7707      "meta-type": "object"
7708    },
7709    {
7710      "name": "252",
7711      "members": [
7712        {
7713          "name": "test",
7714          "type": "389"
7715        },
7716        {
7717          "name": "raw",
7718          "type": "389"
7719        }
7720      ],
7721      "meta-type": "object"
7722    },
7723    {
7724      "name": "253",
7725      "members": [
7726        {
7727          "name": "image",
7728          "type": "389"
7729        }
7730      ],
7731      "meta-type": "object"
7732    },
7733    {
7734      "name": "254",
7735      "members": [
7736        {
7737          "name": "file",
7738          "type": "389"
7739        }
7740      ],
7741      "meta-type": "object"
7742    },
7743    {
7744      "name": "255",
7745      "members": [
7746        {
7747          "name": "filename",
7748          "type": "str"
7749        },
7750        {
7751          "name": "pr-manager",
7752          "default": null,
7753          "type": "str"
7754        },
7755        {
7756          "name": "locking",
7757          "default": null,
7758          "type": "392"
7759        },
7760        {
7761          "name": "aio",
7762          "default": null,
7763          "type": "393"
7764        },
7765        {
7766          "name": "drop-cache",
7767          "default": null,
7768          "type": "bool"
7769        },
7770        {
7771          "name": "x-check-cache-dropped",
7772          "default": null,
7773          "type": "bool"
7774        }
7775      ],
7776      "meta-type": "object",
7777      "features": [
7778        "dynamic-auto-read-only"
7779      ]
7780    },
7781    {
7782      "name": "256",
7783      "members": [
7784        {
7785          "name": "url",
7786          "type": "str"
7787        },
7788        {
7789          "name": "readahead",
7790          "default": null,
7791          "type": "int"
7792        },
7793        {
7794          "name": "timeout",
7795          "default": null,
7796          "type": "int"
7797        },
7798        {
7799          "name": "username",
7800          "default": null,
7801          "type": "str"
7802        },
7803        {
7804          "name": "password-secret",
7805          "default": null,
7806          "type": "str"
7807        },
7808        {
7809          "name": "proxy-username",
7810          "default": null,
7811          "type": "str"
7812        },
7813        {
7814          "name": "proxy-password-secret",
7815          "default": null,
7816          "type": "str"
7817        }
7818      ],
7819      "meta-type": "object"
7820    },
7821    {
7822      "name": "257",
7823      "members": [
7824        {
7825          "name": "url",
7826          "type": "str"
7827        },
7828        {
7829          "name": "readahead",
7830          "default": null,
7831          "type": "int"
7832        },
7833        {
7834          "name": "timeout",
7835          "default": null,
7836          "type": "int"
7837        },
7838        {
7839          "name": "username",
7840          "default": null,
7841          "type": "str"
7842        },
7843        {
7844          "name": "password-secret",
7845          "default": null,
7846          "type": "str"
7847        },
7848        {
7849          "name": "proxy-username",
7850          "default": null,
7851          "type": "str"
7852        },
7853        {
7854          "name": "proxy-password-secret",
7855          "default": null,
7856          "type": "str"
7857        },
7858        {
7859          "name": "sslverify",
7860          "default": null,
7861          "type": "bool"
7862        }
7863      ],
7864      "meta-type": "object"
7865    },
7866    {
7867      "name": "258",
7868      "members": [
7869        {
7870          "name": "volume",
7871          "type": "str"
7872        },
7873        {
7874          "name": "path",
7875          "type": "str"
7876        },
7877        {
7878          "name": "server",
7879          "type": "[332]"
7880        },
7881        {
7882          "name": "debug",
7883          "default": null,
7884          "type": "int"
7885        },
7886        {
7887          "name": "logfile",
7888          "default": null,
7889          "type": "str"
7890        }
7891      ],
7892      "meta-type": "object"
7893    },
7894    {
7895      "name": "259",
7896      "members": [
7897        {
7898          "name": "url",
7899          "type": "str"
7900        },
7901        {
7902          "name": "readahead",
7903          "default": null,
7904          "type": "int"
7905        },
7906        {
7907          "name": "timeout",
7908          "default": null,
7909          "type": "int"
7910        },
7911        {
7912          "name": "username",
7913          "default": null,
7914          "type": "str"
7915        },
7916        {
7917          "name": "password-secret",
7918          "default": null,
7919          "type": "str"
7920        },
7921        {
7922          "name": "proxy-username",
7923          "default": null,
7924          "type": "str"
7925        },
7926        {
7927          "name": "proxy-password-secret",
7928          "default": null,
7929          "type": "str"
7930        },
7931        {
7932          "name": "cookie",
7933          "default": null,
7934          "type": "str"
7935        },
7936        {
7937          "name": "cookie-secret",
7938          "default": null,
7939          "type": "str"
7940        }
7941      ],
7942      "meta-type": "object"
7943    },
7944    {
7945      "name": "260",
7946      "members": [
7947        {
7948          "name": "url",
7949          "type": "str"
7950        },
7951        {
7952          "name": "readahead",
7953          "default": null,
7954          "type": "int"
7955        },
7956        {
7957          "name": "timeout",
7958          "default": null,
7959          "type": "int"
7960        },
7961        {
7962          "name": "username",
7963          "default": null,
7964          "type": "str"
7965        },
7966        {
7967          "name": "password-secret",
7968          "default": null,
7969          "type": "str"
7970        },
7971        {
7972          "name": "proxy-username",
7973          "default": null,
7974          "type": "str"
7975        },
7976        {
7977          "name": "proxy-password-secret",
7978          "default": null,
7979          "type": "str"
7980        },
7981        {
7982          "name": "cookie",
7983          "default": null,
7984          "type": "str"
7985        },
7986        {
7987          "name": "sslverify",
7988          "default": null,
7989          "type": "bool"
7990        },
7991        {
7992          "name": "cookie-secret",
7993          "default": null,
7994          "type": "str"
7995        }
7996      ],
7997      "meta-type": "object"
7998    },
7999    {
8000      "name": "261",
8001      "members": [
8002        {
8003          "name": "transport",
8004          "type": "394"
8005        },
8006        {
8007          "name": "portal",
8008          "type": "str"
8009        },
8010        {
8011          "name": "target",
8012          "type": "str"
8013        },
8014        {
8015          "name": "lun",
8016          "default": null,
8017          "type": "int"
8018        },
8019        {
8020          "name": "user",
8021          "default": null,
8022          "type": "str"
8023        },
8024        {
8025          "name": "password-secret",
8026          "default": null,
8027          "type": "str"
8028        },
8029        {
8030          "name": "initiator-name",
8031          "default": null,
8032          "type": "str"
8033        },
8034        {
8035          "name": "header-digest",
8036          "default": null,
8037          "type": "395"
8038        },
8039        {
8040          "name": "timeout",
8041          "default": null,
8042          "type": "int"
8043        }
8044      ],
8045      "meta-type": "object"
8046    },
8047    {
8048      "name": "262",
8049      "members": [
8050        {
8051          "name": "file",
8052          "type": "389"
8053        },
8054        {
8055          "name": "key-secret",
8056          "default": null,
8057          "type": "str"
8058        }
8059      ],
8060      "meta-type": "object"
8061    },
8062    {
8063      "name": "263",
8064      "members": [
8065        {
8066          "name": "server",
8067          "type": "332"
8068        },
8069        {
8070          "name": "export",
8071          "default": null,
8072          "type": "str"
8073        },
8074        {
8075          "name": "tls-creds",
8076          "default": null,
8077          "type": "str"
8078        },
8079        {
8080          "name": "x-dirty-bitmap",
8081          "default": null,
8082          "type": "str"
8083        },
8084        {
8085          "name": "reconnect-delay",
8086          "default": null,
8087          "type": "int"
8088        }
8089      ],
8090      "meta-type": "object"
8091    },
8092    {
8093      "name": "264",
8094      "members": [
8095        {
8096          "name": "server",
8097          "type": "396"
8098        },
8099        {
8100          "name": "path",
8101          "type": "str"
8102        },
8103        {
8104          "name": "user",
8105          "default": null,
8106          "type": "int"
8107        },
8108        {
8109          "name": "group",
8110          "default": null,
8111          "type": "int"
8112        },
8113        {
8114          "name": "tcp-syn-count",
8115          "default": null,
8116          "type": "int"
8117        },
8118        {
8119          "name": "readahead-size",
8120          "default": null,
8121          "type": "int"
8122        },
8123        {
8124          "name": "page-cache-size",
8125          "default": null,
8126          "type": "int"
8127        },
8128        {
8129          "name": "debug",
8130          "default": null,
8131          "type": "int"
8132        }
8133      ],
8134      "meta-type": "object"
8135    },
8136    {
8137      "name": "265",
8138      "members": [
8139        {
8140          "name": "size",
8141          "default": null,
8142          "type": "int"
8143        },
8144        {
8145          "name": "latency-ns",
8146          "default": null,
8147          "type": "int"
8148        },
8149        {
8150          "name": "read-zeroes",
8151          "default": null,
8152          "type": "bool"
8153        }
8154      ],
8155      "meta-type": "object"
8156    },
8157    {
8158      "name": "266",
8159      "members": [
8160        {
8161          "name": "device",
8162          "type": "str"
8163        },
8164        {
8165          "name": "namespace",
8166          "type": "int"
8167        }
8168      ],
8169      "meta-type": "object"
8170    },
8171    {
8172      "name": "267",
8173      "members": [
8174        {
8175          "name": "file",
8176          "type": "389"
8177        },
8178        {
8179          "name": "backing",
8180          "default": null,
8181          "type": "397"
8182        },
8183        {
8184          "name": "lazy-refcounts",
8185          "default": null,
8186          "type": "bool"
8187        },
8188        {
8189          "name": "pass-discard-request",
8190          "default": null,
8191          "type": "bool"
8192        },
8193        {
8194          "name": "pass-discard-snapshot",
8195          "default": null,
8196          "type": "bool"
8197        },
8198        {
8199          "name": "pass-discard-other",
8200          "default": null,
8201          "type": "bool"
8202        },
8203        {
8204          "name": "overlap-check",
8205          "default": null,
8206          "type": "398"
8207        },
8208        {
8209          "name": "cache-size",
8210          "default": null,
8211          "type": "int"
8212        },
8213        {
8214          "name": "l2-cache-size",
8215          "default": null,
8216          "type": "int"
8217        },
8218        {
8219          "name": "l2-cache-entry-size",
8220          "default": null,
8221          "type": "int"
8222        },
8223        {
8224          "name": "refcount-cache-size",
8225          "default": null,
8226          "type": "int"
8227        },
8228        {
8229          "name": "cache-clean-interval",
8230          "default": null,
8231          "type": "int"
8232        },
8233        {
8234          "name": "encrypt",
8235          "default": null,
8236          "type": "399"
8237        },
8238        {
8239          "name": "data-file",
8240          "default": null,
8241          "type": "389"
8242        }
8243      ],
8244      "meta-type": "object"
8245    },
8246    {
8247      "name": "268",
8248      "members": [
8249        {
8250          "name": "file",
8251          "type": "389"
8252        },
8253        {
8254          "name": "backing",
8255          "default": null,
8256          "type": "397"
8257        },
8258        {
8259          "name": "encrypt",
8260          "default": null,
8261          "type": "400"
8262        }
8263      ],
8264      "meta-type": "object"
8265    },
8266    {
8267      "name": "269",
8268      "members": [
8269        {
8270          "name": "file",
8271          "type": "389"
8272        },
8273        {
8274          "name": "backing",
8275          "default": null,
8276          "type": "397"
8277        }
8278      ],
8279      "meta-type": "object"
8280    },
8281    {
8282      "name": "270",
8283      "members": [
8284        {
8285          "name": "blkverify",
8286          "default": null,
8287          "type": "bool"
8288        },
8289        {
8290          "name": "children",
8291          "type": "[389]"
8292        },
8293        {
8294          "name": "vote-threshold",
8295          "type": "int"
8296        },
8297        {
8298          "name": "rewrite-corrupted",
8299          "default": null,
8300          "type": "bool"
8301        },
8302        {
8303          "name": "read-pattern",
8304          "default": null,
8305          "type": "401"
8306        }
8307      ],
8308      "meta-type": "object"
8309    },
8310    {
8311      "name": "271",
8312      "members": [
8313        {
8314          "name": "file",
8315          "type": "389"
8316        },
8317        {
8318          "name": "offset",
8319          "default": null,
8320          "type": "int"
8321        },
8322        {
8323          "name": "size",
8324          "default": null,
8325          "type": "int"
8326        }
8327      ],
8328      "meta-type": "object"
8329    },
8330    {
8331      "name": "272",
8332      "members": [
8333        {
8334          "name": "pool",
8335          "type": "str"
8336        },
8337        {
8338          "name": "namespace",
8339          "default": null,
8340          "type": "str"
8341        },
8342        {
8343          "name": "image",
8344          "type": "str"
8345        },
8346        {
8347          "name": "conf",
8348          "default": null,
8349          "type": "str"
8350        },
8351        {
8352          "name": "snapshot",
8353          "default": null,
8354          "type": "str"
8355        },
8356        {
8357          "name": "user",
8358          "default": null,
8359          "type": "str"
8360        },
8361        {
8362          "name": "auth-client-required",
8363          "default": null,
8364          "type": "[402]"
8365        },
8366        {
8367          "name": "key-secret",
8368          "default": null,
8369          "type": "str"
8370        },
8371        {
8372          "name": "server",
8373          "default": null,
8374          "type": "[403]"
8375        }
8376      ],
8377      "meta-type": "object"
8378    },
8379    {
8380      "name": "273",
8381      "members": [
8382        {
8383          "name": "file",
8384          "type": "389"
8385        },
8386        {
8387          "name": "mode",
8388          "type": "404"
8389        },
8390        {
8391          "name": "top-id",
8392          "default": null,
8393          "type": "str"
8394        }
8395      ],
8396      "meta-type": "object"
8397    },
8398    {
8399      "name": "274",
8400      "members": [
8401        {
8402          "name": "server",
8403          "type": "332"
8404        },
8405        {
8406          "name": "vdi",
8407          "type": "str"
8408        },
8409        {
8410          "name": "snap-id",
8411          "default": null,
8412          "type": "int"
8413        },
8414        {
8415          "name": "tag",
8416          "default": null,
8417          "type": "str"
8418        }
8419      ],
8420      "meta-type": "object"
8421    },
8422    {
8423      "name": "275",
8424      "members": [
8425        {
8426          "name": "server",
8427          "type": "405"
8428        },
8429        {
8430          "name": "path",
8431          "type": "str"
8432        },
8433        {
8434          "name": "user",
8435          "default": null,
8436          "type": "str"
8437        },
8438        {
8439          "name": "host-key-check",
8440          "default": null,
8441          "type": "406"
8442        }
8443      ],
8444      "meta-type": "object"
8445    },
8446    {
8447      "name": "276",
8448      "members": [
8449        {
8450          "name": "throttle-group",
8451          "type": "str"
8452        },
8453        {
8454          "name": "file",
8455          "type": "389"
8456        }
8457      ],
8458      "meta-type": "object"
8459    },
8460    {
8461      "name": "277",
8462      "members": [
8463        {
8464          "name": "dir",
8465          "type": "str"
8466        },
8467        {
8468          "name": "fat-type",
8469          "default": null,
8470          "type": "int"
8471        },
8472        {
8473          "name": "floppy",
8474          "default": null,
8475          "type": "bool"
8476        },
8477        {
8478          "name": "label",
8479          "default": null,
8480          "type": "str"
8481        },
8482        {
8483          "name": "rw",
8484          "default": null,
8485          "type": "bool"
8486        }
8487      ],
8488      "meta-type": "object"
8489    },
8490    {
8491      "name": "278",
8492      "tag": "driver",
8493      "variants": [
8494        {
8495          "case": "file",
8496          "type": "407"
8497        },
8498        {
8499          "case": "gluster",
8500          "type": "408"
8501        },
8502        {
8503          "case": "luks",
8504          "type": "409"
8505        },
8506        {
8507          "case": "nfs",
8508          "type": "410"
8509        },
8510        {
8511          "case": "parallels",
8512          "type": "411"
8513        },
8514        {
8515          "case": "qcow",
8516          "type": "412"
8517        },
8518        {
8519          "case": "qcow2",
8520          "type": "413"
8521        },
8522        {
8523          "case": "qed",
8524          "type": "414"
8525        },
8526        {
8527          "case": "rbd",
8528          "type": "415"
8529        },
8530        {
8531          "case": "sheepdog",
8532          "type": "416"
8533        },
8534        {
8535          "case": "ssh",
8536          "type": "417"
8537        },
8538        {
8539          "case": "vdi",
8540          "type": "418"
8541        },
8542        {
8543          "case": "vhdx",
8544          "type": "419"
8545        },
8546        {
8547          "case": "vmdk",
8548          "type": "420"
8549        },
8550        {
8551          "case": "vpc",
8552          "type": "421"
8553        },
8554        {
8555          "case": "blkdebug",
8556          "type": "0"
8557        },
8558        {
8559          "case": "blklogwrites",
8560          "type": "0"
8561        },
8562        {
8563          "case": "blkreplay",
8564          "type": "0"
8565        },
8566        {
8567          "case": "blkverify",
8568          "type": "0"
8569        },
8570        {
8571          "case": "bochs",
8572          "type": "0"
8573        },
8574        {
8575          "case": "cloop",
8576          "type": "0"
8577        },
8578        {
8579          "case": "compress",
8580          "type": "0"
8581        },
8582        {
8583          "case": "copy-on-read",
8584          "type": "0"
8585        },
8586        {
8587          "case": "dmg",
8588          "type": "0"
8589        },
8590        {
8591          "case": "ftp",
8592          "type": "0"
8593        },
8594        {
8595          "case": "ftps",
8596          "type": "0"
8597        },
8598        {
8599          "case": "host_cdrom",
8600          "type": "0"
8601        },
8602        {
8603          "case": "host_device",
8604          "type": "0"
8605        },
8606        {
8607          "case": "http",
8608          "type": "0"
8609        },
8610        {
8611          "case": "https",
8612          "type": "0"
8613        },
8614        {
8615          "case": "iscsi",
8616          "type": "0"
8617        },
8618        {
8619          "case": "nbd",
8620          "type": "0"
8621        },
8622        {
8623          "case": "null-aio",
8624          "type": "0"
8625        },
8626        {
8627          "case": "null-co",
8628          "type": "0"
8629        },
8630        {
8631          "case": "nvme",
8632          "type": "0"
8633        },
8634        {
8635          "case": "quorum",
8636          "type": "0"
8637        },
8638        {
8639          "case": "raw",
8640          "type": "0"
8641        },
8642        {
8643          "case": "replication",
8644          "type": "0"
8645        },
8646        {
8647          "case": "throttle",
8648          "type": "0"
8649        },
8650        {
8651          "case": "vvfat",
8652          "type": "0"
8653        }
8654      ],
8655      "members": [
8656        {
8657          "name": "driver",
8658          "type": "247"
8659        }
8660      ],
8661      "meta-type": "object"
8662    },
8663    {
8664      "name": "279",
8665      "tag": "driver",
8666      "variants": [
8667        {
8668          "case": "luks",
8669          "type": "422"
8670        },
8671        {
8672          "case": "qcow2",
8673          "type": "423"
8674        },
8675        {
8676          "case": "blkdebug",
8677          "type": "0"
8678        },
8679        {
8680          "case": "blklogwrites",
8681          "type": "0"
8682        },
8683        {
8684          "case": "blkreplay",
8685          "type": "0"
8686        },
8687        {
8688          "case": "blkverify",
8689          "type": "0"
8690        },
8691        {
8692          "case": "bochs",
8693          "type": "0"
8694        },
8695        {
8696          "case": "cloop",
8697          "type": "0"
8698        },
8699        {
8700          "case": "compress",
8701          "type": "0"
8702        },
8703        {
8704          "case": "copy-on-read",
8705          "type": "0"
8706        },
8707        {
8708          "case": "dmg",
8709          "type": "0"
8710        },
8711        {
8712          "case": "file",
8713          "type": "0"
8714        },
8715        {
8716          "case": "ftp",
8717          "type": "0"
8718        },
8719        {
8720          "case": "ftps",
8721          "type": "0"
8722        },
8723        {
8724          "case": "gluster",
8725          "type": "0"
8726        },
8727        {
8728          "case": "host_cdrom",
8729          "type": "0"
8730        },
8731        {
8732          "case": "host_device",
8733          "type": "0"
8734        },
8735        {
8736          "case": "http",
8737          "type": "0"
8738        },
8739        {
8740          "case": "https",
8741          "type": "0"
8742        },
8743        {
8744          "case": "iscsi",
8745          "type": "0"
8746        },
8747        {
8748          "case": "nbd",
8749          "type": "0"
8750        },
8751        {
8752          "case": "nfs",
8753          "type": "0"
8754        },
8755        {
8756          "case": "null-aio",
8757          "type": "0"
8758        },
8759        {
8760          "case": "null-co",
8761          "type": "0"
8762        },
8763        {
8764          "case": "nvme",
8765          "type": "0"
8766        },
8767        {
8768          "case": "parallels",
8769          "type": "0"
8770        },
8771        {
8772          "case": "qcow",
8773          "type": "0"
8774        },
8775        {
8776          "case": "qed",
8777          "type": "0"
8778        },
8779        {
8780          "case": "quorum",
8781          "type": "0"
8782        },
8783        {
8784          "case": "raw",
8785          "type": "0"
8786        },
8787        {
8788          "case": "rbd",
8789          "type": "0"
8790        },
8791        {
8792          "case": "replication",
8793          "type": "0"
8794        },
8795        {
8796          "case": "sheepdog",
8797          "type": "0"
8798        },
8799        {
8800          "case": "ssh",
8801          "type": "0"
8802        },
8803        {
8804          "case": "throttle",
8805          "type": "0"
8806        },
8807        {
8808          "case": "vdi",
8809          "type": "0"
8810        },
8811        {
8812          "case": "vhdx",
8813          "type": "0"
8814        },
8815        {
8816          "case": "vmdk",
8817          "type": "0"
8818        },
8819        {
8820          "case": "vpc",
8821          "type": "0"
8822        },
8823        {
8824          "case": "vvfat",
8825          "type": "0"
8826        }
8827      ],
8828      "members": [
8829        {
8830          "name": "driver",
8831          "type": "247"
8832        }
8833      ],
8834      "meta-type": "object"
8835    },
8836    {
8837      "name": "280",
8838      "meta-type": "enum",
8839      "values": [
8840        "read",
8841        "write"
8842      ]
8843    },
8844    {
8845      "name": "281",
8846      "meta-type": "enum",
8847      "values": [
8848        "ignore",
8849        "report",
8850        "stop"
8851      ]
8852    },
8853    {
8854      "name": "282",
8855      "meta-type": "enum",
8856      "values": [
8857        "commit",
8858        "stream",
8859        "mirror",
8860        "backup",
8861        "create",
8862        "amend"
8863      ]
8864    },
8865    {
8866      "name": "283",
8867      "members": [
8868        {
8869          "type": "str"
8870        },
8871        {
8872          "type": "null"
8873        }
8874      ],
8875      "meta-type": "alternate"
8876    },
8877    {
8878      "name": "284",
8879      "tag": "type",
8880      "variants": [
8881        {
8882          "case": "inet",
8883          "type": "425"
8884        },
8885        {
8886          "case": "unix",
8887          "type": "426"
8888        },
8889        {
8890          "case": "vsock",
8891          "type": "427"
8892        },
8893        {
8894          "case": "fd",
8895          "type": "428"
8896        }
8897      ],
8898      "members": [
8899        {
8900          "name": "type",
8901          "type": "424"
8902        }
8903      ],
8904      "meta-type": "object"
8905    },
8906    {
8907      "name": "285",
8908      "meta-type": "enum",
8909      "values": [
8910        "safe",
8911        "hard"
8912      ]
8913    },
8914    {
8915      "name": "286",
8916      "meta-type": "enum",
8917      "values": [
8918        "read",
8919        "write",
8920        "flush"
8921      ]
8922    },
8923    {
8924      "name": "287",
8925      "meta-type": "enum",
8926      "values": [
8927        "utf8",
8928        "base64"
8929      ]
8930    },
8931    {
8932      "name": "288",
8933      "tag": "type",
8934      "variants": [
8935        {
8936          "case": "file",
8937          "type": "430"
8938        },
8939        {
8940          "case": "serial",
8941          "type": "431"
8942        },
8943        {
8944          "case": "parallel",
8945          "type": "431"
8946        },
8947        {
8948          "case": "pipe",
8949          "type": "431"
8950        },
8951        {
8952          "case": "socket",
8953          "type": "432"
8954        },
8955        {
8956          "case": "udp",
8957          "type": "433"
8958        },
8959        {
8960          "case": "pty",
8961          "type": "434"
8962        },
8963        {
8964          "case": "null",
8965          "type": "434"
8966        },
8967        {
8968          "case": "mux",
8969          "type": "435"
8970        },
8971        {
8972          "case": "msmouse",
8973          "type": "434"
8974        },
8975        {
8976          "case": "wctablet",
8977          "type": "434"
8978        },
8979        {
8980          "case": "braille",
8981          "type": "434"
8982        },
8983        {
8984          "case": "testdev",
8985          "type": "434"
8986        },
8987        {
8988          "case": "stdio",
8989          "type": "436"
8990        },
8991        {
8992          "case": "console",
8993          "type": "434"
8994        },
8995        {
8996          "case": "spicevmc",
8997          "type": "437"
8998        },
8999        {
9000          "case": "spiceport",
9001          "type": "438"
9002        },
9003        {
9004          "case": "vc",
9005          "type": "439"
9006        },
9007        {
9008          "case": "ringbuf",
9009          "type": "440"
9010        },
9011        {
9012          "case": "memory",
9013          "type": "440"
9014        }
9015      ],
9016      "members": [
9017        {
9018          "name": "type",
9019          "type": "429"
9020        }
9021      ],
9022      "meta-type": "object"
9023    },
9024    {
9025      "name": "289",
9026      "meta-type": "enum",
9027      "values": [
9028        "elf",
9029        "kdump-zlib",
9030        "kdump-lzo",
9031        "kdump-snappy",
9032        "win-dmp"
9033      ]
9034    },
9035    {
9036      "name": "290",
9037      "meta-type": "enum",
9038      "values": [
9039        "none",
9040        "active",
9041        "completed",
9042        "failed"
9043      ]
9044    },
9045    {
9046      "name": "[289]",
9047      "element-type": "289",
9048      "meta-type": "array"
9049    },
9050    {
9051      "name": "291",
9052      "meta-type": "enum",
9053      "values": [
9054        "none",
9055        "nic",
9056        "user",
9057        "tap",
9058        "l2tpv3",
9059        "socket",
9060        "vde",
9061        "bridge",
9062        "hubport",
9063        "netmap",
9064        "vhost-user",
9065        "vhost-vdpa"
9066      ]
9067    },
9068    {
9069      "name": "292",
9070      "members": [
9071        {
9072          "name": "netdev",
9073          "default": null,
9074          "type": "str"
9075        },
9076        {
9077          "name": "macaddr",
9078          "default": null,
9079          "type": "str"
9080        },
9081        {
9082          "name": "model",
9083          "default": null,
9084          "type": "str"
9085        },
9086        {
9087          "name": "addr",
9088          "default": null,
9089          "type": "str"
9090        },
9091        {
9092          "name": "vectors",
9093          "default": null,
9094          "type": "int"
9095        }
9096      ],
9097      "meta-type": "object"
9098    },
9099    {
9100      "name": "293",
9101      "members": [
9102        {
9103          "name": "hostname",
9104          "default": null,
9105          "type": "str"
9106        },
9107        {
9108          "name": "restrict",
9109          "default": null,
9110          "type": "bool"
9111        },
9112        {
9113          "name": "ipv4",
9114          "default": null,
9115          "type": "bool"
9116        },
9117        {
9118          "name": "ipv6",
9119          "default": null,
9120          "type": "bool"
9121        },
9122        {
9123          "name": "ip",
9124          "default": null,
9125          "type": "str"
9126        },
9127        {
9128          "name": "net",
9129          "default": null,
9130          "type": "str"
9131        },
9132        {
9133          "name": "host",
9134          "default": null,
9135          "type": "str"
9136        },
9137        {
9138          "name": "tftp",
9139          "default": null,
9140          "type": "str"
9141        },
9142        {
9143          "name": "bootfile",
9144          "default": null,
9145          "type": "str"
9146        },
9147        {
9148          "name": "dhcpstart",
9149          "default": null,
9150          "type": "str"
9151        },
9152        {
9153          "name": "dns",
9154          "default": null,
9155          "type": "str"
9156        },
9157        {
9158          "name": "dnssearch",
9159          "default": null,
9160          "type": "[441]"
9161        },
9162        {
9163          "name": "domainname",
9164          "default": null,
9165          "type": "str"
9166        },
9167        {
9168          "name": "ipv6-prefix",
9169          "default": null,
9170          "type": "str"
9171        },
9172        {
9173          "name": "ipv6-prefixlen",
9174          "default": null,
9175          "type": "int"
9176        },
9177        {
9178          "name": "ipv6-host",
9179          "default": null,
9180          "type": "str"
9181        },
9182        {
9183          "name": "ipv6-dns",
9184          "default": null,
9185          "type": "str"
9186        },
9187        {
9188          "name": "smb",
9189          "default": null,
9190          "type": "str"
9191        },
9192        {
9193          "name": "smbserver",
9194          "default": null,
9195          "type": "str"
9196        },
9197        {
9198          "name": "hostfwd",
9199          "default": null,
9200          "type": "[441]"
9201        },
9202        {
9203          "name": "guestfwd",
9204          "default": null,
9205          "type": "[441]"
9206        },
9207        {
9208          "name": "tftp-server-name",
9209          "default": null,
9210          "type": "str"
9211        }
9212      ],
9213      "meta-type": "object"
9214    },
9215    {
9216      "name": "294",
9217      "members": [
9218        {
9219          "name": "ifname",
9220          "default": null,
9221          "type": "str"
9222        },
9223        {
9224          "name": "fd",
9225          "default": null,
9226          "type": "str"
9227        },
9228        {
9229          "name": "fds",
9230          "default": null,
9231          "type": "str"
9232        },
9233        {
9234          "name": "script",
9235          "default": null,
9236          "type": "str"
9237        },
9238        {
9239          "name": "downscript",
9240          "default": null,
9241          "type": "str"
9242        },
9243        {
9244          "name": "br",
9245          "default": null,
9246          "type": "str"
9247        },
9248        {
9249          "name": "helper",
9250          "default": null,
9251          "type": "str"
9252        },
9253        {
9254          "name": "sndbuf",
9255          "default": null,
9256          "type": "int"
9257        },
9258        {
9259          "name": "vnet_hdr",
9260          "default": null,
9261          "type": "bool"
9262        },
9263        {
9264          "name": "vhost",
9265          "default": null,
9266          "type": "bool"
9267        },
9268        {
9269          "name": "vhostfd",
9270          "default": null,
9271          "type": "str"
9272        },
9273        {
9274          "name": "vhostfds",
9275          "default": null,
9276          "type": "str"
9277        },
9278        {
9279          "name": "vhostforce",
9280          "default": null,
9281          "type": "bool"
9282        },
9283        {
9284          "name": "queues",
9285          "default": null,
9286          "type": "int"
9287        },
9288        {
9289          "name": "poll-us",
9290          "default": null,
9291          "type": "int"
9292        }
9293      ],
9294      "meta-type": "object"
9295    },
9296    {
9297      "name": "295",
9298      "members": [
9299        {
9300          "name": "src",
9301          "type": "str"
9302        },
9303        {
9304          "name": "dst",
9305          "type": "str"
9306        },
9307        {
9308          "name": "srcport",
9309          "default": null,
9310          "type": "str"
9311        },
9312        {
9313          "name": "dstport",
9314          "default": null,
9315          "type": "str"
9316        },
9317        {
9318          "name": "ipv6",
9319          "default": null,
9320          "type": "bool"
9321        },
9322        {
9323          "name": "udp",
9324          "default": null,
9325          "type": "bool"
9326        },
9327        {
9328          "name": "cookie64",
9329          "default": null,
9330          "type": "bool"
9331        },
9332        {
9333          "name": "counter",
9334          "default": null,
9335          "type": "bool"
9336        },
9337        {
9338          "name": "pincounter",
9339          "default": null,
9340          "type": "bool"
9341        },
9342        {
9343          "name": "txcookie",
9344          "default": null,
9345          "type": "int"
9346        },
9347        {
9348          "name": "rxcookie",
9349          "default": null,
9350          "type": "int"
9351        },
9352        {
9353          "name": "txsession",
9354          "type": "int"
9355        },
9356        {
9357          "name": "rxsession",
9358          "default": null,
9359          "type": "int"
9360        },
9361        {
9362          "name": "offset",
9363          "default": null,
9364          "type": "int"
9365        }
9366      ],
9367      "meta-type": "object"
9368    },
9369    {
9370      "name": "296",
9371      "members": [
9372        {
9373          "name": "fd",
9374          "default": null,
9375          "type": "str"
9376        },
9377        {
9378          "name": "listen",
9379          "default": null,
9380          "type": "str"
9381        },
9382        {
9383          "name": "connect",
9384          "default": null,
9385          "type": "str"
9386        },
9387        {
9388          "name": "mcast",
9389          "default": null,
9390          "type": "str"
9391        },
9392        {
9393          "name": "localaddr",
9394          "default": null,
9395          "type": "str"
9396        },
9397        {
9398          "name": "udp",
9399          "default": null,
9400          "type": "str"
9401        }
9402      ],
9403      "meta-type": "object"
9404    },
9405    {
9406      "name": "297",
9407      "members": [
9408        {
9409          "name": "sock",
9410          "default": null,
9411          "type": "str"
9412        },
9413        {
9414          "name": "port",
9415          "default": null,
9416          "type": "int"
9417        },
9418        {
9419          "name": "group",
9420          "default": null,
9421          "type": "str"
9422        },
9423        {
9424          "name": "mode",
9425          "default": null,
9426          "type": "int"
9427        }
9428      ],
9429      "meta-type": "object"
9430    },
9431    {
9432      "name": "298",
9433      "members": [
9434        {
9435          "name": "br",
9436          "default": null,
9437          "type": "str"
9438        },
9439        {
9440          "name": "helper",
9441          "default": null,
9442          "type": "str"
9443        }
9444      ],
9445      "meta-type": "object"
9446    },
9447    {
9448      "name": "299",
9449      "members": [
9450        {
9451          "name": "hubid",
9452          "type": "int"
9453        },
9454        {
9455          "name": "netdev",
9456          "default": null,
9457          "type": "str"
9458        }
9459      ],
9460      "meta-type": "object"
9461    },
9462    {
9463      "name": "300",
9464      "members": [
9465        {
9466          "name": "ifname",
9467          "type": "str"
9468        },
9469        {
9470          "name": "devname",
9471          "default": null,
9472          "type": "str"
9473        }
9474      ],
9475      "meta-type": "object"
9476    },
9477    {
9478      "name": "301",
9479      "members": [
9480        {
9481          "name": "chardev",
9482          "type": "str"
9483        },
9484        {
9485          "name": "vhostforce",
9486          "default": null,
9487          "type": "bool"
9488        },
9489        {
9490          "name": "queues",
9491          "default": null,
9492          "type": "int"
9493        }
9494      ],
9495      "meta-type": "object"
9496    },
9497    {
9498      "name": "302",
9499      "members": [
9500        {
9501          "name": "vhostdev",
9502          "default": null,
9503          "type": "str"
9504        },
9505        {
9506          "name": "queues",
9507          "default": null,
9508          "type": "int"
9509        }
9510      ],
9511      "meta-type": "object"
9512    },
9513    {
9514      "name": "303",
9515      "meta-type": "enum",
9516      "values": [
9517        "normal",
9518        "none",
9519        "all"
9520      ]
9521    },
9522    {
9523      "name": "[str]",
9524      "element-type": "str",
9525      "meta-type": "array"
9526    },
9527    {
9528      "name": "304",
9529      "meta-type": "enum",
9530      "values": [
9531        "half",
9532        "full"
9533      ]
9534    },
9535    {
9536      "name": "305",
9537      "meta-type": "enum",
9538      "values": [
9539        "off",
9540        "on"
9541      ]
9542    },
9543    {
9544      "name": "306",
9545      "members": [
9546        {
9547          "name": "priority",
9548          "type": "int"
9549        },
9550        {
9551          "name": "tbl-id",
9552          "type": "int"
9553        },
9554        {
9555          "name": "in-pport",
9556          "default": null,
9557          "type": "int"
9558        },
9559        {
9560          "name": "tunnel-id",
9561          "default": null,
9562          "type": "int"
9563        },
9564        {
9565          "name": "vlan-id",
9566          "default": null,
9567          "type": "int"
9568        },
9569        {
9570          "name": "eth-type",
9571          "default": null,
9572          "type": "int"
9573        },
9574        {
9575          "name": "eth-src",
9576          "default": null,
9577          "type": "str"
9578        },
9579        {
9580          "name": "eth-dst",
9581          "default": null,
9582          "type": "str"
9583        },
9584        {
9585          "name": "ip-proto",
9586          "default": null,
9587          "type": "int"
9588        },
9589        {
9590          "name": "ip-tos",
9591          "default": null,
9592          "type": "int"
9593        },
9594        {
9595          "name": "ip-dst",
9596          "default": null,
9597          "type": "str"
9598        }
9599      ],
9600      "meta-type": "object"
9601    },
9602    {
9603      "name": "307",
9604      "members": [
9605        {
9606          "name": "in-pport",
9607          "default": null,
9608          "type": "int"
9609        },
9610        {
9611          "name": "tunnel-id",
9612          "default": null,
9613          "type": "int"
9614        },
9615        {
9616          "name": "vlan-id",
9617          "default": null,
9618          "type": "int"
9619        },
9620        {
9621          "name": "eth-src",
9622          "default": null,
9623          "type": "str"
9624        },
9625        {
9626          "name": "eth-dst",
9627          "default": null,
9628          "type": "str"
9629        },
9630        {
9631          "name": "ip-proto",
9632          "default": null,
9633          "type": "int"
9634        },
9635        {
9636          "name": "ip-tos",
9637          "default": null,
9638          "type": "int"
9639        }
9640      ],
9641      "meta-type": "object"
9642    },
9643    {
9644      "name": "308",
9645      "members": [
9646        {
9647          "name": "goto-tbl",
9648          "default": null,
9649          "type": "int"
9650        },
9651        {
9652          "name": "group-id",
9653          "default": null,
9654          "type": "int"
9655        },
9656        {
9657          "name": "tunnel-lport",
9658          "default": null,
9659          "type": "int"
9660        },
9661        {
9662          "name": "vlan-id",
9663          "default": null,
9664          "type": "int"
9665        },
9666        {
9667          "name": "new-vlan-id",
9668          "default": null,
9669          "type": "int"
9670        },
9671        {
9672          "name": "out-pport",
9673          "default": null,
9674          "type": "int"
9675        }
9676      ],
9677      "meta-type": "object"
9678    },
9679    {
9680      "name": "309",
9681      "tag": "type",
9682      "variants": [
9683        {
9684          "case": "passthrough",
9685          "type": "443"
9686        },
9687        {
9688          "case": "emulator",
9689          "type": "444"
9690        }
9691      ],
9692      "members": [
9693        {
9694          "name": "type",
9695          "type": "442"
9696        }
9697      ],
9698      "meta-type": "object"
9699    },
9700    {
9701      "name": "310",
9702      "meta-type": "enum",
9703      "values": [
9704        "client",
9705        "server",
9706        "unknown"
9707      ]
9708    },
9709    {
9710      "name": "[311]",
9711      "element-type": "311",
9712      "meta-type": "array"
9713    },
9714    {
9715      "name": "311",
9716      "members": [
9717        {
9718          "name": "host",
9719          "type": "str"
9720        },
9721        {
9722          "name": "port",
9723          "type": "str"
9724        },
9725        {
9726          "name": "family",
9727          "type": "314"
9728        },
9729        {
9730          "name": "connection-id",
9731          "type": "int"
9732        },
9733        {
9734          "name": "channel-type",
9735          "type": "int"
9736        },
9737        {
9738          "name": "channel-id",
9739          "type": "int"
9740        },
9741        {
9742          "name": "tls",
9743          "type": "bool"
9744        }
9745      ],
9746      "meta-type": "object"
9747    },
9748    {
9749      "name": "312",
9750      "members": [
9751        {
9752          "name": "host",
9753          "type": "str"
9754        },
9755        {
9756          "name": "port",
9757          "type": "str"
9758        },
9759        {
9760          "name": "family",
9761          "type": "314"
9762        }
9763      ],
9764      "meta-type": "object"
9765    },
9766    {
9767      "name": "313",
9768      "members": [
9769        {
9770          "name": "host",
9771          "type": "str"
9772        },
9773        {
9774          "name": "port",
9775          "type": "str"
9776        },
9777        {
9778          "name": "family",
9779          "type": "314"
9780        },
9781        {
9782          "name": "auth",
9783          "default": null,
9784          "type": "str"
9785        }
9786      ],
9787      "meta-type": "object"
9788    },
9789    {
9790      "name": "314",
9791      "meta-type": "enum",
9792      "values": [
9793        "ipv4",
9794        "ipv6",
9795        "unix",
9796        "vsock",
9797        "unknown"
9798      ]
9799    },
9800    {
9801      "name": "[315]",
9802      "element-type": "315",
9803      "meta-type": "array"
9804    },
9805    {
9806      "name": "315",
9807      "members": [
9808        {
9809          "name": "host",
9810          "type": "str"
9811        },
9812        {
9813          "name": "service",
9814          "type": "str"
9815        },
9816        {
9817          "name": "family",
9818          "type": "314"
9819        },
9820        {
9821          "name": "websocket",
9822          "type": "bool"
9823        },
9824        {
9825          "name": "x509_dname",
9826          "default": null,
9827          "type": "str"
9828        },
9829        {
9830          "name": "sasl_username",
9831          "default": null,
9832          "type": "str"
9833        }
9834      ],
9835      "meta-type": "object"
9836    },
9837    {
9838      "name": "[316]",
9839      "element-type": "316",
9840      "meta-type": "array"
9841    },
9842    {
9843      "name": "316",
9844      "members": [
9845        {
9846          "name": "host",
9847          "type": "str"
9848        },
9849        {
9850          "name": "service",
9851          "type": "str"
9852        },
9853        {
9854          "name": "family",
9855          "type": "314"
9856        },
9857        {
9858          "name": "websocket",
9859          "type": "bool"
9860        },
9861        {
9862          "name": "auth",
9863          "type": "317"
9864        },
9865        {
9866          "name": "vencrypt",
9867          "default": null,
9868          "type": "318"
9869        }
9870      ],
9871      "meta-type": "object"
9872    },
9873    {
9874      "name": "317",
9875      "meta-type": "enum",
9876      "values": [
9877        "none",
9878        "vnc",
9879        "ra2",
9880        "ra2ne",
9881        "tight",
9882        "ultra",
9883        "tls",
9884        "vencrypt",
9885        "sasl"
9886      ]
9887    },
9888    {
9889      "name": "318",
9890      "meta-type": "enum",
9891      "values": [
9892        "plain",
9893        "tls-none",
9894        "x509-none",
9895        "tls-vnc",
9896        "x509-vnc",
9897        "tls-plain",
9898        "x509-plain",
9899        "tls-sasl",
9900        "x509-sasl"
9901      ]
9902    },
9903    {
9904      "name": "319",
9905      "members": [
9906        {
9907          "name": "host",
9908          "type": "str"
9909        },
9910        {
9911          "name": "service",
9912          "type": "str"
9913        },
9914        {
9915          "name": "family",
9916          "type": "314"
9917        },
9918        {
9919          "name": "websocket",
9920          "type": "bool"
9921        },
9922        {
9923          "name": "auth",
9924          "default": null,
9925          "type": "str"
9926        }
9927      ],
9928      "meta-type": "object"
9929    },
9930    {
9931      "name": "320",
9932      "members": [
9933        {
9934          "name": "host",
9935          "type": "str"
9936        },
9937        {
9938          "name": "service",
9939          "type": "str"
9940        },
9941        {
9942          "name": "family",
9943          "type": "314"
9944        },
9945        {
9946          "name": "websocket",
9947          "type": "bool"
9948        }
9949      ],
9950      "meta-type": "object"
9951    },
9952    {
9953      "name": "[321]",
9954      "element-type": "321",
9955      "meta-type": "array"
9956    },
9957    {
9958      "name": "321",
9959      "tag": "type",
9960      "variants": [
9961        {
9962          "case": "number",
9963          "type": "446"
9964        },
9965        {
9966          "case": "qcode",
9967          "type": "447"
9968        }
9969      ],
9970      "members": [
9971        {
9972          "name": "type",
9973          "type": "445"
9974        }
9975      ],
9976      "meta-type": "object"
9977    },
9978    {
9979      "name": "[322]",
9980      "element-type": "322",
9981      "meta-type": "array"
9982    },
9983    {
9984      "name": "322",
9985      "tag": "type",
9986      "variants": [
9987        {
9988          "case": "key",
9989          "type": "449"
9990        },
9991        {
9992          "case": "btn",
9993          "type": "450"
9994        },
9995        {
9996          "case": "rel",
9997          "type": "451"
9998        },
9999        {
10000          "case": "abs",
10001          "type": "451"
10002        }
10003      ],
10004      "members": [
10005        {
10006          "name": "type",
10007          "type": "448"
10008        }
10009      ],
10010      "meta-type": "object"
10011    },
10012    {
10013      "name": "323",
10014      "meta-type": "enum",
10015      "values": [
10016        "default",
10017        "none",
10018        "gtk",
10019        "sdl",
10020        "egl-headless",
10021        "curses",
10022        "cocoa",
10023        "spice-app"
10024      ]
10025    },
10026    {
10027      "name": "324",
10028      "meta-type": "enum",
10029      "values": [
10030        "off",
10031        "on",
10032        "core",
10033        "es"
10034      ]
10035    },
10036    {
10037      "name": "325",
10038      "members": [
10039        {
10040          "name": "grab-on-hover",
10041          "default": null,
10042          "type": "bool"
10043        },
10044        {
10045          "name": "zoom-to-fit",
10046          "default": null,
10047          "type": "bool"
10048        }
10049      ],
10050      "meta-type": "object"
10051    },
10052    {
10053      "name": "326",
10054      "members": [
10055        {
10056          "name": "charset",
10057          "default": null,
10058          "type": "str"
10059        }
10060      ],
10061      "meta-type": "object"
10062    },
10063    {
10064      "name": "327",
10065      "members": [
10066        {
10067          "name": "rendernode",
10068          "default": null,
10069          "type": "str"
10070        }
10071      ],
10072      "meta-type": "object"
10073    },
10074    {
10075      "name": "328",
10076      "meta-type": "enum",
10077      "values": [
10078        "none",
10079        "setup",
10080        "cancelling",
10081        "cancelled",
10082        "active",
10083        "postcopy-active",
10084        "postcopy-paused",
10085        "postcopy-recover",
10086        "completed",
10087        "failed",
10088        "colo",
10089        "pre-switchover",
10090        "device",
10091        "wait-unplug"
10092      ]
10093    },
10094    {
10095      "name": "329",
10096      "members": [
10097        {
10098          "name": "transferred",
10099          "type": "int"
10100        },
10101        {
10102          "name": "remaining",
10103          "type": "int"
10104        },
10105        {
10106          "name": "total",
10107          "type": "int"
10108        },
10109        {
10110          "name": "duplicate",
10111          "type": "int"
10112        },
10113        {
10114          "name": "skipped",
10115          "type": "int"
10116        },
10117        {
10118          "name": "normal",
10119          "type": "int"
10120        },
10121        {
10122          "name": "normal-bytes",
10123          "type": "int"
10124        },
10125        {
10126          "name": "dirty-pages-rate",
10127          "type": "int"
10128        },
10129        {
10130          "name": "mbps",
10131          "type": "number"
10132        },
10133        {
10134          "name": "dirty-sync-count",
10135          "type": "int"
10136        },
10137        {
10138          "name": "postcopy-requests",
10139          "type": "int"
10140        },
10141        {
10142          "name": "page-size",
10143          "type": "int"
10144        },
10145        {
10146          "name": "multifd-bytes",
10147          "type": "int"
10148        },
10149        {
10150          "name": "pages-per-second",
10151          "type": "int"
10152        }
10153      ],
10154      "meta-type": "object"
10155    },
10156    {
10157      "name": "330",
10158      "members": [
10159        {
10160          "name": "cache-size",
10161          "type": "int"
10162        },
10163        {
10164          "name": "bytes",
10165          "type": "int"
10166        },
10167        {
10168          "name": "pages",
10169          "type": "int"
10170        },
10171        {
10172          "name": "cache-miss",
10173          "type": "int"
10174        },
10175        {
10176          "name": "cache-miss-rate",
10177          "type": "number"
10178        },
10179        {
10180          "name": "encoding-rate",
10181          "type": "number"
10182        },
10183        {
10184          "name": "overflow",
10185          "type": "int"
10186        }
10187      ],
10188      "meta-type": "object"
10189    },
10190    {
10191      "name": "331",
10192      "members": [
10193        {
10194          "name": "pages",
10195          "type": "int"
10196        },
10197        {
10198          "name": "busy",
10199          "type": "int"
10200        },
10201        {
10202          "name": "busy-rate",
10203          "type": "number"
10204        },
10205        {
10206          "name": "compressed-size",
10207          "type": "int"
10208        },
10209        {
10210          "name": "compression-rate",
10211          "type": "number"
10212        }
10213      ],
10214      "meta-type": "object"
10215    },
10216    {
10217      "name": "[332]",
10218      "element-type": "332",
10219      "meta-type": "array"
10220    },
10221    {
10222      "name": "332",
10223      "tag": "type",
10224      "variants": [
10225        {
10226          "case": "inet",
10227          "type": "405"
10228        },
10229        {
10230          "case": "unix",
10231          "type": "453"
10232        },
10233        {
10234          "case": "vsock",
10235          "type": "454"
10236        },
10237        {
10238          "case": "fd",
10239          "type": "441"
10240        }
10241      ],
10242      "members": [
10243        {
10244          "name": "type",
10245          "type": "452"
10246        }
10247      ],
10248      "meta-type": "object"
10249    },
10250    {
10251      "name": "333",
10252      "meta-type": "enum",
10253      "values": [
10254        "xbzrle",
10255        "rdma-pin-all",
10256        "auto-converge",
10257        "zero-blocks",
10258        "compress",
10259        "events",
10260        "postcopy-ram",
10261        "x-colo",
10262        "release-ram",
10263        "block",
10264        "return-path",
10265        "pause-before-switchover",
10266        "multifd",
10267        "dirty-bitmaps",
10268        "postcopy-blocktime",
10269        "late-block-activate",
10270        "x-ignore-shared",
10271        "validate-uuid"
10272      ]
10273    },
10274    {
10275      "name": "334",
10276      "meta-type": "enum",
10277      "values": [
10278        "none",
10279        "zlib"
10280      ]
10281    },
10282    {
10283      "name": "335",
10284      "meta-type": "enum",
10285      "values": [
10286        "none",
10287        "primary",
10288        "secondary"
10289      ]
10290    },
10291    {
10292      "name": "336",
10293      "meta-type": "enum",
10294      "values": [
10295        "none",
10296        "request",
10297        "error",
10298        "processing"
10299      ]
10300    },
10301    {
10302      "name": "number",
10303      "json-type": "number",
10304      "meta-type": "builtin"
10305    },
10306    {
10307      "name": "[337]",
10308      "element-type": "337",
10309      "meta-type": "array"
10310    },
10311    {
10312      "name": "337",
10313      "tag": "type",
10314      "variants": [
10315        {
10316          "case": "abort",
10317          "type": "456"
10318        },
10319        {
10320          "case": "block-dirty-bitmap-add",
10321          "type": "457"
10322        },
10323        {
10324          "case": "block-dirty-bitmap-remove",
10325          "type": "458"
10326        },
10327        {
10328          "case": "block-dirty-bitmap-clear",
10329          "type": "458"
10330        },
10331        {
10332          "case": "block-dirty-bitmap-enable",
10333          "type": "458"
10334        },
10335        {
10336          "case": "block-dirty-bitmap-disable",
10337          "type": "458"
10338        },
10339        {
10340          "case": "block-dirty-bitmap-merge",
10341          "type": "459"
10342        },
10343        {
10344          "case": "blockdev-backup",
10345          "type": "460"
10346        },
10347        {
10348          "case": "blockdev-snapshot",
10349          "type": "461"
10350        },
10351        {
10352          "case": "blockdev-snapshot-internal-sync",
10353          "type": "462"
10354        },
10355        {
10356          "case": "blockdev-snapshot-sync",
10357          "type": "463"
10358        },
10359        {
10360          "case": "drive-backup",
10361          "type": "464"
10362        }
10363      ],
10364      "members": [
10365        {
10366          "name": "type",
10367          "type": "455"
10368        }
10369      ],
10370      "meta-type": "object"
10371    },
10372    {
10373      "name": "338",
10374      "members": [
10375        {
10376          "name": "completion-mode",
10377          "default": null,
10378          "type": "465"
10379        }
10380      ],
10381      "meta-type": "object"
10382    },
10383    {
10384      "name": "339",
10385      "meta-type": "enum",
10386      "values": [
10387        "unavailable",
10388        "disabled",
10389        "enabled"
10390      ]
10391    },
10392    {
10393      "name": "[340]",
10394      "element-type": "340",
10395      "meta-type": "array"
10396    },
10397    {
10398      "name": "340",
10399      "meta-type": "enum",
10400      "values": [
10401        "oob"
10402      ]
10403    },
10404    {
10405      "name": "341",
10406      "members": [
10407        {
10408          "name": "major",
10409          "type": "int"
10410        },
10411        {
10412          "name": "minor",
10413          "type": "int"
10414        },
10415        {
10416          "name": "micro",
10417          "type": "int"
10418        }
10419      ],
10420      "meta-type": "object"
10421    },
10422    {
10423      "name": "342",
10424      "meta-type": "enum",
10425      "values": [
10426        "builtin",
10427        "enum",
10428        "array",
10429        "object",
10430        "alternate",
10431        "command",
10432        "event"
10433      ]
10434    },
10435    {
10436      "name": "343",
10437      "members": [
10438        {
10439          "name": "json-type",
10440          "type": "466"
10441        }
10442      ],
10443      "meta-type": "object"
10444    },
10445    {
10446      "name": "344",
10447      "members": [
10448        {
10449          "name": "values",
10450          "type": "[str]"
10451        }
10452      ],
10453      "meta-type": "object"
10454    },
10455    {
10456      "name": "345",
10457      "members": [
10458        {
10459          "name": "element-type",
10460          "type": "str"
10461        }
10462      ],
10463      "meta-type": "object"
10464    },
10465    {
10466      "name": "346",
10467      "members": [
10468        {
10469          "name": "members",
10470          "type": "[467]"
10471        },
10472        {
10473          "name": "tag",
10474          "default": null,
10475          "type": "str"
10476        },
10477        {
10478          "name": "variants",
10479          "default": null,
10480          "type": "[468]"
10481        }
10482      ],
10483      "meta-type": "object"
10484    },
10485    {
10486      "name": "347",
10487      "members": [
10488        {
10489          "name": "members",
10490          "type": "[469]"
10491        }
10492      ],
10493      "meta-type": "object"
10494    },
10495    {
10496      "name": "348",
10497      "members": [
10498        {
10499          "name": "arg-type",
10500          "type": "str"
10501        },
10502        {
10503          "name": "ret-type",
10504          "type": "str"
10505        },
10506        {
10507          "name": "allow-oob",
10508          "default": null,
10509          "type": "bool"
10510        }
10511      ],
10512      "meta-type": "object"
10513    },
10514    {
10515      "name": "349",
10516      "members": [
10517        {
10518          "name": "arg-type",
10519          "type": "str"
10520        }
10521      ],
10522      "meta-type": "object"
10523    },
10524    {
10525      "name": "350",
10526      "members": [
10527        {
10528          "name": "node-id",
10529          "default": null,
10530          "type": "int"
10531        },
10532        {
10533          "name": "socket-id",
10534          "default": null,
10535          "type": "int"
10536        },
10537        {
10538          "name": "die-id",
10539          "default": null,
10540          "type": "int"
10541        },
10542        {
10543          "name": "core-id",
10544          "default": null,
10545          "type": "int"
10546        },
10547        {
10548          "name": "thread-id",
10549          "default": null,
10550          "type": "int"
10551        }
10552      ],
10553      "meta-type": "object"
10554    },
10555    {
10556      "name": "351",
10557      "meta-type": "enum",
10558      "values": [
10559        "x86",
10560        "sparc",
10561        "ppc",
10562        "mips",
10563        "tricore",
10564        "s390",
10565        "riscv",
10566        "other"
10567      ]
10568    },
10569    {
10570      "name": "352",
10571      "members": [
10572        {
10573          "name": "pc",
10574          "type": "int"
10575        }
10576      ],
10577      "meta-type": "object"
10578    },
10579    {
10580      "name": "353",
10581      "members": [
10582        {
10583          "name": "pc",
10584          "type": "int"
10585        },
10586        {
10587          "name": "npc",
10588          "type": "int"
10589        }
10590      ],
10591      "meta-type": "object"
10592    },
10593    {
10594      "name": "354",
10595      "members": [
10596        {
10597          "name": "nip",
10598          "type": "int"
10599        }
10600      ],
10601      "meta-type": "object"
10602    },
10603    {
10604      "name": "355",
10605      "members": [
10606        {
10607          "name": "PC",
10608          "type": "int"
10609        }
10610      ],
10611      "meta-type": "object"
10612    },
10613    {
10614      "name": "356",
10615      "members": [
10616        {
10617          "name": "PC",
10618          "type": "int"
10619        }
10620      ],
10621      "meta-type": "object"
10622    },
10623    {
10624      "name": "357",
10625      "members": [
10626        {
10627          "name": "cpu-state",
10628          "type": "470"
10629        }
10630      ],
10631      "meta-type": "object"
10632    },
10633    {
10634      "name": "358",
10635      "members": [
10636        {
10637          "name": "pc",
10638          "type": "int"
10639        }
10640      ],
10641      "meta-type": "object"
10642    },
10643    {
10644      "name": "359",
10645      "meta-type": "enum",
10646      "values": [
10647        "aarch64",
10648        "alpha",
10649        "arm",
10650        "avr",
10651        "cris",
10652        "hppa",
10653        "i386",
10654        "lm32",
10655        "m68k",
10656        "microblaze",
10657        "microblazeel",
10658        "mips",
10659        "mips64",
10660        "mips64el",
10661        "mipsel",
10662        "moxie",
10663        "nios2",
10664        "or1k",
10665        "ppc",
10666        "ppc64",
10667        "riscv32",
10668        "riscv64",
10669        "rx",
10670        "s390x",
10671        "sh4",
10672        "sh4eb",
10673        "sparc",
10674        "sparc64",
10675        "tricore",
10676        "unicore32",
10677        "x86_64",
10678        "xtensa",
10679        "xtensaeb"
10680      ]
10681    },
10682    {
10683      "name": "360",
10684      "meta-type": "enum",
10685      "values": [
10686        "default",
10687        "preferred",
10688        "bind",
10689        "interleave"
10690      ]
10691    },
10692    {
10693      "name": "361",
10694      "meta-type": "enum",
10695      "values": [
10696        "node",
10697        "dist",
10698        "cpu",
10699        "hmat-lb",
10700        "hmat-cache"
10701      ]
10702    },
10703    {
10704      "name": "362",
10705      "members": [
10706        {
10707          "name": "nodeid",
10708          "default": null,
10709          "type": "int"
10710        },
10711        {
10712          "name": "cpus",
10713          "default": null,
10714          "type": "[int]"
10715        },
10716        {
10717          "name": "mem",
10718          "default": null,
10719          "type": "int"
10720        },
10721        {
10722          "name": "memdev",
10723          "default": null,
10724          "type": "str"
10725        },
10726        {
10727          "name": "initiator",
10728          "default": null,
10729          "type": "int"
10730        }
10731      ],
10732      "meta-type": "object"
10733    },
10734    {
10735      "name": "363",
10736      "members": [
10737        {
10738          "name": "src",
10739          "type": "int"
10740        },
10741        {
10742          "name": "dst",
10743          "type": "int"
10744        },
10745        {
10746          "name": "val",
10747          "type": "int"
10748        }
10749      ],
10750      "meta-type": "object"
10751    },
10752    {
10753      "name": "364",
10754      "members": [
10755        {
10756          "name": "node-id",
10757          "default": null,
10758          "type": "int"
10759        },
10760        {
10761          "name": "socket-id",
10762          "default": null,
10763          "type": "int"
10764        },
10765        {
10766          "name": "die-id",
10767          "default": null,
10768          "type": "int"
10769        },
10770        {
10771          "name": "core-id",
10772          "default": null,
10773          "type": "int"
10774        },
10775        {
10776          "name": "thread-id",
10777          "default": null,
10778          "type": "int"
10779        }
10780      ],
10781      "meta-type": "object"
10782    },
10783    {
10784      "name": "365",
10785      "members": [
10786        {
10787          "name": "initiator",
10788          "type": "int"
10789        },
10790        {
10791          "name": "target",
10792          "type": "int"
10793        },
10794        {
10795          "name": "hierarchy",
10796          "type": "471"
10797        },
10798        {
10799          "name": "data-type",
10800          "type": "472"
10801        },
10802        {
10803          "name": "latency",
10804          "default": null,
10805          "type": "int"
10806        },
10807        {
10808          "name": "bandwidth",
10809          "default": null,
10810          "type": "int"
10811        }
10812      ],
10813      "meta-type": "object"
10814    },
10815    {
10816      "name": "366",
10817      "members": [
10818        {
10819          "name": "node-id",
10820          "type": "int"
10821        },
10822        {
10823          "name": "size",
10824          "type": "int"
10825        },
10826        {
10827          "name": "level",
10828          "type": "int"
10829        },
10830        {
10831          "name": "associativity",
10832          "type": "473"
10833        },
10834        {
10835          "name": "policy",
10836          "type": "474"
10837        },
10838        {
10839          "name": "line",
10840          "type": "int"
10841        }
10842      ],
10843      "meta-type": "object"
10844    },
10845    {
10846      "name": "367",
10847      "members": [
10848        {
10849          "name": "name",
10850          "type": "str"
10851        },
10852        {
10853          "name": "props",
10854          "default": null,
10855          "type": "any"
10856        }
10857      ],
10858      "meta-type": "object"
10859    },
10860    {
10861      "name": "368",
10862      "meta-type": "enum",
10863      "values": [
10864        "incompatible",
10865        "identical",
10866        "superset",
10867        "subset"
10868      ]
10869    },
10870    {
10871      "name": "369",
10872      "meta-type": "enum",
10873      "values": [
10874        "static",
10875        "full"
10876      ]
10877    },
10878    {
10879      "name": "[370]",
10880      "element-type": "370",
10881      "meta-type": "array"
10882    },
10883    {
10884      "name": "370",
10885      "members": [
10886        {
10887          "name": "bus",
10888          "type": "int"
10889        },
10890        {
10891          "name": "slot",
10892          "type": "int"
10893        },
10894        {
10895          "name": "function",
10896          "type": "int"
10897        },
10898        {
10899          "name": "class_info",
10900          "type": "475"
10901        },
10902        {
10903          "name": "id",
10904          "type": "476"
10905        },
10906        {
10907          "name": "irq",
10908          "default": null,
10909          "type": "int"
10910        },
10911        {
10912          "name": "irq_pin",
10913          "type": "int"
10914        },
10915        {
10916          "name": "qdev_id",
10917          "type": "str"
10918        },
10919        {
10920          "name": "pci_bridge",
10921          "default": null,
10922          "type": "477"
10923        },
10924        {
10925          "name": "regions",
10926          "type": "[478]"
10927        }
10928      ],
10929      "meta-type": "object"
10930    },
10931    {
10932      "name": "[371]",
10933      "element-type": "371",
10934      "meta-type": "array"
10935    },
10936    {
10937      "name": "371",
10938      "members": [
10939        {
10940          "name": "fd",
10941          "type": "int"
10942        },
10943        {
10944          "name": "opaque",
10945          "default": null,
10946          "type": "str"
10947        }
10948      ],
10949      "meta-type": "object"
10950    },
10951    {
10952      "name": "[372]",
10953      "element-type": "372",
10954      "meta-type": "array"
10955    },
10956    {
10957      "name": "372",
10958      "members": [
10959        {
10960          "name": "name",
10961          "type": "str"
10962        },
10963        {
10964          "name": "type",
10965          "type": "479"
10966        },
10967        {
10968          "name": "help",
10969          "default": null,
10970          "type": "str"
10971        },
10972        {
10973          "name": "default",
10974          "default": null,
10975          "type": "str"
10976        }
10977      ],
10978      "meta-type": "object"
10979    },
10980    {
10981      "name": "373",
10982      "meta-type": "enum",
10983      "values": [
10984        "dimm",
10985        "nvdimm",
10986        "virtio-pmem",
10987        "virtio-mem"
10988      ]
10989    },
10990    {
10991      "name": "374",
10992      "members": [
10993        {
10994          "name": "data",
10995          "type": "480"
10996        }
10997      ],
10998      "meta-type": "object"
10999    },
11000    {
11001      "name": "375",
11002      "members": [
11003        {
11004          "name": "data",
11005          "type": "481"
11006        }
11007      ],
11008      "meta-type": "object"
11009    },
11010    {
11011      "name": "376",
11012      "members": [
11013        {
11014          "name": "data",
11015          "type": "482"
11016        }
11017      ],
11018      "meta-type": "object"
11019    },
11020    {
11021      "name": "377",
11022      "meta-type": "enum",
11023      "values": [
11024        "DIMM",
11025        "CPU"
11026      ]
11027    },
11028    {
11029      "name": "378",
11030      "meta-type": "enum",
11031      "values": [
11032        "uninit",
11033        "launch-update",
11034        "launch-secret",
11035        "running",
11036        "send-update",
11037        "receive-update"
11038      ]
11039    },
11040    {
11041      "name": "379",
11042      "meta-type": "enum",
11043      "values": [
11044        "hyper-v",
11045        "s390"
11046      ]
11047    },
11048    {
11049      "name": "380",
11050      "members": [
11051        {
11052          "name": "arg1",
11053          "type": "int"
11054        },
11055        {
11056          "name": "arg2",
11057          "type": "int"
11058        },
11059        {
11060          "name": "arg3",
11061          "type": "int"
11062        },
11063        {
11064          "name": "arg4",
11065          "type": "int"
11066        },
11067        {
11068          "name": "arg5",
11069          "type": "int"
11070        }
11071      ],
11072      "meta-type": "object"
11073    },
11074    {
11075      "name": "381",
11076      "members": [
11077        {
11078          "name": "core",
11079          "type": "int"
11080        },
11081        {
11082          "name": "psw-mask",
11083          "type": "int"
11084        },
11085        {
11086          "name": "psw-addr",
11087          "type": "int"
11088        },
11089        {
11090          "name": "reason",
11091          "type": "483"
11092        }
11093      ],
11094      "meta-type": "object"
11095    },
11096    {
11097      "name": "382",
11098      "meta-type": "enum",
11099      "values": [
11100        "active",
11101        "disabled",
11102        "frozen",
11103        "locked",
11104        "inconsistent"
11105      ]
11106    },
11107    {
11108      "name": "[383]",
11109      "element-type": "383",
11110      "meta-type": "array"
11111    },
11112    {
11113      "name": "383",
11114      "members": [
11115        {
11116          "name": "interval_length",
11117          "type": "int"
11118        },
11119        {
11120          "name": "min_rd_latency_ns",
11121          "type": "int"
11122        },
11123        {
11124          "name": "max_rd_latency_ns",
11125          "type": "int"
11126        },
11127        {
11128          "name": "avg_rd_latency_ns",
11129          "type": "int"
11130        },
11131        {
11132          "name": "min_wr_latency_ns",
11133          "type": "int"
11134        },
11135        {
11136          "name": "max_wr_latency_ns",
11137          "type": "int"
11138        },
11139        {
11140          "name": "avg_wr_latency_ns",
11141          "type": "int"
11142        },
11143        {
11144          "name": "min_flush_latency_ns",
11145          "type": "int"
11146        },
11147        {
11148          "name": "max_flush_latency_ns",
11149          "type": "int"
11150        },
11151        {
11152          "name": "avg_flush_latency_ns",
11153          "type": "int"
11154        },
11155        {
11156          "name": "avg_rd_queue_depth",
11157          "type": "number"
11158        },
11159        {
11160          "name": "avg_wr_queue_depth",
11161          "type": "number"
11162        }
11163      ],
11164      "meta-type": "object"
11165    },
11166    {
11167      "name": "384",
11168      "members": [
11169        {
11170          "name": "boundaries",
11171          "type": "[int]"
11172        },
11173        {
11174          "name": "bins",
11175          "type": "[int]"
11176        }
11177      ],
11178      "meta-type": "object"
11179    },
11180    {
11181      "name": "385",
11182      "members": [
11183        {
11184          "name": "discard-nb-ok",
11185          "type": "int"
11186        },
11187        {
11188          "name": "discard-nb-failed",
11189          "type": "int"
11190        },
11191        {
11192          "name": "discard-bytes-ok",
11193          "type": "int"
11194        }
11195      ],
11196      "meta-type": "object"
11197    },
11198    {
11199      "name": "[70]",
11200      "element-type": "70",
11201      "meta-type": "array"
11202    },
11203    {
11204      "name": "386",
11205      "tag": "type",
11206      "variants": [
11207        {
11208          "case": "qcow2",
11209          "type": "485"
11210        },
11211        {
11212          "case": "vmdk",
11213          "type": "486"
11214        },
11215        {
11216          "case": "luks",
11217          "type": "487"
11218        }
11219      ],
11220      "members": [
11221        {
11222          "name": "type",
11223          "type": "484"
11224        }
11225      ],
11226      "meta-type": "object"
11227    },
11228    {
11229      "name": "387",
11230      "meta-type": "enum",
11231      "values": [
11232        "block-backend",
11233        "block-job",
11234        "block-driver"
11235      ]
11236    },
11237    {
11238      "name": "[388]",
11239      "element-type": "388",
11240      "meta-type": "array"
11241    },
11242    {
11243      "name": "388",
11244      "meta-type": "enum",
11245      "values": [
11246        "consistent-read",
11247        "write",
11248        "write-unchanged",
11249        "resize",
11250        "graph-mod"
11251      ]
11252    },
11253    {
11254      "name": "389",
11255      "members": [
11256        {
11257          "type": "48"
11258        },
11259        {
11260          "type": "str"
11261        }
11262      ],
11263      "meta-type": "alternate"
11264    },
11265    {
11266      "name": "[390]",
11267      "element-type": "390",
11268      "meta-type": "array"
11269    },
11270    {
11271      "name": "390",
11272      "members": [
11273        {
11274          "name": "event",
11275          "type": "488"
11276        },
11277        {
11278          "name": "state",
11279          "default": null,
11280          "type": "int"
11281        },
11282        {
11283          "name": "iotype",
11284          "default": null,
11285          "type": "489"
11286        },
11287        {
11288          "name": "errno",
11289          "default": null,
11290          "type": "int"
11291        },
11292        {
11293          "name": "sector",
11294          "default": null,
11295          "type": "int"
11296        },
11297        {
11298          "name": "once",
11299          "default": null,
11300          "type": "bool"
11301        },
11302        {
11303          "name": "immediately",
11304          "default": null,
11305          "type": "bool"
11306        }
11307      ],
11308      "meta-type": "object"
11309    },
11310    {
11311      "name": "[391]",
11312      "element-type": "391",
11313      "meta-type": "array"
11314    },
11315    {
11316      "name": "391",
11317      "members": [
11318        {
11319          "name": "event",
11320          "type": "488"
11321        },
11322        {
11323          "name": "state",
11324          "default": null,
11325          "type": "int"
11326        },
11327        {
11328          "name": "new_state",
11329          "type": "int"
11330        }
11331      ],
11332      "meta-type": "object"
11333    },
11334    {
11335      "name": "392",
11336      "meta-type": "enum",
11337      "values": [
11338        "auto",
11339        "on",
11340        "off"
11341      ]
11342    },
11343    {
11344      "name": "393",
11345      "meta-type": "enum",
11346      "values": [
11347        "threads",
11348        "native",
11349        "io_uring"
11350      ]
11351    },
11352    {
11353      "name": "394",
11354      "meta-type": "enum",
11355      "values": [
11356        "tcp",
11357        "iser"
11358      ]
11359    },
11360    {
11361      "name": "395",
11362      "meta-type": "enum",
11363      "values": [
11364        "crc32c",
11365        "none",
11366        "crc32c-none",
11367        "none-crc32c"
11368      ]
11369    },
11370    {
11371      "name": "396",
11372      "members": [
11373        {
11374          "name": "type",
11375          "type": "490"
11376        },
11377        {
11378          "name": "host",
11379          "type": "str"
11380        }
11381      ],
11382      "meta-type": "object"
11383    },
11384    {
11385      "name": "397",
11386      "members": [
11387        {
11388          "type": "48"
11389        },
11390        {
11391          "type": "str"
11392        },
11393        {
11394          "type": "null"
11395        }
11396      ],
11397      "meta-type": "alternate"
11398    },
11399    {
11400      "name": "398",
11401      "members": [
11402        {
11403          "type": "491"
11404        },
11405        {
11406          "type": "492"
11407        }
11408      ],
11409      "meta-type": "alternate"
11410    },
11411    {
11412      "name": "399",
11413      "tag": "format",
11414      "variants": [
11415        {
11416          "case": "aes",
11417          "type": "494"
11418        },
11419        {
11420          "case": "luks",
11421          "type": "495"
11422        }
11423      ],
11424      "members": [
11425        {
11426          "name": "format",
11427          "type": "493"
11428        }
11429      ],
11430      "meta-type": "object"
11431    },
11432    {
11433      "name": "400",
11434      "tag": "format",
11435      "variants": [
11436        {
11437          "case": "aes",
11438          "type": "494"
11439        }
11440      ],
11441      "members": [
11442        {
11443          "name": "format",
11444          "type": "496"
11445        }
11446      ],
11447      "meta-type": "object"
11448    },
11449    {
11450      "name": "[389]",
11451      "element-type": "389",
11452      "meta-type": "array"
11453    },
11454    {
11455      "name": "401",
11456      "meta-type": "enum",
11457      "values": [
11458        "quorum",
11459        "fifo"
11460      ]
11461    },
11462    {
11463      "name": "[402]",
11464      "element-type": "402",
11465      "meta-type": "array"
11466    },
11467    {
11468      "name": "402",
11469      "meta-type": "enum",
11470      "values": [
11471        "cephx",
11472        "none"
11473      ]
11474    },
11475    {
11476      "name": "[403]",
11477      "element-type": "403",
11478      "meta-type": "array"
11479    },
11480    {
11481      "name": "403",
11482      "members": [
11483        {
11484          "name": "host",
11485          "type": "str"
11486        },
11487        {
11488          "name": "port",
11489          "type": "str"
11490        }
11491      ],
11492      "meta-type": "object"
11493    },
11494    {
11495      "name": "404",
11496      "meta-type": "enum",
11497      "values": [
11498        "primary",
11499        "secondary"
11500      ]
11501    },
11502    {
11503      "name": "405",
11504      "members": [
11505        {
11506          "name": "host",
11507          "type": "str"
11508        },
11509        {
11510          "name": "port",
11511          "type": "str"
11512        },
11513        {
11514          "name": "numeric",
11515          "default": null,
11516          "type": "bool"
11517        },
11518        {
11519          "name": "to",
11520          "default": null,
11521          "type": "int"
11522        },
11523        {
11524          "name": "ipv4",
11525          "default": null,
11526          "type": "bool"
11527        },
11528        {
11529          "name": "ipv6",
11530          "default": null,
11531          "type": "bool"
11532        },
11533        {
11534          "name": "keep-alive",
11535          "default": null,
11536          "type": "bool"
11537        }
11538      ],
11539      "meta-type": "object"
11540    },
11541    {
11542      "name": "406",
11543      "tag": "mode",
11544      "variants": [
11545        {
11546          "case": "hash",
11547          "type": "498"
11548        },
11549        {
11550          "case": "none",
11551          "type": "0"
11552        },
11553        {
11554          "case": "known_hosts",
11555          "type": "0"
11556        }
11557      ],
11558      "members": [
11559        {
11560          "name": "mode",
11561          "type": "497"
11562        }
11563      ],
11564      "meta-type": "object"
11565    },
11566    {
11567      "name": "407",
11568      "members": [
11569        {
11570          "name": "filename",
11571          "type": "str"
11572        },
11573        {
11574          "name": "size",
11575          "type": "int"
11576        },
11577        {
11578          "name": "preallocation",
11579          "default": null,
11580          "type": "499"
11581        },
11582        {
11583          "name": "nocow",
11584          "default": null,
11585          "type": "bool"
11586        },
11587        {
11588          "name": "extent-size-hint",
11589          "default": null,
11590          "type": "int"
11591        }
11592      ],
11593      "meta-type": "object"
11594    },
11595    {
11596      "name": "408",
11597      "members": [
11598        {
11599          "name": "location",
11600          "type": "258"
11601        },
11602        {
11603          "name": "size",
11604          "type": "int"
11605        },
11606        {
11607          "name": "preallocation",
11608          "default": null,
11609          "type": "499"
11610        }
11611      ],
11612      "meta-type": "object"
11613    },
11614    {
11615      "name": "409",
11616      "members": [
11617        {
11618          "name": "key-secret",
11619          "default": null,
11620          "type": "str"
11621        },
11622        {
11623          "name": "cipher-alg",
11624          "default": null,
11625          "type": "500"
11626        },
11627        {
11628          "name": "cipher-mode",
11629          "default": null,
11630          "type": "501"
11631        },
11632        {
11633          "name": "ivgen-alg",
11634          "default": null,
11635          "type": "502"
11636        },
11637        {
11638          "name": "ivgen-hash-alg",
11639          "default": null,
11640          "type": "503"
11641        },
11642        {
11643          "name": "hash-alg",
11644          "default": null,
11645          "type": "503"
11646        },
11647        {
11648          "name": "iter-time",
11649          "default": null,
11650          "type": "int"
11651        },
11652        {
11653          "name": "file",
11654          "type": "389"
11655        },
11656        {
11657          "name": "size",
11658          "type": "int"
11659        },
11660        {
11661          "name": "preallocation",
11662          "default": null,
11663          "type": "499"
11664        }
11665      ],
11666      "meta-type": "object"
11667    },
11668    {
11669      "name": "410",
11670      "members": [
11671        {
11672          "name": "location",
11673          "type": "264"
11674        },
11675        {
11676          "name": "size",
11677          "type": "int"
11678        }
11679      ],
11680      "meta-type": "object"
11681    },
11682    {
11683      "name": "411",
11684      "members": [
11685        {
11686          "name": "file",
11687          "type": "389"
11688        },
11689        {
11690          "name": "size",
11691          "type": "int"
11692        },
11693        {
11694          "name": "cluster-size",
11695          "default": null,
11696          "type": "int"
11697        }
11698      ],
11699      "meta-type": "object"
11700    },
11701    {
11702      "name": "412",
11703      "members": [
11704        {
11705          "name": "file",
11706          "type": "389"
11707        },
11708        {
11709          "name": "size",
11710          "type": "int"
11711        },
11712        {
11713          "name": "backing-file",
11714          "default": null,
11715          "type": "str"
11716        },
11717        {
11718          "name": "encrypt",
11719          "default": null,
11720          "type": "504"
11721        }
11722      ],
11723      "meta-type": "object"
11724    },
11725    {
11726      "name": "413",
11727      "members": [
11728        {
11729          "name": "file",
11730          "type": "389"
11731        },
11732        {
11733          "name": "data-file",
11734          "default": null,
11735          "type": "389"
11736        },
11737        {
11738          "name": "data-file-raw",
11739          "default": null,
11740          "type": "bool"
11741        },
11742        {
11743          "name": "size",
11744          "type": "int"
11745        },
11746        {
11747          "name": "version",
11748          "default": null,
11749          "type": "505"
11750        },
11751        {
11752          "name": "backing-file",
11753          "default": null,
11754          "type": "str"
11755        },
11756        {
11757          "name": "backing-fmt",
11758          "default": null,
11759          "type": "247"
11760        },
11761        {
11762          "name": "encrypt",
11763          "default": null,
11764          "type": "504"
11765        },
11766        {
11767          "name": "cluster-size",
11768          "default": null,
11769          "type": "int"
11770        },
11771        {
11772          "name": "preallocation",
11773          "default": null,
11774          "type": "499"
11775        },
11776        {
11777          "name": "lazy-refcounts",
11778          "default": null,
11779          "type": "bool"
11780        },
11781        {
11782          "name": "refcount-bits",
11783          "default": null,
11784          "type": "int"
11785        },
11786        {
11787          "name": "compression-type",
11788          "default": null,
11789          "type": "506"
11790        }
11791      ],
11792      "meta-type": "object"
11793    },
11794    {
11795      "name": "414",
11796      "members": [
11797        {
11798          "name": "file",
11799          "type": "389"
11800        },
11801        {
11802          "name": "size",
11803          "type": "int"
11804        },
11805        {
11806          "name": "backing-file",
11807          "default": null,
11808          "type": "str"
11809        },
11810        {
11811          "name": "backing-fmt",
11812          "default": null,
11813          "type": "247"
11814        },
11815        {
11816          "name": "cluster-size",
11817          "default": null,
11818          "type": "int"
11819        },
11820        {
11821          "name": "table-size",
11822          "default": null,
11823          "type": "int"
11824        }
11825      ],
11826      "meta-type": "object"
11827    },
11828    {
11829      "name": "415",
11830      "members": [
11831        {
11832          "name": "location",
11833          "type": "272"
11834        },
11835        {
11836          "name": "size",
11837          "type": "int"
11838        },
11839        {
11840          "name": "cluster-size",
11841          "default": null,
11842          "type": "int"
11843        }
11844      ],
11845      "meta-type": "object"
11846    },
11847    {
11848      "name": "416",
11849      "members": [
11850        {
11851          "name": "location",
11852          "type": "274"
11853        },
11854        {
11855          "name": "size",
11856          "type": "int"
11857        },
11858        {
11859          "name": "backing-file",
11860          "default": null,
11861          "type": "str"
11862        },
11863        {
11864          "name": "preallocation",
11865          "default": null,
11866          "type": "499"
11867        },
11868        {
11869          "name": "redundancy",
11870          "default": null,
11871          "type": "507"
11872        },
11873        {
11874          "name": "object-size",
11875          "default": null,
11876          "type": "int"
11877        }
11878      ],
11879      "meta-type": "object"
11880    },
11881    {
11882      "name": "417",
11883      "members": [
11884        {
11885          "name": "location",
11886          "type": "275"
11887        },
11888        {
11889          "name": "size",
11890          "type": "int"
11891        }
11892      ],
11893      "meta-type": "object"
11894    },
11895    {
11896      "name": "418",
11897      "members": [
11898        {
11899          "name": "file",
11900          "type": "389"
11901        },
11902        {
11903          "name": "size",
11904          "type": "int"
11905        },
11906        {
11907          "name": "preallocation",
11908          "default": null,
11909          "type": "499"
11910        }
11911      ],
11912      "meta-type": "object"
11913    },
11914    {
11915      "name": "419",
11916      "members": [
11917        {
11918          "name": "file",
11919          "type": "389"
11920        },
11921        {
11922          "name": "size",
11923          "type": "int"
11924        },
11925        {
11926          "name": "log-size",
11927          "default": null,
11928          "type": "int"
11929        },
11930        {
11931          "name": "block-size",
11932          "default": null,
11933          "type": "int"
11934        },
11935        {
11936          "name": "subformat",
11937          "default": null,
11938          "type": "508"
11939        },
11940        {
11941          "name": "block-state-zero",
11942          "default": null,
11943          "type": "bool"
11944        }
11945      ],
11946      "meta-type": "object"
11947    },
11948    {
11949      "name": "420",
11950      "members": [
11951        {
11952          "name": "file",
11953          "type": "389"
11954        },
11955        {
11956          "name": "size",
11957          "type": "int"
11958        },
11959        {
11960          "name": "extents",
11961          "default": null,
11962          "type": "[389]"
11963        },
11964        {
11965          "name": "subformat",
11966          "default": null,
11967          "type": "509"
11968        },
11969        {
11970          "name": "backing-file",
11971          "default": null,
11972          "type": "str"
11973        },
11974        {
11975          "name": "adapter-type",
11976          "default": null,
11977          "type": "510"
11978        },
11979        {
11980          "name": "hwversion",
11981          "default": null,
11982          "type": "str"
11983        },
11984        {
11985          "name": "zeroed-grain",
11986          "default": null,
11987          "type": "bool"
11988        }
11989      ],
11990      "meta-type": "object"
11991    },
11992    {
11993      "name": "421",
11994      "members": [
11995        {
11996          "name": "file",
11997          "type": "389"
11998        },
11999        {
12000          "name": "size",
12001          "type": "int"
12002        },
12003        {
12004          "name": "subformat",
12005          "default": null,
12006          "type": "511"
12007        },
12008        {
12009          "name": "force-size",
12010          "default": null,
12011          "type": "bool"
12012        }
12013      ],
12014      "meta-type": "object"
12015    },
12016    {
12017      "name": "422",
12018      "members": [
12019        {
12020          "name": "state",
12021          "type": "512"
12022        },
12023        {
12024          "name": "new-secret",
12025          "default": null,
12026          "type": "str"
12027        },
12028        {
12029          "name": "old-secret",
12030          "default": null,
12031          "type": "str"
12032        },
12033        {
12034          "name": "keyslot",
12035          "default": null,
12036          "type": "int"
12037        },
12038        {
12039          "name": "iter-time",
12040          "default": null,
12041          "type": "int"
12042        },
12043        {
12044          "name": "secret",
12045          "default": null,
12046          "type": "str"
12047        }
12048      ],
12049      "meta-type": "object"
12050    },
12051    {
12052      "name": "423",
12053      "members": [
12054        {
12055          "name": "encrypt",
12056          "default": null,
12057          "type": "513"
12058        }
12059      ],
12060      "meta-type": "object"
12061    },
12062    {
12063      "name": "null",
12064      "json-type": "null",
12065      "meta-type": "builtin"
12066    },
12067    {
12068      "name": "424",
12069      "meta-type": "enum",
12070      "values": [
12071        "inet",
12072        "unix",
12073        "vsock",
12074        "fd"
12075      ]
12076    },
12077    {
12078      "name": "425",
12079      "members": [
12080        {
12081          "name": "data",
12082          "type": "405"
12083        }
12084      ],
12085      "meta-type": "object"
12086    },
12087    {
12088      "name": "426",
12089      "members": [
12090        {
12091          "name": "data",
12092          "type": "453"
12093        }
12094      ],
12095      "meta-type": "object"
12096    },
12097    {
12098      "name": "427",
12099      "members": [
12100        {
12101          "name": "data",
12102          "type": "454"
12103        }
12104      ],
12105      "meta-type": "object"
12106    },
12107    {
12108      "name": "428",
12109      "members": [
12110        {
12111          "name": "data",
12112          "type": "441"
12113        }
12114      ],
12115      "meta-type": "object"
12116    },
12117    {
12118      "name": "429",
12119      "meta-type": "enum",
12120      "values": [
12121        "file",
12122        "serial",
12123        "parallel",
12124        "pipe",
12125        "socket",
12126        "udp",
12127        "pty",
12128        "null",
12129        "mux",
12130        "msmouse",
12131        "wctablet",
12132        "braille",
12133        "testdev",
12134        "stdio",
12135        "console",
12136        "spicevmc",
12137        "spiceport",
12138        "vc",
12139        "ringbuf",
12140        "memory"
12141      ]
12142    },
12143    {
12144      "name": "430",
12145      "members": [
12146        {
12147          "name": "data",
12148          "type": "514"
12149        }
12150      ],
12151      "meta-type": "object"
12152    },
12153    {
12154      "name": "431",
12155      "members": [
12156        {
12157          "name": "data",
12158          "type": "515"
12159        }
12160      ],
12161      "meta-type": "object"
12162    },
12163    {
12164      "name": "432",
12165      "members": [
12166        {
12167          "name": "data",
12168          "type": "516"
12169        }
12170      ],
12171      "meta-type": "object"
12172    },
12173    {
12174      "name": "433",
12175      "members": [
12176        {
12177          "name": "data",
12178          "type": "517"
12179        }
12180      ],
12181      "meta-type": "object"
12182    },
12183    {
12184      "name": "434",
12185      "members": [
12186        {
12187          "name": "data",
12188          "type": "518"
12189        }
12190      ],
12191      "meta-type": "object"
12192    },
12193    {
12194      "name": "435",
12195      "members": [
12196        {
12197          "name": "data",
12198          "type": "519"
12199        }
12200      ],
12201      "meta-type": "object"
12202    },
12203    {
12204      "name": "436",
12205      "members": [
12206        {
12207          "name": "data",
12208          "type": "520"
12209        }
12210      ],
12211      "meta-type": "object"
12212    },
12213    {
12214      "name": "437",
12215      "members": [
12216        {
12217          "name": "data",
12218          "type": "521"
12219        }
12220      ],
12221      "meta-type": "object"
12222    },
12223    {
12224      "name": "438",
12225      "members": [
12226        {
12227          "name": "data",
12228          "type": "522"
12229        }
12230      ],
12231      "meta-type": "object"
12232    },
12233    {
12234      "name": "439",
12235      "members": [
12236        {
12237          "name": "data",
12238          "type": "523"
12239        }
12240      ],
12241      "meta-type": "object"
12242    },
12243    {
12244      "name": "440",
12245      "members": [
12246        {
12247          "name": "data",
12248          "type": "524"
12249        }
12250      ],
12251      "meta-type": "object"
12252    },
12253    {
12254      "name": "[441]",
12255      "element-type": "441",
12256      "meta-type": "array"
12257    },
12258    {
12259      "name": "441",
12260      "members": [
12261        {
12262          "name": "str",
12263          "type": "str"
12264        }
12265      ],
12266      "meta-type": "object"
12267    },
12268    {
12269      "name": "442",
12270      "meta-type": "enum",
12271      "values": [
12272        "passthrough",
12273        "emulator"
12274      ]
12275    },
12276    {
12277      "name": "443",
12278      "members": [
12279        {
12280          "name": "data",
12281          "type": "525"
12282        }
12283      ],
12284      "meta-type": "object"
12285    },
12286    {
12287      "name": "444",
12288      "members": [
12289        {
12290          "name": "data",
12291          "type": "526"
12292        }
12293      ],
12294      "meta-type": "object"
12295    },
12296    {
12297      "name": "445",
12298      "meta-type": "enum",
12299      "values": [
12300        "number",
12301        "qcode"
12302      ]
12303    },
12304    {
12305      "name": "446",
12306      "members": [
12307        {
12308          "name": "data",
12309          "type": "int"
12310        }
12311      ],
12312      "meta-type": "object"
12313    },
12314    {
12315      "name": "447",
12316      "members": [
12317        {
12318          "name": "data",
12319          "type": "527"
12320        }
12321      ],
12322      "meta-type": "object"
12323    },
12324    {
12325      "name": "448",
12326      "meta-type": "enum",
12327      "values": [
12328        "key",
12329        "btn",
12330        "rel",
12331        "abs"
12332      ]
12333    },
12334    {
12335      "name": "449",
12336      "members": [
12337        {
12338          "name": "data",
12339          "type": "528"
12340        }
12341      ],
12342      "meta-type": "object"
12343    },
12344    {
12345      "name": "450",
12346      "members": [
12347        {
12348          "name": "data",
12349          "type": "529"
12350        }
12351      ],
12352      "meta-type": "object"
12353    },
12354    {
12355      "name": "451",
12356      "members": [
12357        {
12358          "name": "data",
12359          "type": "530"
12360        }
12361      ],
12362      "meta-type": "object"
12363    },
12364    {
12365      "name": "452",
12366      "meta-type": "enum",
12367      "values": [
12368        "inet",
12369        "unix",
12370        "vsock",
12371        "fd"
12372      ]
12373    },
12374    {
12375      "name": "453",
12376      "members": [
12377        {
12378          "name": "path",
12379          "type": "str"
12380        },
12381        {
12382          "name": "tight",
12383          "default": null,
12384          "type": "bool"
12385        },
12386        {
12387          "name": "abstract",
12388          "default": null,
12389          "type": "bool"
12390        }
12391      ],
12392      "meta-type": "object"
12393    },
12394    {
12395      "name": "454",
12396      "members": [
12397        {
12398          "name": "cid",
12399          "type": "str"
12400        },
12401        {
12402          "name": "port",
12403          "type": "str"
12404        }
12405      ],
12406      "meta-type": "object"
12407    },
12408    {
12409      "name": "455",
12410      "meta-type": "enum",
12411      "values": [
12412        "abort",
12413        "block-dirty-bitmap-add",
12414        "block-dirty-bitmap-remove",
12415        "block-dirty-bitmap-clear",
12416        "block-dirty-bitmap-enable",
12417        "block-dirty-bitmap-disable",
12418        "block-dirty-bitmap-merge",
12419        "blockdev-backup",
12420        "blockdev-snapshot",
12421        "blockdev-snapshot-internal-sync",
12422        "blockdev-snapshot-sync",
12423        "drive-backup"
12424      ]
12425    },
12426    {
12427      "name": "456",
12428      "members": [
12429        {
12430          "name": "data",
12431          "type": "531"
12432        }
12433      ],
12434      "meta-type": "object"
12435    },
12436    {
12437      "name": "457",
12438      "members": [
12439        {
12440          "name": "data",
12441          "type": "35"
12442        }
12443      ],
12444      "meta-type": "object"
12445    },
12446    {
12447      "name": "458",
12448      "members": [
12449        {
12450          "name": "data",
12451          "type": "36"
12452        }
12453      ],
12454      "meta-type": "object"
12455    },
12456    {
12457      "name": "459",
12458      "members": [
12459        {
12460          "name": "data",
12461          "type": "37"
12462        }
12463      ],
12464      "meta-type": "object"
12465    },
12466    {
12467      "name": "460",
12468      "members": [
12469        {
12470          "name": "data",
12471          "type": "30"
12472        }
12473      ],
12474      "meta-type": "object"
12475    },
12476    {
12477      "name": "461",
12478      "members": [
12479        {
12480          "name": "data",
12481          "type": "26"
12482        }
12483      ],
12484      "meta-type": "object"
12485    },
12486    {
12487      "name": "462",
12488      "members": [
12489        {
12490          "name": "data",
12491          "type": "68"
12492        }
12493      ],
12494      "meta-type": "object"
12495    },
12496    {
12497      "name": "463",
12498      "members": [
12499        {
12500          "name": "data",
12501          "type": "25"
12502        }
12503      ],
12504      "meta-type": "object"
12505    },
12506    {
12507      "name": "464",
12508      "members": [
12509        {
12510          "name": "data",
12511          "type": "29"
12512        }
12513      ],
12514      "meta-type": "object"
12515    },
12516    {
12517      "name": "465",
12518      "meta-type": "enum",
12519      "values": [
12520        "individual",
12521        "grouped"
12522      ]
12523    },
12524    {
12525      "name": "466",
12526      "meta-type": "enum",
12527      "values": [
12528        "string",
12529        "number",
12530        "int",
12531        "boolean",
12532        "null",
12533        "object",
12534        "array",
12535        "value"
12536      ]
12537    },
12538    {
12539      "name": "[467]",
12540      "element-type": "467",
12541      "meta-type": "array"
12542    },
12543    {
12544      "name": "467",
12545      "members": [
12546        {
12547          "name": "name",
12548          "type": "str"
12549        },
12550        {
12551          "name": "type",
12552          "type": "str"
12553        },
12554        {
12555          "name": "default",
12556          "default": null,
12557          "type": "any"
12558        },
12559        {
12560          "name": "features",
12561          "default": null,
12562          "type": "[str]"
12563        }
12564      ],
12565      "meta-type": "object"
12566    },
12567    {
12568      "name": "[468]",
12569      "element-type": "468",
12570      "meta-type": "array"
12571    },
12572    {
12573      "name": "468",
12574      "members": [
12575        {
12576          "name": "case",
12577          "type": "str"
12578        },
12579        {
12580          "name": "type",
12581          "type": "str"
12582        }
12583      ],
12584      "meta-type": "object"
12585    },
12586    {
12587      "name": "[469]",
12588      "element-type": "469",
12589      "meta-type": "array"
12590    },
12591    {
12592      "name": "469",
12593      "members": [
12594        {
12595          "name": "type",
12596          "type": "str"
12597        }
12598      ],
12599      "meta-type": "object"
12600    },
12601    {
12602      "name": "470",
12603      "meta-type": "enum",
12604      "values": [
12605        "uninitialized",
12606        "stopped",
12607        "check-stop",
12608        "operating",
12609        "load"
12610      ]
12611    },
12612    {
12613      "name": "471",
12614      "meta-type": "enum",
12615      "values": [
12616        "memory",
12617        "first-level",
12618        "second-level",
12619        "third-level"
12620      ]
12621    },
12622    {
12623      "name": "472",
12624      "meta-type": "enum",
12625      "values": [
12626        "access-latency",
12627        "read-latency",
12628        "write-latency",
12629        "access-bandwidth",
12630        "read-bandwidth",
12631        "write-bandwidth"
12632      ]
12633    },
12634    {
12635      "name": "473",
12636      "meta-type": "enum",
12637      "values": [
12638        "none",
12639        "direct",
12640        "complex"
12641      ]
12642    },
12643    {
12644      "name": "474",
12645      "meta-type": "enum",
12646      "values": [
12647        "none",
12648        "write-back",
12649        "write-through"
12650      ]
12651    },
12652    {
12653      "name": "475",
12654      "members": [
12655        {
12656          "name": "desc",
12657          "default": null,
12658          "type": "str"
12659        },
12660        {
12661          "name": "class",
12662          "type": "int"
12663        }
12664      ],
12665      "meta-type": "object"
12666    },
12667    {
12668      "name": "476",
12669      "members": [
12670        {
12671          "name": "device",
12672          "type": "int"
12673        },
12674        {
12675          "name": "vendor",
12676          "type": "int"
12677        },
12678        {
12679          "name": "subsystem",
12680          "default": null,
12681          "type": "int"
12682        },
12683        {
12684          "name": "subsystem-vendor",
12685          "default": null,
12686          "type": "int"
12687        }
12688      ],
12689      "meta-type": "object"
12690    },
12691    {
12692      "name": "477",
12693      "members": [
12694        {
12695          "name": "bus",
12696          "type": "532"
12697        },
12698        {
12699          "name": "devices",
12700          "default": null,
12701          "type": "[370]"
12702        }
12703      ],
12704      "meta-type": "object"
12705    },
12706    {
12707      "name": "[478]",
12708      "element-type": "478",
12709      "meta-type": "array"
12710    },
12711    {
12712      "name": "478",
12713      "members": [
12714        {
12715          "name": "bar",
12716          "type": "int"
12717        },
12718        {
12719          "name": "type",
12720          "type": "str"
12721        },
12722        {
12723          "name": "address",
12724          "type": "int"
12725        },
12726        {
12727          "name": "size",
12728          "type": "int"
12729        },
12730        {
12731          "name": "prefetch",
12732          "default": null,
12733          "type": "bool"
12734        },
12735        {
12736          "name": "mem_type_64",
12737          "default": null,
12738          "type": "bool"
12739        }
12740      ],
12741      "meta-type": "object"
12742    },
12743    {
12744      "name": "479",
12745      "meta-type": "enum",
12746      "values": [
12747        "string",
12748        "boolean",
12749        "number",
12750        "size"
12751      ]
12752    },
12753    {
12754      "name": "480",
12755      "members": [
12756        {
12757          "name": "id",
12758          "default": null,
12759          "type": "str"
12760        },
12761        {
12762          "name": "addr",
12763          "type": "int"
12764        },
12765        {
12766          "name": "size",
12767          "type": "int"
12768        },
12769        {
12770          "name": "slot",
12771          "type": "int"
12772        },
12773        {
12774          "name": "node",
12775          "type": "int"
12776        },
12777        {
12778          "name": "memdev",
12779          "type": "str"
12780        },
12781        {
12782          "name": "hotplugged",
12783          "type": "bool"
12784        },
12785        {
12786          "name": "hotpluggable",
12787          "type": "bool"
12788        }
12789      ],
12790      "meta-type": "object"
12791    },
12792    {
12793      "name": "481",
12794      "members": [
12795        {
12796          "name": "id",
12797          "default": null,
12798          "type": "str"
12799        },
12800        {
12801          "name": "memaddr",
12802          "type": "int"
12803        },
12804        {
12805          "name": "size",
12806          "type": "int"
12807        },
12808        {
12809          "name": "memdev",
12810          "type": "str"
12811        }
12812      ],
12813      "meta-type": "object"
12814    },
12815    {
12816      "name": "482",
12817      "members": [
12818        {
12819          "name": "id",
12820          "default": null,
12821          "type": "str"
12822        },
12823        {
12824          "name": "memaddr",
12825          "type": "int"
12826        },
12827        {
12828          "name": "requested-size",
12829          "type": "int"
12830        },
12831        {
12832          "name": "size",
12833          "type": "int"
12834        },
12835        {
12836          "name": "max-size",
12837          "type": "int"
12838        },
12839        {
12840          "name": "block-size",
12841          "type": "int"
12842        },
12843        {
12844          "name": "node",
12845          "type": "int"
12846        },
12847        {
12848          "name": "memdev",
12849          "type": "str"
12850        }
12851      ],
12852      "meta-type": "object"
12853    },
12854    {
12855      "name": "483",
12856      "meta-type": "enum",
12857      "values": [
12858        "unknown",
12859        "disabled-wait",
12860        "extint-loop",
12861        "pgmint-loop",
12862        "opint-loop"
12863      ]
12864    },
12865    {
12866      "name": "484",
12867      "meta-type": "enum",
12868      "values": [
12869        "qcow2",
12870        "vmdk",
12871        "luks"
12872      ]
12873    },
12874    {
12875      "name": "485",
12876      "members": [
12877        {
12878          "name": "data",
12879          "type": "533"
12880        }
12881      ],
12882      "meta-type": "object"
12883    },
12884    {
12885      "name": "486",
12886      "members": [
12887        {
12888          "name": "data",
12889          "type": "534"
12890        }
12891      ],
12892      "meta-type": "object"
12893    },
12894    {
12895      "name": "487",
12896      "members": [
12897        {
12898          "name": "data",
12899          "type": "535"
12900        }
12901      ],
12902      "meta-type": "object"
12903    },
12904    {
12905      "name": "488",
12906      "meta-type": "enum",
12907      "values": [
12908        "l1_update",
12909        "l1_grow_alloc_table",
12910        "l1_grow_write_table",
12911        "l1_grow_activate_table",
12912        "l2_load",
12913        "l2_update",
12914        "l2_update_compressed",
12915        "l2_alloc_cow_read",
12916        "l2_alloc_write",
12917        "read_aio",
12918        "read_backing_aio",
12919        "read_compressed",
12920        "write_aio",
12921        "write_compressed",
12922        "vmstate_load",
12923        "vmstate_save",
12924        "cow_read",
12925        "cow_write",
12926        "reftable_load",
12927        "reftable_grow",
12928        "reftable_update",
12929        "refblock_load",
12930        "refblock_update",
12931        "refblock_update_part",
12932        "refblock_alloc",
12933        "refblock_alloc_hookup",
12934        "refblock_alloc_write",
12935        "refblock_alloc_write_blocks",
12936        "refblock_alloc_write_table",
12937        "refblock_alloc_switch_table",
12938        "cluster_alloc",
12939        "cluster_alloc_bytes",
12940        "cluster_free",
12941        "flush_to_os",
12942        "flush_to_disk",
12943        "pwritev_rmw_head",
12944        "pwritev_rmw_after_head",
12945        "pwritev_rmw_tail",
12946        "pwritev_rmw_after_tail",
12947        "pwritev",
12948        "pwritev_zero",
12949        "pwritev_done",
12950        "empty_image_prepare",
12951        "l1_shrink_write_table",
12952        "l1_shrink_free_l2_clusters",
12953        "cor_write",
12954        "cluster_alloc_space",
12955        "none"
12956      ]
12957    },
12958    {
12959      "name": "489",
12960      "meta-type": "enum",
12961      "values": [
12962        "read",
12963        "write",
12964        "write-zeroes",
12965        "discard",
12966        "flush",
12967        "block-status"
12968      ]
12969    },
12970    {
12971      "name": "490",
12972      "meta-type": "enum",
12973      "values": [
12974        "inet"
12975      ]
12976    },
12977    {
12978      "name": "491",
12979      "members": [
12980        {
12981          "name": "template",
12982          "default": null,
12983          "type": "492"
12984        },
12985        {
12986          "name": "main-header",
12987          "default": null,
12988          "type": "bool"
12989        },
12990        {
12991          "name": "active-l1",
12992          "default": null,
12993          "type": "bool"
12994        },
12995        {
12996          "name": "active-l2",
12997          "default": null,
12998          "type": "bool"
12999        },
13000        {
13001          "name": "refcount-table",
13002          "default": null,
13003          "type": "bool"
13004        },
13005        {
13006          "name": "refcount-block",
13007          "default": null,
13008          "type": "bool"
13009        },
13010        {
13011          "name": "snapshot-table",
13012          "default": null,
13013          "type": "bool"
13014        },
13015        {
13016          "name": "inactive-l1",
13017          "default": null,
13018          "type": "bool"
13019        },
13020        {
13021          "name": "inactive-l2",
13022          "default": null,
13023          "type": "bool"
13024        },
13025        {
13026          "name": "bitmap-directory",
13027          "default": null,
13028          "type": "bool"
13029        }
13030      ],
13031      "meta-type": "object"
13032    },
13033    {
13034      "name": "492",
13035      "meta-type": "enum",
13036      "values": [
13037        "none",
13038        "constant",
13039        "cached",
13040        "all"
13041      ]
13042    },
13043    {
13044      "name": "493",
13045      "meta-type": "enum",
13046      "values": [
13047        "aes",
13048        "luks"
13049      ]
13050    },
13051    {
13052      "name": "494",
13053      "members": [
13054        {
13055          "name": "key-secret",
13056          "default": null,
13057          "type": "str"
13058        }
13059      ],
13060      "meta-type": "object"
13061    },
13062    {
13063      "name": "495",
13064      "members": [
13065        {
13066          "name": "key-secret",
13067          "default": null,
13068          "type": "str"
13069        }
13070      ],
13071      "meta-type": "object"
13072    },
13073    {
13074      "name": "496",
13075      "meta-type": "enum",
13076      "values": [
13077        "aes"
13078      ]
13079    },
13080    {
13081      "name": "497",
13082      "meta-type": "enum",
13083      "values": [
13084        "none",
13085        "hash",
13086        "known_hosts"
13087      ]
13088    },
13089    {
13090      "name": "498",
13091      "members": [
13092        {
13093          "name": "type",
13094          "type": "536"
13095        },
13096        {
13097          "name": "hash",
13098          "type": "str"
13099        }
13100      ],
13101      "meta-type": "object"
13102    },
13103    {
13104      "name": "499",
13105      "meta-type": "enum",
13106      "values": [
13107        "off",
13108        "metadata",
13109        "falloc",
13110        "full"
13111      ]
13112    },
13113    {
13114      "name": "500",
13115      "meta-type": "enum",
13116      "values": [
13117        "aes-128",
13118        "aes-192",
13119        "aes-256",
13120        "des-rfb",
13121        "3des",
13122        "cast5-128",
13123        "serpent-128",
13124        "serpent-192",
13125        "serpent-256",
13126        "twofish-128",
13127        "twofish-192",
13128        "twofish-256"
13129      ]
13130    },
13131    {
13132      "name": "501",
13133      "meta-type": "enum",
13134      "values": [
13135        "ecb",
13136        "cbc",
13137        "xts",
13138        "ctr"
13139      ]
13140    },
13141    {
13142      "name": "502",
13143      "meta-type": "enum",
13144      "values": [
13145        "plain",
13146        "plain64",
13147        "essiv"
13148      ]
13149    },
13150    {
13151      "name": "503",
13152      "meta-type": "enum",
13153      "values": [
13154        "md5",
13155        "sha1",
13156        "sha224",
13157        "sha256",
13158        "sha384",
13159        "sha512",
13160        "ripemd160"
13161      ]
13162    },
13163    {
13164      "name": "504",
13165      "tag": "format",
13166      "variants": [
13167        {
13168          "case": "qcow",
13169          "type": "494"
13170        },
13171        {
13172          "case": "luks",
13173          "type": "538"
13174        }
13175      ],
13176      "members": [
13177        {
13178          "name": "format",
13179          "type": "537"
13180        }
13181      ],
13182      "meta-type": "object"
13183    },
13184    {
13185      "name": "505",
13186      "meta-type": "enum",
13187      "values": [
13188        "v2",
13189        "v3"
13190      ]
13191    },
13192    {
13193      "name": "506",
13194      "meta-type": "enum",
13195      "values": [
13196        "zlib"
13197      ]
13198    },
13199    {
13200      "name": "507",
13201      "tag": "type",
13202      "variants": [
13203        {
13204          "case": "full",
13205          "type": "540"
13206        },
13207        {
13208          "case": "erasure-coded",
13209          "type": "541"
13210        }
13211      ],
13212      "members": [
13213        {
13214          "name": "type",
13215          "type": "539"
13216        }
13217      ],
13218      "meta-type": "object"
13219    },
13220    {
13221      "name": "508",
13222      "meta-type": "enum",
13223      "values": [
13224        "dynamic",
13225        "fixed"
13226      ]
13227    },
13228    {
13229      "name": "509",
13230      "meta-type": "enum",
13231      "values": [
13232        "monolithicSparse",
13233        "monolithicFlat",
13234        "twoGbMaxExtentSparse",
13235        "twoGbMaxExtentFlat",
13236        "streamOptimized"
13237      ]
13238    },
13239    {
13240      "name": "510",
13241      "meta-type": "enum",
13242      "values": [
13243        "ide",
13244        "buslogic",
13245        "lsilogic",
13246        "legacyESX"
13247      ]
13248    },
13249    {
13250      "name": "511",
13251      "meta-type": "enum",
13252      "values": [
13253        "dynamic",
13254        "fixed"
13255      ]
13256    },
13257    {
13258      "name": "512",
13259      "meta-type": "enum",
13260      "values": [
13261        "active",
13262        "inactive"
13263      ]
13264    },
13265    {
13266      "name": "513",
13267      "tag": "format",
13268      "variants": [
13269        {
13270          "case": "luks",
13271          "type": "542"
13272        },
13273        {
13274          "case": "qcow",
13275          "type": "0"
13276        }
13277      ],
13278      "members": [
13279        {
13280          "name": "format",
13281          "type": "537"
13282        }
13283      ],
13284      "meta-type": "object"
13285    },
13286    {
13287      "name": "514",
13288      "members": [
13289        {
13290          "name": "logfile",
13291          "default": null,
13292          "type": "str"
13293        },
13294        {
13295          "name": "logappend",
13296          "default": null,
13297          "type": "bool"
13298        },
13299        {
13300          "name": "in",
13301          "default": null,
13302          "type": "str"
13303        },
13304        {
13305          "name": "out",
13306          "type": "str"
13307        },
13308        {
13309          "name": "append",
13310          "default": null,
13311          "type": "bool"
13312        }
13313      ],
13314      "meta-type": "object"
13315    },
13316    {
13317      "name": "515",
13318      "members": [
13319        {
13320          "name": "logfile",
13321          "default": null,
13322          "type": "str"
13323        },
13324        {
13325          "name": "logappend",
13326          "default": null,
13327          "type": "bool"
13328        },
13329        {
13330          "name": "device",
13331          "type": "str"
13332        }
13333      ],
13334      "meta-type": "object"
13335    },
13336    {
13337      "name": "516",
13338      "members": [
13339        {
13340          "name": "logfile",
13341          "default": null,
13342          "type": "str"
13343        },
13344        {
13345          "name": "logappend",
13346          "default": null,
13347          "type": "bool"
13348        },
13349        {
13350          "name": "addr",
13351          "type": "284"
13352        },
13353        {
13354          "name": "tls-creds",
13355          "default": null,
13356          "type": "str"
13357        },
13358        {
13359          "name": "tls-authz",
13360          "default": null,
13361          "type": "str"
13362        },
13363        {
13364          "name": "server",
13365          "default": null,
13366          "type": "bool"
13367        },
13368        {
13369          "name": "wait",
13370          "default": null,
13371          "type": "bool"
13372        },
13373        {
13374          "name": "nodelay",
13375          "default": null,
13376          "type": "bool"
13377        },
13378        {
13379          "name": "telnet",
13380          "default": null,
13381          "type": "bool"
13382        },
13383        {
13384          "name": "tn3270",
13385          "default": null,
13386          "type": "bool"
13387        },
13388        {
13389          "name": "websocket",
13390          "default": null,
13391          "type": "bool"
13392        },
13393        {
13394          "name": "reconnect",
13395          "default": null,
13396          "type": "int"
13397        }
13398      ],
13399      "meta-type": "object"
13400    },
13401    {
13402      "name": "517",
13403      "members": [
13404        {
13405          "name": "logfile",
13406          "default": null,
13407          "type": "str"
13408        },
13409        {
13410          "name": "logappend",
13411          "default": null,
13412          "type": "bool"
13413        },
13414        {
13415          "name": "remote",
13416          "type": "284"
13417        },
13418        {
13419          "name": "local",
13420          "default": null,
13421          "type": "284"
13422        }
13423      ],
13424      "meta-type": "object"
13425    },
13426    {
13427      "name": "518",
13428      "members": [
13429        {
13430          "name": "logfile",
13431          "default": null,
13432          "type": "str"
13433        },
13434        {
13435          "name": "logappend",
13436          "default": null,
13437          "type": "bool"
13438        }
13439      ],
13440      "meta-type": "object"
13441    },
13442    {
13443      "name": "519",
13444      "members": [
13445        {
13446          "name": "logfile",
13447          "default": null,
13448          "type": "str"
13449        },
13450        {
13451          "name": "logappend",
13452          "default": null,
13453          "type": "bool"
13454        },
13455        {
13456          "name": "chardev",
13457          "type": "str"
13458        }
13459      ],
13460      "meta-type": "object"
13461    },
13462    {
13463      "name": "520",
13464      "members": [
13465        {
13466          "name": "logfile",
13467          "default": null,
13468          "type": "str"
13469        },
13470        {
13471          "name": "logappend",
13472          "default": null,
13473          "type": "bool"
13474        },
13475        {
13476          "name": "signal",
13477          "default": null,
13478          "type": "bool"
13479        }
13480      ],
13481      "meta-type": "object"
13482    },
13483    {
13484      "name": "521",
13485      "members": [
13486        {
13487          "name": "logfile",
13488          "default": null,
13489          "type": "str"
13490        },
13491        {
13492          "name": "logappend",
13493          "default": null,
13494          "type": "bool"
13495        },
13496        {
13497          "name": "type",
13498          "type": "str"
13499        }
13500      ],
13501      "meta-type": "object"
13502    },
13503    {
13504      "name": "522",
13505      "members": [
13506        {
13507          "name": "logfile",
13508          "default": null,
13509          "type": "str"
13510        },
13511        {
13512          "name": "logappend",
13513          "default": null,
13514          "type": "bool"
13515        },
13516        {
13517          "name": "fqdn",
13518          "type": "str"
13519        }
13520      ],
13521      "meta-type": "object"
13522    },
13523    {
13524      "name": "523",
13525      "members": [
13526        {
13527          "name": "logfile",
13528          "default": null,
13529          "type": "str"
13530        },
13531        {
13532          "name": "logappend",
13533          "default": null,
13534          "type": "bool"
13535        },
13536        {
13537          "name": "width",
13538          "default": null,
13539          "type": "int"
13540        },
13541        {
13542          "name": "height",
13543          "default": null,
13544          "type": "int"
13545        },
13546        {
13547          "name": "cols",
13548          "default": null,
13549          "type": "int"
13550        },
13551        {
13552          "name": "rows",
13553          "default": null,
13554          "type": "int"
13555        }
13556      ],
13557      "meta-type": "object"
13558    },
13559    {
13560      "name": "524",
13561      "members": [
13562        {
13563          "name": "logfile",
13564          "default": null,
13565          "type": "str"
13566        },
13567        {
13568          "name": "logappend",
13569          "default": null,
13570          "type": "bool"
13571        },
13572        {
13573          "name": "size",
13574          "default": null,
13575          "type": "int"
13576        }
13577      ],
13578      "meta-type": "object"
13579    },
13580    {
13581      "name": "525",
13582      "members": [
13583        {
13584          "name": "path",
13585          "default": null,
13586          "type": "str"
13587        },
13588        {
13589          "name": "cancel-path",
13590          "default": null,
13591          "type": "str"
13592        }
13593      ],
13594      "meta-type": "object"
13595    },
13596    {
13597      "name": "526",
13598      "members": [
13599        {
13600          "name": "chardev",
13601          "type": "str"
13602        }
13603      ],
13604      "meta-type": "object"
13605    },
13606    {
13607      "name": "527",
13608      "meta-type": "enum",
13609      "values": [
13610        "unmapped",
13611        "shift",
13612        "shift_r",
13613        "alt",
13614        "alt_r",
13615        "ctrl",
13616        "ctrl_r",
13617        "menu",
13618        "esc",
13619        "1",
13620        "2",
13621        "3",
13622        "4",
13623        "5",
13624        "6",
13625        "7",
13626        "8",
13627        "9",
13628        "0",
13629        "minus",
13630        "equal",
13631        "backspace",
13632        "tab",
13633        "q",
13634        "w",
13635        "e",
13636        "r",
13637        "t",
13638        "y",
13639        "u",
13640        "i",
13641        "o",
13642        "p",
13643        "bracket_left",
13644        "bracket_right",
13645        "ret",
13646        "a",
13647        "s",
13648        "d",
13649        "f",
13650        "g",
13651        "h",
13652        "j",
13653        "k",
13654        "l",
13655        "semicolon",
13656        "apostrophe",
13657        "grave_accent",
13658        "backslash",
13659        "z",
13660        "x",
13661        "c",
13662        "v",
13663        "b",
13664        "n",
13665        "m",
13666        "comma",
13667        "dot",
13668        "slash",
13669        "asterisk",
13670        "spc",
13671        "caps_lock",
13672        "f1",
13673        "f2",
13674        "f3",
13675        "f4",
13676        "f5",
13677        "f6",
13678        "f7",
13679        "f8",
13680        "f9",
13681        "f10",
13682        "num_lock",
13683        "scroll_lock",
13684        "kp_divide",
13685        "kp_multiply",
13686        "kp_subtract",
13687        "kp_add",
13688        "kp_enter",
13689        "kp_decimal",
13690        "sysrq",
13691        "kp_0",
13692        "kp_1",
13693        "kp_2",
13694        "kp_3",
13695        "kp_4",
13696        "kp_5",
13697        "kp_6",
13698        "kp_7",
13699        "kp_8",
13700        "kp_9",
13701        "less",
13702        "f11",
13703        "f12",
13704        "print",
13705        "home",
13706        "pgup",
13707        "pgdn",
13708        "end",
13709        "left",
13710        "up",
13711        "down",
13712        "right",
13713        "insert",
13714        "delete",
13715        "stop",
13716        "again",
13717        "props",
13718        "undo",
13719        "front",
13720        "copy",
13721        "open",
13722        "paste",
13723        "find",
13724        "cut",
13725        "lf",
13726        "help",
13727        "meta_l",
13728        "meta_r",
13729        "compose",
13730        "pause",
13731        "ro",
13732        "hiragana",
13733        "henkan",
13734        "yen",
13735        "muhenkan",
13736        "katakanahiragana",
13737        "kp_comma",
13738        "kp_equals",
13739        "power",
13740        "sleep",
13741        "wake",
13742        "audionext",
13743        "audioprev",
13744        "audiostop",
13745        "audioplay",
13746        "audiomute",
13747        "volumeup",
13748        "volumedown",
13749        "mediaselect",
13750        "mail",
13751        "calculator",
13752        "computer",
13753        "ac_home",
13754        "ac_back",
13755        "ac_forward",
13756        "ac_refresh",
13757        "ac_bookmarks"
13758      ]
13759    },
13760    {
13761      "name": "528",
13762      "members": [
13763        {
13764          "name": "key",
13765          "type": "321"
13766        },
13767        {
13768          "name": "down",
13769          "type": "bool"
13770        }
13771      ],
13772      "meta-type": "object"
13773    },
13774    {
13775      "name": "529",
13776      "members": [
13777        {
13778          "name": "button",
13779          "type": "543"
13780        },
13781        {
13782          "name": "down",
13783          "type": "bool"
13784        }
13785      ],
13786      "meta-type": "object"
13787    },
13788    {
13789      "name": "530",
13790      "members": [
13791        {
13792          "name": "axis",
13793          "type": "544"
13794        },
13795        {
13796          "name": "value",
13797          "type": "int"
13798        }
13799      ],
13800      "meta-type": "object"
13801    },
13802    {
13803      "name": "531",
13804      "members": [
13805      ],
13806      "meta-type": "object"
13807    },
13808    {
13809      "name": "532",
13810      "members": [
13811        {
13812          "name": "number",
13813          "type": "int"
13814        },
13815        {
13816          "name": "secondary",
13817          "type": "int"
13818        },
13819        {
13820          "name": "subordinate",
13821          "type": "int"
13822        },
13823        {
13824          "name": "io_range",
13825          "type": "545"
13826        },
13827        {
13828          "name": "memory_range",
13829          "type": "545"
13830        },
13831        {
13832          "name": "prefetchable_range",
13833          "type": "545"
13834        }
13835      ],
13836      "meta-type": "object"
13837    },
13838    {
13839      "name": "533",
13840      "members": [
13841        {
13842          "name": "compat",
13843          "type": "str"
13844        },
13845        {
13846          "name": "data-file",
13847          "default": null,
13848          "type": "str"
13849        },
13850        {
13851          "name": "data-file-raw",
13852          "default": null,
13853          "type": "bool"
13854        },
13855        {
13856          "name": "lazy-refcounts",
13857          "default": null,
13858          "type": "bool"
13859        },
13860        {
13861          "name": "corrupt",
13862          "default": null,
13863          "type": "bool"
13864        },
13865        {
13866          "name": "refcount-bits",
13867          "type": "int"
13868        },
13869        {
13870          "name": "encrypt",
13871          "default": null,
13872          "type": "546"
13873        },
13874        {
13875          "name": "bitmaps",
13876          "default": null,
13877          "type": "[547]"
13878        },
13879        {
13880          "name": "compression-type",
13881          "type": "506"
13882        }
13883      ],
13884      "meta-type": "object"
13885    },
13886    {
13887      "name": "534",
13888      "members": [
13889        {
13890          "name": "create-type",
13891          "type": "str"
13892        },
13893        {
13894          "name": "cid",
13895          "type": "int"
13896        },
13897        {
13898          "name": "parent-cid",
13899          "type": "int"
13900        },
13901        {
13902          "name": "extents",
13903          "type": "[241]"
13904        }
13905      ],
13906      "meta-type": "object"
13907    },
13908    {
13909      "name": "535",
13910      "members": [
13911        {
13912          "name": "cipher-alg",
13913          "type": "500"
13914        },
13915        {
13916          "name": "cipher-mode",
13917          "type": "501"
13918        },
13919        {
13920          "name": "ivgen-alg",
13921          "type": "502"
13922        },
13923        {
13924          "name": "ivgen-hash-alg",
13925          "default": null,
13926          "type": "503"
13927        },
13928        {
13929          "name": "hash-alg",
13930          "type": "503"
13931        },
13932        {
13933          "name": "payload-offset",
13934          "type": "int"
13935        },
13936        {
13937          "name": "master-key-iters",
13938          "type": "int"
13939        },
13940        {
13941          "name": "uuid",
13942          "type": "str"
13943        },
13944        {
13945          "name": "slots",
13946          "type": "[548]"
13947        }
13948      ],
13949      "meta-type": "object"
13950    },
13951    {
13952      "name": "536",
13953      "meta-type": "enum",
13954      "values": [
13955        "md5",
13956        "sha1"
13957      ]
13958    },
13959    {
13960      "name": "537",
13961      "meta-type": "enum",
13962      "values": [
13963        "qcow",
13964        "luks"
13965      ]
13966    },
13967    {
13968      "name": "538",
13969      "members": [
13970        {
13971          "name": "key-secret",
13972          "default": null,
13973          "type": "str"
13974        },
13975        {
13976          "name": "cipher-alg",
13977          "default": null,
13978          "type": "500"
13979        },
13980        {
13981          "name": "cipher-mode",
13982          "default": null,
13983          "type": "501"
13984        },
13985        {
13986          "name": "ivgen-alg",
13987          "default": null,
13988          "type": "502"
13989        },
13990        {
13991          "name": "ivgen-hash-alg",
13992          "default": null,
13993          "type": "503"
13994        },
13995        {
13996          "name": "hash-alg",
13997          "default": null,
13998          "type": "503"
13999        },
14000        {
14001          "name": "iter-time",
14002          "default": null,
14003          "type": "int"
14004        }
14005      ],
14006      "meta-type": "object"
14007    },
14008    {
14009      "name": "539",
14010      "meta-type": "enum",
14011      "values": [
14012        "full",
14013        "erasure-coded"
14014      ]
14015    },
14016    {
14017      "name": "540",
14018      "members": [
14019        {
14020          "name": "copies",
14021          "type": "int"
14022        }
14023      ],
14024      "meta-type": "object"
14025    },
14026    {
14027      "name": "541",
14028      "members": [
14029        {
14030          "name": "data-strips",
14031          "type": "int"
14032        },
14033        {
14034          "name": "parity-strips",
14035          "type": "int"
14036        }
14037      ],
14038      "meta-type": "object"
14039    },
14040    {
14041      "name": "542",
14042      "members": [
14043        {
14044          "name": "state",
14045          "type": "512"
14046        },
14047        {
14048          "name": "new-secret",
14049          "default": null,
14050          "type": "str"
14051        },
14052        {
14053          "name": "old-secret",
14054          "default": null,
14055          "type": "str"
14056        },
14057        {
14058          "name": "keyslot",
14059          "default": null,
14060          "type": "int"
14061        },
14062        {
14063          "name": "iter-time",
14064          "default": null,
14065          "type": "int"
14066        },
14067        {
14068          "name": "secret",
14069          "default": null,
14070          "type": "str"
14071        }
14072      ],
14073      "meta-type": "object"
14074    },
14075    {
14076      "name": "543",
14077      "meta-type": "enum",
14078      "values": [
14079        "left",
14080        "middle",
14081        "right",
14082        "wheel-up",
14083        "wheel-down",
14084        "side",
14085        "extra"
14086      ]
14087    },
14088    {
14089      "name": "544",
14090      "meta-type": "enum",
14091      "values": [
14092        "x",
14093        "y"
14094      ]
14095    },
14096    {
14097      "name": "545",
14098      "members": [
14099        {
14100          "name": "base",
14101          "type": "int"
14102        },
14103        {
14104          "name": "limit",
14105          "type": "int"
14106        }
14107      ],
14108      "meta-type": "object"
14109    },
14110    {
14111      "name": "546",
14112      "tag": "format",
14113      "variants": [
14114        {
14115          "case": "luks",
14116          "type": "535"
14117        },
14118        {
14119          "case": "aes",
14120          "type": "0"
14121        }
14122      ],
14123      "members": [
14124        {
14125          "name": "format",
14126          "type": "493"
14127        }
14128      ],
14129      "meta-type": "object"
14130    },
14131    {
14132      "name": "[547]",
14133      "element-type": "547",
14134      "meta-type": "array"
14135    },
14136    {
14137      "name": "547",
14138      "members": [
14139        {
14140          "name": "name",
14141          "type": "str"
14142        },
14143        {
14144          "name": "granularity",
14145          "type": "int"
14146        },
14147        {
14148          "name": "flags",
14149          "type": "[549]"
14150        }
14151      ],
14152      "meta-type": "object"
14153    },
14154    {
14155      "name": "[241]",
14156      "element-type": "241",
14157      "meta-type": "array"
14158    },
14159    {
14160      "name": "[548]",
14161      "element-type": "548",
14162      "meta-type": "array"
14163    },
14164    {
14165      "name": "548",
14166      "members": [
14167        {
14168          "name": "active",
14169          "type": "bool"
14170        },
14171        {
14172          "name": "iters",
14173          "default": null,
14174          "type": "int"
14175        },
14176        {
14177          "name": "stripes",
14178          "default": null,
14179          "type": "int"
14180        },
14181        {
14182          "name": "key-offset",
14183          "type": "int"
14184        }
14185      ],
14186      "meta-type": "object"
14187    },
14188    {
14189      "name": "[549]",
14190      "element-type": "549",
14191      "meta-type": "array"
14192    },
14193    {
14194      "name": "549",
14195      "meta-type": "enum",
14196      "values": [
14197        "in-use",
14198        "auto"
14199      ]
14200    }
14201  ],
14202  "id": "libvirt-4"
14203}
14204
14205{
14206  "execute": "query-commands",
14207  "id": "libvirt-5"
14208}
14209
14210{
14211  "return": [
14212    {
14213      "name": "object-add"
14214    },
14215    {
14216      "name": "device_add"
14217    },
14218    {
14219      "name": "query-qmp-schema"
14220    },
14221    {
14222      "name": "query-sev-capabilities"
14223    },
14224    {
14225      "name": "query-sev-launch-measure"
14226    },
14227    {
14228      "name": "query-sev"
14229    },
14230    {
14231      "name": "rtc-reset-reinjection"
14232    },
14233    {
14234      "name": "query-vm-generation-id"
14235    },
14236    {
14237      "name": "xen-load-devices-state"
14238    },
14239    {
14240      "name": "query-acpi-ospm-status"
14241    },
14242    {
14243      "name": "query-memory-devices"
14244    },
14245    {
14246      "name": "query-command-line-options"
14247    },
14248    {
14249      "name": "query-fdsets"
14250    },
14251    {
14252      "name": "remove-fd"
14253    },
14254    {
14255      "name": "add-fd"
14256    },
14257    {
14258      "name": "query-memory-size-summary"
14259    },
14260    {
14261      "name": "closefd"
14262    },
14263    {
14264      "name": "getfd"
14265    },
14266    {
14267      "name": "xen-set-global-dirty-log"
14268    },
14269    {
14270      "name": "change"
14271    },
14272    {
14273      "name": "human-monitor-command"
14274    },
14275    {
14276      "name": "balloon"
14277    },
14278    {
14279      "name": "inject-nmi"
14280    },
14281    {
14282      "name": "system_wakeup"
14283    },
14284    {
14285      "name": "x-exit-preconfig"
14286    },
14287    {
14288      "name": "cont"
14289    },
14290    {
14291      "name": "pmemsave"
14292    },
14293    {
14294      "name": "memsave"
14295    },
14296    {
14297      "name": "system_powerdown"
14298    },
14299    {
14300      "name": "system_reset"
14301    },
14302    {
14303      "name": "stop"
14304    },
14305    {
14306      "name": "query-pci"
14307    },
14308    {
14309      "name": "query-balloon"
14310    },
14311    {
14312      "name": "query-iothreads"
14313    },
14314    {
14315      "name": "query-uuid"
14316    },
14317    {
14318      "name": "query-kvm"
14319    },
14320    {
14321      "name": "query-name"
14322    },
14323    {
14324      "name": "add_client"
14325    },
14326    {
14327      "name": "query-cpu-definitions"
14328    },
14329    {
14330      "name": "query-cpu-model-expansion"
14331    },
14332    {
14333      "name": "set-numa-node"
14334    },
14335    {
14336      "name": "query-hotpluggable-cpus"
14337    },
14338    {
14339      "name": "query-memdev"
14340    },
14341    {
14342      "name": "query-target"
14343    },
14344    {
14345      "name": "query-current-machine"
14346    },
14347    {
14348      "name": "query-machines"
14349    },
14350    {
14351      "name": "cpu-add"
14352    },
14353    {
14354      "name": "query-cpus-fast"
14355    },
14356    {
14357      "name": "query-cpus"
14358    },
14359    {
14360      "name": "device_del"
14361    },
14362    {
14363      "name": "device-list-properties"
14364    },
14365    {
14366      "name": "object-del"
14367    },
14368    {
14369      "name": "qom-list-properties"
14370    },
14371    {
14372      "name": "qom-list-types"
14373    },
14374    {
14375      "name": "qom-set"
14376    },
14377    {
14378      "name": "qom-get"
14379    },
14380    {
14381      "name": "qom-list"
14382    },
14383    {
14384      "name": "quit"
14385    },
14386    {
14387      "name": "query-events"
14388    },
14389    {
14390      "name": "query-commands"
14391    },
14392    {
14393      "name": "query-version"
14394    },
14395    {
14396      "name": "qmp_capabilities"
14397    },
14398    {
14399      "name": "trace-event-set-state"
14400    },
14401    {
14402      "name": "trace-event-get-state"
14403    },
14404    {
14405      "name": "transaction"
14406    },
14407    {
14408      "name": "migrate-pause"
14409    },
14410    {
14411      "name": "migrate-recover"
14412    },
14413    {
14414      "name": "query-colo-status"
14415    },
14416    {
14417      "name": "xen-colo-do-checkpoint"
14418    },
14419    {
14420      "name": "query-xen-replication-status"
14421    },
14422    {
14423      "name": "xen-set-replication"
14424    },
14425    {
14426      "name": "xen-save-devices-state"
14427    },
14428    {
14429      "name": "migrate-incoming"
14430    },
14431    {
14432      "name": "migrate"
14433    },
14434    {
14435      "name": "query-migrate-cache-size"
14436    },
14437    {
14438      "name": "migrate-set-cache-size"
14439    },
14440    {
14441      "name": "migrate_set_speed"
14442    },
14443    {
14444      "name": "migrate_set_downtime"
14445    },
14446    {
14447      "name": "migrate-continue"
14448    },
14449    {
14450      "name": "migrate_cancel"
14451    },
14452    {
14453      "name": "x-colo-lost-heartbeat"
14454    },
14455    {
14456      "name": "migrate-start-postcopy"
14457    },
14458    {
14459      "name": "client_migrate_info"
14460    },
14461    {
14462      "name": "query-migrate-parameters"
14463    },
14464    {
14465      "name": "migrate-set-parameters"
14466    },
14467    {
14468      "name": "query-migrate-capabilities"
14469    },
14470    {
14471      "name": "migrate-set-capabilities"
14472    },
14473    {
14474      "name": "query-migrate"
14475    },
14476    {
14477      "name": "query-display-options"
14478    },
14479    {
14480      "name": "input-send-event"
14481    },
14482    {
14483      "name": "send-key"
14484    },
14485    {
14486      "name": "query-mice"
14487    },
14488    {
14489      "name": "change-vnc-password"
14490    },
14491    {
14492      "name": "query-vnc-servers"
14493    },
14494    {
14495      "name": "query-vnc"
14496    },
14497    {
14498      "name": "query-spice"
14499    },
14500    {
14501      "name": "screendump"
14502    },
14503    {
14504      "name": "expire_password"
14505    },
14506    {
14507      "name": "set_password"
14508    },
14509    {
14510      "name": "query-tpm"
14511    },
14512    {
14513      "name": "query-tpm-types"
14514    },
14515    {
14516      "name": "query-tpm-models"
14517    },
14518    {
14519      "name": "query-rocker-of-dpa-groups"
14520    },
14521    {
14522      "name": "query-rocker-of-dpa-flows"
14523    },
14524    {
14525      "name": "query-rocker-ports"
14526    },
14527    {
14528      "name": "query-rocker"
14529    },
14530    {
14531      "name": "announce-self"
14532    },
14533    {
14534      "name": "query-rx-filter"
14535    },
14536    {
14537      "name": "netdev_del"
14538    },
14539    {
14540      "name": "netdev_add"
14541    },
14542    {
14543      "name": "set_link"
14544    },
14545    {
14546      "name": "query-dump-guest-memory-capability"
14547    },
14548    {
14549      "name": "query-dump"
14550    },
14551    {
14552      "name": "dump-guest-memory"
14553    },
14554    {
14555      "name": "chardev-send-break"
14556    },
14557    {
14558      "name": "chardev-remove"
14559    },
14560    {
14561      "name": "chardev-change"
14562    },
14563    {
14564      "name": "chardev-add"
14565    },
14566    {
14567      "name": "ringbuf-read"
14568    },
14569    {
14570      "name": "ringbuf-write"
14571    },
14572    {
14573      "name": "query-chardev-backends"
14574    },
14575    {
14576      "name": "query-chardev"
14577    },
14578    {
14579      "name": "query-jobs"
14580    },
14581    {
14582      "name": "job-finalize"
14583    },
14584    {
14585      "name": "job-dismiss"
14586    },
14587    {
14588      "name": "job-complete"
14589    },
14590    {
14591      "name": "job-cancel"
14592    },
14593    {
14594      "name": "job-resume"
14595    },
14596    {
14597      "name": "job-pause"
14598    },
14599    {
14600      "name": "blockdev-snapshot-delete-internal-sync"
14601    },
14602    {
14603      "name": "blockdev-snapshot-internal-sync"
14604    },
14605    {
14606      "name": "nbd-server-stop"
14607    },
14608    {
14609      "name": "nbd-server-remove"
14610    },
14611    {
14612      "name": "nbd-server-add"
14613    },
14614    {
14615      "name": "nbd-server-start"
14616    },
14617    {
14618      "name": "x-blockdev-set-iothread"
14619    },
14620    {
14621      "name": "x-blockdev-change"
14622    },
14623    {
14624      "name": "block-set-write-threshold"
14625    },
14626    {
14627      "name": "x-blockdev-amend"
14628    },
14629    {
14630      "name": "blockdev-create"
14631    },
14632    {
14633      "name": "blockdev-del"
14634    },
14635    {
14636      "name": "x-blockdev-reopen"
14637    },
14638    {
14639      "name": "blockdev-add"
14640    },
14641    {
14642      "name": "block-job-finalize"
14643    },
14644    {
14645      "name": "block-job-dismiss"
14646    },
14647    {
14648      "name": "block-job-complete"
14649    },
14650    {
14651      "name": "block-job-resume"
14652    },
14653    {
14654      "name": "block-job-pause"
14655    },
14656    {
14657      "name": "block-job-cancel"
14658    },
14659    {
14660      "name": "block-job-set-speed"
14661    },
14662    {
14663      "name": "block-stream"
14664    },
14665    {
14666      "name": "blockdev-mirror"
14667    },
14668    {
14669      "name": "x-debug-block-dirty-bitmap-sha256"
14670    },
14671    {
14672      "name": "block-dirty-bitmap-merge"
14673    },
14674    {
14675      "name": "block-dirty-bitmap-disable"
14676    },
14677    {
14678      "name": "block-dirty-bitmap-enable"
14679    },
14680    {
14681      "name": "block-dirty-bitmap-clear"
14682    },
14683    {
14684      "name": "block-dirty-bitmap-remove"
14685    },
14686    {
14687      "name": "block-dirty-bitmap-add"
14688    },
14689    {
14690      "name": "drive-mirror"
14691    },
14692    {
14693      "name": "x-debug-query-block-graph"
14694    },
14695    {
14696      "name": "query-named-block-nodes"
14697    },
14698    {
14699      "name": "blockdev-backup"
14700    },
14701    {
14702      "name": "drive-backup"
14703    },
14704    {
14705      "name": "block-commit"
14706    },
14707    {
14708      "name": "change-backing-file"
14709    },
14710    {
14711      "name": "blockdev-snapshot"
14712    },
14713    {
14714      "name": "blockdev-snapshot-sync"
14715    },
14716    {
14717      "name": "block_resize"
14718    },
14719    {
14720      "name": "block_passwd"
14721    },
14722    {
14723      "name": "query-block-jobs"
14724    },
14725    {
14726      "name": "query-blockstats"
14727    },
14728    {
14729      "name": "query-block"
14730    },
14731    {
14732      "name": "block-latency-histogram-set"
14733    },
14734    {
14735      "name": "block_set_io_throttle"
14736    },
14737    {
14738      "name": "blockdev-change-medium"
14739    },
14740    {
14741      "name": "blockdev-insert-medium"
14742    },
14743    {
14744      "name": "blockdev-remove-medium"
14745    },
14746    {
14747      "name": "blockdev-close-tray"
14748    },
14749    {
14750      "name": "blockdev-open-tray"
14751    },
14752    {
14753      "name": "eject"
14754    },
14755    {
14756      "name": "query-pr-managers"
14757    },
14758    {
14759      "name": "watchdog-set-action"
14760    },
14761    {
14762      "name": "query-status"
14763    }
14764  ],
14765  "id": "libvirt-5"
14766}
14767
14768{
14769  "execute": "query-kvm",
14770  "id": "libvirt-6"
14771}
14772
14773{
14774  "return": {
14775    "enabled": true,
14776    "present": true
14777  },
14778  "id": "libvirt-6"
14779}
14780
14781{
14782  "execute": "qom-list-types",
14783  "id": "libvirt-7"
14784}
14785
14786{
14787  "return": [
14788    {
14789      "name": "vhost-user-vsock-device",
14790      "parent": "vhost-vsock-common"
14791    },
14792    {
14793      "name": "pcie-pci-bridge",
14794      "parent": "base-pci-bridge"
14795    },
14796    {
14797      "name": "pc-q35-2.11-machine",
14798      "parent": "generic-pc-machine"
14799    },
14800    {
14801      "name": "isa-applesmc",
14802      "parent": "isa-device"
14803    },
14804    {
14805      "name": "Westmere-IBRS-x86_64-cpu",
14806      "parent": "x86_64-cpu"
14807    },
14808    {
14809      "name": "vhost-user-input-pci",
14810      "parent": "vhost-user-input-pci-base-type"
14811    },
14812    {
14813      "name": "floppy-bus",
14814      "parent": "bus"
14815    },
14816    {
14817      "name": "chardev-stdio",
14818      "parent": "chardev-fd"
14819    },
14820    {
14821      "name": "chardev-testdev",
14822      "parent": "chardev"
14823    },
14824    {
14825      "name": "usb-redir",
14826      "parent": "usb-device"
14827    },
14828    {
14829      "name": "Denverton-x86_64-cpu",
14830      "parent": "x86_64-cpu"
14831    },
14832    {
14833      "name": "virtio-rng-device",
14834      "parent": "virtio-device"
14835    },
14836    {
14837      "name": "filter-buffer",
14838      "parent": "netfilter"
14839    },
14840    {
14841      "name": "usb-wacom-tablet",
14842      "parent": "usb-device"
14843    },
14844    {
14845      "name": "ich9-usb-uhci5",
14846      "parent": "pci-uhci-usb"
14847    },
14848    {
14849      "name": "Icelake-Server-v1-x86_64-cpu",
14850      "parent": "x86_64-cpu"
14851    },
14852    {
14853      "name": "pci-ipmi-bt",
14854      "parent": "pci-device"
14855    },
14856    {
14857      "name": "ich9-usb-uhci6",
14858      "parent": "pci-uhci-usb"
14859    },
14860    {
14861      "name": "secondary-vga",
14862      "parent": "pci-vga"
14863    },
14864    {
14865      "name": "pcm3680_pci",
14866      "parent": "pci-device"
14867    },
14868    {
14869      "name": "Haswell-v1-x86_64-cpu",
14870      "parent": "x86_64-cpu"
14871    },
14872    {
14873      "name": "rtl8139",
14874      "parent": "pci-device"
14875    },
14876    {
14877      "name": "pci-bridge",
14878      "parent": "base-pci-bridge"
14879    },
14880    {
14881      "name": "kvm-pit",
14882      "parent": "pit-common"
14883    },
14884    {
14885      "name": "pc-i440fx-3.0-machine",
14886      "parent": "generic-pc-machine"
14887    },
14888    {
14889      "name": "sev-guest",
14890      "parent": "object"
14891    },
14892    {
14893      "name": "virtio-crypto-device",
14894      "parent": "virtio-device"
14895    },
14896    {
14897      "name": "core2duo-x86_64-cpu",
14898      "parent": "x86_64-cpu"
14899    },
14900    {
14901      "name": "virtio-blk-pci-transitional",
14902      "parent": "virtio-blk-pci-base"
14903    },
14904    {
14905      "name": "pc-q35-2.5-machine",
14906      "parent": "generic-pc-machine"
14907    },
14908    {
14909      "name": "max-x86_64-cpu",
14910      "parent": "x86_64-cpu"
14911    },
14912    {
14913      "name": "vmware-svga",
14914      "parent": "pci-device"
14915    },
14916    {
14917      "name": "tpm-crb",
14918      "parent": "device"
14919    },
14920    {
14921      "name": "kvm-ioapic",
14922      "parent": "ioapic-common"
14923    },
14924    {
14925      "name": "virtio-mmio-bus",
14926      "parent": "virtio-bus"
14927    },
14928    {
14929      "name": "serial",
14930      "parent": "device"
14931    },
14932    {
14933      "name": "ich9-usb-uhci4",
14934      "parent": "pci-uhci-usb"
14935    },
14936    {
14937      "name": "gus",
14938      "parent": "isa-device"
14939    },
14940    {
14941      "name": "usb-hub",
14942      "parent": "usb-device"
14943    },
14944    {
14945      "name": "ich9-usb-ehci2",
14946      "parent": "pci-ehci-usb"
14947    },
14948    {
14949      "name": "chardev-serial",
14950      "parent": "chardev-fd"
14951    },
14952    {
14953      "name": "virtio-blk-device",
14954      "parent": "virtio-device"
14955    },
14956    {
14957      "name": "ich9-usb-uhci3",
14958      "parent": "pci-uhci-usb"
14959    },
14960    {
14961      "name": "Icelake-Client-x86_64-cpu",
14962      "parent": "x86_64-cpu"
14963    },
14964    {
14965      "name": "chardev-wctablet",
14966      "parent": "chardev"
14967    },
14968    {
14969      "name": "Westmere-v1-x86_64-cpu",
14970      "parent": "x86_64-cpu"
14971    },
14972    {
14973      "name": "Opteron_G5-v1-x86_64-cpu",
14974      "parent": "x86_64-cpu"
14975    },
14976    {
14977      "name": "ich9-usb-uhci2",
14978      "parent": "pci-uhci-usb"
14979    },
14980    {
14981      "name": "pc-i440fx-2.8-machine",
14982      "parent": "generic-pc-machine"
14983    },
14984    {
14985      "name": "ich9-usb-uhci1",
14986      "parent": "pci-uhci-usb"
14987    },
14988    {
14989      "name": "qtest-accel",
14990      "parent": "accel"
14991    },
14992    {
14993      "name": "chardev-pty",
14994      "parent": "chardev"
14995    },
14996    {
14997      "name": "vhost-user-vsock-pci",
14998      "parent": "vhost-user-vsock-pci-base"
14999    },
15000    {
15001      "name": "PCIE",
15002      "parent": "PCI"
15003    },
15004    {
15005      "name": "pc-i440fx-5.0-machine",
15006      "parent": "generic-pc-machine"
15007    },
15008    {
15009      "name": "scsi-generic",
15010      "parent": "scsi-device"
15011    },
15012    {
15013      "name": "Icelake-Client-v2-x86_64-cpu",
15014      "parent": "x86_64-cpu"
15015    },
15016    {
15017      "name": "kvmclock",
15018      "parent": "sys-bus-device"
15019    },
15020    {
15021      "name": "x3130-upstream",
15022      "parent": "pcie-port"
15023    },
15024    {
15025      "name": "pxb-host",
15026      "parent": "pci-host-bridge"
15027    },
15028    {
15029      "name": "memory-backend-ram",
15030      "parent": "memory-backend"
15031    },
15032    {
15033      "name": "virtio-serial-pci-transitional",
15034      "parent": "virtio-serial-pci-base"
15035    },
15036    {
15037      "name": "e1000e",
15038      "parent": "pci-device"
15039    },
15040    {
15041      "name": "n270-x86_64-cpu",
15042      "parent": "x86_64-cpu"
15043    },
15044    {
15045      "name": "Cooperlake-x86_64-cpu",
15046      "parent": "x86_64-cpu"
15047    },
15048    {
15049      "name": "scsi-disk",
15050      "parent": "scsi-disk-base"
15051    },
15052    {
15053      "name": "chardev-file",
15054      "parent": "chardev-fd"
15055    },
15056    {
15057      "name": "Icelake-Server-v3-x86_64-cpu",
15058      "parent": "x86_64-cpu"
15059    },
15060    {
15061      "name": "tpm-passthrough",
15062      "parent": "tpm-backend"
15063    },
15064    {
15065      "name": "pentium3-v1-x86_64-cpu",
15066      "parent": "x86_64-cpu"
15067    },
15068    {
15069      "name": "virtio-serial-bus",
15070      "parent": "bus"
15071    },
15072    {
15073      "name": "usb-host",
15074      "parent": "usb-device"
15075    },
15076    {
15077      "name": "tulip",
15078      "parent": "pci-device"
15079    },
15080    {
15081      "name": "piix3-ide",
15082      "parent": "pci-ide"
15083    },
15084    {
15085      "name": "filter-rewriter",
15086      "parent": "netfilter"
15087    },
15088    {
15089      "name": "pc-i440fx-4.0-machine",
15090      "parent": "generic-pc-machine"
15091    },
15092    {
15093      "name": "pc-1.2-machine",
15094      "parent": "generic-pc-machine"
15095    },
15096    {
15097      "name": "vhost-scsi-pci",
15098      "parent": "vhost-scsi-pci-base"
15099    },
15100    {
15101      "name": "isa-ipmi-bt",
15102      "parent": "isa-device"
15103    },
15104    {
15105      "name": "virtio-gpu-pci",
15106      "parent": "virtio-gpu-pci-base-type"
15107    },
15108    {
15109      "name": "pci-ipmi-kcs",
15110      "parent": "pci-device"
15111    },
15112    {
15113      "name": "imx-usdhc",
15114      "parent": "generic-sdhci"
15115    },
15116    {
15117      "name": "xio3130-downstream",
15118      "parent": "pcie-slot"
15119    },
15120    {
15121      "name": "intel-iommu-iommu-memory-region",
15122      "parent": "qemu:iommu-memory-region"
15123    },
15124    {
15125      "name": "pc-i440fx-2.3-machine",
15126      "parent": "generic-pc-machine"
15127    },
15128    {
15129      "name": "vhost-user-vsock-pci-non-transitional",
15130      "parent": "vhost-user-vsock-pci-base"
15131    },
15132    {
15133      "name": "sdhci-bus",
15134      "parent": "sd-bus"
15135    },
15136    {
15137      "name": "PCI",
15138      "parent": "bus"
15139    },
15140    {
15141      "name": "microvm-machine",
15142      "parent": "x86-machine"
15143    },
15144    {
15145      "name": "ICH9-LPC",
15146      "parent": "pci-device"
15147    },
15148    {
15149      "name": "pci-serial-2x",
15150      "parent": "pci-device"
15151    },
15152    {
15153      "name": "igd-passthrough-isa-bridge",
15154      "parent": "pci-device"
15155    },
15156    {
15157      "name": "virtio-9p-device",
15158      "parent": "virtio-device"
15159    },
15160    {
15161      "name": "virtio-scsi-pci",
15162      "parent": "virtio-scsi-pci-base"
15163    },
15164    {
15165      "name": "ipmi-bmc-extern",
15166      "parent": "ipmi-bmc"
15167    },
15168    {
15169      "name": "authz-list-file",
15170      "parent": "authz"
15171    },
15172    {
15173      "name": "pc-q35-4.0-machine",
15174      "parent": "generic-pc-machine"
15175    },
15176    {
15177      "name": "usb-audio",
15178      "parent": "usb-device"
15179    },
15180    {
15181      "name": "usb-net",
15182      "parent": "usb-device"
15183    },
15184    {
15185      "name": "EPYC-Rome-x86_64-cpu",
15186      "parent": "x86_64-cpu"
15187    },
15188    {
15189      "name": "qemu32-x86_64-cpu",
15190      "parent": "x86_64-cpu"
15191    },
15192    {
15193      "name": "Skylake-Client-v2-x86_64-cpu",
15194      "parent": "x86_64-cpu"
15195    },
15196    {
15197      "name": "vhost-vsock-pci-non-transitional",
15198      "parent": "vhost-vsock-pci-base"
15199    },
15200    {
15201      "name": "isa-debug-exit",
15202      "parent": "isa-device"
15203    },
15204    {
15205      "name": "KnightsMill-x86_64-cpu",
15206      "parent": "x86_64-cpu"
15207    },
15208    {
15209      "name": "vfio-pci-nohotplug",
15210      "parent": "vfio-pci"
15211    },
15212    {
15213      "name": "i2c-bus",
15214      "parent": "bus"
15215    },
15216    {
15217      "name": "Skylake-Server-v3-x86_64-cpu",
15218      "parent": "x86_64-cpu"
15219    },
15220    {
15221      "name": "mch",
15222      "parent": "pci-device"
15223    },
15224    {
15225      "name": "ich9-usb-ehci1",
15226      "parent": "pci-ehci-usb"
15227    },
15228    {
15229      "name": "virtio-input-host-pci",
15230      "parent": "virtio-input-host-pci-base-type"
15231    },
15232    {
15233      "name": "nvdimm",
15234      "parent": "pc-dimm"
15235    },
15236    {
15237      "name": "pc-q35-3.0-machine",
15238      "parent": "generic-pc-machine"
15239    },
15240    {
15241      "name": "virtio-9p-pci-transitional",
15242      "parent": "virtio-9p-pci-base"
15243    },
15244    {
15245      "name": "Opteron_G1-x86_64-cpu",
15246      "parent": "x86_64-cpu"
15247    },
15248    {
15249      "name": "virtio-mem",
15250      "parent": "virtio-device"
15251    },
15252    {
15253      "name": "serial-mm",
15254      "parent": "sys-bus-device"
15255    },
15256    {
15257      "name": "pr-manager-helper",
15258      "parent": "pr-manager"
15259    },
15260    {
15261      "name": "pc-i440fx-2.10-machine",
15262      "parent": "generic-pc-machine"
15263    },
15264    {
15265      "name": "i82557c",
15266      "parent": "pci-device"
15267    },
15268    {
15269      "name": "pxb-pcie",
15270      "parent": "pci-device"
15271    },
15272    {
15273      "name": "virtio-scsi-device",
15274      "parent": "virtio-scsi-common"
15275    },
15276    {
15277      "name": "Haswell-IBRS-x86_64-cpu",
15278      "parent": "x86_64-cpu"
15279    },
15280    {
15281      "name": "input-barrier",
15282      "parent": "object"
15283    },
15284    {
15285      "name": "cpu-cluster",
15286      "parent": "device"
15287    },
15288    {
15289      "name": "i82557b",
15290      "parent": "pci-device"
15291    },
15292    {
15293      "name": "generic-sdhci",
15294      "parent": "sys-bus-device"
15295    },
15296    {
15297      "name": "migration",
15298      "parent": "device"
15299    },
15300    {
15301      "name": "i82557a",
15302      "parent": "pci-device"
15303    },
15304    {
15305      "name": "vhost-user-scsi-pci-non-transitional",
15306      "parent": "vhost-user-scsi-pci-base"
15307    },
15308    {
15309      "name": "chardev-udp",
15310      "parent": "chardev"
15311    },
15312    {
15313      "name": "pc-q35-2.8-machine",
15314      "parent": "generic-pc-machine"
15315    },
15316    {
15317      "name": "vmmouse",
15318      "parent": "isa-device"
15319    },
15320    {
15321      "name": "usb-tablet",
15322      "parent": "usb-hid"
15323    },
15324    {
15325      "name": "virtio-scsi-pci-non-transitional",
15326      "parent": "virtio-scsi-pci-base"
15327    },
15328    {
15329      "name": "Haswell-v3-x86_64-cpu",
15330      "parent": "x86_64-cpu"
15331    },
15332    {
15333      "name": "athlon-x86_64-cpu",
15334      "parent": "x86_64-cpu"
15335    },
15336    {
15337      "name": "chardev-memory",
15338      "parent": "chardev-ringbuf"
15339    },
15340    {
15341      "name": "EPYC-Rome-v1-x86_64-cpu",
15342      "parent": "x86_64-cpu"
15343    },
15344    {
15345      "name": "virtio-mouse-pci",
15346      "parent": "virtio-mouse-pci-base-type"
15347    },
15348    {
15349      "name": "pc-q35-5.0-machine",
15350      "parent": "generic-pc-machine"
15351    },
15352    {
15353      "name": "pc-i440fx-1.6-machine",
15354      "parent": "generic-pc-machine"
15355    },
15356    {
15357      "name": "vhost-user-vga",
15358      "parent": "vhost-user-vga-base-type"
15359    },
15360    {
15361      "name": "Opteron_G2-v1-x86_64-cpu",
15362      "parent": "x86_64-cpu"
15363    },
15364    {
15365      "name": "Broadwell-v2-x86_64-cpu",
15366      "parent": "x86_64-cpu"
15367    },
15368    {
15369      "name": "usb-braille",
15370      "parent": "usb-serial-dev"
15371    },
15372    {
15373      "name": "EPYC-IBPB-x86_64-cpu",
15374      "parent": "x86_64-cpu"
15375    },
15376    {
15377      "name": "ib700",
15378      "parent": "isa-device"
15379    },
15380    {
15381      "name": "amd-iommu",
15382      "parent": "x86-iommu"
15383    },
15384    {
15385      "name": "virtio-9p-pci-non-transitional",
15386      "parent": "virtio-9p-pci-base"
15387    },
15388    {
15389      "name": "Nehalem-v2-x86_64-cpu",
15390      "parent": "x86_64-cpu"
15391    },
15392    {
15393      "name": "memory-backend-file",
15394      "parent": "memory-backend"
15395    },
15396    {
15397      "name": "isa-pcspk",
15398      "parent": "isa-device"
15399    },
15400    {
15401      "name": "vhost-vsock-device",
15402      "parent": "vhost-vsock-common"
15403    },
15404    {
15405      "name": "sd-card",
15406      "parent": "device"
15407    },
15408    {
15409      "name": "isabus-bridge",
15410      "parent": "sys-bus-device"
15411    },
15412    {
15413      "name": "sysbus-ahci",
15414      "parent": "sys-bus-device"
15415    },
15416    {
15417      "name": "vhost-scsi",
15418      "parent": "vhost-scsi-common"
15419    },
15420    {
15421      "name": "pc-q35-4.0.1-machine",
15422      "parent": "generic-pc-machine"
15423    },
15424    {
15425      "name": "esp",
15426      "parent": "sys-bus-device"
15427    },
15428    {
15429      "name": "virtio-blk-pci-non-transitional",
15430      "parent": "virtio-blk-pci-base"
15431    },
15432    {
15433      "name": "ne2k_pci",
15434      "parent": "pci-device"
15435    },
15436    {
15437      "name": "IvyBridge-v2-x86_64-cpu",
15438      "parent": "x86_64-cpu"
15439    },
15440    {
15441      "name": "usb-bus",
15442      "parent": "bus"
15443    },
15444    {
15445      "name": "ide-cd",
15446      "parent": "ide-device"
15447    },
15448    {
15449      "name": "e1000",
15450      "parent": "e1000-base"
15451    },
15452    {
15453      "name": "tcg-accel",
15454      "parent": "accel"
15455    },
15456    {
15457      "name": "virtio-balloon-pci",
15458      "parent": "virtio-balloon-pci-base"
15459    },
15460    {
15461      "name": "qemu:memory-region",
15462      "parent": "object"
15463    },
15464    {
15465      "name": "virtio-gpu-device",
15466      "parent": "virtio-gpu-base"
15467    },
15468    {
15469      "name": "Cascadelake-Server-v2-x86_64-cpu",
15470      "parent": "x86_64-cpu"
15471    },
15472    {
15473      "name": "athlon-v1-x86_64-cpu",
15474      "parent": "x86_64-cpu"
15475    },
15476    {
15477      "name": "nec-usb-xhci",
15478      "parent": "base-xhci"
15479    },
15480    {
15481      "name": "mioe3680_pci",
15482      "parent": "pci-device"
15483    },
15484    {
15485      "name": "i82551",
15486      "parent": "pci-device"
15487    },
15488    {
15489      "name": "isa-ipmi-kcs",
15490      "parent": "isa-device"
15491    },
15492    {
15493      "name": "EPYC-v1-x86_64-cpu",
15494      "parent": "x86_64-cpu"
15495    },
15496    {
15497      "name": "SandyBridge-x86_64-cpu",
15498      "parent": "x86_64-cpu"
15499    },
15500    {
15501      "name": "vmxnet3",
15502      "parent": "pci-device"
15503    },
15504    {
15505      "name": "piix4-ide",
15506      "parent": "pci-ide"
15507    },
15508    {
15509      "name": "pc-i440fx-2.6-machine",
15510      "parent": "generic-pc-machine"
15511    },
15512    {
15513      "name": "nvme",
15514      "parent": "pci-device"
15515    },
15516    {
15517      "name": "vhost-user-backend",
15518      "parent": "object"
15519    },
15520    {
15521      "name": "i82550",
15522      "parent": "pci-device"
15523    },
15524    {
15525      "name": "Icelake-Server-noTSX-x86_64-cpu",
15526      "parent": "x86_64-cpu"
15527    },
15528    {
15529      "name": "ES1370",
15530      "parent": "pci-device"
15531    },
15532    {
15533      "name": "Conroe-v1-x86_64-cpu",
15534      "parent": "x86_64-cpu"
15535    },
15536    {
15537      "name": "kvm-apic",
15538      "parent": "apic-common"
15539    },
15540    {
15541      "name": "isa-pit",
15542      "parent": "pit-common"
15543    },
15544    {
15545      "name": "kvm64-x86_64-cpu",
15546      "parent": "x86_64-cpu"
15547    },
15548    {
15549      "name": "Broadwell-v4-x86_64-cpu",
15550      "parent": "x86_64-cpu"
15551    },
15552    {
15553      "name": "memory-backend-memfd",
15554      "parent": "memory-backend"
15555    },
15556    {
15557      "name": "smbus-eeprom",
15558      "parent": "smbus-device"
15559    },
15560    {
15561      "name": "virtio-serial-device",
15562      "parent": "virtio-device"
15563    },
15564    {
15565      "name": "Denverton-v2-x86_64-cpu",
15566      "parent": "x86_64-cpu"
15567    },
15568    {
15569      "name": "vhost-user-gpu-pci",
15570      "parent": "vhost-user-gpu-pci-base-type"
15571    },
15572    {
15573      "name": "virtio-crypto-pci",
15574      "parent": "virtio-crypto-pci-base-type"
15575    },
15576    {
15577      "name": "iothread",
15578      "parent": "object"
15579    },
15580    {
15581      "name": "i8042",
15582      "parent": "isa-device"
15583    },
15584    {
15585      "name": "System",
15586      "parent": "bus"
15587    },
15588    {
15589      "name": "virtio-iommu-pci-transitional",
15590      "parent": "virtio-iommu-device-base"
15591    },
15592    {
15593      "name": "pc-1.0-machine",
15594      "parent": "generic-pc-machine"
15595    },
15596    {
15597      "name": "ati-vga",
15598      "parent": "pci-device"
15599    },
15600    {
15601      "name": "pentium3-x86_64-cpu",
15602      "parent": "x86_64-cpu"
15603    },
15604    {
15605      "name": "kvm-i8259",
15606      "parent": "pic-common"
15607    },
15608    {
15609      "name": "isa-serial",
15610      "parent": "isa-device"
15611    },
15612    {
15613      "name": "imx.usbphy",
15614      "parent": "sys-bus-device"
15615    },
15616    {
15617      "name": "core2duo-v1-x86_64-cpu",
15618      "parent": "x86_64-cpu"
15619    },
15620    {
15621      "name": "cirrus-vga",
15622      "parent": "pci-device"
15623    },
15624    {
15625      "name": "kvm32-v1-x86_64-cpu",
15626      "parent": "x86_64-cpu"
15627    },
15628    {
15629      "name": "Cascadelake-Server-v4-x86_64-cpu",
15630      "parent": "x86_64-cpu"
15631    },
15632    {
15633      "name": "pc-i440fx-2.1-machine",
15634      "parent": "generic-pc-machine"
15635    },
15636    {
15637      "name": "Skylake-Client-x86_64-cpu",
15638      "parent": "x86_64-cpu"
15639    },
15640    {
15641      "name": "i82559er",
15642      "parent": "pci-device"
15643    },
15644    {
15645      "name": "virtio-rng-pci-non-transitional",
15646      "parent": "virtio-rng-pci-base"
15647    },
15648    {
15649      "name": "virtio-serial-pci",
15650      "parent": "virtio-serial-pci-base"
15651    },
15652    {
15653      "name": "Opteron_G3-x86_64-cpu",
15654      "parent": "x86_64-cpu"
15655    },
15656    {
15657      "name": "am53c974",
15658      "parent": "pci-device"
15659    },
15660    {
15661      "name": "container",
15662      "parent": "object"
15663    },
15664    {
15665      "name": "EPYC-v3-x86_64-cpu",
15666      "parent": "x86_64-cpu"
15667    },
15668    {
15669      "name": "scsi-cd",
15670      "parent": "scsi-disk-base"
15671    },
15672    {
15673      "name": "486-v1-x86_64-cpu",
15674      "parent": "x86_64-cpu"
15675    },
15676    {
15677      "name": "vmport",
15678      "parent": "isa-device"
15679    },
15680    {
15681      "name": "vhost-user-blk-pci-non-transitional",
15682      "parent": "vhost-user-blk-pci-base"
15683    },
15684    {
15685      "name": "isa-ide",
15686      "parent": "isa-device"
15687    },
15688    {
15689      "name": "e1000-82545em",
15690      "parent": "e1000-base"
15691    },
15692    {
15693      "name": "qemu64-v1-x86_64-cpu",
15694      "parent": "x86_64-cpu"
15695    },
15696    {
15697      "name": "virtio-serial-pci-non-transitional",
15698      "parent": "virtio-serial-pci-base"
15699    },
15700    {
15701      "name": "ICH9 SMB",
15702      "parent": "pci-device"
15703    },
15704    {
15705      "name": "sdhci-pci",
15706      "parent": "pci-device"
15707    },
15708    {
15709      "name": "pxb-pcie-bus",
15710      "parent": "PCIE"
15711    },
15712    {
15713      "name": "vhost-user-scsi",
15714      "parent": "vhost-scsi-common"
15715    },
15716    {
15717      "name": "PIIX4_PM",
15718      "parent": "pci-device"
15719    },
15720    {
15721      "name": "virtio-rng-pci-transitional",
15722      "parent": "virtio-rng-pci-base"
15723    },
15724    {
15725      "name": "EPYC-x86_64-cpu",
15726      "parent": "x86_64-cpu"
15727    },
15728    {
15729      "name": "usb-bot",
15730      "parent": "usb-storage-dev"
15731    },
15732    {
15733      "name": "pc-q35-2.12-machine",
15734      "parent": "generic-pc-machine"
15735    },
15736    {
15737      "name": "VGA",
15738      "parent": "pci-vga"
15739    },
15740    {
15741      "name": "qio-channel-buffer",
15742      "parent": "qio-channel"
15743    },
15744    {
15745      "name": "i440FX",
15746      "parent": "pci-device"
15747    },
15748    {
15749      "name": "Penryn-v1-x86_64-cpu",
15750      "parent": "x86_64-cpu"
15751    },
15752    {
15753      "name": "vhost-vsock-pci-transitional",
15754      "parent": "vhost-vsock-pci-base"
15755    },
15756    {
15757      "name": "Conroe-x86_64-cpu",
15758      "parent": "x86_64-cpu"
15759    },
15760    {
15761      "name": "vhost-user-fs-device",
15762      "parent": "virtio-device"
15763    },
15764    {
15765      "name": "pc-i440fx-3.1-machine",
15766      "parent": "generic-pc-machine"
15767    },
15768    {
15769      "name": "pci-serial-4x",
15770      "parent": "pci-device"
15771    },
15772    {
15773      "name": "Icelake-Server-x86_64-cpu",
15774      "parent": "x86_64-cpu"
15775    },
15776    {
15777      "name": "apic",
15778      "parent": "apic-common"
15779    },
15780    {
15781      "name": "hpet",
15782      "parent": "sys-bus-device"
15783    },
15784    {
15785      "name": "Opteron_G5-x86_64-cpu",
15786      "parent": "x86_64-cpu"
15787    },
15788    {
15789      "name": "pc-q35-2.6-machine",
15790      "parent": "generic-pc-machine"
15791    },
15792    {
15793      "name": "sga",
15794      "parent": "isa-device"
15795    },
15796    {
15797      "name": "pci-ohci",
15798      "parent": "pci-device"
15799    },
15800    {
15801      "name": "virtio-tablet-device",
15802      "parent": "virtio-input-hid-device"
15803    },
15804    {
15805      "name": "Haswell-x86_64-cpu",
15806      "parent": "x86_64-cpu"
15807    },
15808    {
15809      "name": "ccid-card-passthru",
15810      "parent": "ccid-card"
15811    },
15812    {
15813      "name": "pc-i440fx-1.4-machine",
15814      "parent": "generic-pc-machine"
15815    },
15816    {
15817      "name": "chardev-parallel",
15818      "parent": "chardev"
15819    },
15820    {
15821      "name": "chardev-vc",
15822      "parent": "chardev"
15823    },
15824    {
15825      "name": "cryptodev-backend",
15826      "parent": "object"
15827    },
15828    {
15829      "name": "isapc-machine",
15830      "parent": "generic-pc-machine"
15831    },
15832    {
15833      "name": "ide-drive",
15834      "parent": "ide-device"
15835    },
15836    {
15837      "name": "cryptodev-vhost-user",
15838      "parent": "cryptodev-backend"
15839    },
15840    {
15841      "name": "tpm-emulator",
15842      "parent": "tpm-backend"
15843    },
15844    {
15845      "name": "i8257",
15846      "parent": "isa-device"
15847    },
15848    {
15849      "name": "usb-uas",
15850      "parent": "usb-device"
15851    },
15852    {
15853      "name": "IvyBridge-x86_64-cpu",
15854      "parent": "x86_64-cpu"
15855    },
15856    {
15857      "name": "SandyBridge-v1-x86_64-cpu",
15858      "parent": "x86_64-cpu"
15859    },
15860    {
15861      "name": "pc-i440fx-2.9-machine",
15862      "parent": "generic-pc-machine"
15863    },
15864    {
15865      "name": "ivshmem-plain",
15866      "parent": "ivshmem-common"
15867    },
15868    {
15869      "name": "virtio-keyboard-pci",
15870      "parent": "virtio-keyboard-pci-base-type"
15871    },
15872    {
15873      "name": "pcnet",
15874      "parent": "pci-device"
15875    },
15876    {
15877      "name": "Dhyana-v1-x86_64-cpu",
15878      "parent": "x86_64-cpu"
15879    },
15880    {
15881      "name": "pc-i440fx-5.1-machine",
15882      "parent": "generic-pc-machine"
15883    },
15884    {
15885      "name": "sysbus-fdc",
15886      "parent": "base-sysbus-fdc"
15887    },
15888    {
15889      "name": "i82559c",
15890      "parent": "pci-device"
15891    },
15892    {
15893      "name": "AMDVI-PCI",
15894      "parent": "pci-device"
15895    },
15896    {
15897      "name": "filter-redirector",
15898      "parent": "netfilter"
15899    },
15900    {
15901      "name": "virtserialport",
15902      "parent": "virtio-serial-port"
15903    },
15904    {
15905      "name": "ipoctal232",
15906      "parent": "ipack-device"
15907    },
15908    {
15909      "name": "usb-mouse",
15910      "parent": "usb-hid"
15911    },
15912    {
15913      "name": "Nehalem-x86_64-cpu",
15914      "parent": "x86_64-cpu"
15915    },
15916    {
15917      "name": "i82559b",
15918      "parent": "pci-device"
15919    },
15920    {
15921      "name": "ccid-bus",
15922      "parent": "bus"
15923    },
15924    {
15925      "name": "ide-hd",
15926      "parent": "ide-device"
15927    },
15928    {
15929      "name": "Broadwell-x86_64-cpu",
15930      "parent": "x86_64-cpu"
15931    },
15932    {
15933      "name": "Snowridge-v2-x86_64-cpu",
15934      "parent": "x86_64-cpu"
15935    },
15936    {
15937      "name": "kvaser_pci",
15938      "parent": "pci-device"
15939    },
15940    {
15941      "name": "vhost-user-scsi-pci",
15942      "parent": "vhost-user-scsi-pci-base"
15943    },
15944    {
15945      "name": "i82559a",
15946      "parent": "pci-device"
15947    },
15948    {
15949      "name": "dbus-vmstate",
15950      "parent": "object"
15951    },
15952    {
15953      "name": "pc-i440fx-4.1-machine",
15954      "parent": "generic-pc-machine"
15955    },
15956    {
15957      "name": "pc-1.3-machine",
15958      "parent": "generic-pc-machine"
15959    },
15960    {
15961      "name": "e1000-82544gc",
15962      "parent": "e1000-base"
15963    },
15964    {
15965      "name": "chardev-spiceport",
15966      "parent": "chardev-spice"
15967    },
15968    {
15969      "name": "qio-channel-command",
15970      "parent": "qio-channel"
15971    },
15972    {
15973      "name": "Opteron_G3-v1-x86_64-cpu",
15974      "parent": "x86_64-cpu"
15975    },
15976    {
15977      "name": "usb-ccid",
15978      "parent": "usb-device"
15979    },
15980    {
15981      "name": "tls-creds-x509",
15982      "parent": "tls-creds"
15983    },
15984    {
15985      "name": "virtio-blk-pci",
15986      "parent": "virtio-blk-pci-base"
15987    },
15988    {
15989      "name": "pc-i440fx-2.4-machine",
15990      "parent": "generic-pc-machine"
15991    },
15992    {
15993      "name": "port92",
15994      "parent": "isa-device"
15995    },
15996    {
15997      "name": "isa-cirrus-vga",
15998      "parent": "isa-device"
15999    },
16000    {
16001      "name": "qemu64-x86_64-cpu",
16002      "parent": "x86_64-cpu"
16003    },
16004    {
16005      "name": "Skylake-Server-v2-x86_64-cpu",
16006      "parent": "x86_64-cpu"
16007    },
16008    {
16009      "name": "qio-net-listener",
16010      "parent": "object"
16011    },
16012    {
16013      "name": "pc-q35-4.1-machine",
16014      "parent": "generic-pc-machine"
16015    },
16016    {
16017      "name": "mc146818rtc",
16018      "parent": "isa-device"
16019    },
16020    {
16021      "name": "vfio-pci",
16022      "parent": "pci-device"
16023    },
16024    {
16025      "name": "bochs-display",
16026      "parent": "pci-device"
16027    },
16028    {
16029      "name": "Broadwell-IBRS-x86_64-cpu",
16030      "parent": "x86_64-cpu"
16031    },
16032    {
16033      "name": "qio-channel-websock",
16034      "parent": "qio-channel"
16035    },
16036    {
16037      "name": "edu",
16038      "parent": "pci-device"
16039    },
16040    {
16041      "name": "pc-testdev",
16042      "parent": "isa-device"
16043    },
16044    {
16045      "name": "SUNW,fdtwo",
16046      "parent": "base-sysbus-fdc"
16047    },
16048    {
16049      "name": "megasas",
16050      "parent": "megasas-base"
16051    },
16052    {
16053      "name": "chardev-braille",
16054      "parent": "chardev"
16055    },
16056    {
16057      "name": "virtio-iommu-pci",
16058      "parent": "virtio-iommu-device-base"
16059    },
16060    {
16061      "name": "Icelake-Client-v1-x86_64-cpu",
16062      "parent": "x86_64-cpu"
16063    },
16064    {
16065      "name": "vmcoreinfo",
16066      "parent": "device"
16067    },
16068    {
16069      "name": "tpci200",
16070      "parent": "pci-device"
16071    },
16072    {
16073      "name": "rocker",
16074      "parent": "pci-device"
16075    },
16076    {
16077      "name": "qio-channel-file",
16078      "parent": "qio-channel"
16079    },
16080    {
16081      "name": "gpio_i2c",
16082      "parent": "sys-bus-device"
16083    },
16084    {
16085      "name": "qio-channel-socket",
16086      "parent": "qio-channel"
16087    },
16088    {
16089      "name": "filter-mirror",
16090      "parent": "netfilter"
16091    },
16092    {
16093      "name": "coreduo-v1-x86_64-cpu",
16094      "parent": "x86_64-cpu"
16095    },
16096    {
16097      "name": "pc-q35-3.1-machine",
16098      "parent": "generic-pc-machine"
16099    },
16100    {
16101      "name": "Icelake-Server-v2-x86_64-cpu",
16102      "parent": "x86_64-cpu"
16103    },
16104    {
16105      "name": "qemu-console",
16106      "parent": "object"
16107    },
16108    {
16109      "name": "chardev-socket",
16110      "parent": "chardev"
16111    },
16112    {
16113      "name": "input-linux",
16114      "parent": "object"
16115    },
16116    {
16117      "name": "Haswell-v2-x86_64-cpu",
16118      "parent": "x86_64-cpu"
16119    },
16120    {
16121      "name": "pxb",
16122      "parent": "pci-device"
16123    },
16124    {
16125      "name": "usb-ehci",
16126      "parent": "pci-ehci-usb"
16127    },
16128    {
16129      "name": "host-x86_64-cpu",
16130      "parent": "max-x86_64-cpu"
16131    },
16132    {
16133      "name": "pc-i440fx-2.11-machine",
16134      "parent": "generic-pc-machine"
16135    },
16136    {
16137      "name": "AC97",
16138      "parent": "pci-device"
16139    },
16140    {
16141      "name": "vmgenid",
16142      "parent": "device"
16143    },
16144    {
16145      "name": "serial-io",
16146      "parent": "sys-bus-device"
16147    },
16148    {
16149      "name": "secret",
16150      "parent": "secret_common"
16151    },
16152    {
16153      "name": "virtio-net-pci-non-transitional",
16154      "parent": "virtio-net-pci-base"
16155    },
16156    {
16157      "name": "cs4231a",
16158      "parent": "isa-device"
16159    },
16160    {
16161      "name": "scsi-hd",
16162      "parent": "scsi-disk-base"
16163    },
16164    {
16165      "name": "clock",
16166      "parent": "object"
16167    },
16168    {
16169      "name": "usb-kbd",
16170      "parent": "usb-hid"
16171    },
16172    {
16173      "name": "lsi53c810",
16174      "parent": "lsi53c895a"
16175    },
16176    {
16177      "name": "isa-fdc",
16178      "parent": "isa-device"
16179    },
16180    {
16181      "name": "usb-mtp",
16182      "parent": "usb-device"
16183    },
16184    {
16185      "name": "filter-replay",
16186      "parent": "netfilter"
16187    },
16188    {
16189      "name": "Cascadelake-Server-noTSX-x86_64-cpu",
16190      "parent": "x86_64-cpu"
16191    },
16192    {
16193      "name": "virtio-net-device",
16194      "parent": "virtio-device"
16195    },
16196    {
16197      "name": "ccid-card-emulated",
16198      "parent": "ccid-card"
16199    },
16200    {
16201      "name": "pc-q35-2.9-machine",
16202      "parent": "generic-pc-machine"
16203    },
16204    {
16205      "name": "tpm-tis",
16206      "parent": "isa-device"
16207    },
16208    {
16209      "name": "Skylake-Server-IBRS-x86_64-cpu",
16210      "parent": "x86_64-cpu"
16211    },
16212    {
16213      "name": "hyperv-testdev",
16214      "parent": "isa-device"
16215    },
16216    {
16217      "name": "s3c-sdhci",
16218      "parent": "generic-sdhci"
16219    },
16220    {
16221      "name": "fw_cfg_mem",
16222      "parent": "fw_cfg"
16223    },
16224    {
16225      "name": "virtio-iommu-pci-non-transitional",
16226      "parent": "virtio-iommu-device-base"
16227    },
16228    {
16229      "name": "pc-i440fx-1.7-machine",
16230      "parent": "generic-pc-machine"
16231    },
16232    {
16233      "name": "Westmere-v2-x86_64-cpu",
16234      "parent": "x86_64-cpu"
16235    },
16236    {
16237      "name": "pc-q35-5.1-machine",
16238      "parent": "generic-pc-machine"
16239    },
16240    {
16241      "name": "virtio-pmem",
16242      "parent": "virtio-device"
16243    },
16244    {
16245      "name": "virtio-mouse-device",
16246      "parent": "virtio-input-hid-device"
16247    },
16248    {
16249      "name": "virtconsole",
16250      "parent": "virtserialport"
16251    },
16252    {
16253      "name": "ioh3420",
16254      "parent": "pcie-root-port-base"
16255    },
16256    {
16257      "name": "Skylake-Client-v1-x86_64-cpu",
16258      "parent": "x86_64-cpu"
16259    },
16260    {
16261      "name": "throttle-group",
16262      "parent": "object"
16263    },
16264    {
16265      "name": "piix4-usb-uhci",
16266      "parent": "pci-uhci-usb"
16267    },
16268    {
16269      "name": "pc-q35-2.10-machine",
16270      "parent": "generic-pc-machine"
16271    },
16272    {
16273      "name": "virtio-rng-pci",
16274      "parent": "virtio-rng-pci-base"
16275    },
16276    {
16277      "name": "chardev-gdb",
16278      "parent": "chardev"
16279    },
16280    {
16281      "name": "virtio-scsi-pci-transitional",
16282      "parent": "virtio-scsi-pci-base"
16283    },
16284    {
16285      "name": "Skylake-Client-IBRS-x86_64-cpu",
16286      "parent": "x86_64-cpu"
16287    },
16288    {
16289      "name": "Cascadelake-Server-v1-x86_64-cpu",
16290      "parent": "x86_64-cpu"
16291    },
16292    {
16293      "name": "Icelake-Server-v4-x86_64-cpu",
16294      "parent": "x86_64-cpu"
16295    },
16296    {
16297      "name": "pci-testdev",
16298      "parent": "pci-device"
16299    },
16300    {
16301      "name": "vhost-user-input",
16302      "parent": "virtio-input-device"
16303    },
16304    {
16305      "name": "vt82c686b-usb-uhci",
16306      "parent": "pci-uhci-usb"
16307    },
16308    {
16309      "name": "vhost-user-vsock-pci-transitional",
16310      "parent": "vhost-user-vsock-pci-base"
16311    },
16312    {
16313      "name": "ich9-intel-hda",
16314      "parent": "intel-hda-generic"
16315    },
16316    {
16317      "name": "secret_keyring",
16318      "parent": "secret_common"
16319    },
16320    {
16321      "name": "PIIX3",
16322      "parent": "pci-piix3"
16323    },
16324    {
16325      "name": "Icelake-Client-noTSX-x86_64-cpu",
16326      "parent": "x86_64-cpu"
16327    },
16328    {
16329      "name": "pc-q35-2.4-machine",
16330      "parent": "generic-pc-machine"
16331    },
16332    {
16333      "name": "virtio-9p-pci",
16334      "parent": "virtio-9p-pci-base"
16335    },
16336    {
16337      "name": "ISA",
16338      "parent": "bus"
16339    },
16340    {
16341      "name": "phenom-v1-x86_64-cpu",
16342      "parent": "x86_64-cpu"
16343    },
16344    {
16345      "name": "vhost-vsock-pci",
16346      "parent": "vhost-vsock-pci-base"
16347    },
16348    {
16349      "name": "pc-dimm",
16350      "parent": "device"
16351    },
16352    {
16353      "name": "virtio-balloon-pci-non-transitional",
16354      "parent": "virtio-balloon-pci-base"
16355    },
16356    {
16357      "name": "virtio-net-pci-transitional",
16358      "parent": "virtio-net-pci-base"
16359    },
16360    {
16361      "name": "ipmi-bmc-sim",
16362      "parent": "ipmi-bmc"
16363    },
16364    {
16365      "name": "IvyBridge-IBRS-x86_64-cpu",
16366      "parent": "x86_64-cpu"
16367    },
16368    {
16369      "name": "vmbus-bridge",
16370      "parent": "sys-bus-device"
16371    },
16372    {
16373      "name": "irq",
16374      "parent": "object"
16375    },
16376    {
16377      "name": "tls-creds-psk",
16378      "parent": "tls-creds"
16379    },
16380    {
16381      "name": "coreduo-x86_64-cpu",
16382      "parent": "x86_64-cpu"
16383    },
16384    {
16385      "name": "Skylake-Client-noTSX-IBRS-x86_64-cpu",
16386      "parent": "x86_64-cpu"
16387    },
16388    {
16389      "name": "usb-storage",
16390      "parent": "usb-storage-dev"
16391    },
16392    {
16393      "name": "vhost-user-blk-pci-transitional",
16394      "parent": "vhost-user-blk-pci-base"
16395    },
16396    {
16397      "name": "chardev-msmouse",
16398      "parent": "chardev"
16399    },
16400    {
16401      "name": "pc-i440fx-2.7-machine",
16402      "parent": "generic-pc-machine"
16403    },
16404    {
16405      "name": "vhost-scsi-pci-transitional",
16406      "parent": "vhost-scsi-pci-base"
16407    },
16408    {
16409      "name": "isa-i8259",
16410      "parent": "pic-common"
16411    },
16412    {
16413      "name": "Skylake-Client-v3-x86_64-cpu",
16414      "parent": "x86_64-cpu"
16415    },
16416    {
16417      "name": "colo-compare",
16418      "parent": "object"
16419    },
16420    {
16421      "name": "virtio-mmio",
16422      "parent": "sys-bus-device"
16423    },
16424    {
16425      "name": "qemu-xhci",
16426      "parent": "base-xhci"
16427    },
16428    {
16429      "name": "pxb-bus",
16430      "parent": "PCI"
16431    },
16432    {
16433      "name": "pentium2-x86_64-cpu",
16434      "parent": "x86_64-cpu"
16435    },
16436    {
16437      "name": "Broadwell-v1-x86_64-cpu",
16438      "parent": "x86_64-cpu"
16439    },
16440    {
16441      "name": "KnightsMill-v1-x86_64-cpu",
16442      "parent": "x86_64-cpu"
16443    },
16444    {
16445      "name": "n270-v1-x86_64-cpu",
16446      "parent": "x86_64-cpu"
16447    },
16448    {
16449      "name": "pvpanic",
16450      "parent": "isa-device"
16451    },
16452    {
16453      "name": "rng-random",
16454      "parent": "rng-backend"
16455    },
16456    {
16457      "name": "Skylake-Server-v4-x86_64-cpu",
16458      "parent": "x86_64-cpu"
16459    },
16460    {
16461      "name": "Nehalem-v1-x86_64-cpu",
16462      "parent": "x86_64-cpu"
16463    },
16464    {
16465      "name": "kvmvapic",
16466      "parent": "sys-bus-device"
16467    },
16468    {
16469      "name": "Opteron_G2-x86_64-cpu",
16470      "parent": "x86_64-cpu"
16471    },
16472    {
16473      "name": "megasas-gen2",
16474      "parent": "megasas-base"
16475    },
16476    {
16477      "name": "vhost-user-blk-pci",
16478      "parent": "vhost-user-blk-pci-base"
16479    },
16480    {
16481      "name": "authz-simple",
16482      "parent": "authz"
16483    },
16484    {
16485      "name": "fw_cfg_io",
16486      "parent": "fw_cfg"
16487    },
16488    {
16489      "name": "intel-iommu",
16490      "parent": "x86-iommu"
16491    },
16492    {
16493      "name": "none-machine",
16494      "parent": "machine"
16495    },
16496    {
16497      "name": "HDA",
16498      "parent": "bus"
16499    },
16500    {
16501      "name": "Broadwell-noTSX-x86_64-cpu",
16502      "parent": "x86_64-cpu"
16503    },
16504    {
16505      "name": "pc-1.1-machine",
16506      "parent": "generic-pc-machine"
16507    },
16508    {
16509      "name": "Snowridge-x86_64-cpu",
16510      "parent": "x86_64-cpu"
16511    },
16512    {
16513      "name": "IvyBridge-v1-x86_64-cpu",
16514      "parent": "x86_64-cpu"
16515    },
16516    {
16517      "name": "qxl",
16518      "parent": "pci-qxl"
16519    },
16520    {
16521      "name": "tls-cipher-suites",
16522      "parent": "tls-creds"
16523    },
16524    {
16525      "name": "cryptodev-backend-builtin",
16526      "parent": "cryptodev-backend"
16527    },
16528    {
16529      "name": "vfio-pci-igd-lpc-bridge",
16530      "parent": "pci-device"
16531    },
16532    {
16533      "name": "Broadwell-noTSX-IBRS-x86_64-cpu",
16534      "parent": "x86_64-cpu"
16535    },
16536    {
16537      "name": "pc-i440fx-2.2-machine",
16538      "parent": "generic-pc-machine"
16539    },
16540    {
16541      "name": "qio-dns-resolver",
16542      "parent": "object"
16543    },
16544    {
16545      "name": "virtio-balloon-pci-transitional",
16546      "parent": "virtio-balloon-pci-base"
16547    },
16548    {
16549      "name": "Haswell-v4-x86_64-cpu",
16550      "parent": "x86_64-cpu"
16551    },
16552    {
16553      "name": "i82801b11-bridge",
16554      "parent": "base-pci-bridge"
16555    },
16556    {
16557      "name": "virtio-keyboard-device",
16558      "parent": "virtio-input-hid-device"
16559    },
16560    {
16561      "name": "ramfb",
16562      "parent": "sys-bus-device"
16563    },
16564    {
16565      "name": "hda-output",
16566      "parent": "hda-audio"
16567    },
16568    {
16569      "name": "virtio-input-host-device",
16570      "parent": "virtio-input-device"
16571    },
16572    {
16573      "name": "IndustryPack",
16574      "parent": "bus"
16575    },
16576    {
16577      "name": "Broadwell-v3-x86_64-cpu",
16578      "parent": "x86_64-cpu"
16579    },
16580    {
16581      "name": "ioapic",
16582      "parent": "ioapic-common"
16583    },
16584    {
16585      "name": "pentium-x86_64-cpu",
16586      "parent": "x86_64-cpu"
16587    },
16588    {
16589      "name": "qemu32-v1-x86_64-cpu",
16590      "parent": "x86_64-cpu"
16591    },
16592    {
16593      "name": "Haswell-noTSX-x86_64-cpu",
16594      "parent": "x86_64-cpu"
16595    },
16596    {
16597      "name": "pci-serial",
16598      "parent": "pci-device"
16599    },
16600    {
16601      "name": "sysbus-ohci",
16602      "parent": "sys-bus-device"
16603    },
16604    {
16605      "name": "kvm-accel",
16606      "parent": "accel"
16607    },
16608    {
16609      "name": "vhost-scsi-pci-non-transitional",
16610      "parent": "vhost-scsi-pci-base"
16611    },
16612    {
16613      "name": "Denverton-v1-x86_64-cpu",
16614      "parent": "x86_64-cpu"
16615    },
16616    {
16617      "name": "piix3-usb-uhci",
16618      "parent": "pci-uhci-usb"
16619    },
16620    {
16621      "name": "Opteron_G4-v1-x86_64-cpu",
16622      "parent": "x86_64-cpu"
16623    },
16624    {
16625      "name": "ne2k_isa",
16626      "parent": "isa-device"
16627    },
16628    {
16629      "name": "virtio-iommu-memory-region",
16630      "parent": "qemu:iommu-memory-region"
16631    },
16632    {
16633      "name": "phenom-x86_64-cpu",
16634      "parent": "x86_64-cpu"
16635    },
16636    {
16637      "name": "adlib",
16638      "parent": "isa-device"
16639    },
16640    {
16641      "name": "vhost-user-gpu",
16642      "parent": "virtio-gpu-base"
16643    },
16644    {
16645      "name": "hda-duplex",
16646      "parent": "hda-audio"
16647    },
16648    {
16649      "name": "pentium-v1-x86_64-cpu",
16650      "parent": "x86_64-cpu"
16651    },
16652    {
16653      "name": "amd-iommu-iommu-memory-region",
16654      "parent": "qemu:iommu-memory-region"
16655    },
16656    {
16657      "name": "can-bus",
16658      "parent": "object"
16659    },
16660    {
16661      "name": "Nehalem-IBRS-x86_64-cpu",
16662      "parent": "x86_64-cpu"
16663    },
16664    {
16665      "name": "Cascadelake-Server-v3-x86_64-cpu",
16666      "parent": "x86_64-cpu"
16667    },
16668    {
16669      "name": "cfi.pflash01",
16670      "parent": "sys-bus-device"
16671    },
16672    {
16673      "name": "virtio-balloon-device",
16674      "parent": "virtio-device"
16675    },
16676    {
16677      "name": "Skylake-Server-x86_64-cpu",
16678      "parent": "x86_64-cpu"
16679    },
16680    {
16681      "name": "Cooperlake-v1-x86_64-cpu",
16682      "parent": "x86_64-cpu"
16683    },
16684    {
16685      "name": "pc-q35-2.7-machine",
16686      "parent": "generic-pc-machine"
16687    },
16688    {
16689      "name": "isa-parallel",
16690      "parent": "isa-device"
16691    },
16692    {
16693      "name": "pentium2-v1-x86_64-cpu",
16694      "parent": "x86_64-cpu"
16695    },
16696    {
16697      "name": "chardev-null",
16698      "parent": "chardev"
16699    },
16700    {
16701      "name": "isa-vga",
16702      "parent": "isa-device"
16703    },
16704    {
16705      "name": "EPYC-v2-x86_64-cpu",
16706      "parent": "x86_64-cpu"
16707    },
16708    {
16709      "name": "pc-i440fx-1.5-machine",
16710      "parent": "generic-pc-machine"
16711    },
16712    {
16713      "name": "i440FX-pcihost",
16714      "parent": "pci-host-bridge"
16715    },
16716    {
16717      "name": "isa-debugcon",
16718      "parent": "isa-device"
16719    },
16720    {
16721      "name": "tls-creds-anon",
16722      "parent": "tls-creds"
16723    },
16724    {
16725      "name": "rng-egd",
16726      "parent": "rng-backend"
16727    },
16728    {
16729      "name": "qxl-vga",
16730      "parent": "pci-qxl"
16731    },
16732    {
16733      "name": "i82558b",
16734      "parent": "pci-device"
16735    },
16736    {
16737      "name": "ivshmem-doorbell",
16738      "parent": "ivshmem-common"
16739    },
16740    {
16741      "name": "Cascadelake-Server-x86_64-cpu",
16742      "parent": "x86_64-cpu"
16743    },
16744    {
16745      "name": "virtio-iommu-device",
16746      "parent": "virtio-device"
16747    },
16748    {
16749      "name": "PIIX3-xen",
16750      "parent": "pci-piix3"
16751    },
16752    {
16753      "name": "virtio-net-pci",
16754      "parent": "virtio-net-pci-base"
16755    },
16756    {
16757      "name": "i82558a",
16758      "parent": "pci-device"
16759    },
16760    {
16761      "name": "usb-serial",
16762      "parent": "usb-serial-dev"
16763    },
16764    {
16765      "name": "loader",
16766      "parent": "device"
16767    },
16768    {
16769      "name": "pvscsi",
16770      "parent": "pci-device"
16771    },
16772    {
16773      "name": "i82801",
16774      "parent": "pci-device"
16775    },
16776    {
16777      "name": "virtio-mem-pci",
16778      "parent": "virtio-mem-pci-base"
16779    },
16780    {
16781      "name": "virtio-pmem-pci",
16782      "parent": "virtio-pmem-pci-base"
16783    },
16784    {
16785      "name": "accel",
16786      "parent": "object"
16787    },
16788    {
16789      "name": "virtio-tablet-pci",
16790      "parent": "virtio-tablet-pci-base-type"
16791    },
16792    {
16793      "name": "dc390",
16794      "parent": "am53c974"
16795    },
16796    {
16797      "name": "i6300esb",
16798      "parent": "pci-device"
16799    },
16800    {
16801      "name": "floppy",
16802      "parent": "device"
16803    },
16804    {
16805      "name": "authz-list",
16806      "parent": "authz"
16807    },
16808    {
16809      "name": "pc-i440fx-4.2-machine",
16810      "parent": "generic-pc-machine"
16811    },
16812    {
16813      "name": "Opteron_G4-x86_64-cpu",
16814      "parent": "x86_64-cpu"
16815    },
16816    {
16817      "name": "mptsas1068",
16818      "parent": "pci-device"
16819    },
16820    {
16821      "name": "vhost-user-fs-pci",
16822      "parent": "vhost-user-fs-pci-base"
16823    },
16824    {
16825      "name": "sb16",
16826      "parent": "isa-device"
16827    },
16828    {
16829      "name": "ich9-ahci",
16830      "parent": "pci-device"
16831    },
16832    {
16833      "name": "pc-i440fx-2.5-machine",
16834      "parent": "generic-pc-machine"
16835    },
16836    {
16837      "name": "Westmere-x86_64-cpu",
16838      "parent": "x86_64-cpu"
16839    },
16840    {
16841      "name": "vhost-user-scsi-pci-transitional",
16842      "parent": "vhost-user-scsi-pci-base"
16843    },
16844    {
16845      "name": "vmbus",
16846      "parent": "bus"
16847    },
16848    {
16849      "name": "chardev-pipe",
16850      "parent": "chardev-fd"
16851    },
16852    {
16853      "name": "i2c-ddc",
16854      "parent": "i2c-slave"
16855    },
16856    {
16857      "name": "can-host-socketcan",
16858      "parent": "can-host"
16859    },
16860    {
16861      "name": "Skylake-Server-noTSX-IBRS-x86_64-cpu",
16862      "parent": "x86_64-cpu"
16863    },
16864    {
16865      "name": "i82562",
16866      "parent": "pci-device"
16867    },
16868    {
16869      "name": "pc-q35-4.2-machine",
16870      "parent": "generic-pc-machine"
16871    },
16872    {
16873      "name": "pci-bridge-seat",
16874      "parent": "pci-bridge"
16875    },
16876    {
16877      "name": "lsi53c895a",
16878      "parent": "pci-device"
16879    },
16880    {
16881      "name": "kvm32-x86_64-cpu",
16882      "parent": "x86_64-cpu"
16883    },
16884    {
16885      "name": "SandyBridge-IBRS-x86_64-cpu",
16886      "parent": "x86_64-cpu"
16887    },
16888    {
16889      "name": "intel-hda",
16890      "parent": "intel-hda-generic"
16891    },
16892    {
16893      "name": "scsi-block",
16894      "parent": "scsi-disk-base"
16895    },
16896    {
16897      "name": "hyperv-synic",
16898      "parent": "device"
16899    },
16900    {
16901      "name": "chardev-mux",
16902      "parent": "chardev"
16903    },
16904    {
16905      "name": "Opteron_G1-v1-x86_64-cpu",
16906      "parent": "x86_64-cpu"
16907    },
16908    {
16909      "name": "IDE",
16910      "parent": "bus"
16911    },
16912    {
16913      "name": "486-x86_64-cpu",
16914      "parent": "x86_64-cpu"
16915    },
16916    {
16917      "name": "pcie-root-port",
16918      "parent": "pcie-root-port-base"
16919    },
16920    {
16921      "name": "base-x86_64-cpu",
16922      "parent": "x86_64-cpu"
16923    },
16924    {
16925      "name": "kvm64-v1-x86_64-cpu",
16926      "parent": "x86_64-cpu"
16927    },
16928    {
16929      "name": "Snowridge-v1-x86_64-cpu",
16930      "parent": "x86_64-cpu"
16931    },
16932    {
16933      "name": "chardev-spicevmc",
16934      "parent": "chardev-spice"
16935    },
16936    {
16937      "name": "q35-pcihost",
16938      "parent": "pcie-host-bridge"
16939    },
16940    {
16941      "name": "pc-i440fx-2.0-machine",
16942      "parent": "generic-pc-machine"
16943    },
16944    {
16945      "name": "pc-i440fx-2.12-machine",
16946      "parent": "generic-pc-machine"
16947    },
16948    {
16949      "name": "SCSI",
16950      "parent": "bus"
16951    },
16952    {
16953      "name": "hda-micro",
16954      "parent": "hda-audio"
16955    },
16956    {
16957      "name": "Penryn-x86_64-cpu",
16958      "parent": "x86_64-cpu"
16959    },
16960    {
16961      "name": "Dhyana-x86_64-cpu",
16962      "parent": "x86_64-cpu"
16963    },
16964    {
16965      "name": "piix3-ide-xen",
16966      "parent": "pci-ide"
16967    },
16968    {
16969      "name": "rng-builtin",
16970      "parent": "rng-backend"
16971    },
16972    {
16973      "name": "sd-bus",
16974      "parent": "bus"
16975    },
16976    {
16977      "name": "filter-dump",
16978      "parent": "netfilter"
16979    },
16980    {
16981      "name": "virtio-pci-bus",
16982      "parent": "virtio-bus"
16983    },
16984    {
16985      "name": "smbus-ipmi",
16986      "parent": "smbus-device"
16987    },
16988    {
16989      "name": "chardev-ringbuf",
16990      "parent": "chardev"
16991    },
16992    {
16993      "name": "Skylake-Server-v1-x86_64-cpu",
16994      "parent": "x86_64-cpu"
16995    },
16996    {
16997      "name": "vhost-user-blk",
16998      "parent": "virtio-device"
16999    },
17000    {
17001      "name": "Haswell-noTSX-IBRS-x86_64-cpu",
17002      "parent": "x86_64-cpu"
17003    },
17004    {
17005      "name": "SandyBridge-v2-x86_64-cpu",
17006      "parent": "x86_64-cpu"
17007    },
17008    {
17009      "name": "qio-channel-tls",
17010      "parent": "qio-channel"
17011    },
17012    {
17013      "name": "virtio-vga",
17014      "parent": "virtio-vga-base-type"
17015    },
17016    {
17017      "name": "authz-pam",
17018      "parent": "authz"
17019    }
17020  ],
17021  "id": "libvirt-7"
17022}
17023
17024{
17025  "execute": "device-list-properties",
17026  "arguments": {
17027    "typename": "virtio-blk-pci"
17028  },
17029  "id": "libvirt-8"
17030}
17031
17032{
17033  "return": [
17034    {
17035      "name": "romfile",
17036      "type": "str"
17037    },
17038    {
17039      "default-value": -1,
17040      "name": "addr",
17041      "description": "Slot and optional function number, example: 06.0 or 06",
17042      "type": "int32"
17043    },
17044    {
17045      "name": "failover_pair_id",
17046      "type": "str"
17047    },
17048    {
17049      "default-value": true,
17050      "name": "x-pcie-lnksta-dllla",
17051      "description": "on/off",
17052      "type": "bool"
17053    },
17054    {
17055      "default-value": 1,
17056      "name": "rombar",
17057      "type": "uint32"
17058    },
17059    {
17060      "default-value": true,
17061      "name": "x-pcie-extcap-init",
17062      "description": "on/off",
17063      "type": "bool"
17064    },
17065    {
17066      "default-value": false,
17067      "name": "multifunction",
17068      "description": "on/off",
17069      "type": "bool"
17070    },
17071    {
17072      "default-value": true,
17073      "name": "migrate-extra",
17074      "description": "on/off",
17075      "type": "bool"
17076    },
17077    {
17078      "default-value": false,
17079      "name": "ats",
17080      "description": "on/off",
17081      "type": "bool"
17082    },
17083    {
17084      "default-value": false,
17085      "name": "x-ignore-backend-features",
17086      "type": "bool"
17087    },
17088    {
17089      "default-value": true,
17090      "name": "x-pcie-pm-init",
17091      "description": "on/off",
17092      "type": "bool"
17093    },
17094    {
17095      "default-value": true,
17096      "name": "x-pcie-flr-init",
17097      "description": "on/off",
17098      "type": "bool"
17099    },
17100    {
17101      "default-value": true,
17102      "name": "x-pcie-lnkctl-init",
17103      "description": "on/off",
17104      "type": "bool"
17105    },
17106    {
17107      "default-value": false,
17108      "name": "page-per-vq",
17109      "description": "on/off",
17110      "type": "bool"
17111    },
17112    {
17113      "default-value": true,
17114      "name": "x-pcie-deverr-init",
17115      "description": "on/off",
17116      "type": "bool"
17117    },
17118    {
17119      "default-value": false,
17120      "name": "virtio-pci-bus-master-bug-migration",
17121      "description": "on/off",
17122      "type": "bool"
17123    },
17124    {
17125      "default-value": false,
17126      "name": "modern-pio-notify",
17127      "description": "on/off",
17128      "type": "bool"
17129    },
17130    {
17131      "default-value": false,
17132      "name": "x-disable-pcie",
17133      "description": "on/off",
17134      "type": "bool"
17135    },
17136    {
17137      "default-value": 4294967295,
17138      "name": "vectors",
17139      "type": "uint32"
17140    },
17141    {
17142      "default-value": true,
17143      "name": "ioeventfd",
17144      "description": "on/off",
17145      "type": "bool"
17146    },
17147    {
17148      "default-value": 0,
17149      "name": "class",
17150      "type": "uint32"
17151    },
17152    {
17153      "default-value": "auto",
17154      "name": "disable-legacy",
17155      "description": "on/off/auto",
17156      "type": "OnOffAuto"
17157    },
17158    {
17159      "default-value": false,
17160      "name": "disable-modern",
17161      "type": "bool"
17162    },
17163    {
17164      "default-value": true,
17165      "name": "notify_on_empty",
17166      "description": "on/off",
17167      "type": "bool"
17168    },
17169    {
17170      "default-value": false,
17171      "name": "share-rw",
17172      "type": "bool"
17173    },
17174    {
17175      "default-value": 256,
17176      "name": "queue-size",
17177      "type": "uint16"
17178    },
17179    {
17180      "default-value": 0,
17181      "name": "lcyls",
17182      "type": "uint32"
17183    },
17184    {
17185      "default-value": 0,
17186      "name": "lsecs",
17187      "type": "uint32"
17188    },
17189    {
17190      "default-value": 0,
17191      "name": "heads",
17192      "type": "uint32"
17193    },
17194    {
17195      "name": "iothread",
17196      "type": "link<iothread>"
17197    },
17198    {
17199      "default-value": 0,
17200      "name": "lheads",
17201      "type": "uint32"
17202    },
17203    {
17204      "default-value": 1,
17205      "name": "num-queues",
17206      "type": "uint16"
17207    },
17208    {
17209      "default-value": 0,
17210      "name": "cyls",
17211      "type": "uint32"
17212    },
17213    {
17214      "default-value": 0,
17215      "name": "secs",
17216      "type": "uint32"
17217    },
17218    {
17219      "name": "virtio-backend",
17220      "type": "child<virtio-blk-device>"
17221    },
17222    {
17223      "default-value": 0,
17224      "name": "min_io_size",
17225      "type": "size"
17226    },
17227    {
17228      "name": "bootindex",
17229      "type": "int32"
17230    },
17231    {
17232      "default-value": true,
17233      "name": "config-wce",
17234      "description": "on/off",
17235      "type": "bool"
17236    },
17237    {
17238      "default-value": true,
17239      "name": "seg-max-adjust",
17240      "type": "bool"
17241    },
17242    {
17243      "name": "drive",
17244      "description": "Node name or ID of a block device to use as a backend",
17245      "type": "str"
17246    },
17247    {
17248      "default-value": "auto",
17249      "name": "werror",
17250      "description": "Error handling policy, report/ignore/enospc/stop/auto",
17251      "type": "BlockdevOnError"
17252    },
17253    {
17254      "default-value": "auto",
17255      "name": "rerror",
17256      "description": "Error handling policy, report/ignore/enospc/stop/auto",
17257      "type": "BlockdevOnError"
17258    },
17259    {
17260      "default-value": "auto",
17261      "name": "write-cache",
17262      "description": "on/off/auto",
17263      "type": "OnOffAuto"
17264    },
17265    {
17266      "default-value": true,
17267      "name": "use-disabled-flag",
17268      "type": "bool"
17269    },
17270    {
17271      "default-value": true,
17272      "name": "use-started",
17273      "type": "bool"
17274    },
17275    {
17276      "default-value": false,
17277      "name": "iommu_platform",
17278      "description": "on/off",
17279      "type": "bool"
17280    },
17281    {
17282      "default-value": 0,
17283      "name": "physical_block_size",
17284      "description": "A power of two between 512 B and 2 MiB",
17285      "type": "size"
17286    },
17287    {
17288      "default-value": false,
17289      "name": "scsi",
17290      "description": "on/off",
17291      "type": "bool"
17292    },
17293    {
17294      "default-value": true,
17295      "name": "any_layout",
17296      "description": "on/off",
17297      "type": "bool"
17298    },
17299    {
17300      "default-value": 0,
17301      "name": "opt_io_size",
17302      "type": "size"
17303    },
17304    {
17305      "default-value": 0,
17306      "name": "logical_block_size",
17307      "description": "A power of two between 512 B and 2 MiB",
17308      "type": "size"
17309    },
17310    {
17311      "default-value": 4194303,
17312      "name": "max-discard-sectors",
17313      "type": "uint32"
17314    },
17315    {
17316      "default-value": true,
17317      "name": "discard",
17318      "description": "on/off",
17319      "type": "bool"
17320    },
17321    {
17322      "default-value": 4294967295,
17323      "name": "discard_granularity",
17324      "type": "size"
17325    },
17326    {
17327      "default-value": true,
17328      "name": "request-merging",
17329      "description": "on/off",
17330      "type": "bool"
17331    },
17332    {
17333      "default-value": true,
17334      "name": "write-zeroes",
17335      "description": "on/off",
17336      "type": "bool"
17337    },
17338    {
17339      "default-value": 4194303,
17340      "name": "max-write-zeroes-sectors",
17341      "type": "uint32"
17342    },
17343    {
17344      "default-value": false,
17345      "name": "packed",
17346      "description": "on/off",
17347      "type": "bool"
17348    },
17349    {
17350      "default-value": true,
17351      "name": "event_idx",
17352      "description": "on/off",
17353      "type": "bool"
17354    },
17355    {
17356      "default-value": true,
17357      "name": "x-enable-wce-if-config-wce",
17358      "type": "bool"
17359    },
17360    {
17361      "default-value": true,
17362      "name": "indirect_desc",
17363      "description": "on/off",
17364      "type": "bool"
17365    },
17366    {
17367      "name": "serial",
17368      "type": "str"
17369    }
17370  ],
17371  "id": "libvirt-8"
17372}
17373
17374{
17375  "execute": "device-list-properties",
17376  "arguments": {
17377    "typename": "virtio-net-pci"
17378  },
17379  "id": "libvirt-9"
17380}
17381
17382{
17383  "return": [
17384    {
17385      "name": "romfile",
17386      "type": "str"
17387    },
17388    {
17389      "default-value": -1,
17390      "name": "addr",
17391      "description": "Slot and optional function number, example: 06.0 or 06",
17392      "type": "int32"
17393    },
17394    {
17395      "name": "failover_pair_id",
17396      "type": "str"
17397    },
17398    {
17399      "default-value": true,
17400      "name": "x-pcie-lnksta-dllla",
17401      "description": "on/off",
17402      "type": "bool"
17403    },
17404    {
17405      "default-value": 1,
17406      "name": "rombar",
17407      "type": "uint32"
17408    },
17409    {
17410      "default-value": true,
17411      "name": "x-pcie-extcap-init",
17412      "description": "on/off",
17413      "type": "bool"
17414    },
17415    {
17416      "default-value": false,
17417      "name": "multifunction",
17418      "description": "on/off",
17419      "type": "bool"
17420    },
17421    {
17422      "default-value": true,
17423      "name": "migrate-extra",
17424      "description": "on/off",
17425      "type": "bool"
17426    },
17427    {
17428      "default-value": false,
17429      "name": "ats",
17430      "description": "on/off",
17431      "type": "bool"
17432    },
17433    {
17434      "default-value": false,
17435      "name": "x-ignore-backend-features",
17436      "type": "bool"
17437    },
17438    {
17439      "default-value": true,
17440      "name": "x-pcie-pm-init",
17441      "description": "on/off",
17442      "type": "bool"
17443    },
17444    {
17445      "default-value": true,
17446      "name": "x-pcie-flr-init",
17447      "description": "on/off",
17448      "type": "bool"
17449    },
17450    {
17451      "default-value": true,
17452      "name": "x-pcie-lnkctl-init",
17453      "description": "on/off",
17454      "type": "bool"
17455    },
17456    {
17457      "default-value": false,
17458      "name": "page-per-vq",
17459      "description": "on/off",
17460      "type": "bool"
17461    },
17462    {
17463      "default-value": true,
17464      "name": "x-pcie-deverr-init",
17465      "description": "on/off",
17466      "type": "bool"
17467    },
17468    {
17469      "default-value": false,
17470      "name": "virtio-pci-bus-master-bug-migration",
17471      "description": "on/off",
17472      "type": "bool"
17473    },
17474    {
17475      "default-value": false,
17476      "name": "modern-pio-notify",
17477      "description": "on/off",
17478      "type": "bool"
17479    },
17480    {
17481      "default-value": false,
17482      "name": "x-disable-pcie",
17483      "description": "on/off",
17484      "type": "bool"
17485    },
17486    {
17487      "default-value": 3,
17488      "name": "vectors",
17489      "type": "uint32"
17490    },
17491    {
17492      "default-value": true,
17493      "name": "ioeventfd",
17494      "description": "on/off",
17495      "type": "bool"
17496    },
17497    {
17498      "default-value": "auto",
17499      "name": "disable-legacy",
17500      "description": "on/off/auto",
17501      "type": "OnOffAuto"
17502    },
17503    {
17504      "default-value": false,
17505      "name": "disable-modern",
17506      "type": "bool"
17507    },
17508    {
17509      "name": "mac",
17510      "description": "Ethernet 6-byte MAC Address, example: 52:54:00:12:34:56",
17511      "type": "str"
17512    },
17513    {
17514      "default-value": true,
17515      "name": "notify_on_empty",
17516      "description": "on/off",
17517      "type": "bool"
17518    },
17519    {
17520      "default-value": true,
17521      "name": "gso",
17522      "description": "on/off",
17523      "type": "bool"
17524    },
17525    {
17526      "default-value": 150000,
17527      "name": "x-txtimer",
17528      "type": "uint32"
17529    },
17530    {
17531      "default-value": false,
17532      "name": "mq",
17533      "description": "on/off",
17534      "type": "bool"
17535    },
17536    {
17537      "default-value": true,
17538      "name": "mrg_rxbuf",
17539      "description": "on/off",
17540      "type": "bool"
17541    },
17542    {
17543      "default-value": 256,
17544      "name": "x-txburst",
17545      "type": "int32"
17546    },
17547    {
17548      "default-value": 0,
17549      "name": "host_mtu",
17550      "type": "uint16"
17551    },
17552    {
17553      "name": "tx",
17554      "type": "str"
17555    },
17556    {
17557      "default-value": false,
17558      "name": "rss",
17559      "description": "on/off",
17560      "type": "bool"
17561    },
17562    {
17563      "default-value": true,
17564      "name": "status",
17565      "description": "on/off",
17566      "type": "bool"
17567    },
17568    {
17569      "default-value": false,
17570      "name": "failover",
17571      "type": "bool"
17572    },
17573    {
17574      "name": "virtio-backend",
17575      "type": "child<virtio-net-device>"
17576    },
17577    {
17578      "default-value": false,
17579      "name": "packed",
17580      "description": "on/off",
17581      "type": "bool"
17582    },
17583    {
17584      "default-value": true,
17585      "name": "ctrl_mac_addr",
17586      "description": "on/off",
17587      "type": "bool"
17588    },
17589    {
17590      "default-value": 256,
17591      "name": "tx_queue_size",
17592      "type": "uint16"
17593    },
17594    {
17595      "default-value": true,
17596      "name": "guest_tso4",
17597      "description": "on/off",
17598      "type": "bool"
17599    },
17600    {
17601      "default-value": true,
17602      "name": "use-disabled-flag",
17603      "type": "bool"
17604    },
17605    {
17606      "default-value": false,
17607      "name": "hash",
17608      "description": "on/off",
17609      "type": "bool"
17610    },
17611    {
17612      "default-value": true,
17613      "name": "host_tso6",
17614      "description": "on/off",
17615      "type": "bool"
17616    },
17617    {
17618      "default-value": true,
17619      "name": "ctrl_guest_offloads",
17620      "description": "on/off",
17621      "type": "bool"
17622    },
17623    {
17624      "default-value": true,
17625      "name": "guest_ufo",
17626      "description": "on/off",
17627      "type": "bool"
17628    },
17629    {
17630      "default-value": true,
17631      "name": "ctrl_vq",
17632      "description": "on/off",
17633      "type": "bool"
17634    },
17635    {
17636      "default-value": true,
17637      "name": "guest_ecn",
17638      "description": "on/off",
17639      "type": "bool"
17640    },
17641    {
17642      "default-value": true,
17643      "name": "use-started",
17644      "type": "bool"
17645    },
17646    {
17647      "default-value": false,
17648      "name": "iommu_platform",
17649      "description": "on/off",
17650      "type": "bool"
17651    },
17652    {
17653      "default-value": true,
17654      "name": "host_ufo",
17655      "description": "on/off",
17656      "type": "bool"
17657    },
17658    {
17659      "default-value": true,
17660      "name": "any_layout",
17661      "description": "on/off",
17662      "type": "bool"
17663    },
17664    {
17665      "default-value": true,
17666      "name": "host_ecn",
17667      "description": "on/off",
17668      "type": "bool"
17669    },
17670    {
17671      "default-value": false,
17672      "name": "guest_rsc_ext",
17673      "description": "on/off",
17674      "type": "bool"
17675    },
17676    {
17677      "name": "duplex",
17678      "type": "str"
17679    },
17680    {
17681      "default-value": 300000,
17682      "name": "rsc_interval",
17683      "type": "uint32"
17684    },
17685    {
17686      "default-value": true,
17687      "name": "guest_announce",
17688      "description": "on/off",
17689      "type": "bool"
17690    },
17691    {
17692      "name": "netdev",
17693      "description": "ID of a netdev to use as a backend",
17694      "type": "str"
17695    },
17696    {
17697      "default-value": true,
17698      "name": "host_tso4",
17699      "description": "on/off",
17700      "type": "bool"
17701    },
17702    {
17703      "default-value": true,
17704      "name": "x-mtu-bypass-backend",
17705      "type": "bool"
17706    },
17707    {
17708      "default-value": true,
17709      "name": "ctrl_rx_extra",
17710      "description": "on/off",
17711      "type": "bool"
17712    },
17713    {
17714      "default-value": 256,
17715      "name": "rx_queue_size",
17716      "type": "uint16"
17717    },
17718    {
17719      "default-value": true,
17720      "name": "guest_csum",
17721      "description": "on/off",
17722      "type": "bool"
17723    },
17724    {
17725      "name": "bootindex",
17726      "type": "int32"
17727    },
17728    {
17729      "default-value": true,
17730      "name": "event_idx",
17731      "description": "on/off",
17732      "type": "bool"
17733    },
17734    {
17735      "default-value": true,
17736      "name": "indirect_desc",
17737      "description": "on/off",
17738      "type": "bool"
17739    },
17740    {
17741      "default-value": true,
17742      "name": "ctrl_vlan",
17743      "description": "on/off",
17744      "type": "bool"
17745    },
17746    {
17747      "default-value": true,
17748      "name": "guest_tso6",
17749      "description": "on/off",
17750      "type": "bool"
17751    },
17752    {
17753      "default-value": -1,
17754      "name": "speed",
17755      "type": "int32"
17756    },
17757    {
17758      "default-value": true,
17759      "name": "csum",
17760      "description": "on/off",
17761      "type": "bool"
17762    },
17763    {
17764      "default-value": true,
17765      "name": "ctrl_rx",
17766      "description": "on/off",
17767      "type": "bool"
17768    }
17769  ],
17770  "id": "libvirt-9"
17771}
17772
17773{
17774  "execute": "device-list-properties",
17775  "arguments": {
17776    "typename": "virtio-scsi-pci"
17777  },
17778  "id": "libvirt-10"
17779}
17780
17781{
17782  "return": [
17783    {
17784      "name": "romfile",
17785      "type": "str"
17786    },
17787    {
17788      "default-value": -1,
17789      "name": "addr",
17790      "description": "Slot and optional function number, example: 06.0 or 06",
17791      "type": "int32"
17792    },
17793    {
17794      "name": "failover_pair_id",
17795      "type": "str"
17796    },
17797    {
17798      "default-value": true,
17799      "name": "x-pcie-lnksta-dllla",
17800      "description": "on/off",
17801      "type": "bool"
17802    },
17803    {
17804      "default-value": 1,
17805      "name": "rombar",
17806      "type": "uint32"
17807    },
17808    {
17809      "default-value": true,
17810      "name": "x-pcie-extcap-init",
17811      "description": "on/off",
17812      "type": "bool"
17813    },
17814    {
17815      "default-value": false,
17816      "name": "multifunction",
17817      "description": "on/off",
17818      "type": "bool"
17819    },
17820    {
17821      "default-value": true,
17822      "name": "migrate-extra",
17823      "description": "on/off",
17824      "type": "bool"
17825    },
17826    {
17827      "default-value": false,
17828      "name": "ats",
17829      "description": "on/off",
17830      "type": "bool"
17831    },
17832    {
17833      "default-value": false,
17834      "name": "x-ignore-backend-features",
17835      "type": "bool"
17836    },
17837    {
17838      "default-value": true,
17839      "name": "x-pcie-pm-init",
17840      "description": "on/off",
17841      "type": "bool"
17842    },
17843    {
17844      "default-value": true,
17845      "name": "x-pcie-flr-init",
17846      "description": "on/off",
17847      "type": "bool"
17848    },
17849    {
17850      "default-value": true,
17851      "name": "x-pcie-lnkctl-init",
17852      "description": "on/off",
17853      "type": "bool"
17854    },
17855    {
17856      "default-value": false,
17857      "name": "page-per-vq",
17858      "description": "on/off",
17859      "type": "bool"
17860    },
17861    {
17862      "default-value": true,
17863      "name": "x-pcie-deverr-init",
17864      "description": "on/off",
17865      "type": "bool"
17866    },
17867    {
17868      "default-value": false,
17869      "name": "virtio-pci-bus-master-bug-migration",
17870      "description": "on/off",
17871      "type": "bool"
17872    },
17873    {
17874      "default-value": false,
17875      "name": "modern-pio-notify",
17876      "description": "on/off",
17877      "type": "bool"
17878    },
17879    {
17880      "default-value": false,
17881      "name": "x-disable-pcie",
17882      "description": "on/off",
17883      "type": "bool"
17884    },
17885    {
17886      "default-value": 4294967295,
17887      "name": "vectors",
17888      "type": "uint32"
17889    },
17890    {
17891      "default-value": true,
17892      "name": "ioeventfd",
17893      "description": "on/off",
17894      "type": "bool"
17895    },
17896    {
17897      "default-value": "auto",
17898      "name": "disable-legacy",
17899      "description": "on/off/auto",
17900      "type": "OnOffAuto"
17901    },
17902    {
17903      "default-value": false,
17904      "name": "disable-modern",
17905      "type": "bool"
17906    },
17907    {
17908      "default-value": true,
17909      "name": "indirect_desc",
17910      "description": "on/off",
17911      "type": "bool"
17912    },
17913    {
17914      "default-value": false,
17915      "name": "iommu_platform",
17916      "description": "on/off",
17917      "type": "bool"
17918    },
17919    {
17920      "default-value": true,
17921      "name": "hotplug",
17922      "description": "on/off",
17923      "type": "bool"
17924    },
17925    {
17926      "default-value": true,
17927      "name": "use-disabled-flag",
17928      "type": "bool"
17929    },
17930    {
17931      "default-value": true,
17932      "name": "event_idx",
17933      "description": "on/off",
17934      "type": "bool"
17935    },
17936    {
17937      "default-value": 1,
17938      "name": "num_queues",
17939      "type": "uint32"
17940    },
17941    {
17942      "default-value": 65535,
17943      "name": "max_sectors",
17944      "type": "uint32"
17945    },
17946    {
17947      "default-value": true,
17948      "name": "any_layout",
17949      "description": "on/off",
17950      "type": "bool"
17951    },
17952    {
17953      "default-value": true,
17954      "name": "notify_on_empty",
17955      "description": "on/off",
17956      "type": "bool"
17957    },
17958    {
17959      "name": "iothread",
17960      "type": "link<iothread>"
17961    },
17962    {
17963      "default-value": true,
17964      "name": "param_change",
17965      "description": "on/off",
17966      "type": "bool"
17967    },
17968    {
17969      "default-value": false,
17970      "name": "packed",
17971      "description": "on/off",
17972      "type": "bool"
17973    },
17974    {
17975      "default-value": true,
17976      "name": "use-started",
17977      "type": "bool"
17978    },
17979    {
17980      "default-value": 256,
17981      "name": "virtqueue_size",
17982      "type": "uint32"
17983    },
17984    {
17985      "default-value": true,
17986      "name": "seg_max_adjust",
17987      "type": "bool"
17988    },
17989    {
17990      "default-value": 128,
17991      "name": "cmd_per_lun",
17992      "type": "uint32"
17993    },
17994    {
17995      "name": "virtio-backend",
17996      "type": "child<virtio-scsi-device>"
17997    }
17998  ],
17999  "id": "libvirt-10"
18000}
18001
18002{
18003  "execute": "device-list-properties",
18004  "arguments": {
18005    "typename": "virtio-net-ccw"
18006  },
18007  "id": "libvirt-11"
18008}
18009
18010{
18011  "id": "libvirt-11",
18012  "error": {
18013    "class": "DeviceNotFound",
18014    "desc": "Device 'virtio-net-ccw' not found"
18015  }
18016}
18017
18018{
18019  "execute": "device-list-properties",
18020  "arguments": {
18021    "typename": "virtio-scsi-ccw"
18022  },
18023  "id": "libvirt-12"
18024}
18025
18026{
18027  "id": "libvirt-12",
18028  "error": {
18029    "class": "DeviceNotFound",
18030    "desc": "Device 'virtio-scsi-ccw' not found"
18031  }
18032}
18033
18034{
18035  "execute": "device-list-properties",
18036  "arguments": {
18037    "typename": "vfio-pci"
18038  },
18039  "id": "libvirt-13"
18040}
18041
18042{
18043  "return": [
18044    {
18045      "name": "romfile",
18046      "type": "str"
18047    },
18048    {
18049      "default-value": -1,
18050      "name": "addr",
18051      "description": "Slot and optional function number, example: 06.0 or 06",
18052      "type": "int32"
18053    },
18054    {
18055      "name": "failover_pair_id",
18056      "type": "str"
18057    },
18058    {
18059      "default-value": true,
18060      "name": "x-pcie-lnksta-dllla",
18061      "description": "on/off",
18062      "type": "bool"
18063    },
18064    {
18065      "default-value": 1,
18066      "name": "rombar",
18067      "type": "uint32"
18068    },
18069    {
18070      "default-value": true,
18071      "name": "x-pcie-extcap-init",
18072      "description": "on/off",
18073      "type": "bool"
18074    },
18075    {
18076      "default-value": false,
18077      "name": "multifunction",
18078      "description": "on/off",
18079      "type": "bool"
18080    },
18081    {
18082      "default-value": false,
18083      "name": "x-no-kvm-msix",
18084      "type": "bool"
18085    },
18086    {
18087      "default-value": false,
18088      "name": "x-no-mmap",
18089      "type": "bool"
18090    },
18091    {
18092      "default-value": 0,
18093      "name": "yres",
18094      "type": "uint32"
18095    },
18096    {
18097      "default-value": false,
18098      "name": "x-vga",
18099      "description": "on/off",
18100      "type": "bool"
18101    },
18102    {
18103      "default-value": "off",
18104      "name": "x-msix-relocation",
18105      "description": "off/auto/bar0/bar1/bar2/bar3/bar4/bar5",
18106      "type": "OffAutoPCIBAR"
18107    },
18108    {
18109      "default-value": false,
18110      "name": "x-no-vfio-ioeventfd",
18111      "type": "bool"
18112    },
18113    {
18114      "name": "sysfsdev",
18115      "type": "str"
18116    },
18117    {
18118      "name": "host",
18119      "description": "Address (bus/device/function) of the host device, example: 04:10.0",
18120      "type": "str"
18121    },
18122    {
18123      "default-value": 4294967295,
18124      "name": "x-pci-device-id",
18125      "type": "uint32"
18126    },
18127    {
18128      "default-value": false,
18129      "name": "x-no-kvm-msi",
18130      "type": "bool"
18131    },
18132    {
18133      "default-value": 4294967295,
18134      "name": "x-pci-sub-vendor-id",
18135      "type": "uint32"
18136    },
18137    {
18138      "default-value": false,
18139      "name": "x-no-geforce-quirks",
18140      "type": "bool"
18141    },
18142    {
18143      "default-value": true,
18144      "name": "x-req",
18145      "description": "on/off",
18146      "type": "bool"
18147    },
18148    {
18149      "default-value": 0,
18150      "name": "x-igd-gms",
18151      "type": "uint32"
18152    },
18153    {
18154      "default-value": 1100,
18155      "name": "x-intx-mmap-timeout-ms",
18156      "type": "uint32"
18157    },
18158    {
18159      "default-value": false,
18160      "name": "x-no-kvm-intx",
18161      "type": "bool"
18162    },
18163    {
18164      "default-value": false,
18165      "name": "x-no-kvm-ioeventfd",
18166      "type": "bool"
18167    },
18168    {
18169      "default-value": 4294967295,
18170      "name": "x-pci-sub-device-id",
18171      "type": "uint32"
18172    },
18173    {
18174      "default-value": "off",
18175      "name": "display",
18176      "description": "on/off/auto",
18177      "type": "OnOffAuto"
18178    },
18179    {
18180      "default-value": false,
18181      "name": "x-igd-opregion",
18182      "description": "on/off",
18183      "type": "bool"
18184    },
18185    {
18186      "name": "x-nv-gpudirect-clique",
18187      "description": "NVIDIA GPUDirect Clique ID (0 - 15)",
18188      "type": "uint4"
18189    },
18190    {
18191      "default-value": 0,
18192      "name": "xres",
18193      "type": "uint32"
18194    },
18195    {
18196      "default-value": 4294967295,
18197      "name": "x-pci-vendor-id",
18198      "type": "uint32"
18199    },
18200    {
18201      "default-value": false,
18202      "name": "x-balloon-allowed",
18203      "type": "bool"
18204    },
18205    {
18206      "name": "bootindex",
18207      "type": "int32"
18208    }
18209  ],
18210  "id": "libvirt-13"
18211}
18212
18213{
18214  "execute": "device-list-properties",
18215  "arguments": {
18216    "typename": "scsi-hd"
18217  },
18218  "id": "libvirt-14"
18219}
18220
18221{
18222  "return": [
18223    {
18224      "default-value": 4294967295,
18225      "name": "scsi-id",
18226      "type": "uint32"
18227    },
18228    {
18229      "default-value": 4294967295,
18230      "name": "lun",
18231      "type": "uint32"
18232    },
18233    {
18234      "default-value": 0,
18235      "name": "channel",
18236      "type": "uint32"
18237    },
18238    {
18239      "default-value": 0,
18240      "name": "lsecs",
18241      "type": "uint32"
18242    },
18243    {
18244      "name": "device_id",
18245      "type": "str"
18246    },
18247    {
18248      "default-value": 0,
18249      "name": "logical_block_size",
18250      "description": "A power of two between 512 B and 2 MiB",
18251      "type": "size"
18252    },
18253    {
18254      "default-value": 2147483647,
18255      "name": "max_io_size",
18256      "type": "uint64"
18257    },
18258    {
18259      "default-value": false,
18260      "name": "dpofua",
18261      "description": "on/off",
18262      "type": "bool"
18263    },
18264    {
18265      "name": "drive",
18266      "description": "Node name or ID of a block device to use as a backend",
18267      "type": "str"
18268    },
18269    {
18270      "default-value": 0,
18271      "name": "lheads",
18272      "type": "uint32"
18273    },
18274    {
18275      "name": "serial",
18276      "type": "str"
18277    },
18278    {
18279      "name": "ver",
18280      "type": "str"
18281    },
18282    {
18283      "default-value": "auto",
18284      "name": "write-cache",
18285      "description": "on/off/auto",
18286      "type": "OnOffAuto"
18287    },
18288    {
18289      "default-value": false,
18290      "name": "share-rw",
18291      "type": "bool"
18292    },
18293    {
18294      "default-value": 5,
18295      "name": "scsi_version",
18296      "type": "int32"
18297    },
18298    {
18299      "default-value": false,
18300      "name": "removable",
18301      "description": "on/off",
18302      "type": "bool"
18303    },
18304    {
18305      "default-value": 0,
18306      "name": "wwn",
18307      "type": "uint64"
18308    },
18309    {
18310      "default-value": 4294967295,
18311      "name": "discard_granularity",
18312      "type": "size"
18313    },
18314    {
18315      "default-value": 0,
18316      "name": "heads",
18317      "type": "uint32"
18318    },
18319    {
18320      "name": "vendor",
18321      "type": "str"
18322    },
18323    {
18324      "default-value": 1073741824,
18325      "name": "max_unmap_size",
18326      "type": "uint64"
18327    },
18328    {
18329      "default-value": 0,
18330      "name": "cyls",
18331      "type": "uint32"
18332    },
18333    {
18334      "default-value": 0,
18335      "name": "lcyls",
18336      "type": "uint32"
18337    },
18338    {
18339      "name": "product",
18340      "type": "str"
18341    },
18342    {
18343      "default-value": 0,
18344      "name": "opt_io_size",
18345      "type": "size"
18346    },
18347    {
18348      "default-value": "auto",
18349      "name": "rerror",
18350      "description": "Error handling policy, report/ignore/enospc/stop/auto",
18351      "type": "BlockdevOnError"
18352    },
18353    {
18354      "default-value": 0,
18355      "name": "secs",
18356      "type": "uint32"
18357    },
18358    {
18359      "default-value": 0,
18360      "name": "rotation_rate",
18361      "type": "uint16"
18362    },
18363    {
18364      "default-value": 0,
18365      "name": "min_io_size",
18366      "type": "size"
18367    },
18368    {
18369      "default-value": 0,
18370      "name": "physical_block_size",
18371      "description": "A power of two between 512 B and 2 MiB",
18372      "type": "size"
18373    },
18374    {
18375      "default-value": 0,
18376      "name": "port_wwn",
18377      "type": "uint64"
18378    },
18379    {
18380      "default-value": 0,
18381      "name": "port_index",
18382      "type": "uint16"
18383    },
18384    {
18385      "default-value": "auto",
18386      "name": "werror",
18387      "description": "Error handling policy, report/ignore/enospc/stop/auto",
18388      "type": "BlockdevOnError"
18389    },
18390    {
18391      "name": "bootindex",
18392      "type": "int32"
18393    }
18394  ],
18395  "id": "libvirt-14"
18396}
18397
18398{
18399  "execute": "device-list-properties",
18400  "arguments": {
18401    "typename": "ide-hd"
18402  },
18403  "id": "libvirt-15"
18404}
18405
18406{
18407  "return": [
18408    {
18409      "default-value": 4294967295,
18410      "name": "unit",
18411      "type": "uint32"
18412    },
18413    {
18414      "default-value": 0,
18415      "name": "logical_block_size",
18416      "description": "A power of two between 512 B and 2 MiB",
18417      "type": "size"
18418    },
18419    {
18420      "default-value": 0,
18421      "name": "lsecs",
18422      "type": "uint32"
18423    },
18424    {
18425      "default-value": 0,
18426      "name": "rotation_rate",
18427      "type": "uint16"
18428    },
18429    {
18430      "name": "drive",
18431      "description": "Node name or ID of a block device to use as a backend",
18432      "type": "str"
18433    },
18434    {
18435      "default-value": 0,
18436      "name": "lheads",
18437      "type": "uint32"
18438    },
18439    {
18440      "name": "serial",
18441      "type": "str"
18442    },
18443    {
18444      "name": "ver",
18445      "type": "str"
18446    },
18447    {
18448      "default-value": false,
18449      "name": "share-rw",
18450      "type": "bool"
18451    },
18452    {
18453      "default-value": "auto",
18454      "name": "write-cache",
18455      "description": "on/off/auto",
18456      "type": "OnOffAuto"
18457    },
18458    {
18459      "default-value": 0,
18460      "name": "wwn",
18461      "type": "uint64"
18462    },
18463    {
18464      "default-value": 4294967295,
18465      "name": "discard_granularity",
18466      "type": "size"
18467    },
18468    {
18469      "default-value": 0,
18470      "name": "heads",
18471      "type": "uint32"
18472    },
18473    {
18474      "default-value": 0,
18475      "name": "cyls",
18476      "type": "uint32"
18477    },
18478    {
18479      "default-value": 0,
18480      "name": "lcyls",
18481      "type": "uint32"
18482    },
18483    {
18484      "default-value": 0,
18485      "name": "opt_io_size",
18486      "type": "size"
18487    },
18488    {
18489      "default-value": "auto",
18490      "name": "rerror",
18491      "description": "Error handling policy, report/ignore/enospc/stop/auto",
18492      "type": "BlockdevOnError"
18493    },
18494    {
18495      "default-value": "auto",
18496      "name": "bios-chs-trans",
18497      "description": "Logical CHS translation algorithm, auto/none/lba/large/rechs",
18498      "type": "BiosAtaTranslation"
18499    },
18500    {
18501      "name": "model",
18502      "type": "str"
18503    },
18504    {
18505      "default-value": 0,
18506      "name": "min_io_size",
18507      "type": "size"
18508    },
18509    {
18510      "default-value": 0,
18511      "name": "physical_block_size",
18512      "description": "A power of two between 512 B and 2 MiB",
18513      "type": "size"
18514    },
18515    {
18516      "default-value": 0,
18517      "name": "secs",
18518      "type": "uint32"
18519    },
18520    {
18521      "default-value": "auto",
18522      "name": "werror",
18523      "description": "Error handling policy, report/ignore/enospc/stop/auto",
18524      "type": "BlockdevOnError"
18525    },
18526    {
18527      "name": "bootindex",
18528      "type": "int32"
18529    }
18530  ],
18531  "id": "libvirt-15"
18532}
18533
18534{
18535  "execute": "device-list-properties",
18536  "arguments": {
18537    "typename": "PIIX4_PM"
18538  },
18539  "id": "libvirt-16"
18540}
18541
18542{
18543  "return": [
18544    {
18545      "name": "romfile",
18546      "type": "str"
18547    },
18548    {
18549      "default-value": -1,
18550      "name": "addr",
18551      "description": "Slot and optional function number, example: 06.0 or 06",
18552      "type": "int32"
18553    },
18554    {
18555      "name": "failover_pair_id",
18556      "type": "str"
18557    },
18558    {
18559      "default-value": true,
18560      "name": "x-pcie-lnksta-dllla",
18561      "description": "on/off",
18562      "type": "bool"
18563    },
18564    {
18565      "default-value": 1,
18566      "name": "rombar",
18567      "type": "uint32"
18568    },
18569    {
18570      "default-value": true,
18571      "name": "x-pcie-extcap-init",
18572      "description": "on/off",
18573      "type": "bool"
18574    },
18575    {
18576      "default-value": false,
18577      "name": "multifunction",
18578      "description": "on/off",
18579      "type": "bool"
18580    },
18581    {
18582      "default-value": true,
18583      "name": "acpi-pci-hotplug-with-bridge-support",
18584      "type": "bool"
18585    },
18586    {
18587      "default-value": 0,
18588      "name": "smb_io_base",
18589      "type": "uint32"
18590    },
18591    {
18592      "default-value": 2,
18593      "name": "s4_val",
18594      "type": "uint8"
18595    },
18596    {
18597      "default-value": 0,
18598      "name": "disable_s3",
18599      "type": "uint8"
18600    },
18601    {
18602      "default-value": true,
18603      "name": "memory-hotplug-support",
18604      "type": "bool"
18605    },
18606    {
18607      "default-value": 0,
18608      "name": "disable_s4",
18609      "type": "uint8"
18610    }
18611  ],
18612  "id": "libvirt-16"
18613}
18614
18615{
18616  "execute": "device-list-properties",
18617  "arguments": {
18618    "typename": "usb-redir"
18619  },
18620  "id": "libvirt-17"
18621}
18622
18623{
18624  "return": [
18625    {
18626      "default-value": true,
18627      "name": "full-path",
18628      "description": "on/off",
18629      "type": "bool"
18630    },
18631    {
18632      "name": "port",
18633      "type": "str"
18634    },
18635    {
18636      "default-value": true,
18637      "name": "msos-desc",
18638      "description": "on/off",
18639      "type": "bool"
18640    },
18641    {
18642      "name": "serial",
18643      "type": "str"
18644    },
18645    {
18646      "name": "filter",
18647      "type": "str"
18648    },
18649    {
18650      "default-value": true,
18651      "name": "streams",
18652      "type": "bool"
18653    },
18654    {
18655      "name": "chardev",
18656      "description": "ID of a chardev to use as a backend",
18657      "type": "str"
18658    },
18659    {
18660      "default-value": 2,
18661      "name": "debug",
18662      "type": "uint8"
18663    },
18664    {
18665      "default-value": true,
18666      "name": "suppress-remote-wake",
18667      "type": "bool"
18668    },
18669    {
18670      "name": "bootindex",
18671      "type": "int32"
18672    },
18673    {
18674      "name": "attached",
18675      "type": "bool"
18676    }
18677  ],
18678  "id": "libvirt-17"
18679}
18680
18681{
18682  "execute": "device-list-properties",
18683  "arguments": {
18684    "typename": "i440FX-pcihost"
18685  },
18686  "id": "libvirt-18"
18687}
18688
18689{
18690  "return": [
18691    {
18692      "default-value": true,
18693      "name": "x-config-reg-migration-enabled",
18694      "type": "bool"
18695    },
18696    {
18697      "default-value": 2147483648,
18698      "name": "pci-hole64-size",
18699      "type": "size"
18700    },
18701    {
18702      "default-value": 0,
18703      "name": "short_root_bus",
18704      "type": "uint32"
18705    },
18706    {
18707      "default-value": true,
18708      "name": "x-pci-hole64-fix",
18709      "type": "bool"
18710    },
18711    {
18712      "name": "pci-hole-end",
18713      "type": "uint32"
18714    },
18715    {
18716      "name": "pci-hole64-start",
18717      "type": "uint64"
18718    },
18719    {
18720      "name": "pci-hole64-end",
18721      "type": "uint64"
18722    },
18723    {
18724      "name": "pci-conf-idx[0]",
18725      "type": "child<qemu:memory-region>"
18726    },
18727    {
18728      "name": "pci-conf-data[0]",
18729      "type": "child<qemu:memory-region>"
18730    },
18731    {
18732      "name": "pci-hole-start",
18733      "type": "uint32"
18734    }
18735  ],
18736  "id": "libvirt-18"
18737}
18738
18739{
18740  "execute": "device-list-properties",
18741  "arguments": {
18742    "typename": "q35-pcihost"
18743  },
18744  "id": "libvirt-19"
18745}
18746
18747{
18748  "return": [
18749    {
18750      "default-value": true,
18751      "name": "x-config-reg-migration-enabled",
18752      "type": "bool"
18753    },
18754    {
18755      "default-value": 34359738368,
18756      "name": "pci-hole64-size",
18757      "type": "size"
18758    },
18759    {
18760      "default-value": 0,
18761      "name": "below-4g-mem-size",
18762      "type": "size"
18763    },
18764    {
18765      "default-value": 0,
18766      "name": "short_root_bus",
18767      "type": "uint32"
18768    },
18769    {
18770      "default-value": true,
18771      "name": "x-pci-hole64-fix",
18772      "type": "bool"
18773    },
18774    {
18775      "default-value": 2952790016,
18776      "name": "MCFG",
18777      "type": "uint64"
18778    },
18779    {
18780      "default-value": 0,
18781      "name": "above-4g-mem-size",
18782      "type": "size"
18783    },
18784    {
18785      "name": "mcfg_size",
18786      "type": "uint64"
18787    },
18788    {
18789      "name": "pci-hole64-end",
18790      "type": "uint64"
18791    },
18792    {
18793      "name": "pci-mem",
18794      "type": "link<qemu:memory-region>"
18795    },
18796    {
18797      "name": "pci-conf-data[0]",
18798      "type": "child<qemu:memory-region>"
18799    },
18800    {
18801      "name": "pci-hole-start",
18802      "type": "uint32"
18803    },
18804    {
18805      "name": "system-mem",
18806      "type": "link<qemu:memory-region>"
18807    },
18808    {
18809      "name": "io-mem",
18810      "type": "link<qemu:memory-region>"
18811    },
18812    {
18813      "name": "mch",
18814      "type": "child<mch>"
18815    },
18816    {
18817      "name": "pci-hole-end",
18818      "type": "uint32"
18819    },
18820    {
18821      "name": "pci-conf-idx[0]",
18822      "type": "child<qemu:memory-region>"
18823    },
18824    {
18825      "name": "pci-hole64-start",
18826      "type": "uint64"
18827    },
18828    {
18829      "name": "ram-mem",
18830      "type": "link<qemu:memory-region>"
18831    },
18832    {
18833      "name": "pcie-mmcfg-mmio[0]",
18834      "type": "child<qemu:memory-region>"
18835    }
18836  ],
18837  "id": "libvirt-19"
18838}
18839
18840{
18841  "execute": "device-list-properties",
18842  "arguments": {
18843    "typename": "usb-storage"
18844  },
18845  "id": "libvirt-20"
18846}
18847
18848{
18849  "return": [
18850    {
18851      "default-value": true,
18852      "name": "full-path",
18853      "description": "on/off",
18854      "type": "bool"
18855    },
18856    {
18857      "name": "port",
18858      "type": "str"
18859    },
18860    {
18861      "default-value": true,
18862      "name": "msos-desc",
18863      "description": "on/off",
18864      "type": "bool"
18865    },
18866    {
18867      "name": "serial",
18868      "type": "str"
18869    },
18870    {
18871      "default-value": "auto",
18872      "name": "rerror",
18873      "description": "Error handling policy, report/ignore/enospc/stop/auto",
18874      "type": "BlockdevOnError"
18875    },
18876    {
18877      "default-value": 0,
18878      "name": "min_io_size",
18879      "type": "size"
18880    },
18881    {
18882      "default-value": false,
18883      "name": "removable",
18884      "description": "on/off",
18885      "type": "bool"
18886    },
18887    {
18888      "default-value": false,
18889      "name": "share-rw",
18890      "type": "bool"
18891    },
18892    {
18893      "default-value": 0,
18894      "name": "logical_block_size",
18895      "description": "A power of two between 512 B and 2 MiB",
18896      "type": "size"
18897    },
18898    {
18899      "default-value": "auto",
18900      "name": "write-cache",
18901      "description": "on/off/auto",
18902      "type": "OnOffAuto"
18903    },
18904    {
18905      "default-value": 0,
18906      "name": "opt_io_size",
18907      "type": "size"
18908    },
18909    {
18910      "name": "drive",
18911      "description": "Node name or ID of a block device to use as a backend",
18912      "type": "str"
18913    },
18914    {
18915      "default-value": 4294967295,
18916      "name": "discard_granularity",
18917      "type": "size"
18918    },
18919    {
18920      "default-value": 0,
18921      "name": "physical_block_size",
18922      "description": "A power of two between 512 B and 2 MiB",
18923      "type": "size"
18924    },
18925    {
18926      "default-value": "auto",
18927      "name": "werror",
18928      "description": "Error handling policy, report/ignore/enospc/stop/auto",
18929      "type": "BlockdevOnError"
18930    },
18931    {
18932      "name": "bootindex",
18933      "type": "int32"
18934    },
18935    {
18936      "name": "attached",
18937      "type": "bool"
18938    }
18939  ],
18940  "id": "libvirt-20"
18941}
18942
18943{
18944  "execute": "device-list-properties",
18945  "arguments": {
18946    "typename": "kvm-pit"
18947  },
18948  "id": "libvirt-21"
18949}
18950
18951{
18952  "return": [
18953    {
18954      "default-value": "delay",
18955      "name": "lost_tick_policy",
18956      "type": "LostTickPolicy"
18957    },
18958    {
18959      "default-value": 4294967295,
18960      "name": "iobase",
18961      "type": "uint32"
18962    }
18963  ],
18964  "id": "libvirt-21"
18965}
18966
18967{
18968  "execute": "device-list-properties",
18969  "arguments": {
18970    "typename": "VGA"
18971  },
18972  "id": "libvirt-22"
18973}
18974
18975{
18976  "return": [
18977    {
18978      "name": "romfile",
18979      "type": "str"
18980    },
18981    {
18982      "default-value": -1,
18983      "name": "addr",
18984      "description": "Slot and optional function number, example: 06.0 or 06",
18985      "type": "int32"
18986    },
18987    {
18988      "name": "failover_pair_id",
18989      "type": "str"
18990    },
18991    {
18992      "default-value": true,
18993      "name": "x-pcie-lnksta-dllla",
18994      "description": "on/off",
18995      "type": "bool"
18996    },
18997    {
18998      "default-value": 1,
18999      "name": "rombar",
19000      "type": "uint32"
19001    },
19002    {
19003      "default-value": true,
19004      "name": "x-pcie-extcap-init",
19005      "description": "on/off",
19006      "type": "bool"
19007    },
19008    {
19009      "default-value": false,
19010      "name": "multifunction",
19011      "description": "on/off",
19012      "type": "bool"
19013    },
19014    {
19015      "default-value": false,
19016      "name": "global-vmstate",
19017      "type": "bool"
19018    },
19019    {
19020      "default-value": 16,
19021      "name": "vgamem_mb",
19022      "type": "uint32"
19023    },
19024    {
19025      "default-value": true,
19026      "name": "qemu-extended-regs",
19027      "description": "on/off",
19028      "type": "bool"
19029    },
19030    {
19031      "default-value": true,
19032      "name": "mmio",
19033      "description": "on/off",
19034      "type": "bool"
19035    },
19036    {
19037      "default-value": 0,
19038      "name": "ymax",
19039      "type": "uint32"
19040    },
19041    {
19042      "default-value": 0,
19043      "name": "yres",
19044      "type": "uint32"
19045    },
19046    {
19047      "default-value": 0,
19048      "name": "xmax",
19049      "type": "uint32"
19050    },
19051    {
19052      "default-value": true,
19053      "name": "edid",
19054      "description": "on/off",
19055      "type": "bool"
19056    },
19057    {
19058      "default-value": 0,
19059      "name": "xres",
19060      "type": "uint32"
19061    },
19062    {
19063      "name": "big-endian-framebuffer",
19064      "type": "bool"
19065    }
19066  ],
19067  "id": "libvirt-22"
19068}
19069
19070{
19071  "execute": "device-list-properties",
19072  "arguments": {
19073    "typename": "vmware-svga"
19074  },
19075  "id": "libvirt-23"
19076}
19077
19078{
19079  "return": [
19080    {
19081      "name": "romfile",
19082      "type": "str"
19083    },
19084    {
19085      "default-value": -1,
19086      "name": "addr",
19087      "description": "Slot and optional function number, example: 06.0 or 06",
19088      "type": "int32"
19089    },
19090    {
19091      "name": "failover_pair_id",
19092      "type": "str"
19093    },
19094    {
19095      "default-value": true,
19096      "name": "x-pcie-lnksta-dllla",
19097      "description": "on/off",
19098      "type": "bool"
19099    },
19100    {
19101      "default-value": 1,
19102      "name": "rombar",
19103      "type": "uint32"
19104    },
19105    {
19106      "default-value": true,
19107      "name": "x-pcie-extcap-init",
19108      "description": "on/off",
19109      "type": "bool"
19110    },
19111    {
19112      "default-value": false,
19113      "name": "multifunction",
19114      "description": "on/off",
19115      "type": "bool"
19116    },
19117    {
19118      "default-value": false,
19119      "name": "global-vmstate",
19120      "type": "bool"
19121    },
19122    {
19123      "default-value": 16,
19124      "name": "vgamem_mb",
19125      "type": "uint32"
19126    }
19127  ],
19128  "id": "libvirt-23"
19129}
19130
19131{
19132  "execute": "device-list-properties",
19133  "arguments": {
19134    "typename": "qxl"
19135  },
19136  "id": "libvirt-24"
19137}
19138
19139{
19140  "return": [
19141    {
19142      "name": "romfile",
19143      "type": "str"
19144    },
19145    {
19146      "default-value": -1,
19147      "name": "addr",
19148      "description": "Slot and optional function number, example: 06.0 or 06",
19149      "type": "int32"
19150    },
19151    {
19152      "name": "failover_pair_id",
19153      "type": "str"
19154    },
19155    {
19156      "default-value": true,
19157      "name": "x-pcie-lnksta-dllla",
19158      "description": "on/off",
19159      "type": "bool"
19160    },
19161    {
19162      "default-value": 1,
19163      "name": "rombar",
19164      "type": "uint32"
19165    },
19166    {
19167      "default-value": true,
19168      "name": "x-pcie-extcap-init",
19169      "description": "on/off",
19170      "type": "bool"
19171    },
19172    {
19173      "default-value": false,
19174      "name": "multifunction",
19175      "description": "on/off",
19176      "type": "bool"
19177    },
19178    {
19179      "default-value": false,
19180      "name": "global-vmstate",
19181      "type": "bool"
19182    },
19183    {
19184      "default-value": 16,
19185      "name": "vgamem_mb",
19186      "type": "uint32"
19187    },
19188    {
19189      "default-value": 4294967295,
19190      "name": "vram64_size_mb",
19191      "type": "uint32"
19192    },
19193    {
19194      "default-value": 4294967295,
19195      "name": "vram_size_mb",
19196      "type": "uint32"
19197    },
19198    {
19199      "default-value": 0,
19200      "name": "debug",
19201      "type": "uint32"
19202    },
19203    {
19204      "default-value": 0,
19205      "name": "max_outputs",
19206      "type": "uint16"
19207    },
19208    {
19209      "default-value": 5,
19210      "name": "revision",
19211      "type": "uint32"
19212    },
19213    {
19214      "default-value": 0,
19215      "name": "cmdlog",
19216      "type": "uint32"
19217    },
19218    {
19219      "default-value": 0,
19220      "name": "yres",
19221      "type": "uint32"
19222    },
19223    {
19224      "default-value": 4294967295,
19225      "name": "ram_size_mb",
19226      "type": "uint32"
19227    },
19228    {
19229      "default-value": 67108864,
19230      "name": "ram_size",
19231      "type": "uint32"
19232    },
19233    {
19234      "default-value": 67108864,
19235      "name": "vram_size",
19236      "type": "uint64"
19237    },
19238    {
19239      "default-value": 0,
19240      "name": "guestdebug",
19241      "type": "uint32"
19242    },
19243    {
19244      "default-value": 0,
19245      "name": "xres",
19246      "type": "uint32"
19247    },
19248    {
19249      "default-value": 1024,
19250      "name": "surfaces",
19251      "type": "int32"
19252    }
19253  ],
19254  "id": "libvirt-24"
19255}
19256
19257{
19258  "execute": "device-list-properties",
19259  "arguments": {
19260    "typename": "virtio-gpu-pci"
19261  },
19262  "id": "libvirt-25"
19263}
19264
19265{
19266  "return": [
19267    {
19268      "name": "romfile",
19269      "type": "str"
19270    },
19271    {
19272      "default-value": -1,
19273      "name": "addr",
19274      "description": "Slot and optional function number, example: 06.0 or 06",
19275      "type": "int32"
19276    },
19277    {
19278      "name": "failover_pair_id",
19279      "type": "str"
19280    },
19281    {
19282      "default-value": true,
19283      "name": "x-pcie-lnksta-dllla",
19284      "description": "on/off",
19285      "type": "bool"
19286    },
19287    {
19288      "default-value": 1,
19289      "name": "rombar",
19290      "type": "uint32"
19291    },
19292    {
19293      "default-value": true,
19294      "name": "x-pcie-extcap-init",
19295      "description": "on/off",
19296      "type": "bool"
19297    },
19298    {
19299      "default-value": false,
19300      "name": "multifunction",
19301      "description": "on/off",
19302      "type": "bool"
19303    },
19304    {
19305      "default-value": true,
19306      "name": "migrate-extra",
19307      "description": "on/off",
19308      "type": "bool"
19309    },
19310    {
19311      "default-value": false,
19312      "name": "ats",
19313      "description": "on/off",
19314      "type": "bool"
19315    },
19316    {
19317      "default-value": false,
19318      "name": "x-ignore-backend-features",
19319      "type": "bool"
19320    },
19321    {
19322      "default-value": true,
19323      "name": "x-pcie-pm-init",
19324      "description": "on/off",
19325      "type": "bool"
19326    },
19327    {
19328      "default-value": true,
19329      "name": "x-pcie-flr-init",
19330      "description": "on/off",
19331      "type": "bool"
19332    },
19333    {
19334      "default-value": true,
19335      "name": "x-pcie-lnkctl-init",
19336      "description": "on/off",
19337      "type": "bool"
19338    },
19339    {
19340      "default-value": false,
19341      "name": "page-per-vq",
19342      "description": "on/off",
19343      "type": "bool"
19344    },
19345    {
19346      "default-value": true,
19347      "name": "x-pcie-deverr-init",
19348      "description": "on/off",
19349      "type": "bool"
19350    },
19351    {
19352      "default-value": false,
19353      "name": "virtio-pci-bus-master-bug-migration",
19354      "description": "on/off",
19355      "type": "bool"
19356    },
19357    {
19358      "default-value": false,
19359      "name": "modern-pio-notify",
19360      "description": "on/off",
19361      "type": "bool"
19362    },
19363    {
19364      "default-value": false,
19365      "name": "x-disable-pcie",
19366      "description": "on/off",
19367      "type": "bool"
19368    },
19369    {
19370      "default-value": 3,
19371      "name": "vectors",
19372      "type": "uint32"
19373    },
19374    {
19375      "default-value": false,
19376      "name": "ioeventfd",
19377      "description": "on/off",
19378      "type": "bool"
19379    },
19380    {
19381      "default-value": "auto",
19382      "name": "disable-legacy",
19383      "description": "on/off/auto",
19384      "type": "OnOffAuto"
19385    },
19386    {
19387      "default-value": false,
19388      "name": "disable-modern",
19389      "type": "bool"
19390    },
19391    {
19392      "default-value": true,
19393      "name": "indirect_desc",
19394      "description": "on/off",
19395      "type": "bool"
19396    },
19397    {
19398      "default-value": 768,
19399      "name": "yres",
19400      "type": "uint32"
19401    },
19402    {
19403      "default-value": false,
19404      "name": "iommu_platform",
19405      "description": "on/off",
19406      "type": "bool"
19407    },
19408    {
19409      "default-value": false,
19410      "name": "stats",
19411      "description": "on/off",
19412      "type": "bool"
19413    },
19414    {
19415      "default-value": true,
19416      "name": "event_idx",
19417      "description": "on/off",
19418      "type": "bool"
19419    },
19420    {
19421      "default-value": true,
19422      "name": "edid",
19423      "description": "on/off",
19424      "type": "bool"
19425    },
19426    {
19427      "default-value": true,
19428      "name": "any_layout",
19429      "description": "on/off",
19430      "type": "bool"
19431    },
19432    {
19433      "default-value": 268435456,
19434      "name": "max_hostmem",
19435      "type": "size"
19436    },
19437    {
19438      "default-value": true,
19439      "name": "notify_on_empty",
19440      "description": "on/off",
19441      "type": "bool"
19442    },
19443    {
19444      "default-value": false,
19445      "name": "packed",
19446      "description": "on/off",
19447      "type": "bool"
19448    },
19449    {
19450      "default-value": true,
19451      "name": "use-started",
19452      "type": "bool"
19453    },
19454    {
19455      "default-value": true,
19456      "name": "use-disabled-flag",
19457      "type": "bool"
19458    },
19459    {
19460      "default-value": 1,
19461      "name": "max_outputs",
19462      "type": "uint32"
19463    },
19464    {
19465      "default-value": true,
19466      "name": "virgl",
19467      "description": "on/off",
19468      "type": "bool"
19469    },
19470    {
19471      "default-value": 1024,
19472      "name": "xres",
19473      "type": "uint32"
19474    },
19475    {
19476      "name": "virtio-backend",
19477      "type": "child<virtio-gpu-device>"
19478    }
19479  ],
19480  "id": "libvirt-25"
19481}
19482
19483{
19484  "execute": "device-list-properties",
19485  "arguments": {
19486    "typename": "virtio-gpu-device"
19487  },
19488  "id": "libvirt-26"
19489}
19490
19491{
19492  "return": [
19493    {
19494      "default-value": false,
19495      "name": "packed",
19496      "description": "on/off",
19497      "type": "bool"
19498    },
19499    {
19500      "default-value": true,
19501      "name": "use-disabled-flag",
19502      "type": "bool"
19503    },
19504    {
19505      "default-value": false,
19506      "name": "iommu_platform",
19507      "description": "on/off",
19508      "type": "bool"
19509    },
19510    {
19511      "default-value": true,
19512      "name": "event_idx",
19513      "description": "on/off",
19514      "type": "bool"
19515    },
19516    {
19517      "default-value": true,
19518      "name": "notify_on_empty",
19519      "description": "on/off",
19520      "type": "bool"
19521    },
19522    {
19523      "default-value": true,
19524      "name": "any_layout",
19525      "description": "on/off",
19526      "type": "bool"
19527    },
19528    {
19529      "default-value": true,
19530      "name": "use-started",
19531      "type": "bool"
19532    },
19533    {
19534      "default-value": true,
19535      "name": "indirect_desc",
19536      "description": "on/off",
19537      "type": "bool"
19538    },
19539    {
19540      "default-value": 1024,
19541      "name": "xres",
19542      "type": "uint32"
19543    },
19544    {
19545      "default-value": false,
19546      "name": "stats",
19547      "description": "on/off",
19548      "type": "bool"
19549    },
19550    {
19551      "default-value": true,
19552      "name": "edid",
19553      "description": "on/off",
19554      "type": "bool"
19555    },
19556    {
19557      "default-value": 768,
19558      "name": "yres",
19559      "type": "uint32"
19560    },
19561    {
19562      "default-value": 1,
19563      "name": "max_outputs",
19564      "type": "uint32"
19565    },
19566    {
19567      "default-value": 268435456,
19568      "name": "max_hostmem",
19569      "type": "size"
19570    },
19571    {
19572      "default-value": true,
19573      "name": "virgl",
19574      "description": "on/off",
19575      "type": "bool"
19576    }
19577  ],
19578  "id": "libvirt-26"
19579}
19580
19581{
19582  "execute": "device-list-properties",
19583  "arguments": {
19584    "typename": "ICH9-LPC"
19585  },
19586  "id": "libvirt-27"
19587}
19588
19589{
19590  "return": [
19591    {
19592      "name": "romfile",
19593      "type": "str"
19594    },
19595    {
19596      "default-value": -1,
19597      "name": "addr",
19598      "description": "Slot and optional function number, example: 06.0 or 06",
19599      "type": "int32"
19600    },
19601    {
19602      "name": "failover_pair_id",
19603      "type": "str"
19604    },
19605    {
19606      "default-value": true,
19607      "name": "x-pcie-lnksta-dllla",
19608      "description": "on/off",
19609      "type": "bool"
19610    },
19611    {
19612      "default-value": 1,
19613      "name": "rombar",
19614      "type": "uint32"
19615    },
19616    {
19617      "default-value": true,
19618      "name": "x-pcie-extcap-init",
19619      "description": "on/off",
19620      "type": "bool"
19621    },
19622    {
19623      "default-value": false,
19624      "name": "multifunction",
19625      "description": "on/off",
19626      "type": "bool"
19627    },
19628    {
19629      "default-value": true,
19630      "name": "noreboot",
19631      "type": "bool"
19632    },
19633    {
19634      "default-value": true,
19635      "name": "x-smi-broadcast",
19636      "description": "on/off",
19637      "type": "bool"
19638    },
19639    {
19640      "name": "enable_tco",
19641      "type": "bool"
19642    },
19643    {
19644      "name": "cpu-hotplug-legacy",
19645      "type": "bool"
19646    },
19647    {
19648      "name": "acpi_enable_cmd",
19649      "type": "uint8"
19650    },
19651    {
19652      "name": "disable_s3",
19653      "type": "uint8"
19654    },
19655    {
19656      "name": "disable_s4",
19657      "type": "uint8"
19658    },
19659    {
19660      "name": "acpi_disable_cmd",
19661      "type": "uint8"
19662    },
19663    {
19664      "name": "memory-hotplug-support",
19665      "type": "bool"
19666    },
19667    {
19668      "name": "gpe0_blk_len",
19669      "type": "uint32"
19670    },
19671    {
19672      "name": "sci_int",
19673      "type": "uint8"
19674    },
19675    {
19676      "name": "gpe0_blk",
19677      "type": "uint32"
19678    },
19679    {
19680      "name": "s4_val",
19681      "type": "uint8"
19682    },
19683    {
19684      "name": "pm_io_base",
19685      "type": "uint32"
19686    }
19687  ],
19688  "id": "libvirt-27"
19689}
19690
19691{
19692  "execute": "device-list-properties",
19693  "arguments": {
19694    "typename": "virtio-balloon-pci"
19695  },
19696  "id": "libvirt-28"
19697}
19698
19699{
19700  "return": [
19701    {
19702      "name": "romfile",
19703      "type": "str"
19704    },
19705    {
19706      "default-value": -1,
19707      "name": "addr",
19708      "description": "Slot and optional function number, example: 06.0 or 06",
19709      "type": "int32"
19710    },
19711    {
19712      "name": "failover_pair_id",
19713      "type": "str"
19714    },
19715    {
19716      "default-value": true,
19717      "name": "x-pcie-lnksta-dllla",
19718      "description": "on/off",
19719      "type": "bool"
19720    },
19721    {
19722      "default-value": 1,
19723      "name": "rombar",
19724      "type": "uint32"
19725    },
19726    {
19727      "default-value": true,
19728      "name": "x-pcie-extcap-init",
19729      "description": "on/off",
19730      "type": "bool"
19731    },
19732    {
19733      "default-value": false,
19734      "name": "multifunction",
19735      "description": "on/off",
19736      "type": "bool"
19737    },
19738    {
19739      "default-value": true,
19740      "name": "migrate-extra",
19741      "description": "on/off",
19742      "type": "bool"
19743    },
19744    {
19745      "default-value": false,
19746      "name": "ats",
19747      "description": "on/off",
19748      "type": "bool"
19749    },
19750    {
19751      "default-value": false,
19752      "name": "x-ignore-backend-features",
19753      "type": "bool"
19754    },
19755    {
19756      "default-value": true,
19757      "name": "x-pcie-pm-init",
19758      "description": "on/off",
19759      "type": "bool"
19760    },
19761    {
19762      "default-value": true,
19763      "name": "x-pcie-flr-init",
19764      "description": "on/off",
19765      "type": "bool"
19766    },
19767    {
19768      "default-value": true,
19769      "name": "x-pcie-lnkctl-init",
19770      "description": "on/off",
19771      "type": "bool"
19772    },
19773    {
19774      "default-value": false,
19775      "name": "page-per-vq",
19776      "description": "on/off",
19777      "type": "bool"
19778    },
19779    {
19780      "default-value": true,
19781      "name": "x-pcie-deverr-init",
19782      "description": "on/off",
19783      "type": "bool"
19784    },
19785    {
19786      "default-value": false,
19787      "name": "virtio-pci-bus-master-bug-migration",
19788      "description": "on/off",
19789      "type": "bool"
19790    },
19791    {
19792      "default-value": false,
19793      "name": "modern-pio-notify",
19794      "description": "on/off",
19795      "type": "bool"
19796    },
19797    {
19798      "default-value": false,
19799      "name": "x-disable-pcie",
19800      "description": "on/off",
19801      "type": "bool"
19802    },
19803    {
19804      "default-value": 0,
19805      "name": "class",
19806      "type": "uint32"
19807    },
19808    {
19809      "default-value": "auto",
19810      "name": "disable-legacy",
19811      "description": "on/off/auto",
19812      "type": "OnOffAuto"
19813    },
19814    {
19815      "default-value": false,
19816      "name": "disable-modern",
19817      "type": "bool"
19818    },
19819    {
19820      "default-value": false,
19821      "name": "free-page-reporting",
19822      "description": "on/off",
19823      "type": "bool"
19824    },
19825    {
19826      "default-value": true,
19827      "name": "indirect_desc",
19828      "description": "on/off",
19829      "type": "bool"
19830    },
19831    {
19832      "default-value": false,
19833      "name": "iommu_platform",
19834      "description": "on/off",
19835      "type": "bool"
19836    },
19837    {
19838      "default-value": false,
19839      "name": "deflate-on-oom",
19840      "description": "on/off",
19841      "type": "bool"
19842    },
19843    {
19844      "default-value": true,
19845      "name": "event_idx",
19846      "description": "on/off",
19847      "type": "bool"
19848    },
19849    {
19850      "default-value": true,
19851      "name": "use-disabled-flag",
19852      "type": "bool"
19853    },
19854    {
19855      "default-value": true,
19856      "name": "page-poison",
19857      "description": "on/off",
19858      "type": "bool"
19859    },
19860    {
19861      "name": "guest-stats",
19862      "type": "guest statistics"
19863    },
19864    {
19865      "name": "guest-stats-polling-interval",
19866      "type": "int"
19867    },
19868    {
19869      "default-value": true,
19870      "name": "any_layout",
19871      "description": "on/off",
19872      "type": "bool"
19873    },
19874    {
19875      "default-value": true,
19876      "name": "notify_on_empty",
19877      "description": "on/off",
19878      "type": "bool"
19879    },
19880    {
19881      "name": "iothread",
19882      "type": "link<iothread>"
19883    },
19884    {
19885      "default-value": false,
19886      "name": "qemu-4-0-config-size",
19887      "type": "bool"
19888    },
19889    {
19890      "default-value": false,
19891      "name": "packed",
19892      "description": "on/off",
19893      "type": "bool"
19894    },
19895    {
19896      "default-value": true,
19897      "name": "use-started",
19898      "type": "bool"
19899    },
19900    {
19901      "default-value": false,
19902      "name": "free-page-hint",
19903      "description": "on/off",
19904      "type": "bool"
19905    },
19906    {
19907      "name": "virtio-backend",
19908      "type": "child<virtio-balloon-device>"
19909    }
19910  ],
19911  "id": "libvirt-28"
19912}
19913
19914{
19915  "execute": "device-list-properties",
19916  "arguments": {
19917    "typename": "virtio-balloon-ccw"
19918  },
19919  "id": "libvirt-29"
19920}
19921
19922{
19923  "id": "libvirt-29",
19924  "error": {
19925    "class": "DeviceNotFound",
19926    "desc": "Device 'virtio-balloon-ccw' not found"
19927  }
19928}
19929
19930{
19931  "execute": "device-list-properties",
19932  "arguments": {
19933    "typename": "virtio-balloon-device"
19934  },
19935  "id": "libvirt-30"
19936}
19937
19938{
19939  "return": [
19940    {
19941      "default-value": false,
19942      "name": "packed",
19943      "description": "on/off",
19944      "type": "bool"
19945    },
19946    {
19947      "default-value": true,
19948      "name": "use-disabled-flag",
19949      "type": "bool"
19950    },
19951    {
19952      "default-value": false,
19953      "name": "iommu_platform",
19954      "description": "on/off",
19955      "type": "bool"
19956    },
19957    {
19958      "default-value": true,
19959      "name": "event_idx",
19960      "description": "on/off",
19961      "type": "bool"
19962    },
19963    {
19964      "default-value": true,
19965      "name": "notify_on_empty",
19966      "description": "on/off",
19967      "type": "bool"
19968    },
19969    {
19970      "default-value": true,
19971      "name": "any_layout",
19972      "description": "on/off",
19973      "type": "bool"
19974    },
19975    {
19976      "default-value": true,
19977      "name": "use-started",
19978      "type": "bool"
19979    },
19980    {
19981      "default-value": true,
19982      "name": "indirect_desc",
19983      "description": "on/off",
19984      "type": "bool"
19985    },
19986    {
19987      "name": "iothread",
19988      "type": "link<iothread>"
19989    },
19990    {
19991      "default-value": false,
19992      "name": "deflate-on-oom",
19993      "description": "on/off",
19994      "type": "bool"
19995    },
19996    {
19997      "default-value": false,
19998      "name": "free-page-hint",
19999      "description": "on/off",
20000      "type": "bool"
20001    },
20002    {
20003      "default-value": true,
20004      "name": "page-poison",
20005      "description": "on/off",
20006      "type": "bool"
20007    },
20008    {
20009      "default-value": false,
20010      "name": "qemu-4-0-config-size",
20011      "type": "bool"
20012    },
20013    {
20014      "default-value": false,
20015      "name": "free-page-reporting",
20016      "description": "on/off",
20017      "type": "bool"
20018    },
20019    {
20020      "name": "guest-stats-polling-interval",
20021      "type": "int"
20022    },
20023    {
20024      "name": "guest-stats",
20025      "type": "guest statistics"
20026    }
20027  ],
20028  "id": "libvirt-30"
20029}
20030
20031{
20032  "execute": "device-list-properties",
20033  "arguments": {
20034    "typename": "nec-usb-xhci"
20035  },
20036  "id": "libvirt-31"
20037}
20038
20039{
20040  "return": [
20041    {
20042      "name": "romfile",
20043      "type": "str"
20044    },
20045    {
20046      "default-value": -1,
20047      "name": "addr",
20048      "description": "Slot and optional function number, example: 06.0 or 06",
20049      "type": "int32"
20050    },
20051    {
20052      "name": "failover_pair_id",
20053      "type": "str"
20054    },
20055    {
20056      "default-value": true,
20057      "name": "x-pcie-lnksta-dllla",
20058      "description": "on/off",
20059      "type": "bool"
20060    },
20061    {
20062      "default-value": 1,
20063      "name": "rombar",
20064      "type": "uint32"
20065    },
20066    {
20067      "default-value": true,
20068      "name": "x-pcie-extcap-init",
20069      "description": "on/off",
20070      "type": "bool"
20071    },
20072    {
20073      "default-value": false,
20074      "name": "multifunction",
20075      "description": "on/off",
20076      "type": "bool"
20077    },
20078    {
20079      "default-value": 4,
20080      "name": "p3",
20081      "type": "uint32"
20082    },
20083    {
20084      "default-value": true,
20085      "name": "streams",
20086      "description": "on/off",
20087      "type": "bool"
20088    },
20089    {
20090      "default-value": 4,
20091      "name": "p2",
20092      "type": "uint32"
20093    },
20094    {
20095      "default-value": "auto",
20096      "name": "msi",
20097      "description": "on/off/auto",
20098      "type": "OnOffAuto"
20099    },
20100    {
20101      "default-value": "auto",
20102      "name": "msix",
20103      "description": "on/off/auto",
20104      "type": "OnOffAuto"
20105    },
20106    {
20107      "default-value": false,
20108      "name": "force-pcie-endcap",
20109      "description": "on/off",
20110      "type": "bool"
20111    },
20112    {
20113      "default-value": true,
20114      "name": "superspeed-ports-first",
20115      "description": "on/off",
20116      "type": "bool"
20117    },
20118    {
20119      "default-value": 16,
20120      "name": "intrs",
20121      "type": "uint32"
20122    },
20123    {
20124      "default-value": 64,
20125      "name": "slots",
20126      "type": "uint32"
20127    }
20128  ],
20129  "id": "libvirt-31"
20130}
20131
20132{
20133  "execute": "device-list-properties",
20134  "arguments": {
20135    "typename": "intel-iommu"
20136  },
20137  "id": "libvirt-32"
20138}
20139
20140{
20141  "return": [
20142    {
20143      "default-value": true,
20144      "name": "pt",
20145      "type": "bool"
20146    },
20147    {
20148      "default-value": false,
20149      "name": "device-iotlb",
20150      "type": "bool"
20151    },
20152    {
20153      "default-value": "auto",
20154      "name": "intremap",
20155      "description": "on/off/auto",
20156      "type": "OnOffAuto"
20157    },
20158    {
20159      "default-value": true,
20160      "name": "dma-drain",
20161      "type": "bool"
20162    },
20163    {
20164      "default-value": false,
20165      "name": "caching-mode",
20166      "type": "bool"
20167    },
20168    {
20169      "default-value": false,
20170      "name": "x-buggy-eim",
20171      "type": "bool"
20172    },
20173    {
20174      "default-value": false,
20175      "name": "x-scalable-mode",
20176      "type": "bool"
20177    },
20178    {
20179      "default-value": 39,
20180      "name": "aw-bits",
20181      "type": "uint8"
20182    },
20183    {
20184      "default-value": "auto",
20185      "name": "eim",
20186      "description": "on/off/auto",
20187      "type": "OnOffAuto"
20188    },
20189    {
20190      "default-value": 0,
20191      "name": "version",
20192      "type": "uint32"
20193    }
20194  ],
20195  "id": "libvirt-32"
20196}
20197
20198{
20199  "execute": "device-list-properties",
20200  "arguments": {
20201    "typename": "mch"
20202  },
20203  "id": "libvirt-33"
20204}
20205
20206{
20207  "return": [
20208    {
20209      "name": "romfile",
20210      "type": "str"
20211    },
20212    {
20213      "default-value": -1,
20214      "name": "addr",
20215      "description": "Slot and optional function number, example: 06.0 or 06",
20216      "type": "int32"
20217    },
20218    {
20219      "name": "failover_pair_id",
20220      "type": "str"
20221    },
20222    {
20223      "default-value": true,
20224      "name": "x-pcie-lnksta-dllla",
20225      "description": "on/off",
20226      "type": "bool"
20227    },
20228    {
20229      "default-value": 1,
20230      "name": "rombar",
20231      "type": "uint32"
20232    },
20233    {
20234      "default-value": true,
20235      "name": "x-pcie-extcap-init",
20236      "description": "on/off",
20237      "type": "bool"
20238    },
20239    {
20240      "default-value": false,
20241      "name": "multifunction",
20242      "description": "on/off",
20243      "type": "bool"
20244    },
20245    {
20246      "default-value": true,
20247      "name": "smbase-smram",
20248      "type": "bool"
20249    },
20250    {
20251      "default-value": 16,
20252      "name": "extended-tseg-mbytes",
20253      "type": "uint16"
20254    }
20255  ],
20256  "id": "libvirt-33"
20257}
20258
20259{
20260  "execute": "device-list-properties",
20261  "arguments": {
20262    "typename": "nvdimm"
20263  },
20264  "id": "libvirt-34"
20265}
20266
20267{
20268  "return": [
20269    {
20270      "name": "memdev",
20271      "type": "link<memory-backend>"
20272    },
20273    {
20274      "default-value": 0,
20275      "name": "node",
20276      "type": "uint32"
20277    },
20278    {
20279      "default-value": 0,
20280      "name": "addr",
20281      "type": "uint64"
20282    },
20283    {
20284      "default-value": -1,
20285      "name": "slot",
20286      "type": "int32"
20287    },
20288    {
20289      "default-value": false,
20290      "name": "unarmed",
20291      "type": "bool"
20292    },
20293    {
20294      "name": "uuid",
20295      "type": "QemuUUID"
20296    },
20297    {
20298      "name": "label-size",
20299      "type": "int"
20300    },
20301    {
20302      "name": "size",
20303      "type": "uint64"
20304    }
20305  ],
20306  "id": "libvirt-34"
20307}
20308
20309{
20310  "execute": "device-list-properties",
20311  "arguments": {
20312    "typename": "pcie-root-port"
20313  },
20314  "id": "libvirt-35"
20315}
20316
20317{
20318  "return": [
20319    {
20320      "name": "romfile",
20321      "type": "str"
20322    },
20323    {
20324      "default-value": -1,
20325      "name": "addr",
20326      "description": "Slot and optional function number, example: 06.0 or 06",
20327      "type": "int32"
20328    },
20329    {
20330      "name": "failover_pair_id",
20331      "type": "str"
20332    },
20333    {
20334      "default-value": true,
20335      "name": "x-pcie-lnksta-dllla",
20336      "description": "on/off",
20337      "type": "bool"
20338    },
20339    {
20340      "default-value": 1,
20341      "name": "rombar",
20342      "type": "uint32"
20343    },
20344    {
20345      "default-value": true,
20346      "name": "x-pcie-extcap-init",
20347      "description": "on/off",
20348      "type": "bool"
20349    },
20350    {
20351      "default-value": false,
20352      "name": "multifunction",
20353      "description": "on/off",
20354      "type": "bool"
20355    },
20356    {
20357      "default-value": 0,
20358      "name": "port",
20359      "type": "uint8"
20360    },
20361    {
20362      "default-value": 8,
20363      "name": "aer_log_max",
20364      "type": "uint16"
20365    },
20366    {
20367      "default-value": true,
20368      "name": "hotplug",
20369      "type": "bool"
20370    },
20371    {
20372      "default-value": 0,
20373      "name": "slot",
20374      "type": "uint16"
20375    },
20376    {
20377      "default-value": 0,
20378      "name": "chassis",
20379      "type": "uint8"
20380    },
20381    {
20382      "default-value": true,
20383      "name": "power_controller_present",
20384      "description": "on/off",
20385      "type": "bool"
20386    },
20387    {
20388      "default-value": false,
20389      "name": "disable-acs",
20390      "type": "bool"
20391    },
20392    {
20393      "default-value": 18446744073709551615,
20394      "name": "mem-reserve",
20395      "type": "size"
20396    },
20397    {
20398      "default-value": 18446744073709551615,
20399      "name": "pref64-reserve",
20400      "type": "size"
20401    },
20402    {
20403      "default-value": 4294967295,
20404      "name": "bus-reserve",
20405      "type": "uint32"
20406    },
20407    {
20408      "default-value": "32",
20409      "name": "x-width",
20410      "description": "1/2/4/8/12/16/32",
20411      "type": "PCIELinkWidth"
20412    },
20413    {
20414      "default-value": true,
20415      "name": "x-migrate-msix",
20416      "type": "bool"
20417    },
20418    {
20419      "default-value": 18446744073709551615,
20420      "name": "io-reserve",
20421      "type": "size"
20422    },
20423    {
20424      "default-value": "16",
20425      "name": "x-speed",
20426      "description": "2_5/5/8/16",
20427      "type": "PCIELinkSpeed"
20428    },
20429    {
20430      "default-value": 18446744073709551615,
20431      "name": "pref32-reserve",
20432      "type": "size"
20433    }
20434  ],
20435  "id": "libvirt-35"
20436}
20437
20438{
20439  "execute": "device-list-properties",
20440  "arguments": {
20441    "typename": "usb-host"
20442  },
20443  "id": "libvirt-36"
20444}
20445
20446{
20447  "return": [
20448    {
20449      "default-value": true,
20450      "name": "full-path",
20451      "description": "on/off",
20452      "type": "bool"
20453    },
20454    {
20455      "name": "port",
20456      "type": "str"
20457    },
20458    {
20459      "default-value": true,
20460      "name": "msos-desc",
20461      "description": "on/off",
20462      "type": "bool"
20463    },
20464    {
20465      "name": "serial",
20466      "type": "str"
20467    },
20468    {
20469      "default-value": true,
20470      "name": "pipeline",
20471      "description": "on/off",
20472      "type": "bool"
20473    },
20474    {
20475      "default-value": 0,
20476      "name": "hostbus",
20477      "type": "uint32"
20478    },
20479    {
20480      "default-value": 4,
20481      "name": "isobufs",
20482      "type": "uint32"
20483    },
20484    {
20485      "default-value": 0,
20486      "name": "vendorid",
20487      "type": "uint32"
20488    },
20489    {
20490      "default-value": 0,
20491      "name": "productid",
20492      "type": "uint32"
20493    },
20494    {
20495      "name": "hostport",
20496      "type": "str"
20497    },
20498    {
20499      "name": "hostdevice",
20500      "type": "str"
20501    },
20502    {
20503      "default-value": 0,
20504      "name": "hostaddr",
20505      "type": "uint32"
20506    },
20507    {
20508      "default-value": true,
20509      "name": "suppress-remote-wake",
20510      "type": "bool"
20511    },
20512    {
20513      "default-value": 2,
20514      "name": "loglevel",
20515      "type": "uint32"
20516    },
20517    {
20518      "default-value": 32,
20519      "name": "isobsize",
20520      "type": "uint32"
20521    },
20522    {
20523      "default-value": false,
20524      "name": "guest-resets-all",
20525      "type": "bool"
20526    },
20527    {
20528      "default-value": true,
20529      "name": "guest-reset",
20530      "type": "bool"
20531    },
20532    {
20533      "name": "bootindex",
20534      "type": "int32"
20535    },
20536    {
20537      "name": "attached",
20538      "type": "bool"
20539    }
20540  ],
20541  "id": "libvirt-36"
20542}
20543
20544{
20545  "execute": "device-list-properties",
20546  "arguments": {
20547    "typename": "vhost-user-fs-device"
20548  },
20549  "id": "libvirt-37"
20550}
20551
20552{
20553  "return": [
20554    {
20555      "default-value": false,
20556      "name": "packed",
20557      "description": "on/off",
20558      "type": "bool"
20559    },
20560    {
20561      "default-value": true,
20562      "name": "use-disabled-flag",
20563      "type": "bool"
20564    },
20565    {
20566      "default-value": false,
20567      "name": "iommu_platform",
20568      "description": "on/off",
20569      "type": "bool"
20570    },
20571    {
20572      "default-value": true,
20573      "name": "event_idx",
20574      "description": "on/off",
20575      "type": "bool"
20576    },
20577    {
20578      "default-value": false,
20579      "name": "x-disable-legacy-check",
20580      "type": "bool"
20581    },
20582    {
20583      "default-value": true,
20584      "name": "notify_on_empty",
20585      "description": "on/off",
20586      "type": "bool"
20587    },
20588    {
20589      "default-value": true,
20590      "name": "any_layout",
20591      "description": "on/off",
20592      "type": "bool"
20593    },
20594    {
20595      "default-value": true,
20596      "name": "use-started",
20597      "type": "bool"
20598    },
20599    {
20600      "default-value": true,
20601      "name": "indirect_desc",
20602      "description": "on/off",
20603      "type": "bool"
20604    },
20605    {
20606      "name": "chardev",
20607      "description": "ID of a chardev to use as a backend",
20608      "type": "str"
20609    },
20610    {
20611      "default-value": 128,
20612      "name": "queue-size",
20613      "type": "uint16"
20614    },
20615    {
20616      "name": "tag",
20617      "type": "str"
20618    },
20619    {
20620      "default-value": 1,
20621      "name": "num-request-queues",
20622      "type": "uint16"
20623    }
20624  ],
20625  "id": "libvirt-37"
20626}
20627
20628{
20629  "execute": "qom-list-properties",
20630  "arguments": {
20631    "typename": "memory-backend-file"
20632  },
20633  "id": "libvirt-38"
20634}
20635
20636{
20637  "return": [
20638    {
20639      "name": "type",
20640      "type": "string"
20641    },
20642    {
20643      "name": "share",
20644      "description": "Mark the memory as private to QEMU or shared",
20645      "type": "bool"
20646    },
20647    {
20648      "name": "dump",
20649      "description": "Set to 'off' to exclude from core dump",
20650      "type": "bool"
20651    },
20652    {
20653      "name": "prealloc-threads",
20654      "description": "Number of CPU threads to use for prealloc",
20655      "type": "int"
20656    },
20657    {
20658      "name": "x-use-canonical-path-for-ramblock-id",
20659      "type": "bool"
20660    },
20661    {
20662      "name": "policy",
20663      "description": "Set the NUMA policy",
20664      "type": "HostMemPolicy"
20665    },
20666    {
20667      "name": "size",
20668      "description": "Size of the memory region (ex: 500M)",
20669      "type": "int"
20670    },
20671    {
20672      "name": "prealloc",
20673      "description": "Preallocate memory",
20674      "type": "bool"
20675    },
20676    {
20677      "name": "host-nodes",
20678      "description": "Binds memory to the list of NUMA host nodes",
20679      "type": "int"
20680    },
20681    {
20682      "name": "merge",
20683      "description": "Mark memory as mergeable",
20684      "type": "bool"
20685    },
20686    {
20687      "name": "align",
20688      "type": "int"
20689    },
20690    {
20691      "name": "pmem",
20692      "type": "bool"
20693    },
20694    {
20695      "name": "mem-path",
20696      "type": "string"
20697    },
20698    {
20699      "name": "discard-data",
20700      "type": "bool"
20701    }
20702  ],
20703  "id": "libvirt-38"
20704}
20705
20706{
20707  "execute": "qom-list-properties",
20708  "arguments": {
20709    "typename": "memory-backend-memfd"
20710  },
20711  "id": "libvirt-39"
20712}
20713
20714{
20715  "return": [
20716    {
20717      "name": "type",
20718      "type": "string"
20719    },
20720    {
20721      "name": "share",
20722      "description": "Mark the memory as private to QEMU or shared",
20723      "type": "bool"
20724    },
20725    {
20726      "name": "dump",
20727      "description": "Set to 'off' to exclude from core dump",
20728      "type": "bool"
20729    },
20730    {
20731      "name": "prealloc-threads",
20732      "description": "Number of CPU threads to use for prealloc",
20733      "type": "int"
20734    },
20735    {
20736      "name": "x-use-canonical-path-for-ramblock-id",
20737      "type": "bool"
20738    },
20739    {
20740      "name": "policy",
20741      "description": "Set the NUMA policy",
20742      "type": "HostMemPolicy"
20743    },
20744    {
20745      "name": "size",
20746      "description": "Size of the memory region (ex: 500M)",
20747      "type": "int"
20748    },
20749    {
20750      "name": "prealloc",
20751      "description": "Preallocate memory",
20752      "type": "bool"
20753    },
20754    {
20755      "name": "host-nodes",
20756      "description": "Binds memory to the list of NUMA host nodes",
20757      "type": "int"
20758    },
20759    {
20760      "name": "merge",
20761      "description": "Mark memory as mergeable",
20762      "type": "bool"
20763    },
20764    {
20765      "name": "hugetlb",
20766      "description": "Use huge pages",
20767      "type": "bool"
20768    },
20769    {
20770      "name": "seal",
20771      "description": "Seal growing & shrinking",
20772      "type": "bool"
20773    },
20774    {
20775      "name": "hugetlbsize",
20776      "description": "Huge pages size (ex: 2M, 1G)",
20777      "type": "int"
20778    }
20779  ],
20780  "id": "libvirt-39"
20781}
20782
20783{
20784  "execute": "qom-list-properties",
20785  "arguments": {
20786    "typename": "max-x86_64-cpu"
20787  },
20788  "id": "libvirt-40"
20789}
20790
20791{
20792  "return": [
20793    {
20794      "name": "type",
20795      "type": "string"
20796    },
20797    {
20798      "name": "parent_bus",
20799      "type": "link<bus>"
20800    },
20801    {
20802      "name": "realized",
20803      "type": "bool"
20804    },
20805    {
20806      "name": "hotplugged",
20807      "type": "bool"
20808    },
20809    {
20810      "name": "hotpluggable",
20811      "type": "bool"
20812    },
20813    {
20814      "name": "memory",
20815      "type": "link<qemu:memory-region>"
20816    },
20817    {
20818      "name": "legacy-memory",
20819      "type": "str"
20820    },
20821    {
20822      "name": "fill-mtrr-mask",
20823      "type": "bool"
20824    },
20825    {
20826      "name": "host-phys-bits-limit",
20827      "type": "uint8"
20828    },
20829    {
20830      "name": "x-force-features",
20831      "type": "bool"
20832    },
20833    {
20834      "name": "hv-vpindex",
20835      "description": "on/off",
20836      "type": "bool"
20837    },
20838    {
20839      "name": "kvm",
20840      "type": "bool"
20841    },
20842    {
20843      "name": "apic-id",
20844      "type": "uint32"
20845    },
20846    {
20847      "name": "min-xlevel",
20848      "type": "uint32"
20849    },
20850    {
20851      "name": "enforce",
20852      "type": "bool"
20853    },
20854    {
20855      "name": "hv-runtime",
20856      "description": "on/off",
20857      "type": "bool"
20858    },
20859    {
20860      "name": "level",
20861      "type": "uint32"
20862    },
20863    {
20864      "name": "hv-tlbflush",
20865      "description": "on/off",
20866      "type": "bool"
20867    },
20868    {
20869      "name": "core-id",
20870      "type": "int32"
20871    },
20872    {
20873      "name": "hv-crash",
20874      "description": "on/off",
20875      "type": "bool"
20876    },
20877    {
20878      "name": "hv-reset",
20879      "description": "on/off",
20880      "type": "bool"
20881    },
20882    {
20883      "name": "hv-no-nonarch-coresharing",
20884      "description": "on/off/auto",
20885      "type": "OnOffAuto"
20886    },
20887    {
20888      "name": "hv-spinlocks",
20889      "type": "uint32"
20890    },
20891    {
20892      "name": "pmu",
20893      "type": "bool"
20894    },
20895    {
20896      "name": "socket-id",
20897      "type": "int32"
20898    },
20899    {
20900      "name": "hv-relaxed",
20901      "description": "on/off",
20902      "type": "bool"
20903    },
20904    {
20905      "name": "thread-id",
20906      "type": "int32"
20907    },
20908    {
20909      "name": "tcg-cpuid",
20910      "type": "bool"
20911    },
20912    {
20913      "name": "die-id",
20914      "type": "int32"
20915    },
20916    {
20917      "name": "node-id",
20918      "type": "int32"
20919    },
20920    {
20921      "name": "vmware-cpuid-freq",
20922      "type": "bool"
20923    },
20924    {
20925      "name": "min-xlevel2",
20926      "type": "uint32"
20927    },
20928    {
20929      "name": "hv-stimer",
20930      "description": "on/off",
20931      "type": "bool"
20932    },
20933    {
20934      "name": "x-hv-max-vps",
20935      "type": "int32"
20936    },
20937    {
20938      "name": "legacy-cache",
20939      "type": "bool"
20940    },
20941    {
20942      "name": "x-migrate-smi-count",
20943      "type": "bool"
20944    },
20945    {
20946      "name": "hv-reenlightenment",
20947      "description": "on/off",
20948      "type": "bool"
20949    },
20950    {
20951      "name": "hv-vendor-id",
20952      "type": "str"
20953    },
20954    {
20955      "name": "x-hv-synic-kvm-only",
20956      "type": "bool"
20957    },
20958    {
20959      "name": "min-level",
20960      "type": "uint32"
20961    },
20962    {
20963      "name": "phys-bits",
20964      "type": "uint32"
20965    },
20966    {
20967      "name": "l3-cache",
20968      "type": "bool"
20969    },
20970    {
20971      "name": "level-func7",
20972      "type": "uint32"
20973    },
20974    {
20975      "name": "lmce",
20976      "type": "bool"
20977    },
20978    {
20979      "name": "hv-passthrough",
20980      "type": "bool"
20981    },
20982    {
20983      "name": "kvm-no-smi-migration",
20984      "type": "bool"
20985    },
20986    {
20987      "name": "xlevel2",
20988      "type": "uint32"
20989    },
20990    {
20991      "name": "hv-stimer-direct",
20992      "description": "on/off",
20993      "type": "bool"
20994    },
20995    {
20996      "name": "ucode-rev",
20997      "type": "uint64"
20998    },
20999    {
21000      "name": "xlevel",
21001      "type": "uint32"
21002    },
21003    {
21004      "name": "host-phys-bits",
21005      "type": "bool"
21006    },
21007    {
21008      "name": "check",
21009      "type": "bool"
21010    },
21011    {
21012      "name": "hv-time",
21013      "description": "on/off",
21014      "type": "bool"
21015    },
21016    {
21017      "name": "full-cpuid-auto-level",
21018      "type": "bool"
21019    },
21020    {
21021      "name": "hv-synic",
21022      "description": "on/off",
21023      "type": "bool"
21024    },
21025    {
21026      "name": "hv-evmcs",
21027      "description": "on/off",
21028      "type": "bool"
21029    },
21030    {
21031      "name": "hv-ipi",
21032      "description": "on/off",
21033      "type": "bool"
21034    },
21035    {
21036      "name": "hv-vapic",
21037      "description": "on/off",
21038      "type": "bool"
21039    },
21040    {
21041      "name": "cpuid-0xb",
21042      "type": "bool"
21043    },
21044    {
21045      "name": "hv-frequencies",
21046      "description": "on/off",
21047      "type": "bool"
21048    },
21049    {
21050      "name": "x-intel-pt-auto-level",
21051      "type": "bool"
21052    },
21053    {
21054      "name": "host-cache-info",
21055      "type": "bool"
21056    },
21057    {
21058      "name": "migratable",
21059      "type": "bool"
21060    },
21061    {
21062      "name": "vmx-invept-single-context",
21063      "type": "bool"
21064    },
21065    {
21066      "name": "core-capability",
21067      "type": "bool"
21068    },
21069    {
21070      "name": "popcnt",
21071      "type": "bool"
21072    },
21073    {
21074      "name": "kvm_mmu",
21075      "type": "bool"
21076    },
21077    {
21078      "name": "dtes64",
21079      "type": "bool"
21080    },
21081    {
21082      "name": "sse4_1",
21083      "type": "bool"
21084    },
21085    {
21086      "name": "vmx-invvpid-single-addr",
21087      "type": "bool"
21088    },
21089    {
21090      "name": "xstore",
21091      "type": "bool"
21092    },
21093    {
21094      "name": "stepping",
21095      "type": "int"
21096    },
21097    {
21098      "name": "vmx-vmfunc",
21099      "type": "bool"
21100    },
21101    {
21102      "name": "pse36",
21103      "type": "bool"
21104    },
21105    {
21106      "name": "avx512-4vnniw",
21107      "type": "bool"
21108    },
21109    {
21110      "name": "fma4",
21111      "type": "bool"
21112    },
21113    {
21114      "name": "avx512-vp2intersect",
21115      "type": "bool"
21116    },
21117    {
21118      "name": "avx2",
21119      "type": "bool"
21120    },
21121    {
21122      "name": "kvm-poll-control",
21123      "type": "bool"
21124    },
21125    {
21126      "name": "kvm_nopiodelay",
21127      "type": "bool"
21128    },
21129    {
21130      "name": "amd-stibp",
21131      "type": "bool"
21132    },
21133    {
21134      "name": "family",
21135      "type": "int"
21136    },
21137    {
21138      "name": "pclmuldq",
21139      "type": "bool"
21140    },
21141    {
21142      "name": "vmx-store-lma",
21143      "type": "bool"
21144    },
21145    {
21146      "name": "erms",
21147      "type": "bool"
21148    },
21149    {
21150      "name": "vaes",
21151      "type": "bool"
21152    },
21153    {
21154      "name": "vmx-activity-wait-sipi",
21155      "type": "bool"
21156    },
21157    {
21158      "name": "vmx-flexpriority",
21159      "type": "bool"
21160    },
21161    {
21162      "name": "rdrand",
21163      "type": "bool"
21164    },
21165    {
21166      "name": "vmx-ept-advanced-exitinfo",
21167      "type": "bool"
21168    },
21169    {
21170      "name": "vmx-pause-exit",
21171      "type": "bool"
21172    },
21173    {
21174      "name": "vmx-shadow-vmcs",
21175      "type": "bool"
21176    },
21177    {
21178      "name": "model",
21179      "type": "int"
21180    },
21181    {
21182      "name": "avx512-vpopcntdq",
21183      "type": "bool"
21184    },
21185    {
21186      "name": "tbm",
21187      "type": "bool"
21188    },
21189    {
21190      "name": "xcrypt",
21191      "type": "bool"
21192    },
21193    {
21194      "name": "lm",
21195      "type": "bool"
21196    },
21197    {
21198      "name": "kvm-pv-eoi",
21199      "type": "bool"
21200    },
21201    {
21202      "name": "vmx-monitor-exit",
21203      "type": "bool"
21204    },
21205    {
21206      "name": "vmx-eptad",
21207      "type": "bool"
21208    },
21209    {
21210      "name": "pae",
21211      "type": "bool"
21212    },
21213    {
21214      "name": "ssse3",
21215      "type": "bool"
21216    },
21217    {
21218      "name": "vmx-unrestricted-guest",
21219      "type": "bool"
21220    },
21221    {
21222      "name": "phe",
21223      "type": "bool"
21224    },
21225    {
21226      "name": "movdiri",
21227      "type": "bool"
21228    },
21229    {
21230      "name": "taa-no",
21231      "type": "bool"
21232    },
21233    {
21234      "name": "full-width-write",
21235      "type": "bool"
21236    },
21237    {
21238      "name": "perfctr_nb",
21239      "type": "bool"
21240    },
21241    {
21242      "name": "arat",
21243      "type": "bool"
21244    },
21245    {
21246      "name": "avx512vbmi2",
21247      "type": "bool"
21248    },
21249    {
21250      "name": "perfctr_core",
21251      "type": "bool"
21252    },
21253    {
21254      "name": "kvm_asyncpf",
21255      "type": "bool"
21256    },
21257    {
21258      "name": "x2apic",
21259      "type": "bool"
21260    },
21261    {
21262      "name": "npt",
21263      "type": "bool"
21264    },
21265    {
21266      "name": "avx512ifma",
21267      "type": "bool"
21268    },
21269    {
21270      "name": "kvm_poll_control",
21271      "type": "bool"
21272    },
21273    {
21274      "name": "model-id",
21275      "type": "string"
21276    },
21277    {
21278      "name": "vmx-vnmi-pending",
21279      "type": "bool"
21280    },
21281    {
21282      "name": "vmx-invpcid-exit",
21283      "type": "bool"
21284    },
21285    {
21286      "name": "vmx-io-exit",
21287      "type": "bool"
21288    },
21289    {
21290      "name": "pmm-en",
21291      "type": "bool"
21292    },
21293    {
21294      "name": "tsc",
21295      "type": "bool"
21296    },
21297    {
21298      "name": "vmx-ins-outs",
21299      "type": "bool"
21300    },
21301    {
21302      "name": "dca",
21303      "type": "bool"
21304    },
21305    {
21306      "name": "vmx-apicv-x2apic",
21307      "type": "bool"
21308    },
21309    {
21310      "name": "ia64",
21311      "type": "bool"
21312    },
21313    {
21314      "name": "perfctr-core",
21315      "type": "bool"
21316    },
21317    {
21318      "name": "vmx-cr3-load-noexit",
21319      "type": "bool"
21320    },
21321    {
21322      "name": "kvmclock",
21323      "type": "bool"
21324    },
21325    {
21326      "name": "vmx-entry-noload-debugctl",
21327      "type": "bool"
21328    },
21329    {
21330      "name": "invtsc",
21331      "type": "bool"
21332    },
21333    {
21334      "name": "pn",
21335      "type": "bool"
21336    },
21337    {
21338      "name": "avx512cd",
21339      "type": "bool"
21340    },
21341    {
21342      "name": "md-clear",
21343      "type": "bool"
21344    },
21345    {
21346      "name": "cmp-legacy",
21347      "type": "bool"
21348    },
21349    {
21350      "name": "cx16",
21351      "type": "bool"
21352    },
21353    {
21354      "name": "avx512dq",
21355      "type": "bool"
21356    },
21357    {
21358      "name": "abm",
21359      "type": "bool"
21360    },
21361    {
21362      "name": "vmx-activity-shutdown",
21363      "type": "bool"
21364    },
21365    {
21366      "name": "kvm-pv-ipi",
21367      "type": "bool"
21368    },
21369    {
21370      "name": "vmx-apicv-register",
21371      "type": "bool"
21372    },
21373    {
21374      "name": "fxsr-opt",
21375      "type": "bool"
21376    },
21377    {
21378      "name": "skip-l1dfl-vmentry",
21379      "type": "bool"
21380    },
21381    {
21382      "name": "pcid",
21383      "type": "bool"
21384    },
21385    {
21386      "name": "rdpid",
21387      "type": "bool"
21388    },
21389    {
21390      "name": "wbnoinvd",
21391      "type": "bool"
21392    },
21393    {
21394      "name": "filtered-features",
21395      "type": "X86CPUFeatureWordInfo"
21396    },
21397    {
21398      "name": "syscall",
21399      "type": "bool"
21400    },
21401    {
21402      "name": "pse",
21403      "type": "bool"
21404    },
21405    {
21406      "name": "tsc_scale",
21407      "type": "bool"
21408    },
21409    {
21410      "name": "mce",
21411      "type": "bool"
21412    },
21413    {
21414      "name": "xsaves",
21415      "type": "bool"
21416    },
21417    {
21418      "name": "vmx-entry-load-pat",
21419      "type": "bool"
21420    },
21421    {
21422      "name": "ibpb",
21423      "type": "bool"
21424    },
21425    {
21426      "name": "vmx-apicv-xapic",
21427      "type": "bool"
21428    },
21429    {
21430      "name": "cldemote",
21431      "type": "bool"
21432    },
21433    {
21434      "name": "rtm",
21435      "type": "bool"
21436    },
21437    {
21438      "name": "lwp",
21439      "type": "bool"
21440    },
21441    {
21442      "name": "kvm-steal-time",
21443      "type": "bool"
21444    },
21445    {
21446      "name": "vmx-hlt-exit",
21447      "type": "bool"
21448    },
21449    {
21450      "name": "vmx-entry-load-efer",
21451      "type": "bool"
21452    },
21453    {
21454      "name": "nrip_save",
21455      "type": "bool"
21456    },
21457    {
21458      "name": "vmx-invlpg-exit",
21459      "type": "bool"
21460    },
21461    {
21462      "name": "vmx-exit-save-efer",
21463      "type": "bool"
21464    },
21465    {
21466      "name": "vmx-eptp-switching",
21467      "type": "bool"
21468    },
21469    {
21470      "name": "vme",
21471      "type": "bool"
21472    },
21473    {
21474      "name": "kvm-pv-unhalt",
21475      "type": "bool"
21476    },
21477    {
21478      "name": "vmx-desc-exit",
21479      "type": "bool"
21480    },
21481    {
21482      "name": "kvm_pv_unhalt",
21483      "type": "bool"
21484    },
21485    {
21486      "name": "svm",
21487      "type": "bool"
21488    },
21489    {
21490      "name": "lahf-lm",
21491      "type": "bool"
21492    },
21493    {
21494      "name": "vmx-invvpid",
21495      "type": "bool"
21496    },
21497    {
21498      "name": "kvm-hint-dedicated",
21499      "type": "bool"
21500    },
21501    {
21502      "name": "mca",
21503      "type": "bool"
21504    },
21505    {
21506      "name": "mtrr",
21507      "type": "bool"
21508    },
21509    {
21510      "name": "cid",
21511      "type": "bool"
21512    },
21513    {
21514      "name": "vmcb_clean",
21515      "type": "bool"
21516    },
21517    {
21518      "name": "pfthreshold",
21519      "type": "bool"
21520    },
21521    {
21522      "name": "pmm",
21523      "type": "bool"
21524    },
21525    {
21526      "name": "tm",
21527      "type": "bool"
21528    },
21529    {
21530      "name": "pbe",
21531      "type": "bool"
21532    },
21533    {
21534      "name": "vmx-entry-ia32e-mode",
21535      "type": "bool"
21536    },
21537    {
21538      "name": "vmx-rdpmc-exit",
21539      "type": "bool"
21540    },
21541    {
21542      "name": "split-lock-detect",
21543      "type": "bool"
21544    },
21545    {
21546      "name": "fpu",
21547      "type": "bool"
21548    },
21549    {
21550      "name": "skinit",
21551      "type": "bool"
21552    },
21553    {
21554      "name": "sep",
21555      "type": "bool"
21556    },
21557    {
21558      "name": "avx512-bf16",
21559      "type": "bool"
21560    },
21561    {
21562      "name": "vmx-rdtscp-exit",
21563      "type": "bool"
21564    },
21565    {
21566      "name": "nx",
21567      "type": "bool"
21568    },
21569    {
21570      "name": "vmx-invvpid-all-context",
21571      "type": "bool"
21572    },
21573    {
21574      "name": "ds-cpl",
21575      "type": "bool"
21576    },
21577    {
21578      "name": "pause-filter",
21579      "type": "bool"
21580    },
21581    {
21582      "name": "fsrm",
21583      "type": "bool"
21584    },
21585    {
21586      "name": "pause_filter",
21587      "type": "bool"
21588    },
21589    {
21590      "name": "vmx-vmwrite-vmexit-fields",
21591      "type": "bool"
21592    },
21593    {
21594      "name": "vmx-ept",
21595      "type": "bool"
21596    },
21597    {
21598      "name": "nodeid-msr",
21599      "type": "bool"
21600    },
21601    {
21602      "name": "smap",
21603      "type": "bool"
21604    },
21605    {
21606      "name": "vmx-io-bitmap",
21607      "type": "bool"
21608    },
21609    {
21610      "name": "vmx-intr-exit",
21611      "type": "bool"
21612    },
21613    {
21614      "name": "fxsr_opt",
21615      "type": "bool"
21616    },
21617    {
21618      "name": "cr8legacy",
21619      "type": "bool"
21620    },
21621    {
21622      "name": "cmp_legacy",
21623      "type": "bool"
21624    },
21625    {
21626      "name": "vmx-zero-len-inject",
21627      "type": "bool"
21628    },
21629    {
21630      "name": "virt-ssbd",
21631      "type": "bool"
21632    },
21633    {
21634      "name": "pschange-mc-no",
21635      "type": "bool"
21636    },
21637    {
21638      "name": "umip",
21639      "type": "bool"
21640    },
21641    {
21642      "name": "avx512er",
21643      "type": "bool"
21644    },
21645    {
21646      "name": "vmx-vpid",
21647      "type": "bool"
21648    },
21649    {
21650      "name": "xstore-en",
21651      "type": "bool"
21652    },
21653    {
21654      "name": "avx512vl",
21655      "type": "bool"
21656    },
21657    {
21658      "name": "vmx-invept-single-context-noglobals",
21659      "type": "bool"
21660    },
21661    {
21662      "name": "cmov",
21663      "type": "bool"
21664    },
21665    {
21666      "name": "rsba",
21667      "type": "bool"
21668    },
21669    {
21670      "name": "vmx-posted-intr",
21671      "type": "bool"
21672    },
21673    {
21674      "name": "xcrypt-en",
21675      "type": "bool"
21676    },
21677    {
21678      "name": "tm2",
21679      "type": "bool"
21680    },
21681    {
21682      "name": "vmx-exit-clear-bndcfgs",
21683      "type": "bool"
21684    },
21685    {
21686      "name": "vmx-ept-execonly",
21687      "type": "bool"
21688    },
21689    {
21690      "name": "vmx-exit-load-efer",
21691      "type": "bool"
21692    },
21693    {
21694      "name": "xsaveerptr",
21695      "type": "bool"
21696    },
21697    {
21698      "name": "fsgsbase",
21699      "type": "bool"
21700    },
21701    {
21702      "name": "avx512bw",
21703      "type": "bool"
21704    },
21705    {
21706      "name": "vmx-vintr-pending",
21707      "type": "bool"
21708    },
21709    {
21710      "name": "smx",
21711      "type": "bool"
21712    },
21713    {
21714      "name": "vmx-secondary-ctls",
21715      "type": "bool"
21716    },
21717    {
21718      "name": "lbrv",
21719      "type": "bool"
21720    },
21721    {
21722      "name": "tsc-frequency",
21723      "type": "int"
21724    },
21725    {
21726      "name": "hle",
21727      "type": "bool"
21728    },
21729    {
21730      "name": "monitor",
21731      "type": "bool"
21732    },
21733    {
21734      "name": "tce",
21735      "type": "bool"
21736    },
21737    {
21738      "name": "sse4a",
21739      "type": "bool"
21740    },
21741    {
21742      "name": "vpclmulqdq",
21743      "type": "bool"
21744    },
21745    {
21746      "name": "tsc-scale",
21747      "type": "bool"
21748    },
21749    {
21750      "name": "kvm-pv-tlb-flush",
21751      "type": "bool"
21752    },
21753    {
21754      "name": "mds-no",
21755      "type": "bool"
21756    },
21757    {
21758      "name": "vmx-cr8-load-exit",
21759      "type": "bool"
21760    },
21761    {
21762      "name": "vmx-activity-hlt",
21763      "type": "bool"
21764    },
21765    {
21766      "name": "i64",
21767      "type": "bool"
21768    },
21769    {
21770      "name": "adx",
21771      "type": "bool"
21772    },
21773    {
21774      "name": "vmx-invept-all-context",
21775      "type": "bool"
21776    },
21777    {
21778      "name": "ffxsr",
21779      "type": "bool"
21780    },
21781    {
21782      "name": "amd-no-ssb",
21783      "type": "bool"
21784    },
21785    {
21786      "name": "crash-information",
21787      "type": "GuestPanicInformation"
21788    },
21789    {
21790      "name": "vmx-entry-load-bndcfgs",
21791      "type": "bool"
21792    },
21793    {
21794      "name": "svm_lock",
21795      "type": "bool"
21796    },
21797    {
21798      "name": "msr",
21799      "type": "bool"
21800    },
21801    {
21802      "name": "pclmulqdq",
21803      "type": "bool"
21804    },
21805    {
21806      "name": "vmx-preemption-timer",
21807      "type": "bool"
21808    },
21809    {
21810      "name": "clflush",
21811      "type": "bool"
21812    },
21813    {
21814      "name": "ssb-no",
21815      "type": "bool"
21816    },
21817    {
21818      "name": "mpx",
21819      "type": "bool"
21820    },
21821    {
21822      "name": "extapic",
21823      "type": "bool"
21824    },
21825    {
21826      "name": "vmx-vnmi",
21827      "type": "bool"
21828    },
21829    {
21830      "name": "xop",
21831      "type": "bool"
21832    },
21833    {
21834      "name": "vmx-rdseed-exit",
21835      "type": "bool"
21836    },
21837    {
21838      "name": "smep",
21839      "type": "bool"
21840    },
21841    {
21842      "name": "vmx-mwait-exit",
21843      "type": "bool"
21844    },
21845    {
21846      "name": "vmx-rdtsc-exit",
21847      "type": "bool"
21848    },
21849    {
21850      "name": "cx8",
21851      "type": "bool"
21852    },
21853    {
21854      "name": "sse4-2",
21855      "type": "bool"
21856    },
21857    {
21858      "name": "xsavec",
21859      "type": "bool"
21860    },
21861    {
21862      "name": "pku",
21863      "type": "bool"
21864    },
21865    {
21866      "name": "tsx-ldtrk",
21867      "type": "bool"
21868    },
21869    {
21870      "name": "vmx-mtf",
21871      "type": "bool"
21872    },
21873    {
21874      "name": "vmcb-clean",
21875      "type": "bool"
21876    },
21877    {
21878      "name": "vmx-exit-load-pat",
21879      "type": "bool"
21880    },
21881    {
21882      "name": "stibp",
21883      "type": "bool"
21884    },
21885    {
21886      "name": "vmx-cr3-store-noexit",
21887      "type": "bool"
21888    },
21889    {
21890      "name": "tsx-ctrl",
21891      "type": "bool"
21892    },
21893    {
21894      "name": "svm-lock",
21895      "type": "bool"
21896    },
21897    {
21898      "name": "sse4-1",
21899      "type": "bool"
21900    },
21901    {
21902      "name": "lahf_lm",
21903      "type": "bool"
21904    },
21905    {
21906      "name": "kvm_pv_eoi",
21907      "type": "bool"
21908    },
21909    {
21910      "name": "sse",
21911      "type": "bool"
21912    },
21913    {
21914      "name": "clzero",
21915      "type": "bool"
21916    },
21917    {
21918      "name": "ds",
21919      "type": "bool"
21920    },
21921    {
21922      "name": "osvw",
21923      "type": "bool"
21924    },
21925    {
21926      "name": "kvm_steal_time",
21927      "type": "bool"
21928    },
21929    {
21930      "name": "vmx-true-ctls",
21931      "type": "bool"
21932    },
21933    {
21934      "name": "movdir64b",
21935      "type": "bool"
21936    },
21937    {
21938      "name": "vmx-invept",
21939      "type": "bool"
21940    },
21941    {
21942      "name": "acpi",
21943      "type": "bool"
21944    },
21945    {
21946      "name": "xd",
21947      "type": "bool"
21948    },
21949    {
21950      "name": "nodeid_msr",
21951      "type": "bool"
21952    },
21953    {
21954      "name": "ds_cpl",
21955      "type": "bool"
21956    },
21957    {
21958      "name": "vmx-ept-1gb",
21959      "type": "bool"
21960    },
21961    {
21962      "name": "nrip-save",
21963      "type": "bool"
21964    },
21965    {
21966      "name": "gfni",
21967      "type": "bool"
21968    },
21969    {
21970      "name": "kvm-mmu",
21971      "type": "bool"
21972    },
21973    {
21974      "name": "sse3",
21975      "type": "bool"
21976    },
21977    {
21978      "name": "serialize",
21979      "type": "bool"
21980    },
21981    {
21982      "name": "avx512bitalg",
21983      "type": "bool"
21984    },
21985    {
21986      "name": "rdseed",
21987      "type": "bool"
21988    },
21989    {
21990      "name": "sha-ni",
21991      "type": "bool"
21992    },
21993    {
21994      "name": "ace2",
21995      "type": "bool"
21996    },
21997    {
21998      "name": "waitpkg",
21999      "type": "bool"
22000    },
22001    {
22002      "name": "vmx-rdrand-exit",
22003      "type": "bool"
22004    },
22005    {
22006      "name": "f16c",
22007      "type": "bool"
22008    },
22009    {
22010      "name": "3dnowprefetch",
22011      "type": "bool"
22012    },
22013    {
22014      "name": "vmx-encls-exit",
22015      "type": "bool"
22016    },
22017    {
22018      "name": "avx",
22019      "type": "bool"
22020    },
22021    {
22022      "name": "topoext",
22023      "type": "bool"
22024    },
22025    {
22026      "name": "sse2",
22027      "type": "bool"
22028    },
22029    {
22030      "name": "rdctl-no",
22031      "type": "bool"
22032    },
22033    {
22034      "name": "mmx",
22035      "type": "bool"
22036    },
22037    {
22038      "name": "avx512-4fmaps",
22039      "type": "bool"
22040    },
22041    {
22042      "name": "vmx-cr8-store-exit",
22043      "type": "bool"
22044    },
22045    {
22046      "name": "avx512vnni",
22047      "type": "bool"
22048    },
22049    {
22050      "name": "pni",
22051      "type": "bool"
22052    },
22053    {
22054      "name": "movbe",
22055      "type": "bool"
22056    },
22057    {
22058      "name": "mmxext",
22059      "type": "bool"
22060    },
22061    {
22062      "name": "vmx-ple",
22063      "type": "bool"
22064    },
22065    {
22066      "name": "vmx-apicv-vid",
22067      "type": "bool"
22068    },
22069    {
22070      "name": "flushbyasid",
22071      "type": "bool"
22072    },
22073    {
22074      "name": "rdtscp",
22075      "type": "bool"
22076    },
22077    {
22078      "name": "clwb",
22079      "type": "bool"
22080    },
22081    {
22082      "name": "kvm-asyncpf",
22083      "type": "bool"
22084    },
22085    {
22086      "name": "kvm-pv-sched-yield",
22087      "type": "bool"
22088    },
22089    {
22090      "name": "decodeassists",
22091      "type": "bool"
22092    },
22093    {
22094      "name": "pat",
22095      "type": "bool"
22096    },
22097    {
22098      "name": "invpcid",
22099      "type": "bool"
22100    },
22101    {
22102      "name": "pdpe1gb",
22103      "type": "bool"
22104    },
22105    {
22106      "name": "vmx-exit-save-pat",
22107      "type": "bool"
22108    },
22109    {
22110      "name": "tsc-adjust",
22111      "type": "bool"
22112    },
22113    {
22114      "name": "vmx-entry-load-rtit-ctl",
22115      "type": "bool"
22116    },
22117    {
22118      "name": "ht",
22119      "type": "bool"
22120    },
22121    {
22122      "name": "xtpr",
22123      "type": "bool"
22124    },
22125    {
22126      "name": "tsc_adjust",
22127      "type": "bool"
22128    },
22129    {
22130      "name": "vmx-tsc-offset",
22131      "type": "bool"
22132    },
22133    {
22134      "name": "ssbd",
22135      "type": "bool"
22136    },
22137    {
22138      "name": "vmx-exit-clear-rtit-ctl",
22139      "type": "bool"
22140    },
22141    {
22142      "name": "3dnowext",
22143      "type": "bool"
22144    },
22145    {
22146      "name": "clflushopt",
22147      "type": "bool"
22148    },
22149    {
22150      "name": "pdcm",
22151      "type": "bool"
22152    },
22153    {
22154      "name": "xsave",
22155      "type": "bool"
22156    },
22157    {
22158      "name": "unavailable-features",
22159      "type": "strList"
22160    },
22161    {
22162      "name": "est",
22163      "type": "bool"
22164    },
22165    {
22166      "name": "pge",
22167      "type": "bool"
22168    },
22169    {
22170      "name": "vendor",
22171      "type": "string"
22172    },
22173    {
22174      "name": "pcommit",
22175      "type": "bool"
22176    },
22177    {
22178      "name": "ibs",
22179      "type": "bool"
22180    },
22181    {
22182      "name": "tsc-deadline",
22183      "type": "bool"
22184    },
22185    {
22186      "name": "kvmclock-stable-bit",
22187      "type": "bool"
22188    },
22189    {
22190      "name": "misalignsse",
22191      "type": "bool"
22192    },
22193    {
22194      "name": "vmx-msr-bitmap",
22195      "type": "bool"
22196    },
22197    {
22198      "name": "perfctr-nb",
22199      "type": "bool"
22200    },
22201    {
22202      "name": "feature-words",
22203      "type": "X86CPUFeatureWordInfo"
22204    },
22205    {
22206      "name": "apic",
22207      "type": "bool"
22208    },
22209    {
22210      "name": "avx512vbmi",
22211      "type": "bool"
22212    },
22213    {
22214      "name": "vmx-exit-nosave-debugctl",
22215      "type": "bool"
22216    },
22217    {
22218      "name": "avx512f",
22219      "type": "bool"
22220    },
22221    {
22222      "name": "vmx-exit-save-preemption-timer",
22223      "type": "bool"
22224    },
22225    {
22226      "name": "arch-capabilities",
22227      "type": "bool"
22228    },
22229    {
22230      "name": "bmi2",
22231      "type": "bool"
22232    },
22233    {
22234      "name": "vmx-pml",
22235      "type": "bool"
22236    },
22237    {
22238      "name": "vmx-nmi-exit",
22239      "type": "bool"
22240    },
22241    {
22242      "name": "intel-pt",
22243      "type": "bool"
22244    },
22245    {
22246      "name": "wdt",
22247      "type": "bool"
22248    },
22249    {
22250      "name": "ace2-en",
22251      "type": "bool"
22252    },
22253    {
22254      "name": "avx512pf",
22255      "type": "bool"
22256    },
22257    {
22258      "name": "bmi1",
22259      "type": "bool"
22260    },
22261    {
22262      "name": "vmx-page-walk-5",
22263      "type": "bool"
22264    },
22265    {
22266      "name": "kvm-nopiodelay",
22267      "type": "bool"
22268    },
22269    {
22270      "name": "sse4.2",
22271      "type": "bool"
22272    },
22273    {
22274      "name": "vmx-ept-2mb",
22275      "type": "bool"
22276    },
22277    {
22278      "name": "vmx-exit-load-perf-global-ctrl",
22279      "type": "bool"
22280    },
22281    {
22282      "name": "3dnow",
22283      "type": "bool"
22284    },
22285    {
22286      "name": "vmx-wbinvd-exit",
22287      "type": "bool"
22288    },
22289    {
22290      "name": "vmx",
22291      "type": "bool"
22292    },
22293    {
22294      "name": "la57",
22295      "type": "bool"
22296    },
22297    {
22298      "name": "vmx-page-walk-4",
22299      "type": "bool"
22300    },
22301    {
22302      "name": "sse4.1",
22303      "type": "bool"
22304    },
22305    {
22306      "name": "ibrs-all",
22307      "type": "bool"
22308    },
22309    {
22310      "name": "xgetbv1",
22311      "type": "bool"
22312    },
22313    {
22314      "name": "xsaveopt",
22315      "type": "bool"
22316    },
22317    {
22318      "name": "spec-ctrl",
22319      "type": "bool"
22320    },
22321    {
22322      "name": "vmx-entry-load-perf-global-ctrl",
22323      "type": "bool"
22324    },
22325    {
22326      "name": "vmx-exit-ack-intr",
22327      "type": "bool"
22328    },
22329    {
22330      "name": "vmx-xsaves",
22331      "type": "bool"
22332    },
22333    {
22334      "name": "phe-en",
22335      "type": "bool"
22336    },
22337    {
22338      "name": "fxsr",
22339      "type": "bool"
22340    },
22341    {
22342      "name": "hypervisor",
22343      "type": "bool"
22344    },
22345    {
22346      "name": "aes",
22347      "type": "bool"
22348    },
22349    {
22350      "name": "amd-ssbd",
22351      "type": "bool"
22352    },
22353    {
22354      "name": "sse4_2",
22355      "type": "bool"
22356    },
22357    {
22358      "name": "de",
22359      "type": "bool"
22360    },
22361    {
22362      "name": "ss",
22363      "type": "bool"
22364    },
22365    {
22366      "name": "vmx-movdr-exit",
22367      "type": "bool"
22368    },
22369    {
22370      "name": "fma",
22371      "type": "bool"
22372    }
22373  ],
22374  "id": "libvirt-40"
22375}
22376
22377{
22378  "execute": "query-machines",
22379  "id": "libvirt-41"
22380}
22381
22382{
22383  "return": [
22384    {
22385      "hotpluggable-cpus": true,
22386      "name": "pc-i440fx-2.12",
22387      "numa-mem-supported": true,
22388      "default-cpu-type": "qemu64-x86_64-cpu",
22389      "cpu-max": 255,
22390      "deprecated": false
22391    },
22392    {
22393      "hotpluggable-cpus": true,
22394      "name": "pc-i440fx-2.0",
22395      "numa-mem-supported": true,
22396      "default-cpu-type": "qemu64-x86_64-cpu",
22397      "cpu-max": 255,
22398      "deprecated": false
22399    },
22400    {
22401      "hotpluggable-cpus": true,
22402      "name": "pc-q35-4.2",
22403      "numa-mem-supported": true,
22404      "default-cpu-type": "qemu64-x86_64-cpu",
22405      "cpu-max": 288,
22406      "deprecated": false
22407    },
22408    {
22409      "hotpluggable-cpus": true,
22410      "name": "pc-i440fx-2.5",
22411      "numa-mem-supported": true,
22412      "default-cpu-type": "qemu64-x86_64-cpu",
22413      "cpu-max": 255,
22414      "deprecated": false
22415    },
22416    {
22417      "hotpluggable-cpus": true,
22418      "name": "pc-i440fx-4.2",
22419      "numa-mem-supported": true,
22420      "default-cpu-type": "qemu64-x86_64-cpu",
22421      "cpu-max": 255,
22422      "deprecated": false
22423    },
22424    {
22425      "hotpluggable-cpus": true,
22426      "name": "pc-i440fx-1.5",
22427      "numa-mem-supported": true,
22428      "default-cpu-type": "qemu64-x86_64-cpu",
22429      "cpu-max": 255,
22430      "deprecated": false
22431    },
22432    {
22433      "hotpluggable-cpus": true,
22434      "name": "pc-q35-2.7",
22435      "numa-mem-supported": true,
22436      "default-cpu-type": "qemu64-x86_64-cpu",
22437      "cpu-max": 255,
22438      "deprecated": false
22439    },
22440    {
22441      "hotpluggable-cpus": true,
22442      "name": "pc-i440fx-2.2",
22443      "numa-mem-supported": true,
22444      "default-cpu-type": "qemu64-x86_64-cpu",
22445      "cpu-max": 255,
22446      "deprecated": false
22447    },
22448    {
22449      "hotpluggable-cpus": true,
22450      "name": "pc-1.1",
22451      "numa-mem-supported": true,
22452      "default-cpu-type": "qemu64-x86_64-cpu",
22453      "cpu-max": 255,
22454      "deprecated": true
22455    },
22456    {
22457      "hotpluggable-cpus": false,
22458      "name": "none",
22459      "numa-mem-supported": false,
22460      "cpu-max": 1,
22461      "deprecated": false
22462    },
22463    {
22464      "hotpluggable-cpus": true,
22465      "name": "pc-i440fx-2.7",
22466      "numa-mem-supported": true,
22467      "default-cpu-type": "qemu64-x86_64-cpu",
22468      "cpu-max": 255,
22469      "deprecated": false
22470    },
22471    {
22472      "hotpluggable-cpus": true,
22473      "name": "pc-q35-2.4",
22474      "numa-mem-supported": true,
22475      "default-cpu-type": "qemu64-x86_64-cpu",
22476      "cpu-max": 255,
22477      "deprecated": false
22478    },
22479    {
22480      "hotpluggable-cpus": true,
22481      "name": "pc-q35-2.10",
22482      "numa-mem-supported": true,
22483      "default-cpu-type": "qemu64-x86_64-cpu",
22484      "cpu-max": 288,
22485      "deprecated": false
22486    },
22487    {
22488      "hotpluggable-cpus": true,
22489      "name": "pc-q35-5.1",
22490      "numa-mem-supported": false,
22491      "default-cpu-type": "qemu64-x86_64-cpu",
22492      "cpu-max": 288,
22493      "deprecated": false,
22494      "alias": "q35"
22495    },
22496    {
22497      "hotpluggable-cpus": true,
22498      "name": "pc-i440fx-1.7",
22499      "numa-mem-supported": true,
22500      "default-cpu-type": "qemu64-x86_64-cpu",
22501      "cpu-max": 255,
22502      "deprecated": false
22503    },
22504    {
22505      "hotpluggable-cpus": true,
22506      "name": "pc-q35-2.9",
22507      "numa-mem-supported": true,
22508      "default-cpu-type": "qemu64-x86_64-cpu",
22509      "cpu-max": 288,
22510      "deprecated": false
22511    },
22512    {
22513      "hotpluggable-cpus": true,
22514      "name": "pc-i440fx-2.11",
22515      "numa-mem-supported": true,
22516      "default-cpu-type": "qemu64-x86_64-cpu",
22517      "cpu-max": 255,
22518      "deprecated": false
22519    },
22520    {
22521      "hotpluggable-cpus": true,
22522      "name": "pc-q35-3.1",
22523      "numa-mem-supported": true,
22524      "default-cpu-type": "qemu64-x86_64-cpu",
22525      "cpu-max": 288,
22526      "deprecated": false
22527    },
22528    {
22529      "hotpluggable-cpus": true,
22530      "name": "pc-q35-4.1",
22531      "numa-mem-supported": true,
22532      "default-cpu-type": "qemu64-x86_64-cpu",
22533      "cpu-max": 288,
22534      "deprecated": false
22535    },
22536    {
22537      "hotpluggable-cpus": true,
22538      "name": "pc-i440fx-2.4",
22539      "numa-mem-supported": true,
22540      "default-cpu-type": "qemu64-x86_64-cpu",
22541      "cpu-max": 255,
22542      "deprecated": false
22543    },
22544    {
22545      "hotpluggable-cpus": true,
22546      "name": "pc-1.3",
22547      "numa-mem-supported": true,
22548      "default-cpu-type": "qemu64-x86_64-cpu",
22549      "cpu-max": 255,
22550      "deprecated": true
22551    },
22552    {
22553      "hotpluggable-cpus": true,
22554      "name": "pc-i440fx-4.1",
22555      "numa-mem-supported": true,
22556      "default-cpu-type": "qemu64-x86_64-cpu",
22557      "cpu-max": 255,
22558      "deprecated": false
22559    },
22560    {
22561      "hotpluggable-cpus": true,
22562      "name": "pc-i440fx-5.1",
22563      "numa-mem-supported": false,
22564      "default-cpu-type": "qemu64-x86_64-cpu",
22565      "is-default": true,
22566      "cpu-max": 255,
22567      "deprecated": false,
22568      "alias": "pc"
22569    },
22570    {
22571      "hotpluggable-cpus": true,
22572      "name": "pc-i440fx-2.9",
22573      "numa-mem-supported": true,
22574      "default-cpu-type": "qemu64-x86_64-cpu",
22575      "cpu-max": 255,
22576      "deprecated": false
22577    },
22578    {
22579      "hotpluggable-cpus": true,
22580      "name": "isapc",
22581      "numa-mem-supported": false,
22582      "default-cpu-type": "486-x86_64-cpu",
22583      "cpu-max": 1,
22584      "deprecated": false
22585    },
22586    {
22587      "hotpluggable-cpus": true,
22588      "name": "pc-i440fx-1.4",
22589      "numa-mem-supported": true,
22590      "default-cpu-type": "qemu64-x86_64-cpu",
22591      "cpu-max": 255,
22592      "deprecated": false
22593    },
22594    {
22595      "hotpluggable-cpus": true,
22596      "name": "pc-q35-2.6",
22597      "numa-mem-supported": true,
22598      "default-cpu-type": "qemu64-x86_64-cpu",
22599      "cpu-max": 255,
22600      "deprecated": false
22601    },
22602    {
22603      "hotpluggable-cpus": true,
22604      "name": "pc-i440fx-3.1",
22605      "numa-mem-supported": true,
22606      "default-cpu-type": "qemu64-x86_64-cpu",
22607      "cpu-max": 255,
22608      "deprecated": false
22609    },
22610    {
22611      "hotpluggable-cpus": true,
22612      "name": "pc-q35-2.12",
22613      "numa-mem-supported": true,
22614      "default-cpu-type": "qemu64-x86_64-cpu",
22615      "cpu-max": 288,
22616      "deprecated": false
22617    },
22618    {
22619      "hotpluggable-cpus": true,
22620      "name": "pc-i440fx-2.1",
22621      "numa-mem-supported": true,
22622      "default-cpu-type": "qemu64-x86_64-cpu",
22623      "cpu-max": 255,
22624      "deprecated": false
22625    },
22626    {
22627      "hotpluggable-cpus": true,
22628      "name": "pc-1.0",
22629      "numa-mem-supported": true,
22630      "default-cpu-type": "qemu64-x86_64-cpu",
22631      "cpu-max": 255,
22632      "deprecated": true
22633    },
22634    {
22635      "hotpluggable-cpus": true,
22636      "name": "pc-i440fx-2.6",
22637      "numa-mem-supported": true,
22638      "default-cpu-type": "qemu64-x86_64-cpu",
22639      "cpu-max": 255,
22640      "deprecated": false
22641    },
22642    {
22643      "hotpluggable-cpus": true,
22644      "name": "pc-q35-4.0.1",
22645      "numa-mem-supported": true,
22646      "default-cpu-type": "qemu64-x86_64-cpu",
22647      "cpu-max": 288,
22648      "deprecated": false
22649    },
22650    {
22651      "hotpluggable-cpus": true,
22652      "name": "pc-i440fx-1.6",
22653      "numa-mem-supported": true,
22654      "default-cpu-type": "qemu64-x86_64-cpu",
22655      "cpu-max": 255,
22656      "deprecated": false
22657    },
22658    {
22659      "hotpluggable-cpus": true,
22660      "name": "pc-q35-5.0",
22661      "numa-mem-supported": true,
22662      "default-cpu-type": "qemu64-x86_64-cpu",
22663      "cpu-max": 288,
22664      "deprecated": false
22665    },
22666    {
22667      "hotpluggable-cpus": true,
22668      "name": "pc-q35-2.8",
22669      "numa-mem-supported": true,
22670      "default-cpu-type": "qemu64-x86_64-cpu",
22671      "cpu-max": 288,
22672      "deprecated": false
22673    },
22674    {
22675      "hotpluggable-cpus": true,
22676      "name": "pc-i440fx-2.10",
22677      "numa-mem-supported": true,
22678      "default-cpu-type": "qemu64-x86_64-cpu",
22679      "cpu-max": 255,
22680      "deprecated": false
22681    },
22682    {
22683      "hotpluggable-cpus": true,
22684      "name": "pc-q35-3.0",
22685      "numa-mem-supported": true,
22686      "default-cpu-type": "qemu64-x86_64-cpu",
22687      "cpu-max": 288,
22688      "deprecated": false
22689    },
22690    {
22691      "hotpluggable-cpus": true,
22692      "name": "pc-q35-4.0",
22693      "numa-mem-supported": true,
22694      "default-cpu-type": "qemu64-x86_64-cpu",
22695      "cpu-max": 288,
22696      "deprecated": false
22697    },
22698    {
22699      "hotpluggable-cpus": false,
22700      "name": "microvm",
22701      "numa-mem-supported": false,
22702      "default-cpu-type": "qemu64-x86_64-cpu",
22703      "cpu-max": 288,
22704      "deprecated": false
22705    },
22706    {
22707      "hotpluggable-cpus": true,
22708      "name": "pc-i440fx-2.3",
22709      "numa-mem-supported": true,
22710      "default-cpu-type": "qemu64-x86_64-cpu",
22711      "cpu-max": 255,
22712      "deprecated": false
22713    },
22714    {
22715      "hotpluggable-cpus": true,
22716      "name": "pc-1.2",
22717      "numa-mem-supported": true,
22718      "default-cpu-type": "qemu64-x86_64-cpu",
22719      "cpu-max": 255,
22720      "deprecated": true
22721    },
22722    {
22723      "hotpluggable-cpus": true,
22724      "name": "pc-i440fx-4.0",
22725      "numa-mem-supported": true,
22726      "default-cpu-type": "qemu64-x86_64-cpu",
22727      "cpu-max": 255,
22728      "deprecated": false
22729    },
22730    {
22731      "hotpluggable-cpus": true,
22732      "name": "pc-i440fx-5.0",
22733      "numa-mem-supported": true,
22734      "default-cpu-type": "qemu64-x86_64-cpu",
22735      "cpu-max": 255,
22736      "deprecated": false
22737    },
22738    {
22739      "hotpluggable-cpus": true,
22740      "name": "pc-i440fx-2.8",
22741      "numa-mem-supported": true,
22742      "default-cpu-type": "qemu64-x86_64-cpu",
22743      "cpu-max": 255,
22744      "deprecated": false
22745    },
22746    {
22747      "hotpluggable-cpus": true,
22748      "name": "pc-q35-2.5",
22749      "numa-mem-supported": true,
22750      "default-cpu-type": "qemu64-x86_64-cpu",
22751      "cpu-max": 255,
22752      "deprecated": false
22753    },
22754    {
22755      "hotpluggable-cpus": true,
22756      "name": "pc-i440fx-3.0",
22757      "numa-mem-supported": true,
22758      "default-cpu-type": "qemu64-x86_64-cpu",
22759      "cpu-max": 255,
22760      "deprecated": false
22761    },
22762    {
22763      "hotpluggable-cpus": true,
22764      "name": "pc-q35-2.11",
22765      "numa-mem-supported": true,
22766      "default-cpu-type": "qemu64-x86_64-cpu",
22767      "cpu-max": 288,
22768      "deprecated": false
22769    }
22770  ],
22771  "id": "libvirt-41"
22772}
22773
22774{
22775  "execute": "qom-list-properties",
22776  "arguments": {
22777    "typename": "none-machine"
22778  },
22779  "id": "libvirt-42"
22780}
22781
22782{
22783  "return": [
22784    {
22785      "name": "type",
22786      "type": "string"
22787    },
22788    {
22789      "name": "enforce-config-section",
22790      "description": "Set on to enforce configuration section migration",
22791      "type": "bool"
22792    },
22793    {
22794      "name": "graphics",
22795      "description": "Set on/off to enable/disable graphics emulation",
22796      "type": "bool"
22797    },
22798    {
22799      "name": "memory-encryption",
22800      "description": "Set memory encryption object to use",
22801      "type": "string"
22802    },
22803    {
22804      "name": "dtb",
22805      "description": "Linux kernel device tree file",
22806      "type": "string"
22807    },
22808    {
22809      "name": "usb",
22810      "description": "Set on/off to enable/disable usb",
22811      "type": "bool"
22812    },
22813    {
22814      "name": "phandle-start",
22815      "description": "The first phandle ID we may generate dynamically",
22816      "type": "int"
22817    },
22818    {
22819      "name": "dump-guest-core",
22820      "description": "Include guest memory in a core dump",
22821      "type": "bool"
22822    },
22823    {
22824      "name": "append",
22825      "description": "Linux kernel command line",
22826      "type": "string"
22827    },
22828    {
22829      "name": "suppress-vmdesc",
22830      "description": "Set on to disable self-describing migration",
22831      "type": "bool"
22832    },
22833    {
22834      "name": "mem-merge",
22835      "description": "Enable/disable memory merge support",
22836      "type": "bool"
22837    },
22838    {
22839      "name": "dt-compatible",
22840      "description": "Overrides the \"compatible\" property of the dt root node",
22841      "type": "string"
22842    },
22843    {
22844      "name": "kernel",
22845      "description": "Linux kernel image file",
22846      "type": "string"
22847    },
22848    {
22849      "name": "dumpdtb",
22850      "description": "Dump current dtb to a file and quit",
22851      "type": "string"
22852    },
22853    {
22854      "name": "initrd",
22855      "description": "Linux initial ramdisk file",
22856      "type": "string"
22857    },
22858    {
22859      "name": "firmware",
22860      "description": "Firmware image",
22861      "type": "string"
22862    },
22863    {
22864      "name": "memory-backend",
22865      "description": "Set RAM backendValid value is ID of hostmem based backend",
22866      "type": "string"
22867    }
22868  ],
22869  "id": "libvirt-42"
22870}
22871
22872{
22873  "execute": "query-cpu-definitions",
22874  "id": "libvirt-43"
22875}
22876
22877{
22878  "return": [
22879    {
22880      "name": "max",
22881      "typename": "max-x86_64-cpu",
22882      "unavailable-features": [
22883      ],
22884      "static": false,
22885      "migration-safe": false
22886    },
22887    {
22888      "name": "host",
22889      "typename": "host-x86_64-cpu",
22890      "unavailable-features": [
22891      ],
22892      "static": false,
22893      "migration-safe": false
22894    },
22895    {
22896      "name": "base",
22897      "typename": "base-x86_64-cpu",
22898      "unavailable-features": [
22899      ],
22900      "static": true,
22901      "migration-safe": true
22902    },
22903    {
22904      "name": "qemu64-v1",
22905      "typename": "qemu64-v1-x86_64-cpu",
22906      "unavailable-features": [
22907      ],
22908      "static": false,
22909      "migration-safe": true
22910    },
22911    {
22912      "name": "qemu64",
22913      "typename": "qemu64-x86_64-cpu",
22914      "unavailable-features": [
22915      ],
22916      "alias-of": "qemu64-v1",
22917      "static": false,
22918      "migration-safe": true
22919    },
22920    {
22921      "name": "qemu32-v1",
22922      "typename": "qemu32-v1-x86_64-cpu",
22923      "unavailable-features": [
22924      ],
22925      "static": false,
22926      "migration-safe": true
22927    },
22928    {
22929      "name": "qemu32",
22930      "typename": "qemu32-x86_64-cpu",
22931      "unavailable-features": [
22932      ],
22933      "alias-of": "qemu32-v1",
22934      "static": false,
22935      "migration-safe": true
22936    },
22937    {
22938      "name": "phenom-v1",
22939      "typename": "phenom-v1-x86_64-cpu",
22940      "unavailable-features": [
22941        "3dnowext",
22942        "3dnow"
22943      ],
22944      "static": false,
22945      "migration-safe": true
22946    },
22947    {
22948      "name": "phenom",
22949      "typename": "phenom-x86_64-cpu",
22950      "unavailable-features": [
22951        "3dnowext",
22952        "3dnow"
22953      ],
22954      "alias-of": "phenom-v1",
22955      "static": false,
22956      "migration-safe": true
22957    },
22958    {
22959      "name": "pentium3-v1",
22960      "typename": "pentium3-v1-x86_64-cpu",
22961      "unavailable-features": [
22962      ],
22963      "static": false,
22964      "migration-safe": true
22965    },
22966    {
22967      "name": "pentium3",
22968      "typename": "pentium3-x86_64-cpu",
22969      "unavailable-features": [
22970      ],
22971      "alias-of": "pentium3-v1",
22972      "static": false,
22973      "migration-safe": true
22974    },
22975    {
22976      "name": "pentium2-v1",
22977      "typename": "pentium2-v1-x86_64-cpu",
22978      "unavailable-features": [
22979      ],
22980      "static": false,
22981      "migration-safe": true
22982    },
22983    {
22984      "name": "pentium2",
22985      "typename": "pentium2-x86_64-cpu",
22986      "unavailable-features": [
22987      ],
22988      "alias-of": "pentium2-v1",
22989      "static": false,
22990      "migration-safe": true
22991    },
22992    {
22993      "name": "pentium-v1",
22994      "typename": "pentium-v1-x86_64-cpu",
22995      "unavailable-features": [
22996      ],
22997      "static": false,
22998      "migration-safe": true
22999    },
23000    {
23001      "name": "pentium",
23002      "typename": "pentium-x86_64-cpu",
23003      "unavailable-features": [
23004      ],
23005      "alias-of": "pentium-v1",
23006      "static": false,
23007      "migration-safe": true
23008    },
23009    {
23010      "name": "n270-v1",
23011      "typename": "n270-v1-x86_64-cpu",
23012      "unavailable-features": [
23013        "ss"
23014      ],
23015      "static": false,
23016      "migration-safe": true
23017    },
23018    {
23019      "name": "n270",
23020      "typename": "n270-x86_64-cpu",
23021      "unavailable-features": [
23022        "ss"
23023      ],
23024      "alias-of": "n270-v1",
23025      "static": false,
23026      "migration-safe": true
23027    },
23028    {
23029      "name": "kvm64-v1",
23030      "typename": "kvm64-v1-x86_64-cpu",
23031      "unavailable-features": [
23032      ],
23033      "static": false,
23034      "migration-safe": true
23035    },
23036    {
23037      "name": "kvm64",
23038      "typename": "kvm64-x86_64-cpu",
23039      "unavailable-features": [
23040      ],
23041      "alias-of": "kvm64-v1",
23042      "static": false,
23043      "migration-safe": true
23044    },
23045    {
23046      "name": "kvm32-v1",
23047      "typename": "kvm32-v1-x86_64-cpu",
23048      "unavailable-features": [
23049      ],
23050      "static": false,
23051      "migration-safe": true
23052    },
23053    {
23054      "name": "kvm32",
23055      "typename": "kvm32-x86_64-cpu",
23056      "unavailable-features": [
23057      ],
23058      "alias-of": "kvm32-v1",
23059      "static": false,
23060      "migration-safe": true
23061    },
23062    {
23063      "name": "coreduo-v1",
23064      "typename": "coreduo-v1-x86_64-cpu",
23065      "unavailable-features": [
23066        "ss"
23067      ],
23068      "static": false,
23069      "migration-safe": true
23070    },
23071    {
23072      "name": "coreduo",
23073      "typename": "coreduo-x86_64-cpu",
23074      "unavailable-features": [
23075        "ss"
23076      ],
23077      "alias-of": "coreduo-v1",
23078      "static": false,
23079      "migration-safe": true
23080    },
23081    {
23082      "name": "core2duo-v1",
23083      "typename": "core2duo-v1-x86_64-cpu",
23084      "unavailable-features": [
23085        "ss"
23086      ],
23087      "static": false,
23088      "migration-safe": true
23089    },
23090    {
23091      "name": "core2duo",
23092      "typename": "core2duo-x86_64-cpu",
23093      "unavailable-features": [
23094        "ss"
23095      ],
23096      "alias-of": "core2duo-v1",
23097      "static": false,
23098      "migration-safe": true
23099    },
23100    {
23101      "name": "athlon-v1",
23102      "typename": "athlon-v1-x86_64-cpu",
23103      "unavailable-features": [
23104        "3dnowext",
23105        "3dnow"
23106      ],
23107      "static": false,
23108      "migration-safe": true
23109    },
23110    {
23111      "name": "athlon",
23112      "typename": "athlon-x86_64-cpu",
23113      "unavailable-features": [
23114        "3dnowext",
23115        "3dnow"
23116      ],
23117      "alias-of": "athlon-v1",
23118      "static": false,
23119      "migration-safe": true
23120    },
23121    {
23122      "name": "Westmere-v2",
23123      "typename": "Westmere-v2-x86_64-cpu",
23124      "unavailable-features": [
23125        "spec-ctrl"
23126      ],
23127      "static": false,
23128      "migration-safe": true
23129    },
23130    {
23131      "name": "Westmere-v1",
23132      "typename": "Westmere-v1-x86_64-cpu",
23133      "unavailable-features": [
23134      ],
23135      "static": false,
23136      "migration-safe": true
23137    },
23138    {
23139      "name": "Westmere-IBRS",
23140      "typename": "Westmere-IBRS-x86_64-cpu",
23141      "unavailable-features": [
23142        "spec-ctrl"
23143      ],
23144      "alias-of": "Westmere-v2",
23145      "static": false,
23146      "migration-safe": true
23147    },
23148    {
23149      "name": "Westmere",
23150      "typename": "Westmere-x86_64-cpu",
23151      "unavailable-features": [
23152      ],
23153      "alias-of": "Westmere-v1",
23154      "static": false,
23155      "migration-safe": true
23156    },
23157    {
23158      "name": "Snowridge-v2",
23159      "typename": "Snowridge-v2-x86_64-cpu",
23160      "unavailable-features": [
23161        "erms",
23162        "gfni",
23163        "cldemote",
23164        "movdiri",
23165        "movdir64b",
23166        "spec-ctrl",
23167        "core-capability",
23168        "split-lock-detect"
23169      ],
23170      "static": false,
23171      "migration-safe": true
23172    },
23173    {
23174      "name": "Snowridge-v1",
23175      "typename": "Snowridge-v1-x86_64-cpu",
23176      "unavailable-features": [
23177        "erms",
23178        "mpx",
23179        "gfni",
23180        "cldemote",
23181        "movdiri",
23182        "movdir64b",
23183        "spec-ctrl",
23184        "core-capability",
23185        "mpx",
23186        "mpx",
23187        "split-lock-detect"
23188      ],
23189      "static": false,
23190      "migration-safe": true
23191    },
23192    {
23193      "name": "Snowridge",
23194      "typename": "Snowridge-x86_64-cpu",
23195      "unavailable-features": [
23196        "erms",
23197        "mpx",
23198        "gfni",
23199        "cldemote",
23200        "movdiri",
23201        "movdir64b",
23202        "spec-ctrl",
23203        "core-capability",
23204        "mpx",
23205        "mpx",
23206        "split-lock-detect"
23207      ],
23208      "alias-of": "Snowridge-v1",
23209      "static": false,
23210      "migration-safe": true
23211    },
23212    {
23213      "name": "Skylake-Server-v4",
23214      "typename": "Skylake-Server-v4-x86_64-cpu",
23215      "unavailable-features": [
23216        "pcid",
23217        "erms",
23218        "invpcid",
23219        "avx512f",
23220        "avx512dq",
23221        "avx512cd",
23222        "avx512bw",
23223        "avx512vl",
23224        "pku",
23225        "spec-ctrl",
23226        "avx512f",
23227        "avx512f",
23228        "avx512f",
23229        "pku"
23230      ],
23231      "static": false,
23232      "migration-safe": true
23233    },
23234    {
23235      "name": "Skylake-Server-v3",
23236      "typename": "Skylake-Server-v3-x86_64-cpu",
23237      "unavailable-features": [
23238        "pcid",
23239        "erms",
23240        "invpcid",
23241        "avx512f",
23242        "avx512dq",
23243        "avx512cd",
23244        "avx512bw",
23245        "avx512vl",
23246        "pku",
23247        "spec-ctrl",
23248        "avx512f",
23249        "avx512f",
23250        "avx512f",
23251        "pku"
23252      ],
23253      "static": false,
23254      "migration-safe": true
23255    },
23256    {
23257      "name": "Skylake-Server-v2",
23258      "typename": "Skylake-Server-v2-x86_64-cpu",
23259      "unavailable-features": [
23260        "pcid",
23261        "hle",
23262        "erms",
23263        "invpcid",
23264        "rtm",
23265        "avx512f",
23266        "avx512dq",
23267        "avx512cd",
23268        "avx512bw",
23269        "avx512vl",
23270        "pku",
23271        "spec-ctrl",
23272        "avx512f",
23273        "avx512f",
23274        "avx512f",
23275        "pku"
23276      ],
23277      "static": false,
23278      "migration-safe": true
23279    },
23280    {
23281      "name": "Skylake-Server-v1",
23282      "typename": "Skylake-Server-v1-x86_64-cpu",
23283      "unavailable-features": [
23284        "pcid",
23285        "hle",
23286        "erms",
23287        "invpcid",
23288        "rtm",
23289        "avx512f",
23290        "avx512dq",
23291        "avx512cd",
23292        "avx512bw",
23293        "avx512vl",
23294        "pku",
23295        "avx512f",
23296        "avx512f",
23297        "avx512f",
23298        "pku"
23299      ],
23300      "static": false,
23301      "migration-safe": true
23302    },
23303    {
23304      "name": "Skylake-Server-noTSX-IBRS",
23305      "typename": "Skylake-Server-noTSX-IBRS-x86_64-cpu",
23306      "unavailable-features": [
23307        "pcid",
23308        "erms",
23309        "invpcid",
23310        "avx512f",
23311        "avx512dq",
23312        "avx512cd",
23313        "avx512bw",
23314        "avx512vl",
23315        "pku",
23316        "spec-ctrl",
23317        "avx512f",
23318        "avx512f",
23319        "avx512f",
23320        "pku"
23321      ],
23322      "alias-of": "Skylake-Server-v3",
23323      "static": false,
23324      "migration-safe": true
23325    },
23326    {
23327      "name": "Skylake-Server-IBRS",
23328      "typename": "Skylake-Server-IBRS-x86_64-cpu",
23329      "unavailable-features": [
23330        "pcid",
23331        "hle",
23332        "erms",
23333        "invpcid",
23334        "rtm",
23335        "avx512f",
23336        "avx512dq",
23337        "avx512cd",
23338        "avx512bw",
23339        "avx512vl",
23340        "pku",
23341        "spec-ctrl",
23342        "avx512f",
23343        "avx512f",
23344        "avx512f",
23345        "pku"
23346      ],
23347      "alias-of": "Skylake-Server-v2",
23348      "static": false,
23349      "migration-safe": true
23350    },
23351    {
23352      "name": "Skylake-Server",
23353      "typename": "Skylake-Server-x86_64-cpu",
23354      "unavailable-features": [
23355        "pcid",
23356        "hle",
23357        "erms",
23358        "invpcid",
23359        "rtm",
23360        "avx512f",
23361        "avx512dq",
23362        "avx512cd",
23363        "avx512bw",
23364        "avx512vl",
23365        "pku",
23366        "avx512f",
23367        "avx512f",
23368        "avx512f",
23369        "pku"
23370      ],
23371      "alias-of": "Skylake-Server-v1",
23372      "static": false,
23373      "migration-safe": true
23374    },
23375    {
23376      "name": "Skylake-Client-v3",
23377      "typename": "Skylake-Client-v3-x86_64-cpu",
23378      "unavailable-features": [
23379        "pcid",
23380        "erms",
23381        "invpcid",
23382        "spec-ctrl"
23383      ],
23384      "static": false,
23385      "migration-safe": true
23386    },
23387    {
23388      "name": "Skylake-Client-v2",
23389      "typename": "Skylake-Client-v2-x86_64-cpu",
23390      "unavailable-features": [
23391        "pcid",
23392        "hle",
23393        "erms",
23394        "invpcid",
23395        "rtm",
23396        "spec-ctrl"
23397      ],
23398      "static": false,
23399      "migration-safe": true
23400    },
23401    {
23402      "name": "Skylake-Client-v1",
23403      "typename": "Skylake-Client-v1-x86_64-cpu",
23404      "unavailable-features": [
23405        "pcid",
23406        "hle",
23407        "erms",
23408        "invpcid",
23409        "rtm"
23410      ],
23411      "static": false,
23412      "migration-safe": true
23413    },
23414    {
23415      "name": "Skylake-Client-noTSX-IBRS",
23416      "typename": "Skylake-Client-noTSX-IBRS-x86_64-cpu",
23417      "unavailable-features": [
23418        "pcid",
23419        "erms",
23420        "invpcid",
23421        "spec-ctrl"
23422      ],
23423      "alias-of": "Skylake-Client-v3",
23424      "static": false,
23425      "migration-safe": true
23426    },
23427    {
23428      "name": "Skylake-Client-IBRS",
23429      "typename": "Skylake-Client-IBRS-x86_64-cpu",
23430      "unavailable-features": [
23431        "pcid",
23432        "hle",
23433        "erms",
23434        "invpcid",
23435        "rtm",
23436        "spec-ctrl"
23437      ],
23438      "alias-of": "Skylake-Client-v2",
23439      "static": false,
23440      "migration-safe": true
23441    },
23442    {
23443      "name": "Skylake-Client",
23444      "typename": "Skylake-Client-x86_64-cpu",
23445      "unavailable-features": [
23446        "pcid",
23447        "hle",
23448        "erms",
23449        "invpcid",
23450        "rtm"
23451      ],
23452      "alias-of": "Skylake-Client-v1",
23453      "static": false,
23454      "migration-safe": true
23455    },
23456    {
23457      "name": "SandyBridge-v2",
23458      "typename": "SandyBridge-v2-x86_64-cpu",
23459      "unavailable-features": [
23460        "spec-ctrl"
23461      ],
23462      "static": false,
23463      "migration-safe": true
23464    },
23465    {
23466      "name": "SandyBridge-v1",
23467      "typename": "SandyBridge-v1-x86_64-cpu",
23468      "unavailable-features": [
23469      ],
23470      "static": false,
23471      "migration-safe": true
23472    },
23473    {
23474      "name": "SandyBridge-IBRS",
23475      "typename": "SandyBridge-IBRS-x86_64-cpu",
23476      "unavailable-features": [
23477        "spec-ctrl"
23478      ],
23479      "alias-of": "SandyBridge-v2",
23480      "static": false,
23481      "migration-safe": true
23482    },
23483    {
23484      "name": "SandyBridge",
23485      "typename": "SandyBridge-x86_64-cpu",
23486      "unavailable-features": [
23487      ],
23488      "alias-of": "SandyBridge-v1",
23489      "static": false,
23490      "migration-safe": true
23491    },
23492    {
23493      "name": "Penryn-v1",
23494      "typename": "Penryn-v1-x86_64-cpu",
23495      "unavailable-features": [
23496      ],
23497      "static": false,
23498      "migration-safe": true
23499    },
23500    {
23501      "name": "Penryn",
23502      "typename": "Penryn-x86_64-cpu",
23503      "unavailable-features": [
23504      ],
23505      "alias-of": "Penryn-v1",
23506      "static": false,
23507      "migration-safe": true
23508    },
23509    {
23510      "name": "Opteron_G5-v1",
23511      "typename": "Opteron_G5-v1-x86_64-cpu",
23512      "unavailable-features": [
23513        "xop",
23514        "fma4",
23515        "tbm"
23516      ],
23517      "static": false,
23518      "migration-safe": true
23519    },
23520    {
23521      "name": "Opteron_G5",
23522      "typename": "Opteron_G5-x86_64-cpu",
23523      "unavailable-features": [
23524        "xop",
23525        "fma4",
23526        "tbm"
23527      ],
23528      "alias-of": "Opteron_G5-v1",
23529      "static": false,
23530      "migration-safe": true
23531    },
23532    {
23533      "name": "Opteron_G4-v1",
23534      "typename": "Opteron_G4-v1-x86_64-cpu",
23535      "unavailable-features": [
23536        "xop",
23537        "fma4"
23538      ],
23539      "static": false,
23540      "migration-safe": true
23541    },
23542    {
23543      "name": "Opteron_G4",
23544      "typename": "Opteron_G4-x86_64-cpu",
23545      "unavailable-features": [
23546        "xop",
23547        "fma4"
23548      ],
23549      "alias-of": "Opteron_G4-v1",
23550      "static": false,
23551      "migration-safe": true
23552    },
23553    {
23554      "name": "Opteron_G3-v1",
23555      "typename": "Opteron_G3-v1-x86_64-cpu",
23556      "unavailable-features": [
23557      ],
23558      "static": false,
23559      "migration-safe": true
23560    },
23561    {
23562      "name": "Opteron_G3",
23563      "typename": "Opteron_G3-x86_64-cpu",
23564      "unavailable-features": [
23565      ],
23566      "alias-of": "Opteron_G3-v1",
23567      "static": false,
23568      "migration-safe": true
23569    },
23570    {
23571      "name": "Opteron_G2-v1",
23572      "typename": "Opteron_G2-v1-x86_64-cpu",
23573      "unavailable-features": [
23574      ],
23575      "static": false,
23576      "migration-safe": true
23577    },
23578    {
23579      "name": "Opteron_G2",
23580      "typename": "Opteron_G2-x86_64-cpu",
23581      "unavailable-features": [
23582      ],
23583      "alias-of": "Opteron_G2-v1",
23584      "static": false,
23585      "migration-safe": true
23586    },
23587    {
23588      "name": "Opteron_G1-v1",
23589      "typename": "Opteron_G1-v1-x86_64-cpu",
23590      "unavailable-features": [
23591      ],
23592      "static": false,
23593      "migration-safe": true
23594    },
23595    {
23596      "name": "Opteron_G1",
23597      "typename": "Opteron_G1-x86_64-cpu",
23598      "unavailable-features": [
23599      ],
23600      "alias-of": "Opteron_G1-v1",
23601      "static": false,
23602      "migration-safe": true
23603    },
23604    {
23605      "name": "Nehalem-v2",
23606      "typename": "Nehalem-v2-x86_64-cpu",
23607      "unavailable-features": [
23608        "spec-ctrl"
23609      ],
23610      "static": false,
23611      "migration-safe": true
23612    },
23613    {
23614      "name": "Nehalem-v1",
23615      "typename": "Nehalem-v1-x86_64-cpu",
23616      "unavailable-features": [
23617      ],
23618      "static": false,
23619      "migration-safe": true
23620    },
23621    {
23622      "name": "Nehalem-IBRS",
23623      "typename": "Nehalem-IBRS-x86_64-cpu",
23624      "unavailable-features": [
23625        "spec-ctrl"
23626      ],
23627      "alias-of": "Nehalem-v2",
23628      "static": false,
23629      "migration-safe": true
23630    },
23631    {
23632      "name": "Nehalem",
23633      "typename": "Nehalem-x86_64-cpu",
23634      "unavailable-features": [
23635      ],
23636      "alias-of": "Nehalem-v1",
23637      "static": false,
23638      "migration-safe": true
23639    },
23640    {
23641      "name": "KnightsMill-v1",
23642      "typename": "KnightsMill-v1-x86_64-cpu",
23643      "unavailable-features": [
23644        "ss",
23645        "erms",
23646        "avx512f",
23647        "avx512pf",
23648        "avx512er",
23649        "avx512cd",
23650        "avx512-vpopcntdq",
23651        "avx512-4vnniw",
23652        "avx512-4fmaps",
23653        "avx512f",
23654        "avx512f",
23655        "avx512f"
23656      ],
23657      "static": false,
23658      "migration-safe": true
23659    },
23660    {
23661      "name": "KnightsMill",
23662      "typename": "KnightsMill-x86_64-cpu",
23663      "unavailable-features": [
23664        "ss",
23665        "erms",
23666        "avx512f",
23667        "avx512pf",
23668        "avx512er",
23669        "avx512cd",
23670        "avx512-vpopcntdq",
23671        "avx512-4vnniw",
23672        "avx512-4fmaps",
23673        "avx512f",
23674        "avx512f",
23675        "avx512f"
23676      ],
23677      "alias-of": "KnightsMill-v1",
23678      "static": false,
23679      "migration-safe": true
23680    },
23681    {
23682      "name": "IvyBridge-v2",
23683      "typename": "IvyBridge-v2-x86_64-cpu",
23684      "unavailable-features": [
23685        "erms",
23686        "spec-ctrl"
23687      ],
23688      "static": false,
23689      "migration-safe": true
23690    },
23691    {
23692      "name": "IvyBridge-v1",
23693      "typename": "IvyBridge-v1-x86_64-cpu",
23694      "unavailable-features": [
23695        "erms"
23696      ],
23697      "static": false,
23698      "migration-safe": true
23699    },
23700    {
23701      "name": "IvyBridge-IBRS",
23702      "typename": "IvyBridge-IBRS-x86_64-cpu",
23703      "unavailable-features": [
23704        "erms",
23705        "spec-ctrl"
23706      ],
23707      "alias-of": "IvyBridge-v2",
23708      "static": false,
23709      "migration-safe": true
23710    },
23711    {
23712      "name": "IvyBridge",
23713      "typename": "IvyBridge-x86_64-cpu",
23714      "unavailable-features": [
23715        "erms"
23716      ],
23717      "alias-of": "IvyBridge-v1",
23718      "static": false,
23719      "migration-safe": true
23720    },
23721    {
23722      "name": "Icelake-Server-v4",
23723      "typename": "Icelake-Server-v4-x86_64-cpu",
23724      "unavailable-features": [
23725        "pcid",
23726        "erms",
23727        "invpcid",
23728        "avx512f",
23729        "avx512dq",
23730        "avx512ifma",
23731        "avx512cd",
23732        "avx512bw",
23733        "avx512vl",
23734        "avx512vbmi",
23735        "pku",
23736        "avx512vbmi2",
23737        "gfni",
23738        "vaes",
23739        "vpclmulqdq",
23740        "avx512vnni",
23741        "avx512bitalg",
23742        "avx512-vpopcntdq",
23743        "la57",
23744        "fsrm",
23745        "spec-ctrl",
23746        "avx512f",
23747        "avx512f",
23748        "avx512f",
23749        "pku",
23750        "ibrs-all",
23751        "taa-no"
23752      ],
23753      "static": false,
23754      "migration-safe": true
23755    },
23756    {
23757      "name": "Icelake-Server-v3",
23758      "typename": "Icelake-Server-v3-x86_64-cpu",
23759      "unavailable-features": [
23760        "pcid",
23761        "erms",
23762        "invpcid",
23763        "avx512f",
23764        "avx512dq",
23765        "avx512cd",
23766        "avx512bw",
23767        "avx512vl",
23768        "avx512vbmi",
23769        "pku",
23770        "avx512vbmi2",
23771        "gfni",
23772        "vaes",
23773        "vpclmulqdq",
23774        "avx512vnni",
23775        "avx512bitalg",
23776        "avx512-vpopcntdq",
23777        "la57",
23778        "spec-ctrl",
23779        "avx512f",
23780        "avx512f",
23781        "avx512f",
23782        "pku",
23783        "ibrs-all",
23784        "taa-no"
23785      ],
23786      "static": false,
23787      "migration-safe": true
23788    },
23789    {
23790      "name": "Icelake-Server-v2",
23791      "typename": "Icelake-Server-v2-x86_64-cpu",
23792      "unavailable-features": [
23793        "pcid",
23794        "erms",
23795        "invpcid",
23796        "avx512f",
23797        "avx512dq",
23798        "avx512cd",
23799        "avx512bw",
23800        "avx512vl",
23801        "avx512vbmi",
23802        "pku",
23803        "avx512vbmi2",
23804        "gfni",
23805        "vaes",
23806        "vpclmulqdq",
23807        "avx512vnni",
23808        "avx512bitalg",
23809        "avx512-vpopcntdq",
23810        "la57",
23811        "spec-ctrl",
23812        "avx512f",
23813        "avx512f",
23814        "avx512f",
23815        "pku"
23816      ],
23817      "static": false,
23818      "migration-safe": true
23819    },
23820    {
23821      "name": "Icelake-Server-v1",
23822      "typename": "Icelake-Server-v1-x86_64-cpu",
23823      "unavailable-features": [
23824        "pcid",
23825        "hle",
23826        "erms",
23827        "invpcid",
23828        "rtm",
23829        "avx512f",
23830        "avx512dq",
23831        "avx512cd",
23832        "avx512bw",
23833        "avx512vl",
23834        "avx512vbmi",
23835        "pku",
23836        "avx512vbmi2",
23837        "gfni",
23838        "vaes",
23839        "vpclmulqdq",
23840        "avx512vnni",
23841        "avx512bitalg",
23842        "avx512-vpopcntdq",
23843        "la57",
23844        "spec-ctrl",
23845        "avx512f",
23846        "avx512f",
23847        "avx512f",
23848        "pku"
23849      ],
23850      "static": false,
23851      "migration-safe": true
23852    },
23853    {
23854      "name": "Icelake-Server-noTSX",
23855      "typename": "Icelake-Server-noTSX-x86_64-cpu",
23856      "unavailable-features": [
23857        "pcid",
23858        "erms",
23859        "invpcid",
23860        "avx512f",
23861        "avx512dq",
23862        "avx512cd",
23863        "avx512bw",
23864        "avx512vl",
23865        "avx512vbmi",
23866        "pku",
23867        "avx512vbmi2",
23868        "gfni",
23869        "vaes",
23870        "vpclmulqdq",
23871        "avx512vnni",
23872        "avx512bitalg",
23873        "avx512-vpopcntdq",
23874        "la57",
23875        "spec-ctrl",
23876        "avx512f",
23877        "avx512f",
23878        "avx512f",
23879        "pku"
23880      ],
23881      "alias-of": "Icelake-Server-v2",
23882      "static": false,
23883      "migration-safe": true
23884    },
23885    {
23886      "name": "Icelake-Server",
23887      "typename": "Icelake-Server-x86_64-cpu",
23888      "unavailable-features": [
23889        "pcid",
23890        "hle",
23891        "erms",
23892        "invpcid",
23893        "rtm",
23894        "avx512f",
23895        "avx512dq",
23896        "avx512cd",
23897        "avx512bw",
23898        "avx512vl",
23899        "avx512vbmi",
23900        "pku",
23901        "avx512vbmi2",
23902        "gfni",
23903        "vaes",
23904        "vpclmulqdq",
23905        "avx512vnni",
23906        "avx512bitalg",
23907        "avx512-vpopcntdq",
23908        "la57",
23909        "spec-ctrl",
23910        "avx512f",
23911        "avx512f",
23912        "avx512f",
23913        "pku"
23914      ],
23915      "alias-of": "Icelake-Server-v1",
23916      "static": false,
23917      "migration-safe": true
23918    },
23919    {
23920      "name": "Icelake-Client-v2",
23921      "typename": "Icelake-Client-v2-x86_64-cpu",
23922      "unavailable-features": [
23923        "pcid",
23924        "erms",
23925        "invpcid",
23926        "avx512vbmi",
23927        "pku",
23928        "avx512vbmi2",
23929        "gfni",
23930        "vaes",
23931        "vpclmulqdq",
23932        "avx512vnni",
23933        "avx512bitalg",
23934        "avx512-vpopcntdq",
23935        "spec-ctrl",
23936        "pku"
23937      ],
23938      "static": false,
23939      "migration-safe": true
23940    },
23941    {
23942      "name": "Icelake-Client-v1",
23943      "typename": "Icelake-Client-v1-x86_64-cpu",
23944      "unavailable-features": [
23945        "pcid",
23946        "hle",
23947        "erms",
23948        "invpcid",
23949        "rtm",
23950        "avx512vbmi",
23951        "pku",
23952        "avx512vbmi2",
23953        "gfni",
23954        "vaes",
23955        "vpclmulqdq",
23956        "avx512vnni",
23957        "avx512bitalg",
23958        "avx512-vpopcntdq",
23959        "spec-ctrl",
23960        "pku"
23961      ],
23962      "static": false,
23963      "migration-safe": true
23964    },
23965    {
23966      "name": "Icelake-Client-noTSX",
23967      "typename": "Icelake-Client-noTSX-x86_64-cpu",
23968      "unavailable-features": [
23969        "pcid",
23970        "erms",
23971        "invpcid",
23972        "avx512vbmi",
23973        "pku",
23974        "avx512vbmi2",
23975        "gfni",
23976        "vaes",
23977        "vpclmulqdq",
23978        "avx512vnni",
23979        "avx512bitalg",
23980        "avx512-vpopcntdq",
23981        "spec-ctrl",
23982        "pku"
23983      ],
23984      "alias-of": "Icelake-Client-v2",
23985      "static": false,
23986      "migration-safe": true
23987    },
23988    {
23989      "name": "Icelake-Client",
23990      "typename": "Icelake-Client-x86_64-cpu",
23991      "unavailable-features": [
23992        "pcid",
23993        "hle",
23994        "erms",
23995        "invpcid",
23996        "rtm",
23997        "avx512vbmi",
23998        "pku",
23999        "avx512vbmi2",
24000        "gfni",
24001        "vaes",
24002        "vpclmulqdq",
24003        "avx512vnni",
24004        "avx512bitalg",
24005        "avx512-vpopcntdq",
24006        "spec-ctrl",
24007        "pku"
24008      ],
24009      "alias-of": "Icelake-Client-v1",
24010      "static": false,
24011      "migration-safe": true
24012    },
24013    {
24014      "name": "Haswell-v4",
24015      "typename": "Haswell-v4-x86_64-cpu",
24016      "unavailable-features": [
24017        "pcid",
24018        "erms",
24019        "invpcid",
24020        "spec-ctrl"
24021      ],
24022      "static": false,
24023      "migration-safe": true
24024    },
24025    {
24026      "name": "Haswell-v3",
24027      "typename": "Haswell-v3-x86_64-cpu",
24028      "unavailable-features": [
24029        "pcid",
24030        "hle",
24031        "erms",
24032        "invpcid",
24033        "rtm",
24034        "spec-ctrl"
24035      ],
24036      "static": false,
24037      "migration-safe": true
24038    },
24039    {
24040      "name": "Haswell-v2",
24041      "typename": "Haswell-v2-x86_64-cpu",
24042      "unavailable-features": [
24043        "pcid",
24044        "erms",
24045        "invpcid"
24046      ],
24047      "static": false,
24048      "migration-safe": true
24049    },
24050    {
24051      "name": "Haswell-v1",
24052      "typename": "Haswell-v1-x86_64-cpu",
24053      "unavailable-features": [
24054        "pcid",
24055        "hle",
24056        "erms",
24057        "invpcid",
24058        "rtm"
24059      ],
24060      "static": false,
24061      "migration-safe": true
24062    },
24063    {
24064      "name": "Haswell-noTSX-IBRS",
24065      "typename": "Haswell-noTSX-IBRS-x86_64-cpu",
24066      "unavailable-features": [
24067        "pcid",
24068        "erms",
24069        "invpcid",
24070        "spec-ctrl"
24071      ],
24072      "alias-of": "Haswell-v4",
24073      "static": false,
24074      "migration-safe": true
24075    },
24076    {
24077      "name": "Haswell-noTSX",
24078      "typename": "Haswell-noTSX-x86_64-cpu",
24079      "unavailable-features": [
24080        "pcid",
24081        "erms",
24082        "invpcid"
24083      ],
24084      "alias-of": "Haswell-v2",
24085      "static": false,
24086      "migration-safe": true
24087    },
24088    {
24089      "name": "Haswell-IBRS",
24090      "typename": "Haswell-IBRS-x86_64-cpu",
24091      "unavailable-features": [
24092        "pcid",
24093        "hle",
24094        "erms",
24095        "invpcid",
24096        "rtm",
24097        "spec-ctrl"
24098      ],
24099      "alias-of": "Haswell-v3",
24100      "static": false,
24101      "migration-safe": true
24102    },
24103    {
24104      "name": "Haswell",
24105      "typename": "Haswell-x86_64-cpu",
24106      "unavailable-features": [
24107        "pcid",
24108        "hle",
24109        "erms",
24110        "invpcid",
24111        "rtm"
24112      ],
24113      "alias-of": "Haswell-v1",
24114      "static": false,
24115      "migration-safe": true
24116    },
24117    {
24118      "name": "EPYC-v3",
24119      "typename": "EPYC-v3-x86_64-cpu",
24120      "unavailable-features": [
24121      ],
24122      "static": false,
24123      "migration-safe": true
24124    },
24125    {
24126      "name": "EPYC-v2",
24127      "typename": "EPYC-v2-x86_64-cpu",
24128      "unavailable-features": [
24129      ],
24130      "static": false,
24131      "migration-safe": true
24132    },
24133    {
24134      "name": "EPYC-v1",
24135      "typename": "EPYC-v1-x86_64-cpu",
24136      "unavailable-features": [
24137      ],
24138      "static": false,
24139      "migration-safe": true
24140    },
24141    {
24142      "name": "EPYC-Rome-v1",
24143      "typename": "EPYC-Rome-v1-x86_64-cpu",
24144      "unavailable-features": [
24145      ],
24146      "static": false,
24147      "migration-safe": true
24148    },
24149    {
24150      "name": "EPYC-Rome",
24151      "typename": "EPYC-Rome-x86_64-cpu",
24152      "unavailable-features": [
24153      ],
24154      "alias-of": "EPYC-Rome-v1",
24155      "static": false,
24156      "migration-safe": true
24157    },
24158    {
24159      "name": "EPYC-IBPB",
24160      "typename": "EPYC-IBPB-x86_64-cpu",
24161      "unavailable-features": [
24162      ],
24163      "alias-of": "EPYC-v2",
24164      "static": false,
24165      "migration-safe": true
24166    },
24167    {
24168      "name": "EPYC",
24169      "typename": "EPYC-x86_64-cpu",
24170      "unavailable-features": [
24171      ],
24172      "alias-of": "EPYC-v1",
24173      "static": false,
24174      "migration-safe": true
24175    },
24176    {
24177      "name": "Dhyana-v1",
24178      "typename": "Dhyana-v1-x86_64-cpu",
24179      "unavailable-features": [
24180      ],
24181      "static": false,
24182      "migration-safe": true
24183    },
24184    {
24185      "name": "Dhyana",
24186      "typename": "Dhyana-x86_64-cpu",
24187      "unavailable-features": [
24188      ],
24189      "alias-of": "Dhyana-v1",
24190      "static": false,
24191      "migration-safe": true
24192    },
24193    {
24194      "name": "Denverton-v2",
24195      "typename": "Denverton-v2-x86_64-cpu",
24196      "unavailable-features": [
24197        "erms",
24198        "spec-ctrl"
24199      ],
24200      "static": false,
24201      "migration-safe": true
24202    },
24203    {
24204      "name": "Denverton-v1",
24205      "typename": "Denverton-v1-x86_64-cpu",
24206      "unavailable-features": [
24207        "erms",
24208        "mpx",
24209        "spec-ctrl",
24210        "mpx",
24211        "mpx"
24212      ],
24213      "static": false,
24214      "migration-safe": true
24215    },
24216    {
24217      "name": "Denverton",
24218      "typename": "Denverton-x86_64-cpu",
24219      "unavailable-features": [
24220        "erms",
24221        "mpx",
24222        "spec-ctrl",
24223        "mpx",
24224        "mpx"
24225      ],
24226      "alias-of": "Denverton-v1",
24227      "static": false,
24228      "migration-safe": true
24229    },
24230    {
24231      "name": "Cooperlake-v1",
24232      "typename": "Cooperlake-v1-x86_64-cpu",
24233      "unavailable-features": [
24234        "pcid",
24235        "hle",
24236        "erms",
24237        "invpcid",
24238        "rtm",
24239        "avx512f",
24240        "avx512dq",
24241        "avx512cd",
24242        "avx512bw",
24243        "avx512vl",
24244        "pku",
24245        "avx512vnni",
24246        "spec-ctrl",
24247        "avx512-bf16",
24248        "avx512f",
24249        "avx512f",
24250        "avx512f",
24251        "pku",
24252        "ibrs-all",
24253        "taa-no"
24254      ],
24255      "static": false,
24256      "migration-safe": true
24257    },
24258    {
24259      "name": "Cooperlake",
24260      "typename": "Cooperlake-x86_64-cpu",
24261      "unavailable-features": [
24262        "pcid",
24263        "hle",
24264        "erms",
24265        "invpcid",
24266        "rtm",
24267        "avx512f",
24268        "avx512dq",
24269        "avx512cd",
24270        "avx512bw",
24271        "avx512vl",
24272        "pku",
24273        "avx512vnni",
24274        "spec-ctrl",
24275        "avx512-bf16",
24276        "avx512f",
24277        "avx512f",
24278        "avx512f",
24279        "pku",
24280        "ibrs-all",
24281        "taa-no"
24282      ],
24283      "alias-of": "Cooperlake-v1",
24284      "static": false,
24285      "migration-safe": true
24286    },
24287    {
24288      "name": "Conroe-v1",
24289      "typename": "Conroe-v1-x86_64-cpu",
24290      "unavailable-features": [
24291      ],
24292      "static": false,
24293      "migration-safe": true
24294    },
24295    {
24296      "name": "Conroe",
24297      "typename": "Conroe-x86_64-cpu",
24298      "unavailable-features": [
24299      ],
24300      "alias-of": "Conroe-v1",
24301      "static": false,
24302      "migration-safe": true
24303    },
24304    {
24305      "name": "Cascadelake-Server-v4",
24306      "typename": "Cascadelake-Server-v4-x86_64-cpu",
24307      "unavailable-features": [
24308        "pcid",
24309        "erms",
24310        "invpcid",
24311        "avx512f",
24312        "avx512dq",
24313        "avx512cd",
24314        "avx512bw",
24315        "avx512vl",
24316        "pku",
24317        "avx512vnni",
24318        "spec-ctrl",
24319        "avx512f",
24320        "avx512f",
24321        "avx512f",
24322        "pku",
24323        "ibrs-all"
24324      ],
24325      "static": false,
24326      "migration-safe": true
24327    },
24328    {
24329      "name": "Cascadelake-Server-v3",
24330      "typename": "Cascadelake-Server-v3-x86_64-cpu",
24331      "unavailable-features": [
24332        "pcid",
24333        "erms",
24334        "invpcid",
24335        "avx512f",
24336        "avx512dq",
24337        "avx512cd",
24338        "avx512bw",
24339        "avx512vl",
24340        "pku",
24341        "avx512vnni",
24342        "spec-ctrl",
24343        "avx512f",
24344        "avx512f",
24345        "avx512f",
24346        "pku",
24347        "ibrs-all"
24348      ],
24349      "static": false,
24350      "migration-safe": true
24351    },
24352    {
24353      "name": "Cascadelake-Server-v2",
24354      "typename": "Cascadelake-Server-v2-x86_64-cpu",
24355      "unavailable-features": [
24356        "pcid",
24357        "hle",
24358        "erms",
24359        "invpcid",
24360        "rtm",
24361        "avx512f",
24362        "avx512dq",
24363        "avx512cd",
24364        "avx512bw",
24365        "avx512vl",
24366        "pku",
24367        "avx512vnni",
24368        "spec-ctrl",
24369        "avx512f",
24370        "avx512f",
24371        "avx512f",
24372        "pku",
24373        "ibrs-all"
24374      ],
24375      "static": false,
24376      "migration-safe": true
24377    },
24378    {
24379      "name": "Cascadelake-Server-v1",
24380      "typename": "Cascadelake-Server-v1-x86_64-cpu",
24381      "unavailable-features": [
24382        "pcid",
24383        "hle",
24384        "erms",
24385        "invpcid",
24386        "rtm",
24387        "avx512f",
24388        "avx512dq",
24389        "avx512cd",
24390        "avx512bw",
24391        "avx512vl",
24392        "pku",
24393        "avx512vnni",
24394        "spec-ctrl",
24395        "avx512f",
24396        "avx512f",
24397        "avx512f",
24398        "pku"
24399      ],
24400      "static": false,
24401      "migration-safe": true
24402    },
24403    {
24404      "name": "Cascadelake-Server-noTSX",
24405      "typename": "Cascadelake-Server-noTSX-x86_64-cpu",
24406      "unavailable-features": [
24407        "pcid",
24408        "erms",
24409        "invpcid",
24410        "avx512f",
24411        "avx512dq",
24412        "avx512cd",
24413        "avx512bw",
24414        "avx512vl",
24415        "pku",
24416        "avx512vnni",
24417        "spec-ctrl",
24418        "avx512f",
24419        "avx512f",
24420        "avx512f",
24421        "pku",
24422        "ibrs-all"
24423      ],
24424      "alias-of": "Cascadelake-Server-v3",
24425      "static": false,
24426      "migration-safe": true
24427    },
24428    {
24429      "name": "Cascadelake-Server",
24430      "typename": "Cascadelake-Server-x86_64-cpu",
24431      "unavailable-features": [
24432        "pcid",
24433        "hle",
24434        "erms",
24435        "invpcid",
24436        "rtm",
24437        "avx512f",
24438        "avx512dq",
24439        "avx512cd",
24440        "avx512bw",
24441        "avx512vl",
24442        "pku",
24443        "avx512vnni",
24444        "spec-ctrl",
24445        "avx512f",
24446        "avx512f",
24447        "avx512f",
24448        "pku"
24449      ],
24450      "alias-of": "Cascadelake-Server-v1",
24451      "static": false,
24452      "migration-safe": true
24453    },
24454    {
24455      "name": "Broadwell-v4",
24456      "typename": "Broadwell-v4-x86_64-cpu",
24457      "unavailable-features": [
24458        "pcid",
24459        "erms",
24460        "invpcid",
24461        "spec-ctrl"
24462      ],
24463      "static": false,
24464      "migration-safe": true
24465    },
24466    {
24467      "name": "Broadwell-v3",
24468      "typename": "Broadwell-v3-x86_64-cpu",
24469      "unavailable-features": [
24470        "pcid",
24471        "hle",
24472        "erms",
24473        "invpcid",
24474        "rtm",
24475        "spec-ctrl"
24476      ],
24477      "static": false,
24478      "migration-safe": true
24479    },
24480    {
24481      "name": "Broadwell-v2",
24482      "typename": "Broadwell-v2-x86_64-cpu",
24483      "unavailable-features": [
24484        "pcid",
24485        "erms",
24486        "invpcid"
24487      ],
24488      "static": false,
24489      "migration-safe": true
24490    },
24491    {
24492      "name": "Broadwell-v1",
24493      "typename": "Broadwell-v1-x86_64-cpu",
24494      "unavailable-features": [
24495        "pcid",
24496        "hle",
24497        "erms",
24498        "invpcid",
24499        "rtm"
24500      ],
24501      "static": false,
24502      "migration-safe": true
24503    },
24504    {
24505      "name": "Broadwell-noTSX-IBRS",
24506      "typename": "Broadwell-noTSX-IBRS-x86_64-cpu",
24507      "unavailable-features": [
24508        "pcid",
24509        "erms",
24510        "invpcid",
24511        "spec-ctrl"
24512      ],
24513      "alias-of": "Broadwell-v4",
24514      "static": false,
24515      "migration-safe": true
24516    },
24517    {
24518      "name": "Broadwell-noTSX",
24519      "typename": "Broadwell-noTSX-x86_64-cpu",
24520      "unavailable-features": [
24521        "pcid",
24522        "erms",
24523        "invpcid"
24524      ],
24525      "alias-of": "Broadwell-v2",
24526      "static": false,
24527      "migration-safe": true
24528    },
24529    {
24530      "name": "Broadwell-IBRS",
24531      "typename": "Broadwell-IBRS-x86_64-cpu",
24532      "unavailable-features": [
24533        "pcid",
24534        "hle",
24535        "erms",
24536        "invpcid",
24537        "rtm",
24538        "spec-ctrl"
24539      ],
24540      "alias-of": "Broadwell-v3",
24541      "static": false,
24542      "migration-safe": true
24543    },
24544    {
24545      "name": "Broadwell",
24546      "typename": "Broadwell-x86_64-cpu",
24547      "unavailable-features": [
24548        "pcid",
24549        "hle",
24550        "erms",
24551        "invpcid",
24552        "rtm"
24553      ],
24554      "alias-of": "Broadwell-v1",
24555      "static": false,
24556      "migration-safe": true
24557    },
24558    {
24559      "name": "486-v1",
24560      "typename": "486-v1-x86_64-cpu",
24561      "unavailable-features": [
24562      ],
24563      "static": false,
24564      "migration-safe": true
24565    },
24566    {
24567      "name": "486",
24568      "typename": "486-x86_64-cpu",
24569      "unavailable-features": [
24570      ],
24571      "alias-of": "486-v1",
24572      "static": false,
24573      "migration-safe": true
24574    }
24575  ],
24576  "id": "libvirt-43"
24577}
24578
24579{
24580  "execute": "query-tpm-models",
24581  "id": "libvirt-44"
24582}
24583
24584{
24585  "return": [
24586    "tpm-crb",
24587    "tpm-tis"
24588  ],
24589  "id": "libvirt-44"
24590}
24591
24592{
24593  "execute": "query-tpm-types",
24594  "id": "libvirt-45"
24595}
24596
24597{
24598  "return": [
24599    "passthrough",
24600    "emulator"
24601  ],
24602  "id": "libvirt-45"
24603}
24604
24605{
24606  "execute": "query-command-line-options",
24607  "id": "libvirt-46"
24608}
24609
24610{
24611  "return": [
24612    {
24613      "parameters": [
24614        {
24615          "name": "timeout",
24616          "help": "Request timeout in seconds (default 0 = no timeout)",
24617          "type": "number"
24618        },
24619        {
24620          "name": "initiator-name",
24621          "help": "Initiator iqn name to use when connecting",
24622          "type": "string"
24623        },
24624        {
24625          "name": "header-digest",
24626          "help": "HeaderDigest setting. {CRC32C|CRC32C-NONE|NONE-CRC32C|NONE}",
24627          "type": "string"
24628        },
24629        {
24630          "name": "password-secret",
24631          "help": "ID of the secret providing password for CHAP authentication to target",
24632          "type": "string"
24633        },
24634        {
24635          "name": "password",
24636          "help": "password for CHAP authentication to target",
24637          "type": "string"
24638        },
24639        {
24640          "name": "user",
24641          "help": "username for CHAP authentication to target",
24642          "type": "string"
24643        }
24644      ],
24645      "option": "iscsi"
24646    },
24647    {
24648      "parameters": [
24649        {
24650          "name": "audiodev",
24651          "type": "string"
24652        },
24653        {
24654          "name": "non-adaptive",
24655          "type": "boolean"
24656        },
24657        {
24658          "name": "lossy",
24659          "type": "boolean"
24660        },
24661        {
24662          "name": "sasl-authz",
24663          "type": "string"
24664        },
24665        {
24666          "name": "tls-authz",
24667          "type": "string"
24668        },
24669        {
24670          "name": "acl",
24671          "type": "boolean"
24672        },
24673        {
24674          "name": "sasl",
24675          "type": "boolean"
24676        },
24677        {
24678          "name": "key-delay-ms",
24679          "type": "number"
24680        },
24681        {
24682          "name": "lock-key-sync",
24683          "type": "boolean"
24684        },
24685        {
24686          "name": "reverse",
24687          "type": "boolean"
24688        },
24689        {
24690          "name": "password",
24691          "type": "boolean"
24692        },
24693        {
24694          "name": "ipv6",
24695          "type": "boolean"
24696        },
24697        {
24698          "name": "ipv4",
24699          "type": "boolean"
24700        },
24701        {
24702          "name": "to",
24703          "type": "number"
24704        },
24705        {
24706          "name": "connections",
24707          "type": "number"
24708        },
24709        {
24710          "name": "head",
24711          "type": "number"
24712        },
24713        {
24714          "name": "display",
24715          "type": "string"
24716        },
24717        {
24718          "name": "share",
24719          "type": "string"
24720        },
24721        {
24722          "name": "tls-creds",
24723          "type": "string"
24724        },
24725        {
24726          "name": "websocket",
24727          "type": "string"
24728        },
24729        {
24730          "name": "vnc",
24731          "type": "string"
24732        }
24733      ],
24734      "option": "vnc"
24735    },
24736    {
24737      "parameters": [
24738        {
24739          "name": "rendernode",
24740          "type": "string"
24741        },
24742        {
24743          "name": "gl",
24744          "type": "boolean"
24745        },
24746        {
24747          "name": "head",
24748          "type": "number"
24749        },
24750        {
24751          "name": "display",
24752          "type": "string"
24753        },
24754        {
24755          "name": "seamless-migration",
24756          "type": "boolean"
24757        },
24758        {
24759          "name": "playback-compression",
24760          "type": "boolean"
24761        },
24762        {
24763          "name": "agent-mouse",
24764          "type": "boolean"
24765        },
24766        {
24767          "name": "streaming-video",
24768          "type": "string"
24769        },
24770        {
24771          "name": "zlib-glz-wan-compression",
24772          "type": "string"
24773        },
24774        {
24775          "name": "jpeg-wan-compression",
24776          "type": "string"
24777        },
24778        {
24779          "name": "image-compression",
24780          "type": "string"
24781        },
24782        {
24783          "name": "plaintext-channel",
24784          "type": "string"
24785        },
24786        {
24787          "name": "tls-channel",
24788          "type": "string"
24789        },
24790        {
24791          "name": "tls-ciphers",
24792          "type": "string"
24793        },
24794        {
24795          "name": "x509-dh-key-file",
24796          "type": "string"
24797        },
24798        {
24799          "name": "x509-cacert-file",
24800          "type": "string"
24801        },
24802        {
24803          "name": "x509-cert-file",
24804          "type": "string"
24805        },
24806        {
24807          "name": "x509-key-password",
24808          "type": "string"
24809        },
24810        {
24811          "name": "x509-key-file",
24812          "type": "string"
24813        },
24814        {
24815          "name": "x509-dir",
24816          "type": "string"
24817        },
24818        {
24819          "name": "sasl",
24820          "type": "boolean"
24821        },
24822        {
24823          "name": "disable-agent-file-xfer",
24824          "type": "boolean"
24825        },
24826        {
24827          "name": "disable-copy-paste",
24828          "type": "boolean"
24829        },
24830        {
24831          "name": "disable-ticketing",
24832          "type": "boolean"
24833        },
24834        {
24835          "name": "password",
24836          "type": "string"
24837        },
24838        {
24839          "name": "unix",
24840          "type": "boolean"
24841        },
24842        {
24843          "name": "ipv6",
24844          "type": "boolean"
24845        },
24846        {
24847          "name": "ipv4",
24848          "type": "boolean"
24849        },
24850        {
24851          "name": "addr",
24852          "type": "string"
24853        },
24854        {
24855          "name": "tls-port",
24856          "type": "number"
24857        },
24858        {
24859          "name": "port",
24860          "type": "number"
24861        }
24862      ],
24863      "option": "spice"
24864    },
24865    {
24866      "parameters": [
24867      ],
24868      "option": "smbios"
24869    },
24870    {
24871      "parameters": [
24872      ],
24873      "option": "acpi"
24874    },
24875    {
24876      "parameters": [
24877        {
24878          "name": "dmode",
24879          "type": "number"
24880        },
24881        {
24882          "name": "fmode",
24883          "type": "number"
24884        },
24885        {
24886          "name": "sock_fd",
24887          "type": "number"
24888        },
24889        {
24890          "name": "socket",
24891          "type": "string"
24892        },
24893        {
24894          "name": "multidevs",
24895          "type": "string"
24896        },
24897        {
24898          "name": "readonly",
24899          "type": "boolean"
24900        },
24901        {
24902          "name": "writeout",
24903          "type": "string"
24904        },
24905        {
24906          "name": "security_model",
24907          "type": "string"
24908        },
24909        {
24910          "name": "mount_tag",
24911          "type": "string"
24912        },
24913        {
24914          "name": "path",
24915          "type": "string"
24916        },
24917        {
24918          "name": "fsdriver",
24919          "type": "string"
24920        }
24921      ],
24922      "option": "virtfs"
24923    },
24924    {
24925      "parameters": [
24926        {
24927          "name": "throttling.iops-size",
24928          "help": "when limiting by iops max size of an I/O in bytes",
24929          "type": "number"
24930        },
24931        {
24932          "name": "throttling.bps-write-max-length",
24933          "help": "length of the bps-write-max burst period, in seconds",
24934          "type": "number"
24935        },
24936        {
24937          "name": "throttling.bps-read-max-length",
24938          "help": "length of the bps-read-max burst period, in seconds",
24939          "type": "number"
24940        },
24941        {
24942          "name": "throttling.bps-total-max-length",
24943          "help": "length of the bps-total-max burst period, in seconds",
24944          "type": "number"
24945        },
24946        {
24947          "name": "throttling.iops-write-max-length",
24948          "help": "length of the iops-write-max burst period, in seconds",
24949          "type": "number"
24950        },
24951        {
24952          "name": "throttling.iops-read-max-length",
24953          "help": "length of the iops-read-max burst period, in seconds",
24954          "type": "number"
24955        },
24956        {
24957          "name": "throttling.iops-total-max-length",
24958          "help": "length of the iops-total-max burst period, in seconds",
24959          "type": "number"
24960        },
24961        {
24962          "name": "throttling.bps-write-max",
24963          "help": "total bytes write burst",
24964          "type": "number"
24965        },
24966        {
24967          "name": "throttling.bps-read-max",
24968          "help": "total bytes read burst",
24969          "type": "number"
24970        },
24971        {
24972          "name": "throttling.bps-total-max",
24973          "help": "total bytes burst",
24974          "type": "number"
24975        },
24976        {
24977          "name": "throttling.iops-write-max",
24978          "help": "I/O operations write burst",
24979          "type": "number"
24980        },
24981        {
24982          "name": "throttling.iops-read-max",
24983          "help": "I/O operations read burst",
24984          "type": "number"
24985        },
24986        {
24987          "name": "throttling.iops-total-max",
24988          "help": "I/O operations burst",
24989          "type": "number"
24990        },
24991        {
24992          "name": "throttling.bps-write",
24993          "help": "limit write bytes per second",
24994          "type": "number"
24995        },
24996        {
24997          "name": "throttling.bps-read",
24998          "help": "limit read bytes per second",
24999          "type": "number"
25000        },
25001        {
25002          "name": "throttling.bps-total",
25003          "help": "limit total bytes per second",
25004          "type": "number"
25005        },
25006        {
25007          "name": "throttling.iops-write",
25008          "help": "limit write operations per second",
25009          "type": "number"
25010        },
25011        {
25012          "name": "throttling.iops-read",
25013          "help": "limit read operations per second",
25014          "type": "number"
25015        },
25016        {
25017          "name": "throttling.iops-total",
25018          "help": "limit total I/O operations per second",
25019          "type": "number"
25020        },
25021        {
25022          "name": "dmode",
25023          "type": "number"
25024        },
25025        {
25026          "name": "fmode",
25027          "type": "number"
25028        },
25029        {
25030          "name": "sock_fd",
25031          "type": "number"
25032        },
25033        {
25034          "name": "socket",
25035          "type": "string"
25036        },
25037        {
25038          "name": "multidevs",
25039          "type": "string"
25040        },
25041        {
25042          "name": "readonly",
25043          "type": "boolean"
25044        },
25045        {
25046          "name": "writeout",
25047          "type": "string"
25048        },
25049        {
25050          "name": "security_model",
25051          "type": "string"
25052        },
25053        {
25054          "name": "path",
25055          "type": "string"
25056        },
25057        {
25058          "name": "fsdriver",
25059          "type": "string"
25060        }
25061      ],
25062      "option": "fsdev"
25063    },
25064    {
25065      "parameters": [
25066        {
25067          "name": "resourcecontrol",
25068          "type": "string"
25069        },
25070        {
25071          "name": "spawn",
25072          "type": "string"
25073        },
25074        {
25075          "name": "elevateprivileges",
25076          "type": "string"
25077        },
25078        {
25079          "name": "obsolete",
25080          "type": "string"
25081        },
25082        {
25083          "name": "enable",
25084          "type": "boolean"
25085        }
25086      ],
25087      "option": "sandbox"
25088    },
25089    {
25090      "parameters": [
25091        {
25092          "name": "gen_id",
25093          "help": "Sets id of the object generating the fw_cfg blob to be inserted",
25094          "type": "string"
25095        },
25096        {
25097          "name": "string",
25098          "help": "Sets content of the blob to be inserted from a string",
25099          "type": "string"
25100        },
25101        {
25102          "name": "file",
25103          "help": "Sets the name of the file from which the fw_cfg blob will be loaded",
25104          "type": "string"
25105        },
25106        {
25107          "name": "name",
25108          "help": "Sets the fw_cfg name of the blob to be inserted",
25109          "type": "string"
25110        }
25111      ],
25112      "option": "fw_cfg"
25113    },
25114    {
25115      "parameters": [
25116      ],
25117      "option": ""
25118    },
25119    {
25120      "parameters": [
25121        {
25122          "name": "rrsnapshot",
25123          "type": "string"
25124        },
25125        {
25126          "name": "rrfile",
25127          "type": "string"
25128        },
25129        {
25130          "name": "rr",
25131          "type": "string"
25132        },
25133        {
25134          "name": "sleep",
25135          "type": "boolean"
25136        },
25137        {
25138          "name": "align",
25139          "type": "boolean"
25140        },
25141        {
25142          "name": "shift",
25143          "type": "string"
25144        }
25145      ],
25146      "option": "icount"
25147    },
25148    {
25149      "parameters": [
25150      ],
25151      "option": "numa"
25152    },
25153    {
25154      "parameters": [
25155        {
25156          "name": "debug-threads",
25157          "help": "When enabled, name the individual threads; defaults off.\nNOTE: The thread names are for debugging and not a\nstable API.",
25158          "type": "boolean"
25159        },
25160        {
25161          "name": "process",
25162          "help": "Sets the name of the QEMU process, as shown in top etc",
25163          "type": "string"
25164        },
25165        {
25166          "name": "guest",
25167          "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",
25168          "type": "string"
25169        }
25170      ],
25171      "option": "name"
25172    },
25173    {
25174      "parameters": [
25175        {
25176          "name": "guest-name",
25177          "help": "Prepends guest name for error messages but only if -name guest is set otherwise option is ignored\n",
25178          "type": "boolean"
25179        },
25180        {
25181          "name": "timestamp",
25182          "type": "boolean"
25183        }
25184      ],
25185      "option": "msg"
25186    },
25187    {
25188      "parameters": [
25189        {
25190          "name": "cpu-pm",
25191          "type": "boolean"
25192        },
25193        {
25194          "name": "mem-lock",
25195          "type": "boolean"
25196        }
25197      ],
25198      "option": "overcommit"
25199    },
25200    {
25201      "parameters": [
25202        {
25203          "name": "mlock",
25204          "type": "boolean"
25205        }
25206      ],
25207      "option": "realtime"
25208    },
25209    {
25210      "parameters": [
25211      ],
25212      "option": "tpmdev"
25213    },
25214    {
25215      "parameters": [
25216      ],
25217      "option": "object"
25218    },
25219    {
25220      "parameters": [
25221        {
25222          "name": "opaque",
25223          "help": "free-form string used to describe fd",
25224          "type": "string"
25225        },
25226        {
25227          "name": "set",
25228          "help": "ID of the fd set to add fd to",
25229          "type": "number"
25230        },
25231        {
25232          "name": "fd",
25233          "help": "file descriptor of which a duplicate is added to fd set",
25234          "type": "number"
25235        }
25236      ],
25237      "option": "add-fd"
25238    },
25239    {
25240      "parameters": [
25241        {
25242          "name": "strict",
25243          "type": "boolean"
25244        },
25245        {
25246          "name": "reboot-timeout",
25247          "type": "number"
25248        },
25249        {
25250          "name": "splash-time",
25251          "type": "number"
25252        },
25253        {
25254          "name": "splash",
25255          "type": "string"
25256        },
25257        {
25258          "name": "menu",
25259          "type": "boolean"
25260        },
25261        {
25262          "name": "once",
25263          "type": "string"
25264        },
25265        {
25266          "name": "order",
25267          "type": "string"
25268        }
25269      ],
25270      "option": "boot-opts"
25271    },
25272    {
25273      "parameters": [
25274        {
25275          "name": "maxcpus",
25276          "type": "number"
25277        },
25278        {
25279          "name": "threads",
25280          "type": "number"
25281        },
25282        {
25283          "name": "cores",
25284          "type": "number"
25285        },
25286        {
25287          "name": "dies",
25288          "type": "number"
25289        },
25290        {
25291          "name": "sockets",
25292          "type": "number"
25293        },
25294        {
25295          "name": "cpus",
25296          "type": "number"
25297        }
25298      ],
25299      "option": "smp-opts"
25300    },
25301    {
25302      "parameters": [
25303        {
25304          "name": "maxmem",
25305          "type": "size"
25306        },
25307        {
25308          "name": "slots",
25309          "type": "number"
25310        },
25311        {
25312          "name": "size",
25313          "type": "size"
25314        }
25315      ],
25316      "option": "memory"
25317    },
25318    {
25319      "parameters": [
25320      ],
25321      "option": "accel"
25322    },
25323    {
25324      "parameters": [
25325        {
25326          "name": "loadparm",
25327          "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",
25328          "type": "string"
25329        },
25330        {
25331          "name": "dea-key-wrap",
25332          "help": "enable/disable DEA key wrapping using the CPACF wrapping key",
25333          "type": "boolean"
25334        },
25335        {
25336          "name": "aes-key-wrap",
25337          "help": "enable/disable AES key wrapping using the CPACF wrapping key",
25338          "type": "boolean"
25339        },
25340        {
25341          "name": "suppress-vmdesc",
25342          "help": "Set on to disable self-describing migration",
25343          "type": "boolean"
25344        },
25345        {
25346          "name": "iommu",
25347          "help": "Set on/off to enable/disable Intel IOMMU (VT-d)",
25348          "type": "boolean"
25349        },
25350        {
25351          "name": "firmware",
25352          "help": "firmware image",
25353          "type": "string"
25354        },
25355        {
25356          "name": "usb",
25357          "help": "Set on/off to enable/disable usb",
25358          "type": "boolean"
25359        },
25360        {
25361          "name": "mem-merge",
25362          "help": "enable/disable memory merge support",
25363          "type": "boolean"
25364        },
25365        {
25366          "name": "dump-guest-core",
25367          "help": "Include guest memory in  a core dump",
25368          "type": "boolean"
25369        },
25370        {
25371          "name": "dt_compatible",
25372          "help": "Overrides the \"compatible\" property of the dt root node",
25373          "type": "string"
25374        },
25375        {
25376          "name": "phandle_start",
25377          "help": "The first phandle ID we may generate dynamically",
25378          "type": "number"
25379        },
25380        {
25381          "name": "dumpdtb",
25382          "help": "Dump current dtb to a file and quit",
25383          "type": "string"
25384        },
25385        {
25386          "name": "dtb",
25387          "help": "Linux kernel device tree file",
25388          "type": "string"
25389        },
25390        {
25391          "name": "append",
25392          "help": "Linux kernel command line",
25393          "type": "string"
25394        },
25395        {
25396          "name": "initrd",
25397          "help": "Linux initial ramdisk file",
25398          "type": "string"
25399        },
25400        {
25401          "name": "kernel",
25402          "help": "Linux kernel image file",
25403          "type": "string"
25404        },
25405        {
25406          "name": "kvm_shadow_mem",
25407          "help": "KVM shadow MMU size",
25408          "type": "size"
25409        },
25410        {
25411          "name": "kernel_irqchip",
25412          "help": "use KVM in-kernel irqchip",
25413          "type": "boolean"
25414        },
25415        {
25416          "name": "accel",
25417          "help": "accelerator list",
25418          "type": "string"
25419        },
25420        {
25421          "name": "type",
25422          "help": "emulated machine",
25423          "type": "string"
25424        }
25425      ],
25426      "option": "machine"
25427    },
25428    {
25429      "parameters": [
25430        {
25431          "name": "romfile",
25432          "type": "string"
25433        },
25434        {
25435          "name": "bootindex",
25436          "type": "number"
25437        }
25438      ],
25439      "option": "option-rom"
25440    },
25441    {
25442      "parameters": [
25443        {
25444          "name": "file",
25445          "type": "string"
25446        },
25447        {
25448          "name": "events",
25449          "type": "string"
25450        },
25451        {
25452          "name": "enable",
25453          "type": "string"
25454        }
25455      ],
25456      "option": "trace"
25457    },
25458    {
25459      "parameters": [
25460        {
25461          "name": "pretty",
25462          "type": "boolean"
25463        },
25464        {
25465          "name": "chardev",
25466          "type": "string"
25467        },
25468        {
25469          "name": "mode",
25470          "type": "string"
25471        }
25472      ],
25473      "option": "mon"
25474    },
25475    {
25476      "parameters": [
25477        {
25478          "name": "value",
25479          "type": "string"
25480        },
25481        {
25482          "name": "property",
25483          "type": "string"
25484        },
25485        {
25486          "name": "driver",
25487          "type": "string"
25488        }
25489      ],
25490      "option": "global"
25491    },
25492    {
25493      "parameters": [
25494        {
25495          "name": "driftfix",
25496          "type": "string"
25497        },
25498        {
25499          "name": "clock",
25500          "type": "string"
25501        },
25502        {
25503          "name": "base",
25504          "type": "string"
25505        }
25506      ],
25507      "option": "rtc"
25508    },
25509    {
25510      "parameters": [
25511      ],
25512      "option": "net"
25513    },
25514    {
25515      "parameters": [
25516      ],
25517      "option": "nic"
25518    },
25519    {
25520      "parameters": [
25521      ],
25522      "option": "netdev"
25523    },
25524    {
25525      "parameters": [
25526      ],
25527      "option": "device"
25528    },
25529    {
25530      "parameters": [
25531        {
25532          "name": "abstract",
25533          "type": "boolean"
25534        },
25535        {
25536          "name": "tight",
25537          "default": "on",
25538          "type": "boolean"
25539        },
25540        {
25541          "name": "logappend",
25542          "type": "boolean"
25543        },
25544        {
25545          "name": "logfile",
25546          "type": "string"
25547        },
25548        {
25549          "name": "append",
25550          "type": "boolean"
25551        },
25552        {
25553          "name": "chardev",
25554          "type": "string"
25555        },
25556        {
25557          "name": "size",
25558          "type": "size"
25559        },
25560        {
25561          "name": "debug",
25562          "type": "number"
25563        },
25564        {
25565          "name": "name",
25566          "type": "string"
25567        },
25568        {
25569          "name": "signal",
25570          "type": "boolean"
25571        },
25572        {
25573          "name": "mux",
25574          "type": "boolean"
25575        },
25576        {
25577          "name": "rows",
25578          "type": "number"
25579        },
25580        {
25581          "name": "cols",
25582          "type": "number"
25583        },
25584        {
25585          "name": "height",
25586          "type": "number"
25587        },
25588        {
25589          "name": "width",
25590          "type": "number"
25591        },
25592        {
25593          "name": "websocket",
25594          "type": "boolean"
25595        },
25596        {
25597          "name": "tls-authz",
25598          "type": "string"
25599        },
25600        {
25601          "name": "tls-creds",
25602          "type": "string"
25603        },
25604        {
25605          "name": "tn3270",
25606          "type": "boolean"
25607        },
25608        {
25609          "name": "telnet",
25610          "type": "boolean"
25611        },
25612        {
25613          "name": "reconnect",
25614          "type": "number"
25615        },
25616        {
25617          "name": "delay",
25618          "type": "boolean"
25619        },
25620        {
25621          "name": "server",
25622          "type": "boolean"
25623        },
25624        {
25625          "name": "wait",
25626          "type": "boolean"
25627        },
25628        {
25629          "name": "ipv6",
25630          "type": "boolean"
25631        },
25632        {
25633          "name": "ipv4",
25634          "type": "boolean"
25635        },
25636        {
25637          "name": "to",
25638          "type": "number"
25639        },
25640        {
25641          "name": "localport",
25642          "type": "string"
25643        },
25644        {
25645          "name": "localaddr",
25646          "type": "string"
25647        },
25648        {
25649          "name": "fd",
25650          "type": "string"
25651        },
25652        {
25653          "name": "port",
25654          "type": "string"
25655        },
25656        {
25657          "name": "host",
25658          "type": "string"
25659        },
25660        {
25661          "name": "path",
25662          "type": "string"
25663        },
25664        {
25665          "name": "backend",
25666          "type": "string"
25667        }
25668      ],
25669      "option": "chardev"
25670    },
25671    {
25672      "parameters": [
25673        {
25674          "name": "copy-on-read",
25675          "help": "copy read data from backing file into image file",
25676          "type": "boolean"
25677        },
25678        {
25679          "name": "werror",
25680          "help": "write error action",
25681          "type": "string"
25682        },
25683        {
25684          "name": "rerror",
25685          "help": "read error action",
25686          "type": "string"
25687        },
25688        {
25689          "name": "read-only",
25690          "help": "open drive file as read-only",
25691          "type": "boolean"
25692        },
25693        {
25694          "name": "file",
25695          "help": "file name",
25696          "type": "string"
25697        },
25698        {
25699          "name": "if",
25700          "help": "interface (ide, scsi, sd, mtd, floppy, pflash, virtio)",
25701          "type": "string"
25702        },
25703        {
25704          "name": "media",
25705          "help": "media type (disk, cdrom)",
25706          "type": "string"
25707        },
25708        {
25709          "name": "index",
25710          "help": "index number",
25711          "type": "number"
25712        },
25713        {
25714          "name": "unit",
25715          "help": "unit number (i.e. lun for scsi)",
25716          "type": "number"
25717        },
25718        {
25719          "name": "bus",
25720          "help": "bus number",
25721          "type": "number"
25722        },
25723        {
25724          "name": "stats-account-failed",
25725          "help": "whether to account for failed I/O operations in the statistics",
25726          "type": "boolean"
25727        },
25728        {
25729          "name": "stats-account-invalid",
25730          "help": "whether to account for invalid I/O operations in the statistics",
25731          "type": "boolean"
25732        },
25733        {
25734          "name": "detect-zeroes",
25735          "help": "try to optimize zero writes (off, on, unmap)",
25736          "type": "string"
25737        },
25738        {
25739          "name": "throttling.group",
25740          "help": "name of the block throttling group",
25741          "type": "string"
25742        },
25743        {
25744          "name": "throttling.iops-size",
25745          "help": "when limiting by iops max size of an I/O in bytes",
25746          "type": "number"
25747        },
25748        {
25749          "name": "throttling.bps-write-max-length",
25750          "help": "length of the bps-write-max burst period, in seconds",
25751          "type": "number"
25752        },
25753        {
25754          "name": "throttling.bps-read-max-length",
25755          "help": "length of the bps-read-max burst period, in seconds",
25756          "type": "number"
25757        },
25758        {
25759          "name": "throttling.bps-total-max-length",
25760          "help": "length of the bps-total-max burst period, in seconds",
25761          "type": "number"
25762        },
25763        {
25764          "name": "throttling.iops-write-max-length",
25765          "help": "length of the iops-write-max burst period, in seconds",
25766          "type": "number"
25767        },
25768        {
25769          "name": "throttling.iops-read-max-length",
25770          "help": "length of the iops-read-max burst period, in seconds",
25771          "type": "number"
25772        },
25773        {
25774          "name": "throttling.iops-total-max-length",
25775          "help": "length of the iops-total-max burst period, in seconds",
25776          "type": "number"
25777        },
25778        {
25779          "name": "throttling.bps-write-max",
25780          "help": "total bytes write burst",
25781          "type": "number"
25782        },
25783        {
25784          "name": "throttling.bps-read-max",
25785          "help": "total bytes read burst",
25786          "type": "number"
25787        },
25788        {
25789          "name": "throttling.bps-total-max",
25790          "help": "total bytes burst",
25791          "type": "number"
25792        },
25793        {
25794          "name": "throttling.iops-write-max",
25795          "help": "I/O operations write burst",
25796          "type": "number"
25797        },
25798        {
25799          "name": "throttling.iops-read-max",
25800          "help": "I/O operations read burst",
25801          "type": "number"
25802        },
25803        {
25804          "name": "throttling.iops-total-max",
25805          "help": "I/O operations burst",
25806          "type": "number"
25807        },
25808        {
25809          "name": "throttling.bps-write",
25810          "help": "limit write bytes per second",
25811          "type": "number"
25812        },
25813        {
25814          "name": "throttling.bps-read",
25815          "help": "limit read bytes per second",
25816          "type": "number"
25817        },
25818        {
25819          "name": "throttling.bps-total",
25820          "help": "limit total bytes per second",
25821          "type": "number"
25822        },
25823        {
25824          "name": "throttling.iops-write",
25825          "help": "limit write operations per second",
25826          "type": "number"
25827        },
25828        {
25829          "name": "throttling.iops-read",
25830          "help": "limit read operations per second",
25831          "type": "number"
25832        },
25833        {
25834          "name": "throttling.iops-total",
25835          "help": "limit total I/O operations per second",
25836          "type": "number"
25837        },
25838        {
25839          "name": "werror",
25840          "help": "write error action",
25841          "type": "string"
25842        },
25843        {
25844          "name": "format",
25845          "help": "disk format (raw, qcow2, ...)",
25846          "type": "string"
25847        },
25848        {
25849          "name": "cache.writeback",
25850          "help": "Enable writeback mode",
25851          "type": "boolean"
25852        },
25853        {
25854          "name": "aio",
25855          "help": "host AIO implementation (threads, native, io_uring)",
25856          "type": "string"
25857        },
25858        {
25859          "name": "snapshot",
25860          "help": "enable/disable snapshot mode",
25861          "type": "boolean"
25862        },
25863        {
25864          "name": "force-share",
25865          "help": "always accept other writers (default: off)",
25866          "type": "boolean"
25867        },
25868        {
25869          "name": "discard",
25870          "help": "discard operation (ignore/off, unmap/on)",
25871          "type": "string"
25872        },
25873        {
25874          "name": "auto-read-only",
25875          "help": "Node can become read-only if opening read-write fails",
25876          "type": "boolean"
25877        },
25878        {
25879          "name": "cache.no-flush",
25880          "help": "Ignore flush requests",
25881          "type": "boolean"
25882        },
25883        {
25884          "name": "cache.direct",
25885          "help": "Bypass software writeback cache on the host",
25886          "type": "boolean"
25887        },
25888        {
25889          "name": "driver",
25890          "help": "Block driver to use for the node",
25891          "type": "string"
25892        },
25893        {
25894          "name": "node-name",
25895          "help": "Node name of the block device node",
25896          "type": "string"
25897        }
25898      ],
25899      "option": "drive"
25900    }
25901  ],
25902  "id": "libvirt-46"
25903}
25904
25905{
25906  "execute": "query-migrate-capabilities",
25907  "id": "libvirt-47"
25908}
25909
25910{
25911  "return": [
25912    {
25913      "state": false,
25914      "capability": "xbzrle"
25915    },
25916    {
25917      "state": false,
25918      "capability": "rdma-pin-all"
25919    },
25920    {
25921      "state": false,
25922      "capability": "auto-converge"
25923    },
25924    {
25925      "state": false,
25926      "capability": "zero-blocks"
25927    },
25928    {
25929      "state": false,
25930      "capability": "compress"
25931    },
25932    {
25933      "state": false,
25934      "capability": "events"
25935    },
25936    {
25937      "state": false,
25938      "capability": "postcopy-ram"
25939    },
25940    {
25941      "state": false,
25942      "capability": "x-colo"
25943    },
25944    {
25945      "state": false,
25946      "capability": "release-ram"
25947    },
25948    {
25949      "state": false,
25950      "capability": "block"
25951    },
25952    {
25953      "state": false,
25954      "capability": "return-path"
25955    },
25956    {
25957      "state": false,
25958      "capability": "pause-before-switchover"
25959    },
25960    {
25961      "state": false,
25962      "capability": "multifd"
25963    },
25964    {
25965      "state": false,
25966      "capability": "dirty-bitmaps"
25967    },
25968    {
25969      "state": false,
25970      "capability": "postcopy-blocktime"
25971    },
25972    {
25973      "state": false,
25974      "capability": "late-block-activate"
25975    },
25976    {
25977      "state": false,
25978      "capability": "x-ignore-shared"
25979    },
25980    {
25981      "state": false,
25982      "capability": "validate-uuid"
25983    }
25984  ],
25985  "id": "libvirt-47"
25986}
25987
25988{
25989  "execute": "query-sev-capabilities",
25990  "id": "libvirt-48"
25991}
25992
25993{
25994  "id": "libvirt-48",
25995  "error": {
25996    "class": "GenericError",
25997    "desc": "SEV is not enabled in KVM"
25998  }
25999}
26000
26001{
26002  "execute": "query-cpu-model-expansion",
26003  "arguments": {
26004    "type": "static",
26005    "model": {
26006      "name": "host"
26007    }
26008  },
26009  "id": "libvirt-49"
26010}
26011
26012{
26013  "return": {
26014    "model": {
26015      "name": "base",
26016      "props": {
26017        "vmx-entry-load-rtit-ctl": false,
26018        "cmov": true,
26019        "ia64": false,
26020        "ssb-no": false,
26021        "aes": true,
26022        "vmx-apicv-xapic": false,
26023        "mmx": true,
26024        "rdpid": true,
26025        "arat": true,
26026        "vmx-page-walk-4": false,
26027        "vmx-page-walk-5": false,
26028        "gfni": false,
26029        "ibrs-all": false,
26030        "vmx-desc-exit": false,
26031        "pause-filter": false,
26032        "xsavec": true,
26033        "intel-pt": false,
26034        "vmx-cr8-store-exit": false,
26035        "vmx-rdseed-exit": false,
26036        "vmx-eptp-switching": false,
26037        "kvm-asyncpf": true,
26038        "perfctr-core": true,
26039        "mpx": false,
26040        "pbe": false,
26041        "avx512cd": false,
26042        "decodeassists": false,
26043        "vmx-exit-load-efer": false,
26044        "vmx-exit-clear-bndcfgs": false,
26045        "sse4.1": true,
26046        "family": 23,
26047        "vmx-vmwrite-vmexit-fields": false,
26048        "vmx-vnmi": false,
26049        "vmx-true-ctls": false,
26050        "vmx-ept-execonly": false,
26051        "vmx-exit-save-efer": false,
26052        "vmx-invept-all-context": false,
26053        "wbnoinvd": true,
26054        "avx512f": false,
26055        "msr": true,
26056        "mce": true,
26057        "mca": true,
26058        "xcrypt": false,
26059        "vmx-exit-load-pat": false,
26060        "vmx-intr-exit": false,
26061        "min-level": 16,
26062        "vmx-flexpriority": false,
26063        "xgetbv1": true,
26064        "cid": false,
26065        "ds": false,
26066        "fxsr": true,
26067        "avx512-bf16": false,
26068        "vmx-cr8-load-exit": false,
26069        "xsaveopt": true,
26070        "vmx-apicv-vid": false,
26071        "vmx-exit-save-pat": false,
26072        "xtpr": false,
26073        "tsx-ctrl": false,
26074        "vmx-ple": false,
26075        "avx512vl": false,
26076        "avx512-vpopcntdq": false,
26077        "phe": false,
26078        "extapic": false,
26079        "3dnowprefetch": true,
26080        "vmx-vmfunc": false,
26081        "vmx-activity-shutdown": false,
26082        "avx512vbmi2": false,
26083        "cr8legacy": true,
26084        "vmx-encls-exit": false,
26085        "stibp": true,
26086        "vmx-msr-bitmap": false,
26087        "xcrypt-en": false,
26088        "vmx-mwait-exit": false,
26089        "vmx-pml": false,
26090        "vmx-nmi-exit": false,
26091        "vmx-invept-single-context-noglobals": false,
26092        "pn": false,
26093        "rsba": false,
26094        "dca": false,
26095        "vendor": "AuthenticAMD",
26096        "vmx-unrestricted-guest": false,
26097        "vmx-cr3-store-noexit": false,
26098        "pku": false,
26099        "smx": false,
26100        "cmp-legacy": true,
26101        "avx512-4fmaps": false,
26102        "vmcb-clean": false,
26103        "hle": false,
26104        "3dnowext": false,
26105        "amd-no-ssb": false,
26106        "npt": true,
26107        "rdctl-no": true,
26108        "vmx-invvpid": false,
26109        "clwb": true,
26110        "lbrv": false,
26111        "adx": true,
26112        "ss": false,
26113        "pni": true,
26114        "tsx-ldtrk": false,
26115        "svm-lock": false,
26116        "smep": true,
26117        "smap": true,
26118        "pfthreshold": false,
26119        "vmx-invpcid-exit": false,
26120        "x2apic": true,
26121        "avx512vbmi": false,
26122        "avx512vnni": false,
26123        "vmx-apicv-x2apic": false,
26124        "kvm-pv-sched-yield": true,
26125        "vmx-invlpg-exit": false,
26126        "vmx-invvpid-all-context": false,
26127        "vmx-activity-hlt": false,
26128        "flushbyasid": false,
26129        "f16c": true,
26130        "vmx-exit-ack-intr": false,
26131        "ace2-en": false,
26132        "pae": true,
26133        "pat": true,
26134        "sse": true,
26135        "phe-en": false,
26136        "vmx-tsc-offset": false,
26137        "kvm-nopiodelay": true,
26138        "tm": false,
26139        "kvmclock-stable-bit": true,
26140        "vmx-rdtsc-exit": false,
26141        "hypervisor": true,
26142        "vmx-rdtscp-exit": false,
26143        "mds-no": true,
26144        "pcommit": false,
26145        "vmx-vpid": false,
26146        "syscall": true,
26147        "avx512dq": false,
26148        "svm": true,
26149        "invtsc": false,
26150        "vmx-monitor-exit": false,
26151        "sse2": true,
26152        "ssbd": true,
26153        "vmx-wbinvd-exit": false,
26154        "est": false,
26155        "kvm-poll-control": true,
26156        "avx512ifma": false,
26157        "tm2": false,
26158        "kvm-pv-eoi": true,
26159        "kvm-pv-ipi": true,
26160        "cx8": true,
26161        "vmx-invvpid-single-addr": false,
26162        "waitpkg": false,
26163        "cldemote": false,
26164        "vmx-ept": false,
26165        "kvm-mmu": false,
26166        "sse4.2": true,
26167        "pge": true,
26168        "avx512bitalg": false,
26169        "pdcm": false,
26170        "vmx-entry-load-bndcfgs": false,
26171        "vmx-exit-clear-rtit-ctl": false,
26172        "model": 113,
26173        "movbe": true,
26174        "nrip-save": true,
26175        "ssse3": true,
26176        "sse4a": true,
26177        "vmx-pause-exit": false,
26178        "invpcid": false,
26179        "pdpe1gb": true,
26180        "tsc-deadline": true,
26181        "skip-l1dfl-vmentry": true,
26182        "vmx-exit-load-perf-global-ctrl": false,
26183        "fma": true,
26184        "cx16": true,
26185        "de": true,
26186        "stepping": 0,
26187        "xsave": true,
26188        "clflush": true,
26189        "skinit": false,
26190        "tsc": true,
26191        "tce": false,
26192        "fpu": true,
26193        "ds-cpl": false,
26194        "ibs": false,
26195        "fma4": false,
26196        "vmx-exit-nosave-debugctl": false,
26197        "la57": false,
26198        "vmx-invept": false,
26199        "osvw": true,
26200        "apic": true,
26201        "pmm": false,
26202        "vmx-entry-noload-debugctl": false,
26203        "vmx-eptad": false,
26204        "spec-ctrl": false,
26205        "vmx-posted-intr": false,
26206        "vmx-apicv-register": false,
26207        "tsc-adjust": true,
26208        "kvm-steal-time": true,
26209        "avx512-vp2intersect": false,
26210        "kvmclock": true,
26211        "vmx-zero-len-inject": false,
26212        "pschange-mc-no": true,
26213        "vmx-rdrand-exit": false,
26214        "lwp": false,
26215        "amd-ssbd": true,
26216        "xop": false,
26217        "ibpb": true,
26218        "avx": true,
26219        "core-capability": false,
26220        "vmx-invept-single-context": false,
26221        "movdiri": false,
26222        "acpi": false,
26223        "avx512bw": false,
26224        "ace2": false,
26225        "fsgsbase": true,
26226        "vmx-ept-2mb": false,
26227        "vmx-ept-1gb": false,
26228        "ht": false,
26229        "vmx-io-exit": false,
26230        "nx": true,
26231        "pclmulqdq": true,
26232        "mmxext": true,
26233        "popcnt": true,
26234        "vaes": false,
26235        "serialize": false,
26236        "movdir64b": false,
26237        "xsaves": true,
26238        "vmx-shadow-vmcs": false,
26239        "lm": true,
26240        "vmx-exit-save-preemption-timer": false,
26241        "vmx-entry-load-pat": false,
26242        "fsrm": false,
26243        "vmx-entry-load-perf-global-ctrl": false,
26244        "vmx-io-bitmap": false,
26245        "umip": true,
26246        "vmx-store-lma": false,
26247        "vmx-movdr-exit": false,
26248        "pse": true,
26249        "avx2": true,
26250        "sep": true,
26251        "virt-ssbd": true,
26252        "vmx-cr3-load-noexit": false,
26253        "nodeid-msr": false,
26254        "md-clear": false,
26255        "misalignsse": true,
26256        "split-lock-detect": false,
26257        "min-xlevel": 2147483679,
26258        "bmi1": true,
26259        "bmi2": true,
26260        "kvm-pv-unhalt": true,
26261        "tsc-scale": false,
26262        "topoext": false,
26263        "amd-stibp": true,
26264        "vmx-preemption-timer": false,
26265        "clflushopt": true,
26266        "vmx-vnmi-pending": false,
26267        "monitor": false,
26268        "vmx-vintr-pending": false,
26269        "avx512er": false,
26270        "full-width-write": false,
26271        "pmm-en": false,
26272        "pcid": false,
26273        "taa-no": false,
26274        "arch-capabilities": true,
26275        "vmx-secondary-ctls": false,
26276        "vmx-xsaves": false,
26277        "clzero": true,
26278        "3dnow": false,
26279        "erms": false,
26280        "vmx-entry-ia32e-mode": false,
26281        "lahf-lm": true,
26282        "vpclmulqdq": false,
26283        "vmx-ins-outs": false,
26284        "fxsr-opt": true,
26285        "xstore": false,
26286        "rtm": false,
26287        "kvm-hint-dedicated": false,
26288        "lmce": false,
26289        "perfctr-nb": false,
26290        "rdrand": true,
26291        "rdseed": true,
26292        "avx512-4vnniw": false,
26293        "vme": true,
26294        "vmx": false,
26295        "dtes64": false,
26296        "mtrr": true,
26297        "rdtscp": true,
26298        "xsaveerptr": true,
26299        "pse36": true,
26300        "kvm-pv-tlb-flush": true,
26301        "vmx-activity-wait-sipi": false,
26302        "tbm": false,
26303        "wdt": false,
26304        "vmx-rdpmc-exit": false,
26305        "vmx-mtf": false,
26306        "vmx-entry-load-efer": false,
26307        "model-id": "AMD Ryzen 9 3900X 12-Core Processor            ",
26308        "sha-ni": true,
26309        "abm": true,
26310        "vmx-ept-advanced-exitinfo": false,
26311        "avx512pf": false,
26312        "vmx-hlt-exit": false,
26313        "xstore-en": false
26314      }
26315    }
26316  },
26317  "id": "libvirt-49"
26318}
26319
26320{
26321  "execute": "query-cpu-model-expansion",
26322  "arguments": {
26323    "type": "static",
26324    "model": {
26325      "name": "host",
26326      "props": {
26327        "migratable": false
26328      }
26329    }
26330  },
26331  "id": "libvirt-50"
26332}
26333
26334{
26335  "return": {
26336    "model": {
26337      "name": "base",
26338      "props": {
26339        "vmx-entry-load-rtit-ctl": false,
26340        "cmov": true,
26341        "ia64": false,
26342        "ssb-no": false,
26343        "aes": true,
26344        "vmx-apicv-xapic": false,
26345        "mmx": true,
26346        "rdpid": true,
26347        "arat": true,
26348        "vmx-page-walk-4": false,
26349        "vmx-page-walk-5": false,
26350        "gfni": false,
26351        "ibrs-all": false,
26352        "vmx-desc-exit": false,
26353        "pause-filter": false,
26354        "xsavec": true,
26355        "intel-pt": false,
26356        "vmx-cr8-store-exit": false,
26357        "vmx-rdseed-exit": false,
26358        "vmx-eptp-switching": false,
26359        "kvm-asyncpf": true,
26360        "perfctr-core": true,
26361        "mpx": false,
26362        "pbe": false,
26363        "avx512cd": false,
26364        "decodeassists": false,
26365        "vmx-exit-load-efer": false,
26366        "vmx-exit-clear-bndcfgs": false,
26367        "sse4.1": true,
26368        "family": 23,
26369        "vmx-vmwrite-vmexit-fields": false,
26370        "vmx-vnmi": false,
26371        "vmx-true-ctls": false,
26372        "vmx-ept-execonly": false,
26373        "vmx-exit-save-efer": false,
26374        "vmx-invept-all-context": false,
26375        "wbnoinvd": true,
26376        "avx512f": false,
26377        "msr": true,
26378        "mce": true,
26379        "mca": true,
26380        "xcrypt": false,
26381        "vmx-exit-load-pat": false,
26382        "vmx-intr-exit": false,
26383        "min-level": 16,
26384        "vmx-flexpriority": false,
26385        "xgetbv1": true,
26386        "cid": false,
26387        "ds": false,
26388        "fxsr": true,
26389        "avx512-bf16": false,
26390        "vmx-cr8-load-exit": false,
26391        "xsaveopt": true,
26392        "vmx-apicv-vid": false,
26393        "vmx-exit-save-pat": false,
26394        "xtpr": false,
26395        "tsx-ctrl": false,
26396        "vmx-ple": false,
26397        "avx512vl": false,
26398        "avx512-vpopcntdq": false,
26399        "phe": false,
26400        "extapic": false,
26401        "3dnowprefetch": true,
26402        "vmx-vmfunc": false,
26403        "vmx-activity-shutdown": false,
26404        "avx512vbmi2": false,
26405        "cr8legacy": true,
26406        "vmx-encls-exit": false,
26407        "stibp": true,
26408        "vmx-msr-bitmap": false,
26409        "xcrypt-en": false,
26410        "vmx-mwait-exit": false,
26411        "vmx-pml": false,
26412        "vmx-nmi-exit": false,
26413        "vmx-invept-single-context-noglobals": false,
26414        "pn": false,
26415        "rsba": false,
26416        "dca": false,
26417        "vendor": "AuthenticAMD",
26418        "vmx-unrestricted-guest": false,
26419        "vmx-cr3-store-noexit": false,
26420        "pku": false,
26421        "smx": false,
26422        "cmp-legacy": true,
26423        "avx512-4fmaps": false,
26424        "vmcb-clean": false,
26425        "hle": false,
26426        "3dnowext": false,
26427        "amd-no-ssb": false,
26428        "npt": true,
26429        "rdctl-no": true,
26430        "vmx-invvpid": false,
26431        "clwb": true,
26432        "lbrv": false,
26433        "adx": true,
26434        "ss": false,
26435        "pni": true,
26436        "tsx-ldtrk": false,
26437        "svm-lock": false,
26438        "smep": true,
26439        "smap": true,
26440        "pfthreshold": false,
26441        "vmx-invpcid-exit": false,
26442        "x2apic": true,
26443        "avx512vbmi": false,
26444        "avx512vnni": false,
26445        "vmx-apicv-x2apic": false,
26446        "kvm-pv-sched-yield": true,
26447        "vmx-invlpg-exit": false,
26448        "vmx-invvpid-all-context": false,
26449        "vmx-activity-hlt": false,
26450        "flushbyasid": false,
26451        "f16c": true,
26452        "vmx-exit-ack-intr": false,
26453        "ace2-en": false,
26454        "pae": true,
26455        "pat": true,
26456        "sse": true,
26457        "phe-en": false,
26458        "vmx-tsc-offset": false,
26459        "kvm-nopiodelay": true,
26460        "tm": false,
26461        "kvmclock-stable-bit": true,
26462        "vmx-rdtsc-exit": false,
26463        "hypervisor": true,
26464        "vmx-rdtscp-exit": false,
26465        "mds-no": true,
26466        "pcommit": false,
26467        "vmx-vpid": false,
26468        "syscall": true,
26469        "avx512dq": false,
26470        "svm": true,
26471        "invtsc": true,
26472        "vmx-monitor-exit": false,
26473        "sse2": true,
26474        "ssbd": true,
26475        "vmx-wbinvd-exit": false,
26476        "est": false,
26477        "kvm-poll-control": true,
26478        "avx512ifma": false,
26479        "tm2": false,
26480        "kvm-pv-eoi": true,
26481        "kvm-pv-ipi": true,
26482        "cx8": true,
26483        "vmx-invvpid-single-addr": false,
26484        "waitpkg": false,
26485        "cldemote": false,
26486        "vmx-ept": false,
26487        "kvm-mmu": false,
26488        "sse4.2": true,
26489        "pge": true,
26490        "avx512bitalg": false,
26491        "pdcm": false,
26492        "vmx-entry-load-bndcfgs": false,
26493        "vmx-exit-clear-rtit-ctl": false,
26494        "model": 113,
26495        "movbe": true,
26496        "nrip-save": true,
26497        "ssse3": true,
26498        "sse4a": true,
26499        "vmx-pause-exit": false,
26500        "invpcid": false,
26501        "pdpe1gb": true,
26502        "tsc-deadline": true,
26503        "skip-l1dfl-vmentry": true,
26504        "vmx-exit-load-perf-global-ctrl": false,
26505        "fma": true,
26506        "cx16": true,
26507        "de": true,
26508        "stepping": 0,
26509        "xsave": true,
26510        "clflush": true,
26511        "skinit": false,
26512        "tsc": true,
26513        "tce": false,
26514        "fpu": true,
26515        "ds-cpl": false,
26516        "ibs": false,
26517        "fma4": false,
26518        "vmx-exit-nosave-debugctl": false,
26519        "la57": false,
26520        "vmx-invept": false,
26521        "osvw": true,
26522        "apic": true,
26523        "pmm": false,
26524        "vmx-entry-noload-debugctl": false,
26525        "vmx-eptad": false,
26526        "spec-ctrl": false,
26527        "vmx-posted-intr": false,
26528        "vmx-apicv-register": false,
26529        "tsc-adjust": true,
26530        "kvm-steal-time": true,
26531        "avx512-vp2intersect": false,
26532        "kvmclock": true,
26533        "vmx-zero-len-inject": false,
26534        "pschange-mc-no": true,
26535        "vmx-rdrand-exit": false,
26536        "lwp": false,
26537        "amd-ssbd": true,
26538        "xop": false,
26539        "ibpb": true,
26540        "avx": true,
26541        "core-capability": false,
26542        "vmx-invept-single-context": false,
26543        "movdiri": false,
26544        "acpi": false,
26545        "avx512bw": false,
26546        "ace2": false,
26547        "fsgsbase": true,
26548        "vmx-ept-2mb": false,
26549        "vmx-ept-1gb": false,
26550        "ht": false,
26551        "vmx-io-exit": false,
26552        "nx": true,
26553        "pclmulqdq": true,
26554        "mmxext": true,
26555        "popcnt": true,
26556        "vaes": false,
26557        "serialize": false,
26558        "movdir64b": false,
26559        "xsaves": true,
26560        "vmx-shadow-vmcs": false,
26561        "lm": true,
26562        "vmx-exit-save-preemption-timer": false,
26563        "vmx-entry-load-pat": false,
26564        "fsrm": false,
26565        "vmx-entry-load-perf-global-ctrl": false,
26566        "vmx-io-bitmap": false,
26567        "umip": true,
26568        "vmx-store-lma": false,
26569        "vmx-movdr-exit": false,
26570        "pse": true,
26571        "avx2": true,
26572        "sep": true,
26573        "virt-ssbd": true,
26574        "vmx-cr3-load-noexit": false,
26575        "nodeid-msr": false,
26576        "md-clear": false,
26577        "misalignsse": true,
26578        "split-lock-detect": false,
26579        "min-xlevel": 2147483679,
26580        "bmi1": true,
26581        "bmi2": true,
26582        "kvm-pv-unhalt": true,
26583        "tsc-scale": false,
26584        "topoext": false,
26585        "amd-stibp": true,
26586        "vmx-preemption-timer": false,
26587        "clflushopt": true,
26588        "vmx-vnmi-pending": false,
26589        "monitor": false,
26590        "vmx-vintr-pending": false,
26591        "avx512er": false,
26592        "full-width-write": false,
26593        "pmm-en": false,
26594        "pcid": false,
26595        "taa-no": false,
26596        "arch-capabilities": true,
26597        "vmx-secondary-ctls": false,
26598        "vmx-xsaves": false,
26599        "clzero": true,
26600        "3dnow": false,
26601        "erms": false,
26602        "vmx-entry-ia32e-mode": false,
26603        "lahf-lm": true,
26604        "vpclmulqdq": false,
26605        "vmx-ins-outs": false,
26606        "fxsr-opt": true,
26607        "xstore": false,
26608        "rtm": false,
26609        "kvm-hint-dedicated": false,
26610        "lmce": false,
26611        "perfctr-nb": false,
26612        "rdrand": true,
26613        "rdseed": true,
26614        "avx512-4vnniw": false,
26615        "vme": true,
26616        "vmx": false,
26617        "dtes64": false,
26618        "mtrr": true,
26619        "rdtscp": true,
26620        "xsaveerptr": true,
26621        "pse36": true,
26622        "kvm-pv-tlb-flush": true,
26623        "vmx-activity-wait-sipi": false,
26624        "tbm": false,
26625        "wdt": false,
26626        "vmx-rdpmc-exit": false,
26627        "vmx-mtf": false,
26628        "vmx-entry-load-efer": false,
26629        "model-id": "AMD Ryzen 9 3900X 12-Core Processor            ",
26630        "sha-ni": true,
26631        "abm": true,
26632        "vmx-ept-advanced-exitinfo": false,
26633        "avx512pf": false,
26634        "vmx-hlt-exit": false,
26635        "xstore-en": false
26636      }
26637    }
26638  },
26639  "id": "libvirt-50"
26640}
26641
26642{
26643  "execute": "qmp_capabilities",
26644  "id": "libvirt-1"
26645}
26646
26647{
26648  "return": {
26649  },
26650  "id": "libvirt-1"
26651}
26652
26653{
26654  "execute": "query-cpu-definitions",
26655  "id": "libvirt-2"
26656}
26657
26658{
26659  "return": [
26660    {
26661      "name": "max",
26662      "typename": "max-x86_64-cpu",
26663      "unavailable-features": [
26664      ],
26665      "static": false,
26666      "migration-safe": false
26667    },
26668    {
26669      "name": "host",
26670      "typename": "host-x86_64-cpu",
26671      "unavailable-features": [
26672        "kvm"
26673      ],
26674      "static": false,
26675      "migration-safe": false
26676    },
26677    {
26678      "name": "base",
26679      "typename": "base-x86_64-cpu",
26680      "unavailable-features": [
26681      ],
26682      "static": true,
26683      "migration-safe": true
26684    },
26685    {
26686      "name": "qemu64-v1",
26687      "typename": "qemu64-v1-x86_64-cpu",
26688      "unavailable-features": [
26689      ],
26690      "static": false,
26691      "migration-safe": true
26692    },
26693    {
26694      "name": "qemu64",
26695      "typename": "qemu64-x86_64-cpu",
26696      "unavailable-features": [
26697      ],
26698      "alias-of": "qemu64-v1",
26699      "static": false,
26700      "migration-safe": true
26701    },
26702    {
26703      "name": "qemu32-v1",
26704      "typename": "qemu32-v1-x86_64-cpu",
26705      "unavailable-features": [
26706      ],
26707      "static": false,
26708      "migration-safe": true
26709    },
26710    {
26711      "name": "qemu32",
26712      "typename": "qemu32-x86_64-cpu",
26713      "unavailable-features": [
26714      ],
26715      "alias-of": "qemu32-v1",
26716      "static": false,
26717      "migration-safe": true
26718    },
26719    {
26720      "name": "phenom-v1",
26721      "typename": "phenom-v1-x86_64-cpu",
26722      "unavailable-features": [
26723        "fxsr-opt"
26724      ],
26725      "static": false,
26726      "migration-safe": true
26727    },
26728    {
26729      "name": "phenom",
26730      "typename": "phenom-x86_64-cpu",
26731      "unavailable-features": [
26732        "fxsr-opt"
26733      ],
26734      "alias-of": "phenom-v1",
26735      "static": false,
26736      "migration-safe": true
26737    },
26738    {
26739      "name": "pentium3-v1",
26740      "typename": "pentium3-v1-x86_64-cpu",
26741      "unavailable-features": [
26742      ],
26743      "static": false,
26744      "migration-safe": true
26745    },
26746    {
26747      "name": "pentium3",
26748      "typename": "pentium3-x86_64-cpu",
26749      "unavailable-features": [
26750      ],
26751      "alias-of": "pentium3-v1",
26752      "static": false,
26753      "migration-safe": true
26754    },
26755    {
26756      "name": "pentium2-v1",
26757      "typename": "pentium2-v1-x86_64-cpu",
26758      "unavailable-features": [
26759      ],
26760      "static": false,
26761      "migration-safe": true
26762    },
26763    {
26764      "name": "pentium2",
26765      "typename": "pentium2-x86_64-cpu",
26766      "unavailable-features": [
26767      ],
26768      "alias-of": "pentium2-v1",
26769      "static": false,
26770      "migration-safe": true
26771    },
26772    {
26773      "name": "pentium-v1",
26774      "typename": "pentium-v1-x86_64-cpu",
26775      "unavailable-features": [
26776      ],
26777      "static": false,
26778      "migration-safe": true
26779    },
26780    {
26781      "name": "pentium",
26782      "typename": "pentium-x86_64-cpu",
26783      "unavailable-features": [
26784      ],
26785      "alias-of": "pentium-v1",
26786      "static": false,
26787      "migration-safe": true
26788    },
26789    {
26790      "name": "n270-v1",
26791      "typename": "n270-v1-x86_64-cpu",
26792      "unavailable-features": [
26793      ],
26794      "static": false,
26795      "migration-safe": true
26796    },
26797    {
26798      "name": "n270",
26799      "typename": "n270-x86_64-cpu",
26800      "unavailable-features": [
26801      ],
26802      "alias-of": "n270-v1",
26803      "static": false,
26804      "migration-safe": true
26805    },
26806    {
26807      "name": "kvm64-v1",
26808      "typename": "kvm64-v1-x86_64-cpu",
26809      "unavailable-features": [
26810      ],
26811      "static": false,
26812      "migration-safe": true
26813    },
26814    {
26815      "name": "kvm64",
26816      "typename": "kvm64-x86_64-cpu",
26817      "unavailable-features": [
26818      ],
26819      "alias-of": "kvm64-v1",
26820      "static": false,
26821      "migration-safe": true
26822    },
26823    {
26824      "name": "kvm32-v1",
26825      "typename": "kvm32-v1-x86_64-cpu",
26826      "unavailable-features": [
26827      ],
26828      "static": false,
26829      "migration-safe": true
26830    },
26831    {
26832      "name": "kvm32",
26833      "typename": "kvm32-x86_64-cpu",
26834      "unavailable-features": [
26835      ],
26836      "alias-of": "kvm32-v1",
26837      "static": false,
26838      "migration-safe": true
26839    },
26840    {
26841      "name": "coreduo-v1",
26842      "typename": "coreduo-v1-x86_64-cpu",
26843      "unavailable-features": [
26844      ],
26845      "static": false,
26846      "migration-safe": true
26847    },
26848    {
26849      "name": "coreduo",
26850      "typename": "coreduo-x86_64-cpu",
26851      "unavailable-features": [
26852      ],
26853      "alias-of": "coreduo-v1",
26854      "static": false,
26855      "migration-safe": true
26856    },
26857    {
26858      "name": "core2duo-v1",
26859      "typename": "core2duo-v1-x86_64-cpu",
26860      "unavailable-features": [
26861      ],
26862      "static": false,
26863      "migration-safe": true
26864    },
26865    {
26866      "name": "core2duo",
26867      "typename": "core2duo-x86_64-cpu",
26868      "unavailable-features": [
26869      ],
26870      "alias-of": "core2duo-v1",
26871      "static": false,
26872      "migration-safe": true
26873    },
26874    {
26875      "name": "athlon-v1",
26876      "typename": "athlon-v1-x86_64-cpu",
26877      "unavailable-features": [
26878      ],
26879      "static": false,
26880      "migration-safe": true
26881    },
26882    {
26883      "name": "athlon",
26884      "typename": "athlon-x86_64-cpu",
26885      "unavailable-features": [
26886      ],
26887      "alias-of": "athlon-v1",
26888      "static": false,
26889      "migration-safe": true
26890    },
26891    {
26892      "name": "Westmere-v2",
26893      "typename": "Westmere-v2-x86_64-cpu",
26894      "unavailable-features": [
26895        "spec-ctrl"
26896      ],
26897      "static": false,
26898      "migration-safe": true
26899    },
26900    {
26901      "name": "Westmere-v1",
26902      "typename": "Westmere-v1-x86_64-cpu",
26903      "unavailable-features": [
26904      ],
26905      "static": false,
26906      "migration-safe": true
26907    },
26908    {
26909      "name": "Westmere-IBRS",
26910      "typename": "Westmere-IBRS-x86_64-cpu",
26911      "unavailable-features": [
26912        "spec-ctrl"
26913      ],
26914      "alias-of": "Westmere-v2",
26915      "static": false,
26916      "migration-safe": true
26917    },
26918    {
26919      "name": "Westmere",
26920      "typename": "Westmere-x86_64-cpu",
26921      "unavailable-features": [
26922      ],
26923      "alias-of": "Westmere-v1",
26924      "static": false,
26925      "migration-safe": true
26926    },
26927    {
26928      "name": "Snowridge-v2",
26929      "typename": "Snowridge-v2-x86_64-cpu",
26930      "unavailable-features": [
26931        "x2apic",
26932        "tsc-deadline",
26933        "rdseed",
26934        "sha-ni",
26935        "umip",
26936        "gfni",
26937        "cldemote",
26938        "movdiri",
26939        "movdir64b",
26940        "spec-ctrl",
26941        "arch-capabilities",
26942        "core-capability",
26943        "ssbd",
26944        "3dnowprefetch",
26945        "xsavec",
26946        "split-lock-detect"
26947      ],
26948      "static": false,
26949      "migration-safe": true
26950    },
26951    {
26952      "name": "Snowridge-v1",
26953      "typename": "Snowridge-v1-x86_64-cpu",
26954      "unavailable-features": [
26955        "x2apic",
26956        "tsc-deadline",
26957        "rdseed",
26958        "sha-ni",
26959        "umip",
26960        "gfni",
26961        "cldemote",
26962        "movdiri",
26963        "movdir64b",
26964        "spec-ctrl",
26965        "arch-capabilities",
26966        "core-capability",
26967        "ssbd",
26968        "3dnowprefetch",
26969        "xsavec",
26970        "split-lock-detect"
26971      ],
26972      "static": false,
26973      "migration-safe": true
26974    },
26975    {
26976      "name": "Snowridge",
26977      "typename": "Snowridge-x86_64-cpu",
26978      "unavailable-features": [
26979        "x2apic",
26980        "tsc-deadline",
26981        "rdseed",
26982        "sha-ni",
26983        "umip",
26984        "gfni",
26985        "cldemote",
26986        "movdiri",
26987        "movdir64b",
26988        "spec-ctrl",
26989        "arch-capabilities",
26990        "core-capability",
26991        "ssbd",
26992        "3dnowprefetch",
26993        "xsavec",
26994        "split-lock-detect"
26995      ],
26996      "alias-of": "Snowridge-v1",
26997      "static": false,
26998      "migration-safe": true
26999    },
27000    {
27001      "name": "Skylake-Server-v4",
27002      "typename": "Skylake-Server-v4-x86_64-cpu",
27003      "unavailable-features": [
27004        "fma",
27005        "pcid",
27006        "x2apic",
27007        "tsc-deadline",
27008        "avx",
27009        "f16c",
27010        "avx2",
27011        "invpcid",
27012        "avx512f",
27013        "avx512dq",
27014        "rdseed",
27015        "avx512cd",
27016        "avx512bw",
27017        "avx512vl",
27018        "spec-ctrl",
27019        "3dnowprefetch",
27020        "xsavec"
27021      ],
27022      "static": false,
27023      "migration-safe": true
27024    },
27025    {
27026      "name": "Skylake-Server-v3",
27027      "typename": "Skylake-Server-v3-x86_64-cpu",
27028      "unavailable-features": [
27029        "fma",
27030        "pcid",
27031        "x2apic",
27032        "tsc-deadline",
27033        "avx",
27034        "f16c",
27035        "avx2",
27036        "invpcid",
27037        "avx512f",
27038        "avx512dq",
27039        "rdseed",
27040        "avx512cd",
27041        "avx512bw",
27042        "avx512vl",
27043        "spec-ctrl",
27044        "3dnowprefetch",
27045        "xsavec"
27046      ],
27047      "static": false,
27048      "migration-safe": true
27049    },
27050    {
27051      "name": "Skylake-Server-v2",
27052      "typename": "Skylake-Server-v2-x86_64-cpu",
27053      "unavailable-features": [
27054        "fma",
27055        "pcid",
27056        "x2apic",
27057        "tsc-deadline",
27058        "avx",
27059        "f16c",
27060        "hle",
27061        "avx2",
27062        "invpcid",
27063        "rtm",
27064        "avx512f",
27065        "avx512dq",
27066        "rdseed",
27067        "avx512cd",
27068        "avx512bw",
27069        "avx512vl",
27070        "spec-ctrl",
27071        "3dnowprefetch",
27072        "xsavec"
27073      ],
27074      "static": false,
27075      "migration-safe": true
27076    },
27077    {
27078      "name": "Skylake-Server-v1",
27079      "typename": "Skylake-Server-v1-x86_64-cpu",
27080      "unavailable-features": [
27081        "fma",
27082        "pcid",
27083        "x2apic",
27084        "tsc-deadline",
27085        "avx",
27086        "f16c",
27087        "hle",
27088        "avx2",
27089        "invpcid",
27090        "rtm",
27091        "avx512f",
27092        "avx512dq",
27093        "rdseed",
27094        "avx512cd",
27095        "avx512bw",
27096        "avx512vl",
27097        "3dnowprefetch",
27098        "xsavec"
27099      ],
27100      "static": false,
27101      "migration-safe": true
27102    },
27103    {
27104      "name": "Skylake-Server-noTSX-IBRS",
27105      "typename": "Skylake-Server-noTSX-IBRS-x86_64-cpu",
27106      "unavailable-features": [
27107        "fma",
27108        "pcid",
27109        "x2apic",
27110        "tsc-deadline",
27111        "avx",
27112        "f16c",
27113        "avx2",
27114        "invpcid",
27115        "avx512f",
27116        "avx512dq",
27117        "rdseed",
27118        "avx512cd",
27119        "avx512bw",
27120        "avx512vl",
27121        "spec-ctrl",
27122        "3dnowprefetch",
27123        "xsavec"
27124      ],
27125      "alias-of": "Skylake-Server-v3",
27126      "static": false,
27127      "migration-safe": true
27128    },
27129    {
27130      "name": "Skylake-Server-IBRS",
27131      "typename": "Skylake-Server-IBRS-x86_64-cpu",
27132      "unavailable-features": [
27133        "fma",
27134        "pcid",
27135        "x2apic",
27136        "tsc-deadline",
27137        "avx",
27138        "f16c",
27139        "hle",
27140        "avx2",
27141        "invpcid",
27142        "rtm",
27143        "avx512f",
27144        "avx512dq",
27145        "rdseed",
27146        "avx512cd",
27147        "avx512bw",
27148        "avx512vl",
27149        "spec-ctrl",
27150        "3dnowprefetch",
27151        "xsavec"
27152      ],
27153      "alias-of": "Skylake-Server-v2",
27154      "static": false,
27155      "migration-safe": true
27156    },
27157    {
27158      "name": "Skylake-Server",
27159      "typename": "Skylake-Server-x86_64-cpu",
27160      "unavailable-features": [
27161        "fma",
27162        "pcid",
27163        "x2apic",
27164        "tsc-deadline",
27165        "avx",
27166        "f16c",
27167        "hle",
27168        "avx2",
27169        "invpcid",
27170        "rtm",
27171        "avx512f",
27172        "avx512dq",
27173        "rdseed",
27174        "avx512cd",
27175        "avx512bw",
27176        "avx512vl",
27177        "3dnowprefetch",
27178        "xsavec"
27179      ],
27180      "alias-of": "Skylake-Server-v1",
27181      "static": false,
27182      "migration-safe": true
27183    },
27184    {
27185      "name": "Skylake-Client-v3",
27186      "typename": "Skylake-Client-v3-x86_64-cpu",
27187      "unavailable-features": [
27188        "fma",
27189        "pcid",
27190        "x2apic",
27191        "tsc-deadline",
27192        "avx",
27193        "f16c",
27194        "avx2",
27195        "invpcid",
27196        "rdseed",
27197        "spec-ctrl",
27198        "3dnowprefetch",
27199        "xsavec"
27200      ],
27201      "static": false,
27202      "migration-safe": true
27203    },
27204    {
27205      "name": "Skylake-Client-v2",
27206      "typename": "Skylake-Client-v2-x86_64-cpu",
27207      "unavailable-features": [
27208        "fma",
27209        "pcid",
27210        "x2apic",
27211        "tsc-deadline",
27212        "avx",
27213        "f16c",
27214        "hle",
27215        "avx2",
27216        "invpcid",
27217        "rtm",
27218        "rdseed",
27219        "spec-ctrl",
27220        "3dnowprefetch",
27221        "xsavec"
27222      ],
27223      "static": false,
27224      "migration-safe": true
27225    },
27226    {
27227      "name": "Skylake-Client-v1",
27228      "typename": "Skylake-Client-v1-x86_64-cpu",
27229      "unavailable-features": [
27230        "fma",
27231        "pcid",
27232        "x2apic",
27233        "tsc-deadline",
27234        "avx",
27235        "f16c",
27236        "hle",
27237        "avx2",
27238        "invpcid",
27239        "rtm",
27240        "rdseed",
27241        "3dnowprefetch",
27242        "xsavec"
27243      ],
27244      "static": false,
27245      "migration-safe": true
27246    },
27247    {
27248      "name": "Skylake-Client-noTSX-IBRS",
27249      "typename": "Skylake-Client-noTSX-IBRS-x86_64-cpu",
27250      "unavailable-features": [
27251        "fma",
27252        "pcid",
27253        "x2apic",
27254        "tsc-deadline",
27255        "avx",
27256        "f16c",
27257        "avx2",
27258        "invpcid",
27259        "rdseed",
27260        "spec-ctrl",
27261        "3dnowprefetch",
27262        "xsavec"
27263      ],
27264      "alias-of": "Skylake-Client-v3",
27265      "static": false,
27266      "migration-safe": true
27267    },
27268    {
27269      "name": "Skylake-Client-IBRS",
27270      "typename": "Skylake-Client-IBRS-x86_64-cpu",
27271      "unavailable-features": [
27272        "fma",
27273        "pcid",
27274        "x2apic",
27275        "tsc-deadline",
27276        "avx",
27277        "f16c",
27278        "hle",
27279        "avx2",
27280        "invpcid",
27281        "rtm",
27282        "rdseed",
27283        "spec-ctrl",
27284        "3dnowprefetch",
27285        "xsavec"
27286      ],
27287      "alias-of": "Skylake-Client-v2",
27288      "static": false,
27289      "migration-safe": true
27290    },
27291    {
27292      "name": "Skylake-Client",
27293      "typename": "Skylake-Client-x86_64-cpu",
27294      "unavailable-features": [
27295        "fma",
27296        "pcid",
27297        "x2apic",
27298        "tsc-deadline",
27299        "avx",
27300        "f16c",
27301        "hle",
27302        "avx2",
27303        "invpcid",
27304        "rtm",
27305        "rdseed",
27306        "3dnowprefetch",
27307        "xsavec"
27308      ],
27309      "alias-of": "Skylake-Client-v1",
27310      "static": false,
27311      "migration-safe": true
27312    },
27313    {
27314      "name": "SandyBridge-v2",
27315      "typename": "SandyBridge-v2-x86_64-cpu",
27316      "unavailable-features": [
27317        "x2apic",
27318        "tsc-deadline",
27319        "avx",
27320        "spec-ctrl"
27321      ],
27322      "static": false,
27323      "migration-safe": true
27324    },
27325    {
27326      "name": "SandyBridge-v1",
27327      "typename": "SandyBridge-v1-x86_64-cpu",
27328      "unavailable-features": [
27329        "x2apic",
27330        "tsc-deadline",
27331        "avx"
27332      ],
27333      "static": false,
27334      "migration-safe": true
27335    },
27336    {
27337      "name": "SandyBridge-IBRS",
27338      "typename": "SandyBridge-IBRS-x86_64-cpu",
27339      "unavailable-features": [
27340        "x2apic",
27341        "tsc-deadline",
27342        "avx",
27343        "spec-ctrl"
27344      ],
27345      "alias-of": "SandyBridge-v2",
27346      "static": false,
27347      "migration-safe": true
27348    },
27349    {
27350      "name": "SandyBridge",
27351      "typename": "SandyBridge-x86_64-cpu",
27352      "unavailable-features": [
27353        "x2apic",
27354        "tsc-deadline",
27355        "avx"
27356      ],
27357      "alias-of": "SandyBridge-v1",
27358      "static": false,
27359      "migration-safe": true
27360    },
27361    {
27362      "name": "Penryn-v1",
27363      "typename": "Penryn-v1-x86_64-cpu",
27364      "unavailable-features": [
27365      ],
27366      "static": false,
27367      "migration-safe": true
27368    },
27369    {
27370      "name": "Penryn",
27371      "typename": "Penryn-x86_64-cpu",
27372      "unavailable-features": [
27373      ],
27374      "alias-of": "Penryn-v1",
27375      "static": false,
27376      "migration-safe": true
27377    },
27378    {
27379      "name": "Opteron_G5-v1",
27380      "typename": "Opteron_G5-v1-x86_64-cpu",
27381      "unavailable-features": [
27382        "fma",
27383        "avx",
27384        "f16c",
27385        "misalignsse",
27386        "3dnowprefetch",
27387        "xop",
27388        "fma4",
27389        "tbm",
27390        "nrip-save"
27391      ],
27392      "static": false,
27393      "migration-safe": true
27394    },
27395    {
27396      "name": "Opteron_G5",
27397      "typename": "Opteron_G5-x86_64-cpu",
27398      "unavailable-features": [
27399        "fma",
27400        "avx",
27401        "f16c",
27402        "misalignsse",
27403        "3dnowprefetch",
27404        "xop",
27405        "fma4",
27406        "tbm",
27407        "nrip-save"
27408      ],
27409      "alias-of": "Opteron_G5-v1",
27410      "static": false,
27411      "migration-safe": true
27412    },
27413    {
27414      "name": "Opteron_G4-v1",
27415      "typename": "Opteron_G4-v1-x86_64-cpu",
27416      "unavailable-features": [
27417        "avx",
27418        "misalignsse",
27419        "3dnowprefetch",
27420        "xop",
27421        "fma4",
27422        "nrip-save"
27423      ],
27424      "static": false,
27425      "migration-safe": true
27426    },
27427    {
27428      "name": "Opteron_G4",
27429      "typename": "Opteron_G4-x86_64-cpu",
27430      "unavailable-features": [
27431        "avx",
27432        "misalignsse",
27433        "3dnowprefetch",
27434        "xop",
27435        "fma4",
27436        "nrip-save"
27437      ],
27438      "alias-of": "Opteron_G4-v1",
27439      "static": false,
27440      "migration-safe": true
27441    },
27442    {
27443      "name": "Opteron_G3-v1",
27444      "typename": "Opteron_G3-v1-x86_64-cpu",
27445      "unavailable-features": [
27446        "misalignsse"
27447      ],
27448      "static": false,
27449      "migration-safe": true
27450    },
27451    {
27452      "name": "Opteron_G3",
27453      "typename": "Opteron_G3-x86_64-cpu",
27454      "unavailable-features": [
27455        "misalignsse"
27456      ],
27457      "alias-of": "Opteron_G3-v1",
27458      "static": false,
27459      "migration-safe": true
27460    },
27461    {
27462      "name": "Opteron_G2-v1",
27463      "typename": "Opteron_G2-v1-x86_64-cpu",
27464      "unavailable-features": [
27465      ],
27466      "static": false,
27467      "migration-safe": true
27468    },
27469    {
27470      "name": "Opteron_G2",
27471      "typename": "Opteron_G2-x86_64-cpu",
27472      "unavailable-features": [
27473      ],
27474      "alias-of": "Opteron_G2-v1",
27475      "static": false,
27476      "migration-safe": true
27477    },
27478    {
27479      "name": "Opteron_G1-v1",
27480      "typename": "Opteron_G1-v1-x86_64-cpu",
27481      "unavailable-features": [
27482      ],
27483      "static": false,
27484      "migration-safe": true
27485    },
27486    {
27487      "name": "Opteron_G1",
27488      "typename": "Opteron_G1-x86_64-cpu",
27489      "unavailable-features": [
27490      ],
27491      "alias-of": "Opteron_G1-v1",
27492      "static": false,
27493      "migration-safe": true
27494    },
27495    {
27496      "name": "Nehalem-v2",
27497      "typename": "Nehalem-v2-x86_64-cpu",
27498      "unavailable-features": [
27499        "spec-ctrl"
27500      ],
27501      "static": false,
27502      "migration-safe": true
27503    },
27504    {
27505      "name": "Nehalem-v1",
27506      "typename": "Nehalem-v1-x86_64-cpu",
27507      "unavailable-features": [
27508      ],
27509      "static": false,
27510      "migration-safe": true
27511    },
27512    {
27513      "name": "Nehalem-IBRS",
27514      "typename": "Nehalem-IBRS-x86_64-cpu",
27515      "unavailable-features": [
27516        "spec-ctrl"
27517      ],
27518      "alias-of": "Nehalem-v2",
27519      "static": false,
27520      "migration-safe": true
27521    },
27522    {
27523      "name": "Nehalem",
27524      "typename": "Nehalem-x86_64-cpu",
27525      "unavailable-features": [
27526      ],
27527      "alias-of": "Nehalem-v1",
27528      "static": false,
27529      "migration-safe": true
27530    },
27531    {
27532      "name": "KnightsMill-v1",
27533      "typename": "KnightsMill-v1-x86_64-cpu",
27534      "unavailable-features": [
27535        "fma",
27536        "x2apic",
27537        "tsc-deadline",
27538        "avx",
27539        "f16c",
27540        "avx2",
27541        "avx512f",
27542        "rdseed",
27543        "avx512pf",
27544        "avx512er",
27545        "avx512cd",
27546        "avx512-vpopcntdq",
27547        "avx512-4vnniw",
27548        "avx512-4fmaps",
27549        "3dnowprefetch"
27550      ],
27551      "static": false,
27552      "migration-safe": true
27553    },
27554    {
27555      "name": "KnightsMill",
27556      "typename": "KnightsMill-x86_64-cpu",
27557      "unavailable-features": [
27558        "fma",
27559        "x2apic",
27560        "tsc-deadline",
27561        "avx",
27562        "f16c",
27563        "avx2",
27564        "avx512f",
27565        "rdseed",
27566        "avx512pf",
27567        "avx512er",
27568        "avx512cd",
27569        "avx512-vpopcntdq",
27570        "avx512-4vnniw",
27571        "avx512-4fmaps",
27572        "3dnowprefetch"
27573      ],
27574      "alias-of": "KnightsMill-v1",
27575      "static": false,
27576      "migration-safe": true
27577    },
27578    {
27579      "name": "IvyBridge-v2",
27580      "typename": "IvyBridge-v2-x86_64-cpu",
27581      "unavailable-features": [
27582        "x2apic",
27583        "tsc-deadline",
27584        "avx",
27585        "f16c",
27586        "spec-ctrl"
27587      ],
27588      "static": false,
27589      "migration-safe": true
27590    },
27591    {
27592      "name": "IvyBridge-v1",
27593      "typename": "IvyBridge-v1-x86_64-cpu",
27594      "unavailable-features": [
27595        "x2apic",
27596        "tsc-deadline",
27597        "avx",
27598        "f16c"
27599      ],
27600      "static": false,
27601      "migration-safe": true
27602    },
27603    {
27604      "name": "IvyBridge-IBRS",
27605      "typename": "IvyBridge-IBRS-x86_64-cpu",
27606      "unavailable-features": [
27607        "x2apic",
27608        "tsc-deadline",
27609        "avx",
27610        "f16c",
27611        "spec-ctrl"
27612      ],
27613      "alias-of": "IvyBridge-v2",
27614      "static": false,
27615      "migration-safe": true
27616    },
27617    {
27618      "name": "IvyBridge",
27619      "typename": "IvyBridge-x86_64-cpu",
27620      "unavailable-features": [
27621        "x2apic",
27622        "tsc-deadline",
27623        "avx",
27624        "f16c"
27625      ],
27626      "alias-of": "IvyBridge-v1",
27627      "static": false,
27628      "migration-safe": true
27629    },
27630    {
27631      "name": "Icelake-Server-v4",
27632      "typename": "Icelake-Server-v4-x86_64-cpu",
27633      "unavailable-features": [
27634        "fma",
27635        "pcid",
27636        "x2apic",
27637        "tsc-deadline",
27638        "avx",
27639        "f16c",
27640        "avx2",
27641        "invpcid",
27642        "avx512f",
27643        "avx512dq",
27644        "rdseed",
27645        "avx512ifma",
27646        "avx512cd",
27647        "sha-ni",
27648        "avx512bw",
27649        "avx512vl",
27650        "avx512vbmi",
27651        "umip",
27652        "avx512vbmi2",
27653        "gfni",
27654        "vaes",
27655        "vpclmulqdq",
27656        "avx512vnni",
27657        "avx512bitalg",
27658        "avx512-vpopcntdq",
27659        "rdpid",
27660        "fsrm",
27661        "spec-ctrl",
27662        "arch-capabilities",
27663        "ssbd",
27664        "3dnowprefetch",
27665        "wbnoinvd",
27666        "xsavec",
27667        "rdctl-no",
27668        "ibrs-all",
27669        "skip-l1dfl-vmentry",
27670        "mds-no",
27671        "pschange-mc-no",
27672        "taa-no"
27673      ],
27674      "static": false,
27675      "migration-safe": true
27676    },
27677    {
27678      "name": "Icelake-Server-v3",
27679      "typename": "Icelake-Server-v3-x86_64-cpu",
27680      "unavailable-features": [
27681        "fma",
27682        "pcid",
27683        "x2apic",
27684        "tsc-deadline",
27685        "avx",
27686        "f16c",
27687        "avx2",
27688        "invpcid",
27689        "avx512f",
27690        "avx512dq",
27691        "rdseed",
27692        "avx512cd",
27693        "avx512bw",
27694        "avx512vl",
27695        "avx512vbmi",
27696        "umip",
27697        "avx512vbmi2",
27698        "gfni",
27699        "vaes",
27700        "vpclmulqdq",
27701        "avx512vnni",
27702        "avx512bitalg",
27703        "avx512-vpopcntdq",
27704        "spec-ctrl",
27705        "arch-capabilities",
27706        "ssbd",
27707        "3dnowprefetch",
27708        "wbnoinvd",
27709        "xsavec",
27710        "rdctl-no",
27711        "ibrs-all",
27712        "skip-l1dfl-vmentry",
27713        "mds-no",
27714        "pschange-mc-no",
27715        "taa-no"
27716      ],
27717      "static": false,
27718      "migration-safe": true
27719    },
27720    {
27721      "name": "Icelake-Server-v2",
27722      "typename": "Icelake-Server-v2-x86_64-cpu",
27723      "unavailable-features": [
27724        "fma",
27725        "pcid",
27726        "x2apic",
27727        "tsc-deadline",
27728        "avx",
27729        "f16c",
27730        "avx2",
27731        "invpcid",
27732        "avx512f",
27733        "avx512dq",
27734        "rdseed",
27735        "avx512cd",
27736        "avx512bw",
27737        "avx512vl",
27738        "avx512vbmi",
27739        "umip",
27740        "avx512vbmi2",
27741        "gfni",
27742        "vaes",
27743        "vpclmulqdq",
27744        "avx512vnni",
27745        "avx512bitalg",
27746        "avx512-vpopcntdq",
27747        "spec-ctrl",
27748        "ssbd",
27749        "3dnowprefetch",
27750        "wbnoinvd",
27751        "xsavec"
27752      ],
27753      "static": false,
27754      "migration-safe": true
27755    },
27756    {
27757      "name": "Icelake-Server-v1",
27758      "typename": "Icelake-Server-v1-x86_64-cpu",
27759      "unavailable-features": [
27760        "fma",
27761        "pcid",
27762        "x2apic",
27763        "tsc-deadline",
27764        "avx",
27765        "f16c",
27766        "hle",
27767        "avx2",
27768        "invpcid",
27769        "rtm",
27770        "avx512f",
27771        "avx512dq",
27772        "rdseed",
27773        "avx512cd",
27774        "avx512bw",
27775        "avx512vl",
27776        "avx512vbmi",
27777        "umip",
27778        "avx512vbmi2",
27779        "gfni",
27780        "vaes",
27781        "vpclmulqdq",
27782        "avx512vnni",
27783        "avx512bitalg",
27784        "avx512-vpopcntdq",
27785        "spec-ctrl",
27786        "ssbd",
27787        "3dnowprefetch",
27788        "wbnoinvd",
27789        "xsavec"
27790      ],
27791      "static": false,
27792      "migration-safe": true
27793    },
27794    {
27795      "name": "Icelake-Server-noTSX",
27796      "typename": "Icelake-Server-noTSX-x86_64-cpu",
27797      "unavailable-features": [
27798        "fma",
27799        "pcid",
27800        "x2apic",
27801        "tsc-deadline",
27802        "avx",
27803        "f16c",
27804        "avx2",
27805        "invpcid",
27806        "avx512f",
27807        "avx512dq",
27808        "rdseed",
27809        "avx512cd",
27810        "avx512bw",
27811        "avx512vl",
27812        "avx512vbmi",
27813        "umip",
27814        "avx512vbmi2",
27815        "gfni",
27816        "vaes",
27817        "vpclmulqdq",
27818        "avx512vnni",
27819        "avx512bitalg",
27820        "avx512-vpopcntdq",
27821        "spec-ctrl",
27822        "ssbd",
27823        "3dnowprefetch",
27824        "wbnoinvd",
27825        "xsavec"
27826      ],
27827      "alias-of": "Icelake-Server-v2",
27828      "static": false,
27829      "migration-safe": true
27830    },
27831    {
27832      "name": "Icelake-Server",
27833      "typename": "Icelake-Server-x86_64-cpu",
27834      "unavailable-features": [
27835        "fma",
27836        "pcid",
27837        "x2apic",
27838        "tsc-deadline",
27839        "avx",
27840        "f16c",
27841        "hle",
27842        "avx2",
27843        "invpcid",
27844        "rtm",
27845        "avx512f",
27846        "avx512dq",
27847        "rdseed",
27848        "avx512cd",
27849        "avx512bw",
27850        "avx512vl",
27851        "avx512vbmi",
27852        "umip",
27853        "avx512vbmi2",
27854        "gfni",
27855        "vaes",
27856        "vpclmulqdq",
27857        "avx512vnni",
27858        "avx512bitalg",
27859        "avx512-vpopcntdq",
27860        "spec-ctrl",
27861        "ssbd",
27862        "3dnowprefetch",
27863        "wbnoinvd",
27864        "xsavec"
27865      ],
27866      "alias-of": "Icelake-Server-v1",
27867      "static": false,
27868      "migration-safe": true
27869    },
27870    {
27871      "name": "Icelake-Client-v2",
27872      "typename": "Icelake-Client-v2-x86_64-cpu",
27873      "unavailable-features": [
27874        "fma",
27875        "pcid",
27876        "x2apic",
27877        "tsc-deadline",
27878        "avx",
27879        "f16c",
27880        "avx2",
27881        "invpcid",
27882        "rdseed",
27883        "avx512vbmi",
27884        "umip",
27885        "avx512vbmi2",
27886        "gfni",
27887        "vaes",
27888        "vpclmulqdq",
27889        "avx512vnni",
27890        "avx512bitalg",
27891        "avx512-vpopcntdq",
27892        "spec-ctrl",
27893        "ssbd",
27894        "3dnowprefetch",
27895        "wbnoinvd",
27896        "xsavec"
27897      ],
27898      "static": false,
27899      "migration-safe": true
27900    },
27901    {
27902      "name": "Icelake-Client-v1",
27903      "typename": "Icelake-Client-v1-x86_64-cpu",
27904      "unavailable-features": [
27905        "fma",
27906        "pcid",
27907        "x2apic",
27908        "tsc-deadline",
27909        "avx",
27910        "f16c",
27911        "hle",
27912        "avx2",
27913        "invpcid",
27914        "rtm",
27915        "rdseed",
27916        "avx512vbmi",
27917        "umip",
27918        "avx512vbmi2",
27919        "gfni",
27920        "vaes",
27921        "vpclmulqdq",
27922        "avx512vnni",
27923        "avx512bitalg",
27924        "avx512-vpopcntdq",
27925        "spec-ctrl",
27926        "ssbd",
27927        "3dnowprefetch",
27928        "wbnoinvd",
27929        "xsavec"
27930      ],
27931      "static": false,
27932      "migration-safe": true
27933    },
27934    {
27935      "name": "Icelake-Client-noTSX",
27936      "typename": "Icelake-Client-noTSX-x86_64-cpu",
27937      "unavailable-features": [
27938        "fma",
27939        "pcid",
27940        "x2apic",
27941        "tsc-deadline",
27942        "avx",
27943        "f16c",
27944        "avx2",
27945        "invpcid",
27946        "rdseed",
27947        "avx512vbmi",
27948        "umip",
27949        "avx512vbmi2",
27950        "gfni",
27951        "vaes",
27952        "vpclmulqdq",
27953        "avx512vnni",
27954        "avx512bitalg",
27955        "avx512-vpopcntdq",
27956        "spec-ctrl",
27957        "ssbd",
27958        "3dnowprefetch",
27959        "wbnoinvd",
27960        "xsavec"
27961      ],
27962      "alias-of": "Icelake-Client-v2",
27963      "static": false,
27964      "migration-safe": true
27965    },
27966    {
27967      "name": "Icelake-Client",
27968      "typename": "Icelake-Client-x86_64-cpu",
27969      "unavailable-features": [
27970        "fma",
27971        "pcid",
27972        "x2apic",
27973        "tsc-deadline",
27974        "avx",
27975        "f16c",
27976        "hle",
27977        "avx2",
27978        "invpcid",
27979        "rtm",
27980        "rdseed",
27981        "avx512vbmi",
27982        "umip",
27983        "avx512vbmi2",
27984        "gfni",
27985        "vaes",
27986        "vpclmulqdq",
27987        "avx512vnni",
27988        "avx512bitalg",
27989        "avx512-vpopcntdq",
27990        "spec-ctrl",
27991        "ssbd",
27992        "3dnowprefetch",
27993        "wbnoinvd",
27994        "xsavec"
27995      ],
27996      "alias-of": "Icelake-Client-v1",
27997      "static": false,
27998      "migration-safe": true
27999    },
28000    {
28001      "name": "Haswell-v4",
28002      "typename": "Haswell-v4-x86_64-cpu",
28003      "unavailable-features": [
28004        "fma",
28005        "pcid",
28006        "x2apic",
28007        "tsc-deadline",
28008        "avx",
28009        "f16c",
28010        "avx2",
28011        "invpcid",
28012        "spec-ctrl"
28013      ],
28014      "static": false,
28015      "migration-safe": true
28016    },
28017    {
28018      "name": "Haswell-v3",
28019      "typename": "Haswell-v3-x86_64-cpu",
28020      "unavailable-features": [
28021        "fma",
28022        "pcid",
28023        "x2apic",
28024        "tsc-deadline",
28025        "avx",
28026        "f16c",
28027        "hle",
28028        "avx2",
28029        "invpcid",
28030        "rtm",
28031        "spec-ctrl"
28032      ],
28033      "static": false,
28034      "migration-safe": true
28035    },
28036    {
28037      "name": "Haswell-v2",
28038      "typename": "Haswell-v2-x86_64-cpu",
28039      "unavailable-features": [
28040        "fma",
28041        "pcid",
28042        "x2apic",
28043        "tsc-deadline",
28044        "avx",
28045        "f16c",
28046        "avx2",
28047        "invpcid"
28048      ],
28049      "static": false,
28050      "migration-safe": true
28051    },
28052    {
28053      "name": "Haswell-v1",
28054      "typename": "Haswell-v1-x86_64-cpu",
28055      "unavailable-features": [
28056        "fma",
28057        "pcid",
28058        "x2apic",
28059        "tsc-deadline",
28060        "avx",
28061        "f16c",
28062        "hle",
28063        "avx2",
28064        "invpcid",
28065        "rtm"
28066      ],
28067      "static": false,
28068      "migration-safe": true
28069    },
28070    {
28071      "name": "Haswell-noTSX-IBRS",
28072      "typename": "Haswell-noTSX-IBRS-x86_64-cpu",
28073      "unavailable-features": [
28074        "fma",
28075        "pcid",
28076        "x2apic",
28077        "tsc-deadline",
28078        "avx",
28079        "f16c",
28080        "avx2",
28081        "invpcid",
28082        "spec-ctrl"
28083      ],
28084      "alias-of": "Haswell-v4",
28085      "static": false,
28086      "migration-safe": true
28087    },
28088    {
28089      "name": "Haswell-noTSX",
28090      "typename": "Haswell-noTSX-x86_64-cpu",
28091      "unavailable-features": [
28092        "fma",
28093        "pcid",
28094        "x2apic",
28095        "tsc-deadline",
28096        "avx",
28097        "f16c",
28098        "avx2",
28099        "invpcid"
28100      ],
28101      "alias-of": "Haswell-v2",
28102      "static": false,
28103      "migration-safe": true
28104    },
28105    {
28106      "name": "Haswell-IBRS",
28107      "typename": "Haswell-IBRS-x86_64-cpu",
28108      "unavailable-features": [
28109        "fma",
28110        "pcid",
28111        "x2apic",
28112        "tsc-deadline",
28113        "avx",
28114        "f16c",
28115        "hle",
28116        "avx2",
28117        "invpcid",
28118        "rtm",
28119        "spec-ctrl"
28120      ],
28121      "alias-of": "Haswell-v3",
28122      "static": false,
28123      "migration-safe": true
28124    },
28125    {
28126      "name": "Haswell",
28127      "typename": "Haswell-x86_64-cpu",
28128      "unavailable-features": [
28129        "fma",
28130        "pcid",
28131        "x2apic",
28132        "tsc-deadline",
28133        "avx",
28134        "f16c",
28135        "hle",
28136        "avx2",
28137        "invpcid",
28138        "rtm"
28139      ],
28140      "alias-of": "Haswell-v1",
28141      "static": false,
28142      "migration-safe": true
28143    },
28144    {
28145      "name": "EPYC-v3",
28146      "typename": "EPYC-v3-x86_64-cpu",
28147      "unavailable-features": [
28148        "fma",
28149        "avx",
28150        "f16c",
28151        "avx2",
28152        "rdseed",
28153        "sha-ni",
28154        "fxsr-opt",
28155        "misalignsse",
28156        "3dnowprefetch",
28157        "osvw",
28158        "topoext",
28159        "perfctr-core",
28160        "clzero",
28161        "xsaveerptr",
28162        "ibpb",
28163        "nrip-save",
28164        "xsavec",
28165        "xsaves"
28166      ],
28167      "static": false,
28168      "migration-safe": true
28169    },
28170    {
28171      "name": "EPYC-v2",
28172      "typename": "EPYC-v2-x86_64-cpu",
28173      "unavailable-features": [
28174        "fma",
28175        "avx",
28176        "f16c",
28177        "avx2",
28178        "rdseed",
28179        "sha-ni",
28180        "fxsr-opt",
28181        "misalignsse",
28182        "3dnowprefetch",
28183        "osvw",
28184        "topoext",
28185        "ibpb",
28186        "nrip-save",
28187        "xsavec"
28188      ],
28189      "static": false,
28190      "migration-safe": true
28191    },
28192    {
28193      "name": "EPYC-v1",
28194      "typename": "EPYC-v1-x86_64-cpu",
28195      "unavailable-features": [
28196        "fma",
28197        "avx",
28198        "f16c",
28199        "avx2",
28200        "rdseed",
28201        "sha-ni",
28202        "fxsr-opt",
28203        "misalignsse",
28204        "3dnowprefetch",
28205        "osvw",
28206        "topoext",
28207        "nrip-save",
28208        "xsavec"
28209      ],
28210      "static": false,
28211      "migration-safe": true
28212    },
28213    {
28214      "name": "EPYC-Rome-v1",
28215      "typename": "EPYC-Rome-v1-x86_64-cpu",
28216      "unavailable-features": [
28217        "fma",
28218        "avx",
28219        "f16c",
28220        "avx2",
28221        "rdseed",
28222        "sha-ni",
28223        "umip",
28224        "rdpid",
28225        "fxsr-opt",
28226        "misalignsse",
28227        "3dnowprefetch",
28228        "osvw",
28229        "topoext",
28230        "perfctr-core",
28231        "clzero",
28232        "xsaveerptr",
28233        "wbnoinvd",
28234        "ibpb",
28235        "amd-stibp",
28236        "nrip-save",
28237        "xsavec",
28238        "xsaves"
28239      ],
28240      "static": false,
28241      "migration-safe": true
28242    },
28243    {
28244      "name": "EPYC-Rome",
28245      "typename": "EPYC-Rome-x86_64-cpu",
28246      "unavailable-features": [
28247        "fma",
28248        "avx",
28249        "f16c",
28250        "avx2",
28251        "rdseed",
28252        "sha-ni",
28253        "umip",
28254        "rdpid",
28255        "fxsr-opt",
28256        "misalignsse",
28257        "3dnowprefetch",
28258        "osvw",
28259        "topoext",
28260        "perfctr-core",
28261        "clzero",
28262        "xsaveerptr",
28263        "wbnoinvd",
28264        "ibpb",
28265        "amd-stibp",
28266        "nrip-save",
28267        "xsavec",
28268        "xsaves"
28269      ],
28270      "alias-of": "EPYC-Rome-v1",
28271      "static": false,
28272      "migration-safe": true
28273    },
28274    {
28275      "name": "EPYC-IBPB",
28276      "typename": "EPYC-IBPB-x86_64-cpu",
28277      "unavailable-features": [
28278        "fma",
28279        "avx",
28280        "f16c",
28281        "avx2",
28282        "rdseed",
28283        "sha-ni",
28284        "fxsr-opt",
28285        "misalignsse",
28286        "3dnowprefetch",
28287        "osvw",
28288        "topoext",
28289        "ibpb",
28290        "nrip-save",
28291        "xsavec"
28292      ],
28293      "alias-of": "EPYC-v2",
28294      "static": false,
28295      "migration-safe": true
28296    },
28297    {
28298      "name": "EPYC",
28299      "typename": "EPYC-x86_64-cpu",
28300      "unavailable-features": [
28301        "fma",
28302        "avx",
28303        "f16c",
28304        "avx2",
28305        "rdseed",
28306        "sha-ni",
28307        "fxsr-opt",
28308        "misalignsse",
28309        "3dnowprefetch",
28310        "osvw",
28311        "topoext",
28312        "nrip-save",
28313        "xsavec"
28314      ],
28315      "alias-of": "EPYC-v1",
28316      "static": false,
28317      "migration-safe": true
28318    },
28319    {
28320      "name": "Dhyana-v1",
28321      "typename": "Dhyana-v1-x86_64-cpu",
28322      "unavailable-features": [
28323        "fma",
28324        "avx",
28325        "f16c",
28326        "avx2",
28327        "rdseed",
28328        "fxsr-opt",
28329        "misalignsse",
28330        "3dnowprefetch",
28331        "osvw",
28332        "topoext",
28333        "ibpb",
28334        "nrip-save",
28335        "xsavec"
28336      ],
28337      "static": false,
28338      "migration-safe": true
28339    },
28340    {
28341      "name": "Dhyana",
28342      "typename": "Dhyana-x86_64-cpu",
28343      "unavailable-features": [
28344        "fma",
28345        "avx",
28346        "f16c",
28347        "avx2",
28348        "rdseed",
28349        "fxsr-opt",
28350        "misalignsse",
28351        "3dnowprefetch",
28352        "osvw",
28353        "topoext",
28354        "ibpb",
28355        "nrip-save",
28356        "xsavec"
28357      ],
28358      "alias-of": "Dhyana-v1",
28359      "static": false,
28360      "migration-safe": true
28361    },
28362    {
28363      "name": "Denverton-v2",
28364      "typename": "Denverton-v2-x86_64-cpu",
28365      "unavailable-features": [
28366        "x2apic",
28367        "tsc-deadline",
28368        "rdseed",
28369        "sha-ni",
28370        "spec-ctrl",
28371        "arch-capabilities",
28372        "ssbd",
28373        "3dnowprefetch",
28374        "xsavec",
28375        "rdctl-no",
28376        "skip-l1dfl-vmentry"
28377      ],
28378      "static": false,
28379      "migration-safe": true
28380    },
28381    {
28382      "name": "Denverton-v1",
28383      "typename": "Denverton-v1-x86_64-cpu",
28384      "unavailable-features": [
28385        "x2apic",
28386        "tsc-deadline",
28387        "rdseed",
28388        "sha-ni",
28389        "spec-ctrl",
28390        "arch-capabilities",
28391        "ssbd",
28392        "3dnowprefetch",
28393        "xsavec",
28394        "rdctl-no",
28395        "skip-l1dfl-vmentry"
28396      ],
28397      "static": false,
28398      "migration-safe": true
28399    },
28400    {
28401      "name": "Denverton",
28402      "typename": "Denverton-x86_64-cpu",
28403      "unavailable-features": [
28404        "x2apic",
28405        "tsc-deadline",
28406        "rdseed",
28407        "sha-ni",
28408        "spec-ctrl",
28409        "arch-capabilities",
28410        "ssbd",
28411        "3dnowprefetch",
28412        "xsavec",
28413        "rdctl-no",
28414        "skip-l1dfl-vmentry"
28415      ],
28416      "alias-of": "Denverton-v1",
28417      "static": false,
28418      "migration-safe": true
28419    },
28420    {
28421      "name": "Cooperlake-v1",
28422      "typename": "Cooperlake-v1-x86_64-cpu",
28423      "unavailable-features": [
28424        "fma",
28425        "pcid",
28426        "x2apic",
28427        "tsc-deadline",
28428        "avx",
28429        "f16c",
28430        "hle",
28431        "avx2",
28432        "invpcid",
28433        "rtm",
28434        "avx512f",
28435        "avx512dq",
28436        "rdseed",
28437        "avx512cd",
28438        "avx512bw",
28439        "avx512vl",
28440        "avx512vnni",
28441        "spec-ctrl",
28442        "stibp",
28443        "arch-capabilities",
28444        "ssbd",
28445        "avx512-bf16",
28446        "3dnowprefetch",
28447        "xsavec",
28448        "rdctl-no",
28449        "ibrs-all",
28450        "skip-l1dfl-vmentry",
28451        "mds-no",
28452        "pschange-mc-no",
28453        "taa-no"
28454      ],
28455      "static": false,
28456      "migration-safe": true
28457    },
28458    {
28459      "name": "Cooperlake",
28460      "typename": "Cooperlake-x86_64-cpu",
28461      "unavailable-features": [
28462        "fma",
28463        "pcid",
28464        "x2apic",
28465        "tsc-deadline",
28466        "avx",
28467        "f16c",
28468        "hle",
28469        "avx2",
28470        "invpcid",
28471        "rtm",
28472        "avx512f",
28473        "avx512dq",
28474        "rdseed",
28475        "avx512cd",
28476        "avx512bw",
28477        "avx512vl",
28478        "avx512vnni",
28479        "spec-ctrl",
28480        "stibp",
28481        "arch-capabilities",
28482        "ssbd",
28483        "avx512-bf16",
28484        "3dnowprefetch",
28485        "xsavec",
28486        "rdctl-no",
28487        "ibrs-all",
28488        "skip-l1dfl-vmentry",
28489        "mds-no",
28490        "pschange-mc-no",
28491        "taa-no"
28492      ],
28493      "alias-of": "Cooperlake-v1",
28494      "static": false,
28495      "migration-safe": true
28496    },
28497    {
28498      "name": "Conroe-v1",
28499      "typename": "Conroe-v1-x86_64-cpu",
28500      "unavailable-features": [
28501      ],
28502      "static": false,
28503      "migration-safe": true
28504    },
28505    {
28506      "name": "Conroe",
28507      "typename": "Conroe-x86_64-cpu",
28508      "unavailable-features": [
28509      ],
28510      "alias-of": "Conroe-v1",
28511      "static": false,
28512      "migration-safe": true
28513    },
28514    {
28515      "name": "Cascadelake-Server-v4",
28516      "typename": "Cascadelake-Server-v4-x86_64-cpu",
28517      "unavailable-features": [
28518        "fma",
28519        "pcid",
28520        "x2apic",
28521        "tsc-deadline",
28522        "avx",
28523        "f16c",
28524        "avx2",
28525        "invpcid",
28526        "avx512f",
28527        "avx512dq",
28528        "rdseed",
28529        "avx512cd",
28530        "avx512bw",
28531        "avx512vl",
28532        "avx512vnni",
28533        "spec-ctrl",
28534        "arch-capabilities",
28535        "ssbd",
28536        "3dnowprefetch",
28537        "xsavec",
28538        "rdctl-no",
28539        "ibrs-all",
28540        "skip-l1dfl-vmentry",
28541        "mds-no"
28542      ],
28543      "static": false,
28544      "migration-safe": true
28545    },
28546    {
28547      "name": "Cascadelake-Server-v3",
28548      "typename": "Cascadelake-Server-v3-x86_64-cpu",
28549      "unavailable-features": [
28550        "fma",
28551        "pcid",
28552        "x2apic",
28553        "tsc-deadline",
28554        "avx",
28555        "f16c",
28556        "avx2",
28557        "invpcid",
28558        "avx512f",
28559        "avx512dq",
28560        "rdseed",
28561        "avx512cd",
28562        "avx512bw",
28563        "avx512vl",
28564        "avx512vnni",
28565        "spec-ctrl",
28566        "arch-capabilities",
28567        "ssbd",
28568        "3dnowprefetch",
28569        "xsavec",
28570        "rdctl-no",
28571        "ibrs-all",
28572        "skip-l1dfl-vmentry",
28573        "mds-no"
28574      ],
28575      "static": false,
28576      "migration-safe": true
28577    },
28578    {
28579      "name": "Cascadelake-Server-v2",
28580      "typename": "Cascadelake-Server-v2-x86_64-cpu",
28581      "unavailable-features": [
28582        "fma",
28583        "pcid",
28584        "x2apic",
28585        "tsc-deadline",
28586        "avx",
28587        "f16c",
28588        "hle",
28589        "avx2",
28590        "invpcid",
28591        "rtm",
28592        "avx512f",
28593        "avx512dq",
28594        "rdseed",
28595        "avx512cd",
28596        "avx512bw",
28597        "avx512vl",
28598        "avx512vnni",
28599        "spec-ctrl",
28600        "arch-capabilities",
28601        "ssbd",
28602        "3dnowprefetch",
28603        "xsavec",
28604        "rdctl-no",
28605        "ibrs-all",
28606        "skip-l1dfl-vmentry",
28607        "mds-no"
28608      ],
28609      "static": false,
28610      "migration-safe": true
28611    },
28612    {
28613      "name": "Cascadelake-Server-v1",
28614      "typename": "Cascadelake-Server-v1-x86_64-cpu",
28615      "unavailable-features": [
28616        "fma",
28617        "pcid",
28618        "x2apic",
28619        "tsc-deadline",
28620        "avx",
28621        "f16c",
28622        "hle",
28623        "avx2",
28624        "invpcid",
28625        "rtm",
28626        "avx512f",
28627        "avx512dq",
28628        "rdseed",
28629        "avx512cd",
28630        "avx512bw",
28631        "avx512vl",
28632        "avx512vnni",
28633        "spec-ctrl",
28634        "ssbd",
28635        "3dnowprefetch",
28636        "xsavec"
28637      ],
28638      "static": false,
28639      "migration-safe": true
28640    },
28641    {
28642      "name": "Cascadelake-Server-noTSX",
28643      "typename": "Cascadelake-Server-noTSX-x86_64-cpu",
28644      "unavailable-features": [
28645        "fma",
28646        "pcid",
28647        "x2apic",
28648        "tsc-deadline",
28649        "avx",
28650        "f16c",
28651        "avx2",
28652        "invpcid",
28653        "avx512f",
28654        "avx512dq",
28655        "rdseed",
28656        "avx512cd",
28657        "avx512bw",
28658        "avx512vl",
28659        "avx512vnni",
28660        "spec-ctrl",
28661        "arch-capabilities",
28662        "ssbd",
28663        "3dnowprefetch",
28664        "xsavec",
28665        "rdctl-no",
28666        "ibrs-all",
28667        "skip-l1dfl-vmentry",
28668        "mds-no"
28669      ],
28670      "alias-of": "Cascadelake-Server-v3",
28671      "static": false,
28672      "migration-safe": true
28673    },
28674    {
28675      "name": "Cascadelake-Server",
28676      "typename": "Cascadelake-Server-x86_64-cpu",
28677      "unavailable-features": [
28678        "fma",
28679        "pcid",
28680        "x2apic",
28681        "tsc-deadline",
28682        "avx",
28683        "f16c",
28684        "hle",
28685        "avx2",
28686        "invpcid",
28687        "rtm",
28688        "avx512f",
28689        "avx512dq",
28690        "rdseed",
28691        "avx512cd",
28692        "avx512bw",
28693        "avx512vl",
28694        "avx512vnni",
28695        "spec-ctrl",
28696        "ssbd",
28697        "3dnowprefetch",
28698        "xsavec"
28699      ],
28700      "alias-of": "Cascadelake-Server-v1",
28701      "static": false,
28702      "migration-safe": true
28703    },
28704    {
28705      "name": "Broadwell-v4",
28706      "typename": "Broadwell-v4-x86_64-cpu",
28707      "unavailable-features": [
28708        "fma",
28709        "pcid",
28710        "x2apic",
28711        "tsc-deadline",
28712        "avx",
28713        "f16c",
28714        "avx2",
28715        "invpcid",
28716        "rdseed",
28717        "spec-ctrl",
28718        "3dnowprefetch"
28719      ],
28720      "static": false,
28721      "migration-safe": true
28722    },
28723    {
28724      "name": "Broadwell-v3",
28725      "typename": "Broadwell-v3-x86_64-cpu",
28726      "unavailable-features": [
28727        "fma",
28728        "pcid",
28729        "x2apic",
28730        "tsc-deadline",
28731        "avx",
28732        "f16c",
28733        "hle",
28734        "avx2",
28735        "invpcid",
28736        "rtm",
28737        "rdseed",
28738        "spec-ctrl",
28739        "3dnowprefetch"
28740      ],
28741      "static": false,
28742      "migration-safe": true
28743    },
28744    {
28745      "name": "Broadwell-v2",
28746      "typename": "Broadwell-v2-x86_64-cpu",
28747      "unavailable-features": [
28748        "fma",
28749        "pcid",
28750        "x2apic",
28751        "tsc-deadline",
28752        "avx",
28753        "f16c",
28754        "avx2",
28755        "invpcid",
28756        "rdseed",
28757        "3dnowprefetch"
28758      ],
28759      "static": false,
28760      "migration-safe": true
28761    },
28762    {
28763      "name": "Broadwell-v1",
28764      "typename": "Broadwell-v1-x86_64-cpu",
28765      "unavailable-features": [
28766        "fma",
28767        "pcid",
28768        "x2apic",
28769        "tsc-deadline",
28770        "avx",
28771        "f16c",
28772        "hle",
28773        "avx2",
28774        "invpcid",
28775        "rtm",
28776        "rdseed",
28777        "3dnowprefetch"
28778      ],
28779      "static": false,
28780      "migration-safe": true
28781    },
28782    {
28783      "name": "Broadwell-noTSX-IBRS",
28784      "typename": "Broadwell-noTSX-IBRS-x86_64-cpu",
28785      "unavailable-features": [
28786        "fma",
28787        "pcid",
28788        "x2apic",
28789        "tsc-deadline",
28790        "avx",
28791        "f16c",
28792        "avx2",
28793        "invpcid",
28794        "rdseed",
28795        "spec-ctrl",
28796        "3dnowprefetch"
28797      ],
28798      "alias-of": "Broadwell-v4",
28799      "static": false,
28800      "migration-safe": true
28801    },
28802    {
28803      "name": "Broadwell-noTSX",
28804      "typename": "Broadwell-noTSX-x86_64-cpu",
28805      "unavailable-features": [
28806        "fma",
28807        "pcid",
28808        "x2apic",
28809        "tsc-deadline",
28810        "avx",
28811        "f16c",
28812        "avx2",
28813        "invpcid",
28814        "rdseed",
28815        "3dnowprefetch"
28816      ],
28817      "alias-of": "Broadwell-v2",
28818      "static": false,
28819      "migration-safe": true
28820    },
28821    {
28822      "name": "Broadwell-IBRS",
28823      "typename": "Broadwell-IBRS-x86_64-cpu",
28824      "unavailable-features": [
28825        "fma",
28826        "pcid",
28827        "x2apic",
28828        "tsc-deadline",
28829        "avx",
28830        "f16c",
28831        "hle",
28832        "avx2",
28833        "invpcid",
28834        "rtm",
28835        "rdseed",
28836        "spec-ctrl",
28837        "3dnowprefetch"
28838      ],
28839      "alias-of": "Broadwell-v3",
28840      "static": false,
28841      "migration-safe": true
28842    },
28843    {
28844      "name": "Broadwell",
28845      "typename": "Broadwell-x86_64-cpu",
28846      "unavailable-features": [
28847        "fma",
28848        "pcid",
28849        "x2apic",
28850        "tsc-deadline",
28851        "avx",
28852        "f16c",
28853        "hle",
28854        "avx2",
28855        "invpcid",
28856        "rtm",
28857        "rdseed",
28858        "3dnowprefetch"
28859      ],
28860      "alias-of": "Broadwell-v1",
28861      "static": false,
28862      "migration-safe": true
28863    },
28864    {
28865      "name": "486-v1",
28866      "typename": "486-v1-x86_64-cpu",
28867      "unavailable-features": [
28868      ],
28869      "static": false,
28870      "migration-safe": true
28871    },
28872    {
28873      "name": "486",
28874      "typename": "486-x86_64-cpu",
28875      "unavailable-features": [
28876      ],
28877      "alias-of": "486-v1",
28878      "static": false,
28879      "migration-safe": true
28880    }
28881  ],
28882  "id": "libvirt-2"
28883}
28884
28885{
28886  "execute": "query-cpu-model-expansion",
28887  "arguments": {
28888    "type": "static",
28889    "model": {
28890      "name": "max"
28891    }
28892  },
28893  "id": "libvirt-3"
28894}
28895
28896{
28897  "return": {
28898    "model": {
28899      "name": "base",
28900      "props": {
28901        "vmx-entry-load-rtit-ctl": false,
28902        "cmov": true,
28903        "ia64": false,
28904        "ssb-no": false,
28905        "aes": true,
28906        "vmx-apicv-xapic": false,
28907        "mmx": true,
28908        "rdpid": false,
28909        "arat": true,
28910        "vmx-page-walk-4": false,
28911        "vmx-page-walk-5": false,
28912        "gfni": false,
28913        "ibrs-all": false,
28914        "vmx-desc-exit": false,
28915        "pause-filter": false,
28916        "xsavec": false,
28917        "intel-pt": false,
28918        "vmx-cr8-store-exit": false,
28919        "vmx-rdseed-exit": false,
28920        "vmx-eptp-switching": false,
28921        "kvm-asyncpf": false,
28922        "perfctr-core": false,
28923        "mpx": true,
28924        "pbe": false,
28925        "avx512cd": false,
28926        "decodeassists": false,
28927        "vmx-exit-load-efer": false,
28928        "vmx-exit-clear-bndcfgs": false,
28929        "sse4.1": true,
28930        "family": 6,
28931        "vmx-vmwrite-vmexit-fields": false,
28932        "vmx-vnmi": false,
28933        "vmx-true-ctls": false,
28934        "vmx-ept-execonly": false,
28935        "vmx-exit-save-efer": false,
28936        "vmx-invept-all-context": false,
28937        "wbnoinvd": false,
28938        "avx512f": false,
28939        "msr": true,
28940        "mce": true,
28941        "mca": true,
28942        "xcrypt": false,
28943        "vmx-exit-load-pat": false,
28944        "vmx-intr-exit": false,
28945        "min-level": 13,
28946        "vmx-flexpriority": false,
28947        "xgetbv1": true,
28948        "cid": false,
28949        "ds": false,
28950        "fxsr": true,
28951        "avx512-bf16": false,
28952        "vmx-cr8-load-exit": false,
28953        "xsaveopt": true,
28954        "vmx-apicv-vid": false,
28955        "vmx-exit-save-pat": false,
28956        "xtpr": false,
28957        "tsx-ctrl": false,
28958        "vmx-ple": false,
28959        "avx512vl": false,
28960        "avx512-vpopcntdq": false,
28961        "phe": false,
28962        "extapic": false,
28963        "3dnowprefetch": false,
28964        "vmx-vmfunc": false,
28965        "vmx-activity-shutdown": false,
28966        "avx512vbmi2": false,
28967        "cr8legacy": true,
28968        "vmx-encls-exit": false,
28969        "stibp": false,
28970        "vmx-msr-bitmap": false,
28971        "xcrypt-en": false,
28972        "vmx-mwait-exit": false,
28973        "vmx-pml": false,
28974        "vmx-nmi-exit": false,
28975        "vmx-invept-single-context-noglobals": false,
28976        "pn": false,
28977        "rsba": false,
28978        "dca": false,
28979        "vendor": "AuthenticAMD",
28980        "vmx-unrestricted-guest": false,
28981        "vmx-cr3-store-noexit": false,
28982        "pku": true,
28983        "smx": false,
28984        "cmp-legacy": false,
28985        "avx512-4fmaps": false,
28986        "vmcb-clean": false,
28987        "hle": false,
28988        "3dnowext": true,
28989        "amd-no-ssb": false,
28990        "npt": true,
28991        "rdctl-no": false,
28992        "vmx-invvpid": false,
28993        "clwb": true,
28994        "lbrv": false,
28995        "adx": true,
28996        "ss": true,
28997        "pni": true,
28998        "tsx-ldtrk": false,
28999        "svm-lock": false,
29000        "smep": true,
29001        "smap": true,
29002        "pfthreshold": false,
29003        "vmx-invpcid-exit": false,
29004        "x2apic": false,
29005        "avx512vbmi": false,
29006        "avx512vnni": false,
29007        "vmx-apicv-x2apic": false,
29008        "kvm-pv-sched-yield": false,
29009        "vmx-invlpg-exit": false,
29010        "vmx-invvpid-all-context": false,
29011        "vmx-activity-hlt": false,
29012        "flushbyasid": false,
29013        "f16c": false,
29014        "vmx-exit-ack-intr": false,
29015        "ace2-en": false,
29016        "pae": true,
29017        "pat": true,
29018        "sse": true,
29019        "phe-en": false,
29020        "vmx-tsc-offset": false,
29021        "kvm-nopiodelay": false,
29022        "tm": false,
29023        "kvmclock-stable-bit": false,
29024        "vmx-rdtsc-exit": false,
29025        "hypervisor": true,
29026        "vmx-rdtscp-exit": false,
29027        "mds-no": false,
29028        "pcommit": true,
29029        "vmx-vpid": false,
29030        "syscall": true,
29031        "avx512dq": false,
29032        "svm": true,
29033        "invtsc": false,
29034        "vmx-monitor-exit": false,
29035        "sse2": true,
29036        "ssbd": false,
29037        "vmx-wbinvd-exit": false,
29038        "est": false,
29039        "kvm-poll-control": false,
29040        "avx512ifma": false,
29041        "tm2": false,
29042        "kvm-pv-eoi": false,
29043        "kvm-pv-ipi": false,
29044        "cx8": true,
29045        "vmx-invvpid-single-addr": false,
29046        "waitpkg": false,
29047        "cldemote": false,
29048        "vmx-ept": false,
29049        "kvm-mmu": false,
29050        "sse4.2": true,
29051        "pge": true,
29052        "avx512bitalg": false,
29053        "pdcm": false,
29054        "vmx-entry-load-bndcfgs": false,
29055        "vmx-exit-clear-rtit-ctl": false,
29056        "model": 6,
29057        "movbe": true,
29058        "nrip-save": false,
29059        "ssse3": true,
29060        "sse4a": true,
29061        "vmx-pause-exit": false,
29062        "invpcid": false,
29063        "pdpe1gb": true,
29064        "tsc-deadline": false,
29065        "skip-l1dfl-vmentry": false,
29066        "vmx-exit-load-perf-global-ctrl": false,
29067        "fma": false,
29068        "cx16": true,
29069        "de": true,
29070        "stepping": 3,
29071        "xsave": true,
29072        "clflush": true,
29073        "skinit": false,
29074        "tsc": true,
29075        "tce": false,
29076        "fpu": true,
29077        "ds-cpl": false,
29078        "ibs": false,
29079        "fma4": false,
29080        "vmx-exit-nosave-debugctl": false,
29081        "la57": true,
29082        "vmx-invept": false,
29083        "osvw": false,
29084        "apic": true,
29085        "pmm": false,
29086        "vmx-entry-noload-debugctl": false,
29087        "vmx-eptad": false,
29088        "spec-ctrl": false,
29089        "vmx-posted-intr": false,
29090        "vmx-apicv-register": false,
29091        "tsc-adjust": false,
29092        "kvm-steal-time": false,
29093        "avx512-vp2intersect": false,
29094        "kvmclock": false,
29095        "vmx-zero-len-inject": false,
29096        "pschange-mc-no": false,
29097        "vmx-rdrand-exit": false,
29098        "lwp": false,
29099        "amd-ssbd": false,
29100        "xop": false,
29101        "ibpb": false,
29102        "avx": false,
29103        "core-capability": false,
29104        "vmx-invept-single-context": false,
29105        "movdiri": false,
29106        "acpi": true,
29107        "avx512bw": false,
29108        "ace2": false,
29109        "fsgsbase": true,
29110        "vmx-ept-2mb": false,
29111        "vmx-ept-1gb": false,
29112        "ht": false,
29113        "vmx-io-exit": false,
29114        "nx": true,
29115        "pclmulqdq": true,
29116        "mmxext": true,
29117        "popcnt": true,
29118        "vaes": false,
29119        "serialize": false,
29120        "movdir64b": false,
29121        "xsaves": false,
29122        "vmx-shadow-vmcs": false,
29123        "lm": true,
29124        "vmx-exit-save-preemption-timer": false,
29125        "vmx-entry-load-pat": false,
29126        "fsrm": false,
29127        "vmx-entry-load-perf-global-ctrl": false,
29128        "vmx-io-bitmap": false,
29129        "umip": false,
29130        "vmx-store-lma": false,
29131        "vmx-movdr-exit": false,
29132        "pse": true,
29133        "avx2": false,
29134        "sep": true,
29135        "virt-ssbd": false,
29136        "vmx-cr3-load-noexit": false,
29137        "nodeid-msr": false,
29138        "md-clear": false,
29139        "misalignsse": false,
29140        "split-lock-detect": false,
29141        "min-xlevel": 2147483658,
29142        "bmi1": true,
29143        "bmi2": true,
29144        "kvm-pv-unhalt": false,
29145        "tsc-scale": false,
29146        "topoext": false,
29147        "amd-stibp": false,
29148        "vmx-preemption-timer": false,
29149        "clflushopt": true,
29150        "vmx-vnmi-pending": false,
29151        "monitor": true,
29152        "vmx-vintr-pending": false,
29153        "avx512er": false,
29154        "full-width-write": false,
29155        "pmm-en": false,
29156        "pcid": false,
29157        "taa-no": false,
29158        "arch-capabilities": false,
29159        "vmx-secondary-ctls": false,
29160        "vmx-xsaves": false,
29161        "clzero": false,
29162        "3dnow": true,
29163        "erms": true,
29164        "vmx-entry-ia32e-mode": false,
29165        "lahf-lm": true,
29166        "vpclmulqdq": false,
29167        "vmx-ins-outs": false,
29168        "fxsr-opt": false,
29169        "xstore": false,
29170        "rtm": false,
29171        "kvm-hint-dedicated": false,
29172        "lmce": false,
29173        "perfctr-nb": false,
29174        "rdrand": true,
29175        "rdseed": false,
29176        "avx512-4vnniw": false,
29177        "vme": false,
29178        "vmx": false,
29179        "dtes64": false,
29180        "mtrr": true,
29181        "rdtscp": true,
29182        "xsaveerptr": false,
29183        "pse36": true,
29184        "kvm-pv-tlb-flush": false,
29185        "vmx-activity-wait-sipi": false,
29186        "tbm": false,
29187        "wdt": false,
29188        "vmx-rdpmc-exit": false,
29189        "vmx-mtf": false,
29190        "vmx-entry-load-efer": false,
29191        "model-id": "QEMU TCG CPU version 2.5+",
29192        "sha-ni": false,
29193        "abm": true,
29194        "vmx-ept-advanced-exitinfo": false,
29195        "avx512pf": false,
29196        "vmx-hlt-exit": false,
29197        "xstore-en": false
29198      }
29199    }
29200  },
29201  "id": "libvirt-3"
29202}
29203
29204{
29205  "execute": "query-cpu-model-expansion",
29206  "arguments": {
29207    "type": "static",
29208    "model": {
29209      "name": "max",
29210      "props": {
29211        "migratable": false
29212      }
29213    }
29214  },
29215  "id": "libvirt-4"
29216}
29217
29218{
29219  "return": {
29220    "model": {
29221      "name": "base",
29222      "props": {
29223        "vmx-entry-load-rtit-ctl": false,
29224        "cmov": true,
29225        "ia64": false,
29226        "ssb-no": false,
29227        "aes": true,
29228        "vmx-apicv-xapic": false,
29229        "mmx": true,
29230        "rdpid": false,
29231        "arat": true,
29232        "vmx-page-walk-4": false,
29233        "vmx-page-walk-5": false,
29234        "gfni": false,
29235        "ibrs-all": false,
29236        "vmx-desc-exit": false,
29237        "pause-filter": false,
29238        "xsavec": false,
29239        "intel-pt": false,
29240        "vmx-cr8-store-exit": false,
29241        "vmx-rdseed-exit": false,
29242        "vmx-eptp-switching": false,
29243        "kvm-asyncpf": false,
29244        "perfctr-core": false,
29245        "mpx": true,
29246        "pbe": false,
29247        "avx512cd": false,
29248        "decodeassists": false,
29249        "vmx-exit-load-efer": false,
29250        "vmx-exit-clear-bndcfgs": false,
29251        "sse4.1": true,
29252        "family": 6,
29253        "vmx-vmwrite-vmexit-fields": false,
29254        "vmx-vnmi": false,
29255        "vmx-true-ctls": false,
29256        "vmx-ept-execonly": false,
29257        "vmx-exit-save-efer": false,
29258        "vmx-invept-all-context": false,
29259        "wbnoinvd": false,
29260        "avx512f": false,
29261        "msr": true,
29262        "mce": true,
29263        "mca": true,
29264        "xcrypt": false,
29265        "vmx-exit-load-pat": false,
29266        "vmx-intr-exit": false,
29267        "min-level": 13,
29268        "vmx-flexpriority": false,
29269        "xgetbv1": true,
29270        "cid": false,
29271        "ds": false,
29272        "fxsr": true,
29273        "avx512-bf16": false,
29274        "vmx-cr8-load-exit": false,
29275        "xsaveopt": true,
29276        "vmx-apicv-vid": false,
29277        "vmx-exit-save-pat": false,
29278        "xtpr": false,
29279        "tsx-ctrl": false,
29280        "vmx-ple": false,
29281        "avx512vl": false,
29282        "avx512-vpopcntdq": false,
29283        "phe": false,
29284        "extapic": false,
29285        "3dnowprefetch": false,
29286        "vmx-vmfunc": false,
29287        "vmx-activity-shutdown": false,
29288        "avx512vbmi2": false,
29289        "cr8legacy": true,
29290        "vmx-encls-exit": false,
29291        "stibp": false,
29292        "vmx-msr-bitmap": false,
29293        "xcrypt-en": false,
29294        "vmx-mwait-exit": false,
29295        "vmx-pml": false,
29296        "vmx-nmi-exit": false,
29297        "vmx-invept-single-context-noglobals": false,
29298        "pn": false,
29299        "rsba": false,
29300        "dca": false,
29301        "vendor": "AuthenticAMD",
29302        "vmx-unrestricted-guest": false,
29303        "vmx-cr3-store-noexit": false,
29304        "pku": true,
29305        "smx": false,
29306        "cmp-legacy": false,
29307        "avx512-4fmaps": false,
29308        "vmcb-clean": false,
29309        "hle": false,
29310        "3dnowext": true,
29311        "amd-no-ssb": false,
29312        "npt": true,
29313        "rdctl-no": false,
29314        "vmx-invvpid": false,
29315        "clwb": true,
29316        "lbrv": false,
29317        "adx": true,
29318        "ss": true,
29319        "pni": true,
29320        "tsx-ldtrk": false,
29321        "svm-lock": false,
29322        "smep": true,
29323        "smap": true,
29324        "pfthreshold": false,
29325        "vmx-invpcid-exit": false,
29326        "x2apic": false,
29327        "avx512vbmi": false,
29328        "avx512vnni": false,
29329        "vmx-apicv-x2apic": false,
29330        "kvm-pv-sched-yield": false,
29331        "vmx-invlpg-exit": false,
29332        "vmx-invvpid-all-context": false,
29333        "vmx-activity-hlt": false,
29334        "flushbyasid": false,
29335        "f16c": false,
29336        "vmx-exit-ack-intr": false,
29337        "ace2-en": false,
29338        "pae": true,
29339        "pat": true,
29340        "sse": true,
29341        "phe-en": false,
29342        "vmx-tsc-offset": false,
29343        "kvm-nopiodelay": false,
29344        "tm": false,
29345        "kvmclock-stable-bit": false,
29346        "vmx-rdtsc-exit": false,
29347        "hypervisor": true,
29348        "vmx-rdtscp-exit": false,
29349        "mds-no": false,
29350        "pcommit": true,
29351        "vmx-vpid": false,
29352        "syscall": true,
29353        "avx512dq": false,
29354        "svm": true,
29355        "invtsc": false,
29356        "vmx-monitor-exit": false,
29357        "sse2": true,
29358        "ssbd": false,
29359        "vmx-wbinvd-exit": false,
29360        "est": false,
29361        "kvm-poll-control": false,
29362        "avx512ifma": false,
29363        "tm2": false,
29364        "kvm-pv-eoi": false,
29365        "kvm-pv-ipi": false,
29366        "cx8": true,
29367        "vmx-invvpid-single-addr": false,
29368        "waitpkg": false,
29369        "cldemote": false,
29370        "vmx-ept": false,
29371        "kvm-mmu": false,
29372        "sse4.2": true,
29373        "pge": true,
29374        "avx512bitalg": false,
29375        "pdcm": false,
29376        "vmx-entry-load-bndcfgs": false,
29377        "vmx-exit-clear-rtit-ctl": false,
29378        "model": 6,
29379        "movbe": true,
29380        "nrip-save": false,
29381        "ssse3": true,
29382        "sse4a": true,
29383        "vmx-pause-exit": false,
29384        "invpcid": false,
29385        "pdpe1gb": true,
29386        "tsc-deadline": false,
29387        "skip-l1dfl-vmentry": false,
29388        "vmx-exit-load-perf-global-ctrl": false,
29389        "fma": false,
29390        "cx16": true,
29391        "de": true,
29392        "stepping": 3,
29393        "xsave": true,
29394        "clflush": true,
29395        "skinit": false,
29396        "tsc": true,
29397        "tce": false,
29398        "fpu": true,
29399        "ds-cpl": false,
29400        "ibs": false,
29401        "fma4": false,
29402        "vmx-exit-nosave-debugctl": false,
29403        "la57": true,
29404        "vmx-invept": false,
29405        "osvw": false,
29406        "apic": true,
29407        "pmm": false,
29408        "vmx-entry-noload-debugctl": false,
29409        "vmx-eptad": false,
29410        "spec-ctrl": false,
29411        "vmx-posted-intr": false,
29412        "vmx-apicv-register": false,
29413        "tsc-adjust": false,
29414        "kvm-steal-time": false,
29415        "avx512-vp2intersect": false,
29416        "kvmclock": false,
29417        "vmx-zero-len-inject": false,
29418        "pschange-mc-no": false,
29419        "vmx-rdrand-exit": false,
29420        "lwp": false,
29421        "amd-ssbd": false,
29422        "xop": false,
29423        "ibpb": false,
29424        "avx": false,
29425        "core-capability": false,
29426        "vmx-invept-single-context": false,
29427        "movdiri": false,
29428        "acpi": true,
29429        "avx512bw": false,
29430        "ace2": false,
29431        "fsgsbase": true,
29432        "vmx-ept-2mb": false,
29433        "vmx-ept-1gb": false,
29434        "ht": false,
29435        "vmx-io-exit": false,
29436        "nx": true,
29437        "pclmulqdq": true,
29438        "mmxext": true,
29439        "popcnt": true,
29440        "vaes": false,
29441        "serialize": false,
29442        "movdir64b": false,
29443        "xsaves": false,
29444        "vmx-shadow-vmcs": false,
29445        "lm": true,
29446        "vmx-exit-save-preemption-timer": false,
29447        "vmx-entry-load-pat": false,
29448        "fsrm": false,
29449        "vmx-entry-load-perf-global-ctrl": false,
29450        "vmx-io-bitmap": false,
29451        "umip": false,
29452        "vmx-store-lma": false,
29453        "vmx-movdr-exit": false,
29454        "pse": true,
29455        "avx2": false,
29456        "sep": true,
29457        "virt-ssbd": false,
29458        "vmx-cr3-load-noexit": false,
29459        "nodeid-msr": false,
29460        "md-clear": false,
29461        "misalignsse": false,
29462        "split-lock-detect": false,
29463        "min-xlevel": 2147483658,
29464        "bmi1": true,
29465        "bmi2": true,
29466        "kvm-pv-unhalt": false,
29467        "tsc-scale": false,
29468        "topoext": false,
29469        "amd-stibp": false,
29470        "vmx-preemption-timer": false,
29471        "clflushopt": true,
29472        "vmx-vnmi-pending": false,
29473        "monitor": true,
29474        "vmx-vintr-pending": false,
29475        "avx512er": false,
29476        "full-width-write": false,
29477        "pmm-en": false,
29478        "pcid": false,
29479        "taa-no": false,
29480        "arch-capabilities": false,
29481        "vmx-secondary-ctls": false,
29482        "vmx-xsaves": false,
29483        "clzero": false,
29484        "3dnow": true,
29485        "erms": true,
29486        "vmx-entry-ia32e-mode": false,
29487        "lahf-lm": true,
29488        "vpclmulqdq": false,
29489        "vmx-ins-outs": false,
29490        "fxsr-opt": false,
29491        "xstore": false,
29492        "rtm": false,
29493        "kvm-hint-dedicated": false,
29494        "lmce": false,
29495        "perfctr-nb": false,
29496        "rdrand": true,
29497        "rdseed": false,
29498        "avx512-4vnniw": false,
29499        "vme": false,
29500        "vmx": false,
29501        "dtes64": false,
29502        "mtrr": true,
29503        "rdtscp": true,
29504        "xsaveerptr": false,
29505        "pse36": true,
29506        "kvm-pv-tlb-flush": false,
29507        "vmx-activity-wait-sipi": false,
29508        "tbm": false,
29509        "wdt": false,
29510        "vmx-rdpmc-exit": false,
29511        "vmx-mtf": false,
29512        "vmx-entry-load-efer": false,
29513        "model-id": "QEMU TCG CPU version 2.5+",
29514        "sha-ni": false,
29515        "abm": true,
29516        "vmx-ept-advanced-exitinfo": false,
29517        "avx512pf": false,
29518        "vmx-hlt-exit": false,
29519        "xstore-en": false
29520      }
29521    }
29522  },
29523  "id": "libvirt-4"
29524}
29525
29526{
29527  "execute": "query-machines",
29528  "id": "libvirt-5"
29529}
29530
29531{
29532  "return": [
29533    {
29534      "hotpluggable-cpus": true,
29535      "name": "pc-i440fx-2.12",
29536      "numa-mem-supported": true,
29537      "default-cpu-type": "qemu64-x86_64-cpu",
29538      "cpu-max": 255,
29539      "deprecated": false
29540    },
29541    {
29542      "hotpluggable-cpus": true,
29543      "name": "pc-i440fx-2.0",
29544      "numa-mem-supported": true,
29545      "default-cpu-type": "qemu64-x86_64-cpu",
29546      "cpu-max": 255,
29547      "deprecated": false
29548    },
29549    {
29550      "hotpluggable-cpus": true,
29551      "name": "pc-q35-4.2",
29552      "numa-mem-supported": true,
29553      "default-cpu-type": "qemu64-x86_64-cpu",
29554      "cpu-max": 288,
29555      "deprecated": false
29556    },
29557    {
29558      "hotpluggable-cpus": true,
29559      "name": "pc-i440fx-2.5",
29560      "numa-mem-supported": true,
29561      "default-cpu-type": "qemu64-x86_64-cpu",
29562      "cpu-max": 255,
29563      "deprecated": false
29564    },
29565    {
29566      "hotpluggable-cpus": true,
29567      "name": "pc-i440fx-4.2",
29568      "numa-mem-supported": true,
29569      "default-cpu-type": "qemu64-x86_64-cpu",
29570      "cpu-max": 255,
29571      "deprecated": false
29572    },
29573    {
29574      "hotpluggable-cpus": true,
29575      "name": "pc-i440fx-1.5",
29576      "numa-mem-supported": true,
29577      "default-cpu-type": "qemu64-x86_64-cpu",
29578      "cpu-max": 255,
29579      "deprecated": false
29580    },
29581    {
29582      "hotpluggable-cpus": true,
29583      "name": "pc-q35-2.7",
29584      "numa-mem-supported": true,
29585      "default-cpu-type": "qemu64-x86_64-cpu",
29586      "cpu-max": 255,
29587      "deprecated": false
29588    },
29589    {
29590      "hotpluggable-cpus": true,
29591      "name": "pc-i440fx-2.2",
29592      "numa-mem-supported": true,
29593      "default-cpu-type": "qemu64-x86_64-cpu",
29594      "cpu-max": 255,
29595      "deprecated": false
29596    },
29597    {
29598      "hotpluggable-cpus": true,
29599      "name": "pc-1.1",
29600      "numa-mem-supported": true,
29601      "default-cpu-type": "qemu64-x86_64-cpu",
29602      "cpu-max": 255,
29603      "deprecated": true
29604    },
29605    {
29606      "hotpluggable-cpus": false,
29607      "name": "none",
29608      "numa-mem-supported": false,
29609      "cpu-max": 1,
29610      "deprecated": false
29611    },
29612    {
29613      "hotpluggable-cpus": true,
29614      "name": "pc-i440fx-2.7",
29615      "numa-mem-supported": true,
29616      "default-cpu-type": "qemu64-x86_64-cpu",
29617      "cpu-max": 255,
29618      "deprecated": false
29619    },
29620    {
29621      "hotpluggable-cpus": true,
29622      "name": "pc-q35-2.4",
29623      "numa-mem-supported": true,
29624      "default-cpu-type": "qemu64-x86_64-cpu",
29625      "cpu-max": 255,
29626      "deprecated": false
29627    },
29628    {
29629      "hotpluggable-cpus": true,
29630      "name": "pc-q35-2.10",
29631      "numa-mem-supported": true,
29632      "default-cpu-type": "qemu64-x86_64-cpu",
29633      "cpu-max": 288,
29634      "deprecated": false
29635    },
29636    {
29637      "hotpluggable-cpus": true,
29638      "name": "pc-q35-5.1",
29639      "numa-mem-supported": false,
29640      "default-cpu-type": "qemu64-x86_64-cpu",
29641      "cpu-max": 288,
29642      "deprecated": false,
29643      "alias": "q35"
29644    },
29645    {
29646      "hotpluggable-cpus": true,
29647      "name": "pc-i440fx-1.7",
29648      "numa-mem-supported": true,
29649      "default-cpu-type": "qemu64-x86_64-cpu",
29650      "cpu-max": 255,
29651      "deprecated": false
29652    },
29653    {
29654      "hotpluggable-cpus": true,
29655      "name": "pc-q35-2.9",
29656      "numa-mem-supported": true,
29657      "default-cpu-type": "qemu64-x86_64-cpu",
29658      "cpu-max": 288,
29659      "deprecated": false
29660    },
29661    {
29662      "hotpluggable-cpus": true,
29663      "name": "pc-i440fx-2.11",
29664      "numa-mem-supported": true,
29665      "default-cpu-type": "qemu64-x86_64-cpu",
29666      "cpu-max": 255,
29667      "deprecated": false
29668    },
29669    {
29670      "hotpluggable-cpus": true,
29671      "name": "pc-q35-3.1",
29672      "numa-mem-supported": true,
29673      "default-cpu-type": "qemu64-x86_64-cpu",
29674      "cpu-max": 288,
29675      "deprecated": false
29676    },
29677    {
29678      "hotpluggable-cpus": true,
29679      "name": "pc-q35-4.1",
29680      "numa-mem-supported": true,
29681      "default-cpu-type": "qemu64-x86_64-cpu",
29682      "cpu-max": 288,
29683      "deprecated": false
29684    },
29685    {
29686      "hotpluggable-cpus": true,
29687      "name": "pc-i440fx-2.4",
29688      "numa-mem-supported": true,
29689      "default-cpu-type": "qemu64-x86_64-cpu",
29690      "cpu-max": 255,
29691      "deprecated": false
29692    },
29693    {
29694      "hotpluggable-cpus": true,
29695      "name": "pc-1.3",
29696      "numa-mem-supported": true,
29697      "default-cpu-type": "qemu64-x86_64-cpu",
29698      "cpu-max": 255,
29699      "deprecated": true
29700    },
29701    {
29702      "hotpluggable-cpus": true,
29703      "name": "pc-i440fx-4.1",
29704      "numa-mem-supported": true,
29705      "default-cpu-type": "qemu64-x86_64-cpu",
29706      "cpu-max": 255,
29707      "deprecated": false
29708    },
29709    {
29710      "hotpluggable-cpus": true,
29711      "name": "pc-i440fx-5.1",
29712      "numa-mem-supported": false,
29713      "default-cpu-type": "qemu64-x86_64-cpu",
29714      "is-default": true,
29715      "cpu-max": 255,
29716      "deprecated": false,
29717      "alias": "pc"
29718    },
29719    {
29720      "hotpluggable-cpus": true,
29721      "name": "pc-i440fx-2.9",
29722      "numa-mem-supported": true,
29723      "default-cpu-type": "qemu64-x86_64-cpu",
29724      "cpu-max": 255,
29725      "deprecated": false
29726    },
29727    {
29728      "hotpluggable-cpus": true,
29729      "name": "isapc",
29730      "numa-mem-supported": false,
29731      "default-cpu-type": "486-x86_64-cpu",
29732      "cpu-max": 1,
29733      "deprecated": false
29734    },
29735    {
29736      "hotpluggable-cpus": true,
29737      "name": "pc-i440fx-1.4",
29738      "numa-mem-supported": true,
29739      "default-cpu-type": "qemu64-x86_64-cpu",
29740      "cpu-max": 255,
29741      "deprecated": false
29742    },
29743    {
29744      "hotpluggable-cpus": true,
29745      "name": "pc-q35-2.6",
29746      "numa-mem-supported": true,
29747      "default-cpu-type": "qemu64-x86_64-cpu",
29748      "cpu-max": 255,
29749      "deprecated": false
29750    },
29751    {
29752      "hotpluggable-cpus": true,
29753      "name": "pc-i440fx-3.1",
29754      "numa-mem-supported": true,
29755      "default-cpu-type": "qemu64-x86_64-cpu",
29756      "cpu-max": 255,
29757      "deprecated": false
29758    },
29759    {
29760      "hotpluggable-cpus": true,
29761      "name": "pc-q35-2.12",
29762      "numa-mem-supported": true,
29763      "default-cpu-type": "qemu64-x86_64-cpu",
29764      "cpu-max": 288,
29765      "deprecated": false
29766    },
29767    {
29768      "hotpluggable-cpus": true,
29769      "name": "pc-i440fx-2.1",
29770      "numa-mem-supported": true,
29771      "default-cpu-type": "qemu64-x86_64-cpu",
29772      "cpu-max": 255,
29773      "deprecated": false
29774    },
29775    {
29776      "hotpluggable-cpus": true,
29777      "name": "pc-1.0",
29778      "numa-mem-supported": true,
29779      "default-cpu-type": "qemu64-x86_64-cpu",
29780      "cpu-max": 255,
29781      "deprecated": true
29782    },
29783    {
29784      "hotpluggable-cpus": true,
29785      "name": "pc-i440fx-2.6",
29786      "numa-mem-supported": true,
29787      "default-cpu-type": "qemu64-x86_64-cpu",
29788      "cpu-max": 255,
29789      "deprecated": false
29790    },
29791    {
29792      "hotpluggable-cpus": true,
29793      "name": "pc-q35-4.0.1",
29794      "numa-mem-supported": true,
29795      "default-cpu-type": "qemu64-x86_64-cpu",
29796      "cpu-max": 288,
29797      "deprecated": false
29798    },
29799    {
29800      "hotpluggable-cpus": true,
29801      "name": "pc-i440fx-1.6",
29802      "numa-mem-supported": true,
29803      "default-cpu-type": "qemu64-x86_64-cpu",
29804      "cpu-max": 255,
29805      "deprecated": false
29806    },
29807    {
29808      "hotpluggable-cpus": true,
29809      "name": "pc-q35-5.0",
29810      "numa-mem-supported": true,
29811      "default-cpu-type": "qemu64-x86_64-cpu",
29812      "cpu-max": 288,
29813      "deprecated": false
29814    },
29815    {
29816      "hotpluggable-cpus": true,
29817      "name": "pc-q35-2.8",
29818      "numa-mem-supported": true,
29819      "default-cpu-type": "qemu64-x86_64-cpu",
29820      "cpu-max": 288,
29821      "deprecated": false
29822    },
29823    {
29824      "hotpluggable-cpus": true,
29825      "name": "pc-i440fx-2.10",
29826      "numa-mem-supported": true,
29827      "default-cpu-type": "qemu64-x86_64-cpu",
29828      "cpu-max": 255,
29829      "deprecated": false
29830    },
29831    {
29832      "hotpluggable-cpus": true,
29833      "name": "pc-q35-3.0",
29834      "numa-mem-supported": true,
29835      "default-cpu-type": "qemu64-x86_64-cpu",
29836      "cpu-max": 288,
29837      "deprecated": false
29838    },
29839    {
29840      "hotpluggable-cpus": true,
29841      "name": "pc-q35-4.0",
29842      "numa-mem-supported": true,
29843      "default-cpu-type": "qemu64-x86_64-cpu",
29844      "cpu-max": 288,
29845      "deprecated": false
29846    },
29847    {
29848      "hotpluggable-cpus": false,
29849      "name": "microvm",
29850      "numa-mem-supported": false,
29851      "default-cpu-type": "qemu64-x86_64-cpu",
29852      "cpu-max": 288,
29853      "deprecated": false
29854    },
29855    {
29856      "hotpluggable-cpus": true,
29857      "name": "pc-i440fx-2.3",
29858      "numa-mem-supported": true,
29859      "default-cpu-type": "qemu64-x86_64-cpu",
29860      "cpu-max": 255,
29861      "deprecated": false
29862    },
29863    {
29864      "hotpluggable-cpus": true,
29865      "name": "pc-1.2",
29866      "numa-mem-supported": true,
29867      "default-cpu-type": "qemu64-x86_64-cpu",
29868      "cpu-max": 255,
29869      "deprecated": true
29870    },
29871    {
29872      "hotpluggable-cpus": true,
29873      "name": "pc-i440fx-4.0",
29874      "numa-mem-supported": true,
29875      "default-cpu-type": "qemu64-x86_64-cpu",
29876      "cpu-max": 255,
29877      "deprecated": false
29878    },
29879    {
29880      "hotpluggable-cpus": true,
29881      "name": "pc-i440fx-5.0",
29882      "numa-mem-supported": true,
29883      "default-cpu-type": "qemu64-x86_64-cpu",
29884      "cpu-max": 255,
29885      "deprecated": false
29886    },
29887    {
29888      "hotpluggable-cpus": true,
29889      "name": "pc-i440fx-2.8",
29890      "numa-mem-supported": true,
29891      "default-cpu-type": "qemu64-x86_64-cpu",
29892      "cpu-max": 255,
29893      "deprecated": false
29894    },
29895    {
29896      "hotpluggable-cpus": true,
29897      "name": "pc-q35-2.5",
29898      "numa-mem-supported": true,
29899      "default-cpu-type": "qemu64-x86_64-cpu",
29900      "cpu-max": 255,
29901      "deprecated": false
29902    },
29903    {
29904      "hotpluggable-cpus": true,
29905      "name": "pc-i440fx-3.0",
29906      "numa-mem-supported": true,
29907      "default-cpu-type": "qemu64-x86_64-cpu",
29908      "cpu-max": 255,
29909      "deprecated": false
29910    },
29911    {
29912      "hotpluggable-cpus": true,
29913      "name": "pc-q35-2.11",
29914      "numa-mem-supported": true,
29915      "default-cpu-type": "qemu64-x86_64-cpu",
29916      "cpu-max": 288,
29917      "deprecated": false
29918    }
29919  ],
29920  "id": "libvirt-5"
29921}
29922