1{
2  "execute": "qmp_capabilities",
3  "id": "libvirt-1"
4}
5
6{
7  "return": {
8  },
9  "id": "libvirt-1"
10}
11
12{
13  "execute": "query-version",
14  "id": "libvirt-2"
15}
16
17{
18  "return": {
19    "qemu": {
20      "micro": 90,
21      "minor": 11,
22      "major": 2
23    },
24    "package": "v2.12.0-rc0"
25  },
26  "id": "libvirt-2"
27}
28
29{
30  "execute": "query-target",
31  "id": "libvirt-3"
32}
33
34{
35  "return": {
36    "arch": "ppc64"
37  },
38  "id": "libvirt-3"
39}
40
41{
42  "execute": "query-qmp-schema",
43  "id": "libvirt-4"
44}
45
46{
47  "return": [
48    {
49      "name": "query-status",
50      "ret-type": "1",
51      "allow-oob": false,
52      "meta-type": "command",
53      "arg-type": "0"
54    },
55    {
56      "name": "SHUTDOWN",
57      "meta-type": "event",
58      "arg-type": "2"
59    },
60    {
61      "name": "POWERDOWN",
62      "meta-type": "event",
63      "arg-type": "0"
64    },
65    {
66      "name": "RESET",
67      "meta-type": "event",
68      "arg-type": "3"
69    },
70    {
71      "name": "STOP",
72      "meta-type": "event",
73      "arg-type": "0"
74    },
75    {
76      "name": "RESUME",
77      "meta-type": "event",
78      "arg-type": "0"
79    },
80    {
81      "name": "SUSPEND",
82      "meta-type": "event",
83      "arg-type": "0"
84    },
85    {
86      "name": "SUSPEND_DISK",
87      "meta-type": "event",
88      "arg-type": "0"
89    },
90    {
91      "name": "WAKEUP",
92      "meta-type": "event",
93      "arg-type": "0"
94    },
95    {
96      "name": "WATCHDOG",
97      "meta-type": "event",
98      "arg-type": "4"
99    },
100    {
101      "name": "watchdog-set-action",
102      "ret-type": "0",
103      "allow-oob": false,
104      "meta-type": "command",
105      "arg-type": "5"
106    },
107    {
108      "name": "GUEST_PANICKED",
109      "meta-type": "event",
110      "arg-type": "6"
111    },
112    {
113      "name": "x-block-latency-histogram-set",
114      "ret-type": "0",
115      "allow-oob": false,
116      "meta-type": "command",
117      "arg-type": "7"
118    },
119    {
120      "name": "query-block",
121      "ret-type": "[8]",
122      "allow-oob": false,
123      "meta-type": "command",
124      "arg-type": "0"
125    },
126    {
127      "name": "query-blockstats",
128      "ret-type": "[10]",
129      "allow-oob": false,
130      "meta-type": "command",
131      "arg-type": "9"
132    },
133    {
134      "name": "query-block-jobs",
135      "ret-type": "[11]",
136      "allow-oob": false,
137      "meta-type": "command",
138      "arg-type": "0"
139    },
140    {
141      "name": "block_passwd",
142      "ret-type": "0",
143      "allow-oob": false,
144      "meta-type": "command",
145      "arg-type": "12"
146    },
147    {
148      "name": "block_resize",
149      "ret-type": "0",
150      "allow-oob": false,
151      "meta-type": "command",
152      "arg-type": "13"
153    },
154    {
155      "name": "blockdev-snapshot-sync",
156      "ret-type": "0",
157      "allow-oob": false,
158      "meta-type": "command",
159      "arg-type": "14"
160    },
161    {
162      "name": "blockdev-snapshot",
163      "ret-type": "0",
164      "allow-oob": false,
165      "meta-type": "command",
166      "arg-type": "15"
167    },
168    {
169      "name": "change-backing-file",
170      "ret-type": "0",
171      "allow-oob": false,
172      "meta-type": "command",
173      "arg-type": "16"
174    },
175    {
176      "name": "block-commit",
177      "ret-type": "0",
178      "allow-oob": false,
179      "meta-type": "command",
180      "arg-type": "17"
181    },
182    {
183      "name": "drive-backup",
184      "ret-type": "0",
185      "allow-oob": false,
186      "meta-type": "command",
187      "arg-type": "18"
188    },
189    {
190      "name": "blockdev-backup",
191      "ret-type": "0",
192      "allow-oob": false,
193      "meta-type": "command",
194      "arg-type": "19"
195    },
196    {
197      "name": "query-named-block-nodes",
198      "ret-type": "[20]",
199      "allow-oob": false,
200      "meta-type": "command",
201      "arg-type": "0"
202    },
203    {
204      "name": "drive-mirror",
205      "ret-type": "0",
206      "allow-oob": false,
207      "meta-type": "command",
208      "arg-type": "21"
209    },
210    {
211      "name": "block-dirty-bitmap-add",
212      "ret-type": "0",
213      "allow-oob": false,
214      "meta-type": "command",
215      "arg-type": "22"
216    },
217    {
218      "name": "block-dirty-bitmap-remove",
219      "ret-type": "0",
220      "allow-oob": false,
221      "meta-type": "command",
222      "arg-type": "23"
223    },
224    {
225      "name": "block-dirty-bitmap-clear",
226      "ret-type": "0",
227      "allow-oob": false,
228      "meta-type": "command",
229      "arg-type": "23"
230    },
231    {
232      "name": "x-debug-block-dirty-bitmap-sha256",
233      "ret-type": "24",
234      "allow-oob": false,
235      "meta-type": "command",
236      "arg-type": "23"
237    },
238    {
239      "name": "blockdev-mirror",
240      "ret-type": "0",
241      "allow-oob": false,
242      "meta-type": "command",
243      "arg-type": "25"
244    },
245    {
246      "name": "block_set_io_throttle",
247      "ret-type": "0",
248      "allow-oob": false,
249      "meta-type": "command",
250      "arg-type": "26"
251    },
252    {
253      "name": "block-stream",
254      "ret-type": "0",
255      "allow-oob": false,
256      "meta-type": "command",
257      "arg-type": "27"
258    },
259    {
260      "name": "block-job-set-speed",
261      "ret-type": "0",
262      "allow-oob": false,
263      "meta-type": "command",
264      "arg-type": "28"
265    },
266    {
267      "name": "block-job-cancel",
268      "ret-type": "0",
269      "allow-oob": false,
270      "meta-type": "command",
271      "arg-type": "29"
272    },
273    {
274      "name": "block-job-pause",
275      "ret-type": "0",
276      "allow-oob": false,
277      "meta-type": "command",
278      "arg-type": "30"
279    },
280    {
281      "name": "block-job-resume",
282      "ret-type": "0",
283      "allow-oob": false,
284      "meta-type": "command",
285      "arg-type": "31"
286    },
287    {
288      "name": "block-job-complete",
289      "ret-type": "0",
290      "allow-oob": false,
291      "meta-type": "command",
292      "arg-type": "32"
293    },
294    {
295      "name": "block-job-dismiss",
296      "ret-type": "0",
297      "allow-oob": false,
298      "meta-type": "command",
299      "arg-type": "33"
300    },
301    {
302      "name": "block-job-finalize",
303      "ret-type": "0",
304      "allow-oob": false,
305      "meta-type": "command",
306      "arg-type": "34"
307    },
308    {
309      "name": "blockdev-add",
310      "ret-type": "0",
311      "allow-oob": false,
312      "meta-type": "command",
313      "arg-type": "35"
314    },
315    {
316      "name": "blockdev-del",
317      "ret-type": "0",
318      "allow-oob": false,
319      "meta-type": "command",
320      "arg-type": "36"
321    },
322    {
323      "name": "x-blockdev-create",
324      "ret-type": "0",
325      "allow-oob": false,
326      "meta-type": "command",
327      "arg-type": "37"
328    },
329    {
330      "name": "blockdev-open-tray",
331      "ret-type": "0",
332      "allow-oob": false,
333      "meta-type": "command",
334      "arg-type": "38"
335    },
336    {
337      "name": "blockdev-close-tray",
338      "ret-type": "0",
339      "allow-oob": false,
340      "meta-type": "command",
341      "arg-type": "39"
342    },
343    {
344      "name": "blockdev-remove-medium",
345      "ret-type": "0",
346      "allow-oob": false,
347      "meta-type": "command",
348      "arg-type": "40"
349    },
350    {
351      "name": "blockdev-insert-medium",
352      "ret-type": "0",
353      "allow-oob": false,
354      "meta-type": "command",
355      "arg-type": "41"
356    },
357    {
358      "name": "blockdev-change-medium",
359      "ret-type": "0",
360      "allow-oob": false,
361      "meta-type": "command",
362      "arg-type": "42"
363    },
364    {
365      "name": "BLOCK_IMAGE_CORRUPTED",
366      "meta-type": "event",
367      "arg-type": "43"
368    },
369    {
370      "name": "BLOCK_IO_ERROR",
371      "meta-type": "event",
372      "arg-type": "44"
373    },
374    {
375      "name": "BLOCK_JOB_COMPLETED",
376      "meta-type": "event",
377      "arg-type": "45"
378    },
379    {
380      "name": "BLOCK_JOB_CANCELLED",
381      "meta-type": "event",
382      "arg-type": "46"
383    },
384    {
385      "name": "BLOCK_JOB_ERROR",
386      "meta-type": "event",
387      "arg-type": "47"
388    },
389    {
390      "name": "BLOCK_JOB_READY",
391      "meta-type": "event",
392      "arg-type": "48"
393    },
394    {
395      "name": "BLOCK_JOB_PENDING",
396      "meta-type": "event",
397      "arg-type": "49"
398    },
399    {
400      "name": "BLOCK_WRITE_THRESHOLD",
401      "meta-type": "event",
402      "arg-type": "50"
403    },
404    {
405      "name": "block-set-write-threshold",
406      "ret-type": "0",
407      "allow-oob": false,
408      "meta-type": "command",
409      "arg-type": "51"
410    },
411    {
412      "name": "x-blockdev-change",
413      "ret-type": "0",
414      "allow-oob": false,
415      "meta-type": "command",
416      "arg-type": "52"
417    },
418    {
419      "name": "x-blockdev-set-iothread",
420      "ret-type": "0",
421      "allow-oob": false,
422      "meta-type": "command",
423      "arg-type": "53"
424    },
425    {
426      "name": "blockdev-snapshot-internal-sync",
427      "ret-type": "0",
428      "allow-oob": false,
429      "meta-type": "command",
430      "arg-type": "54"
431    },
432    {
433      "name": "blockdev-snapshot-delete-internal-sync",
434      "ret-type": "56",
435      "allow-oob": false,
436      "meta-type": "command",
437      "arg-type": "55"
438    },
439    {
440      "name": "eject",
441      "ret-type": "0",
442      "allow-oob": false,
443      "meta-type": "command",
444      "arg-type": "57"
445    },
446    {
447      "name": "nbd-server-start",
448      "ret-type": "0",
449      "allow-oob": false,
450      "meta-type": "command",
451      "arg-type": "58"
452    },
453    {
454      "name": "nbd-server-add",
455      "ret-type": "0",
456      "allow-oob": false,
457      "meta-type": "command",
458      "arg-type": "59"
459    },
460    {
461      "name": "nbd-server-remove",
462      "ret-type": "0",
463      "allow-oob": false,
464      "meta-type": "command",
465      "arg-type": "60"
466    },
467    {
468      "name": "nbd-server-stop",
469      "ret-type": "0",
470      "allow-oob": false,
471      "meta-type": "command",
472      "arg-type": "0"
473    },
474    {
475      "name": "DEVICE_TRAY_MOVED",
476      "meta-type": "event",
477      "arg-type": "61"
478    },
479    {
480      "name": "QUORUM_FAILURE",
481      "meta-type": "event",
482      "arg-type": "62"
483    },
484    {
485      "name": "QUORUM_REPORT_BAD",
486      "meta-type": "event",
487      "arg-type": "63"
488    },
489    {
490      "name": "query-chardev",
491      "ret-type": "[64]",
492      "allow-oob": false,
493      "meta-type": "command",
494      "arg-type": "0"
495    },
496    {
497      "name": "query-chardev-backends",
498      "ret-type": "[65]",
499      "allow-oob": false,
500      "meta-type": "command",
501      "arg-type": "0"
502    },
503    {
504      "name": "ringbuf-write",
505      "ret-type": "0",
506      "allow-oob": false,
507      "meta-type": "command",
508      "arg-type": "66"
509    },
510    {
511      "name": "ringbuf-read",
512      "ret-type": "str",
513      "allow-oob": false,
514      "meta-type": "command",
515      "arg-type": "67"
516    },
517    {
518      "name": "chardev-add",
519      "ret-type": "69",
520      "allow-oob": false,
521      "meta-type": "command",
522      "arg-type": "68"
523    },
524    {
525      "name": "chardev-change",
526      "ret-type": "69",
527      "allow-oob": false,
528      "meta-type": "command",
529      "arg-type": "70"
530    },
531    {
532      "name": "chardev-remove",
533      "ret-type": "0",
534      "allow-oob": false,
535      "meta-type": "command",
536      "arg-type": "71"
537    },
538    {
539      "name": "chardev-send-break",
540      "ret-type": "0",
541      "allow-oob": false,
542      "meta-type": "command",
543      "arg-type": "72"
544    },
545    {
546      "name": "VSERPORT_CHANGE",
547      "meta-type": "event",
548      "arg-type": "73"
549    },
550    {
551      "name": "set_link",
552      "ret-type": "0",
553      "allow-oob": false,
554      "meta-type": "command",
555      "arg-type": "74"
556    },
557    {
558      "name": "netdev_add",
559      "ret-type": "0",
560      "allow-oob": false,
561      "meta-type": "command",
562      "arg-type": "75"
563    },
564    {
565      "name": "netdev_del",
566      "ret-type": "0",
567      "allow-oob": false,
568      "meta-type": "command",
569      "arg-type": "76"
570    },
571    {
572      "name": "query-rx-filter",
573      "ret-type": "[78]",
574      "allow-oob": false,
575      "meta-type": "command",
576      "arg-type": "77"
577    },
578    {
579      "name": "NIC_RX_FILTER_CHANGED",
580      "meta-type": "event",
581      "arg-type": "79"
582    },
583    {
584      "name": "query-rocker",
585      "ret-type": "81",
586      "allow-oob": false,
587      "meta-type": "command",
588      "arg-type": "80"
589    },
590    {
591      "name": "query-rocker-ports",
592      "ret-type": "[83]",
593      "allow-oob": false,
594      "meta-type": "command",
595      "arg-type": "82"
596    },
597    {
598      "name": "query-rocker-of-dpa-flows",
599      "ret-type": "[85]",
600      "allow-oob": false,
601      "meta-type": "command",
602      "arg-type": "84"
603    },
604    {
605      "name": "query-rocker-of-dpa-groups",
606      "ret-type": "[87]",
607      "allow-oob": false,
608      "meta-type": "command",
609      "arg-type": "86"
610    },
611    {
612      "name": "query-tpm-models",
613      "ret-type": "[88]",
614      "allow-oob": false,
615      "meta-type": "command",
616      "arg-type": "0"
617    },
618    {
619      "name": "query-tpm-types",
620      "ret-type": "[89]",
621      "allow-oob": false,
622      "meta-type": "command",
623      "arg-type": "0"
624    },
625    {
626      "name": "query-tpm",
627      "ret-type": "[90]",
628      "allow-oob": false,
629      "meta-type": "command",
630      "arg-type": "0"
631    },
632    {
633      "name": "set_password",
634      "ret-type": "0",
635      "allow-oob": false,
636      "meta-type": "command",
637      "arg-type": "91"
638    },
639    {
640      "name": "expire_password",
641      "ret-type": "0",
642      "allow-oob": false,
643      "meta-type": "command",
644      "arg-type": "92"
645    },
646    {
647      "name": "screendump",
648      "ret-type": "0",
649      "allow-oob": false,
650      "meta-type": "command",
651      "arg-type": "93"
652    },
653    {
654      "name": "query-spice",
655      "ret-type": "94",
656      "allow-oob": false,
657      "meta-type": "command",
658      "arg-type": "0"
659    },
660    {
661      "name": "SPICE_CONNECTED",
662      "meta-type": "event",
663      "arg-type": "95"
664    },
665    {
666      "name": "SPICE_INITIALIZED",
667      "meta-type": "event",
668      "arg-type": "96"
669    },
670    {
671      "name": "SPICE_DISCONNECTED",
672      "meta-type": "event",
673      "arg-type": "97"
674    },
675    {
676      "name": "SPICE_MIGRATE_COMPLETED",
677      "meta-type": "event",
678      "arg-type": "0"
679    },
680    {
681      "name": "query-vnc",
682      "ret-type": "98",
683      "allow-oob": false,
684      "meta-type": "command",
685      "arg-type": "0"
686    },
687    {
688      "name": "query-vnc-servers",
689      "ret-type": "[99]",
690      "allow-oob": false,
691      "meta-type": "command",
692      "arg-type": "0"
693    },
694    {
695      "name": "change-vnc-password",
696      "ret-type": "0",
697      "allow-oob": false,
698      "meta-type": "command",
699      "arg-type": "100"
700    },
701    {
702      "name": "VNC_CONNECTED",
703      "meta-type": "event",
704      "arg-type": "101"
705    },
706    {
707      "name": "VNC_INITIALIZED",
708      "meta-type": "event",
709      "arg-type": "102"
710    },
711    {
712      "name": "VNC_DISCONNECTED",
713      "meta-type": "event",
714      "arg-type": "103"
715    },
716    {
717      "name": "query-mice",
718      "ret-type": "[104]",
719      "allow-oob": false,
720      "meta-type": "command",
721      "arg-type": "0"
722    },
723    {
724      "name": "send-key",
725      "ret-type": "0",
726      "allow-oob": false,
727      "meta-type": "command",
728      "arg-type": "105"
729    },
730    {
731      "name": "input-send-event",
732      "ret-type": "0",
733      "allow-oob": false,
734      "meta-type": "command",
735      "arg-type": "106"
736    },
737    {
738      "name": "query-migrate",
739      "ret-type": "107",
740      "allow-oob": false,
741      "meta-type": "command",
742      "arg-type": "0"
743    },
744    {
745      "name": "migrate-set-capabilities",
746      "ret-type": "0",
747      "allow-oob": false,
748      "meta-type": "command",
749      "arg-type": "108"
750    },
751    {
752      "name": "query-migrate-capabilities",
753      "ret-type": "[109]",
754      "allow-oob": false,
755      "meta-type": "command",
756      "arg-type": "0"
757    },
758    {
759      "name": "migrate-set-parameters",
760      "ret-type": "0",
761      "allow-oob": false,
762      "meta-type": "command",
763      "arg-type": "110"
764    },
765    {
766      "name": "query-migrate-parameters",
767      "ret-type": "111",
768      "allow-oob": false,
769      "meta-type": "command",
770      "arg-type": "0"
771    },
772    {
773      "name": "client_migrate_info",
774      "ret-type": "0",
775      "allow-oob": false,
776      "meta-type": "command",
777      "arg-type": "112"
778    },
779    {
780      "name": "migrate-start-postcopy",
781      "ret-type": "0",
782      "allow-oob": false,
783      "meta-type": "command",
784      "arg-type": "0"
785    },
786    {
787      "name": "MIGRATION",
788      "meta-type": "event",
789      "arg-type": "113"
790    },
791    {
792      "name": "MIGRATION_PASS",
793      "meta-type": "event",
794      "arg-type": "114"
795    },
796    {
797      "name": "x-colo-lost-heartbeat",
798      "ret-type": "0",
799      "allow-oob": false,
800      "meta-type": "command",
801      "arg-type": "0"
802    },
803    {
804      "name": "migrate_cancel",
805      "ret-type": "0",
806      "allow-oob": false,
807      "meta-type": "command",
808      "arg-type": "0"
809    },
810    {
811      "name": "migrate-continue",
812      "ret-type": "0",
813      "allow-oob": false,
814      "meta-type": "command",
815      "arg-type": "115"
816    },
817    {
818      "name": "migrate_set_downtime",
819      "ret-type": "0",
820      "allow-oob": false,
821      "meta-type": "command",
822      "arg-type": "116"
823    },
824    {
825      "name": "migrate_set_speed",
826      "ret-type": "0",
827      "allow-oob": false,
828      "meta-type": "command",
829      "arg-type": "117"
830    },
831    {
832      "name": "migrate-set-cache-size",
833      "ret-type": "0",
834      "allow-oob": false,
835      "meta-type": "command",
836      "arg-type": "118"
837    },
838    {
839      "name": "query-migrate-cache-size",
840      "ret-type": "int",
841      "allow-oob": false,
842      "meta-type": "command",
843      "arg-type": "0"
844    },
845    {
846      "name": "migrate",
847      "ret-type": "0",
848      "allow-oob": false,
849      "meta-type": "command",
850      "arg-type": "119"
851    },
852    {
853      "name": "migrate-incoming",
854      "ret-type": "0",
855      "allow-oob": false,
856      "meta-type": "command",
857      "arg-type": "120"
858    },
859    {
860      "name": "xen-save-devices-state",
861      "ret-type": "0",
862      "allow-oob": false,
863      "meta-type": "command",
864      "arg-type": "121"
865    },
866    {
867      "name": "xen-set-replication",
868      "ret-type": "0",
869      "allow-oob": false,
870      "meta-type": "command",
871      "arg-type": "122"
872    },
873    {
874      "name": "query-xen-replication-status",
875      "ret-type": "123",
876      "allow-oob": false,
877      "meta-type": "command",
878      "arg-type": "0"
879    },
880    {
881      "name": "xen-colo-do-checkpoint",
882      "ret-type": "0",
883      "allow-oob": false,
884      "meta-type": "command",
885      "arg-type": "0"
886    },
887    {
888      "name": "transaction",
889      "ret-type": "0",
890      "allow-oob": false,
891      "meta-type": "command",
892      "arg-type": "124"
893    },
894    {
895      "name": "trace-event-get-state",
896      "ret-type": "[126]",
897      "allow-oob": false,
898      "meta-type": "command",
899      "arg-type": "125"
900    },
901    {
902      "name": "trace-event-set-state",
903      "ret-type": "0",
904      "allow-oob": false,
905      "meta-type": "command",
906      "arg-type": "127"
907    },
908    {
909      "name": "query-qmp-schema",
910      "ret-type": "[128]",
911      "allow-oob": false,
912      "meta-type": "command",
913      "arg-type": "0"
914    },
915    {
916      "name": "qmp_capabilities",
917      "ret-type": "0",
918      "allow-oob": false,
919      "meta-type": "command",
920      "arg-type": "129"
921    },
922    {
923      "name": "query-version",
924      "ret-type": "130",
925      "allow-oob": false,
926      "meta-type": "command",
927      "arg-type": "0"
928    },
929    {
930      "name": "query-commands",
931      "ret-type": "[131]",
932      "allow-oob": false,
933      "meta-type": "command",
934      "arg-type": "0"
935    },
936    {
937      "name": "add_client",
938      "ret-type": "0",
939      "allow-oob": false,
940      "meta-type": "command",
941      "arg-type": "132"
942    },
943    {
944      "name": "query-name",
945      "ret-type": "133",
946      "allow-oob": false,
947      "meta-type": "command",
948      "arg-type": "0"
949    },
950    {
951      "name": "query-kvm",
952      "ret-type": "134",
953      "allow-oob": false,
954      "meta-type": "command",
955      "arg-type": "0"
956    },
957    {
958      "name": "query-uuid",
959      "ret-type": "135",
960      "allow-oob": false,
961      "meta-type": "command",
962      "arg-type": "0"
963    },
964    {
965      "name": "query-events",
966      "ret-type": "[136]",
967      "allow-oob": false,
968      "meta-type": "command",
969      "arg-type": "0"
970    },
971    {
972      "name": "query-cpus",
973      "ret-type": "[137]",
974      "allow-oob": false,
975      "meta-type": "command",
976      "arg-type": "0"
977    },
978    {
979      "name": "query-cpus-fast",
980      "ret-type": "[138]",
981      "allow-oob": false,
982      "meta-type": "command",
983      "arg-type": "0"
984    },
985    {
986      "name": "query-iothreads",
987      "ret-type": "[139]",
988      "allow-oob": false,
989      "meta-type": "command",
990      "arg-type": "0"
991    },
992    {
993      "name": "query-balloon",
994      "ret-type": "140",
995      "allow-oob": false,
996      "meta-type": "command",
997      "arg-type": "0"
998    },
999    {
1000      "name": "BALLOON_CHANGE",
1001      "meta-type": "event",
1002      "arg-type": "141"
1003    },
1004    {
1005      "name": "query-pci",
1006      "ret-type": "[142]",
1007      "allow-oob": false,
1008      "meta-type": "command",
1009      "arg-type": "0"
1010    },
1011    {
1012      "name": "quit",
1013      "ret-type": "0",
1014      "allow-oob": false,
1015      "meta-type": "command",
1016      "arg-type": "0"
1017    },
1018    {
1019      "name": "stop",
1020      "ret-type": "0",
1021      "allow-oob": false,
1022      "meta-type": "command",
1023      "arg-type": "0"
1024    },
1025    {
1026      "name": "system_reset",
1027      "ret-type": "0",
1028      "allow-oob": false,
1029      "meta-type": "command",
1030      "arg-type": "0"
1031    },
1032    {
1033      "name": "system_powerdown",
1034      "ret-type": "0",
1035      "allow-oob": false,
1036      "meta-type": "command",
1037      "arg-type": "0"
1038    },
1039    {
1040      "name": "cpu-add",
1041      "ret-type": "0",
1042      "allow-oob": false,
1043      "meta-type": "command",
1044      "arg-type": "143"
1045    },
1046    {
1047      "name": "memsave",
1048      "ret-type": "0",
1049      "allow-oob": false,
1050      "meta-type": "command",
1051      "arg-type": "144"
1052    },
1053    {
1054      "name": "pmemsave",
1055      "ret-type": "0",
1056      "allow-oob": false,
1057      "meta-type": "command",
1058      "arg-type": "145"
1059    },
1060    {
1061      "name": "cont",
1062      "ret-type": "0",
1063      "allow-oob": false,
1064      "meta-type": "command",
1065      "arg-type": "0"
1066    },
1067    {
1068      "name": "system_wakeup",
1069      "ret-type": "0",
1070      "allow-oob": false,
1071      "meta-type": "command",
1072      "arg-type": "0"
1073    },
1074    {
1075      "name": "inject-nmi",
1076      "ret-type": "0",
1077      "allow-oob": false,
1078      "meta-type": "command",
1079      "arg-type": "0"
1080    },
1081    {
1082      "name": "balloon",
1083      "ret-type": "0",
1084      "allow-oob": false,
1085      "meta-type": "command",
1086      "arg-type": "146"
1087    },
1088    {
1089      "name": "human-monitor-command",
1090      "ret-type": "str",
1091      "allow-oob": false,
1092      "meta-type": "command",
1093      "arg-type": "147"
1094    },
1095    {
1096      "name": "qom-list",
1097      "ret-type": "[149]",
1098      "allow-oob": false,
1099      "meta-type": "command",
1100      "arg-type": "148"
1101    },
1102    {
1103      "name": "qom-get",
1104      "ret-type": "any",
1105      "allow-oob": false,
1106      "meta-type": "command",
1107      "arg-type": "150"
1108    },
1109    {
1110      "name": "qom-set",
1111      "ret-type": "0",
1112      "allow-oob": false,
1113      "meta-type": "command",
1114      "arg-type": "151"
1115    },
1116    {
1117      "name": "change",
1118      "ret-type": "0",
1119      "allow-oob": false,
1120      "meta-type": "command",
1121      "arg-type": "152"
1122    },
1123    {
1124      "name": "qom-list-types",
1125      "ret-type": "[154]",
1126      "allow-oob": false,
1127      "meta-type": "command",
1128      "arg-type": "153"
1129    },
1130    {
1131      "name": "device-list-properties",
1132      "ret-type": "[149]",
1133      "allow-oob": false,
1134      "meta-type": "command",
1135      "arg-type": "155"
1136    },
1137    {
1138      "name": "qom-list-properties",
1139      "ret-type": "[149]",
1140      "allow-oob": false,
1141      "meta-type": "command",
1142      "arg-type": "156"
1143    },
1144    {
1145      "name": "xen-set-global-dirty-log",
1146      "ret-type": "0",
1147      "allow-oob": false,
1148      "meta-type": "command",
1149      "arg-type": "157"
1150    },
1151    {
1152      "name": "device_add",
1153      "ret-type": "0",
1154      "allow-oob": false,
1155      "meta-type": "command",
1156      "arg-type": "158"
1157    },
1158    {
1159      "name": "device_del",
1160      "ret-type": "0",
1161      "allow-oob": false,
1162      "meta-type": "command",
1163      "arg-type": "159"
1164    },
1165    {
1166      "name": "DEVICE_DELETED",
1167      "meta-type": "event",
1168      "arg-type": "160"
1169    },
1170    {
1171      "name": "dump-guest-memory",
1172      "ret-type": "0",
1173      "allow-oob": false,
1174      "meta-type": "command",
1175      "arg-type": "161"
1176    },
1177    {
1178      "name": "query-dump",
1179      "ret-type": "162",
1180      "allow-oob": false,
1181      "meta-type": "command",
1182      "arg-type": "0"
1183    },
1184    {
1185      "name": "DUMP_COMPLETED",
1186      "meta-type": "event",
1187      "arg-type": "163"
1188    },
1189    {
1190      "name": "query-dump-guest-memory-capability",
1191      "ret-type": "164",
1192      "allow-oob": false,
1193      "meta-type": "command",
1194      "arg-type": "0"
1195    },
1196    {
1197      "name": "dump-skeys",
1198      "ret-type": "0",
1199      "allow-oob": false,
1200      "meta-type": "command",
1201      "arg-type": "165"
1202    },
1203    {
1204      "name": "object-add",
1205      "ret-type": "0",
1206      "allow-oob": false,
1207      "meta-type": "command",
1208      "arg-type": "166"
1209    },
1210    {
1211      "name": "object-del",
1212      "ret-type": "0",
1213      "allow-oob": false,
1214      "meta-type": "command",
1215      "arg-type": "167"
1216    },
1217    {
1218      "name": "getfd",
1219      "ret-type": "0",
1220      "allow-oob": false,
1221      "meta-type": "command",
1222      "arg-type": "168"
1223    },
1224    {
1225      "name": "closefd",
1226      "ret-type": "0",
1227      "allow-oob": false,
1228      "meta-type": "command",
1229      "arg-type": "169"
1230    },
1231    {
1232      "name": "query-machines",
1233      "ret-type": "[170]",
1234      "allow-oob": false,
1235      "meta-type": "command",
1236      "arg-type": "0"
1237    },
1238    {
1239      "name": "query-memory-size-summary",
1240      "ret-type": "171",
1241      "allow-oob": false,
1242      "meta-type": "command",
1243      "arg-type": "0"
1244    },
1245    {
1246      "name": "query-cpu-definitions",
1247      "ret-type": "[172]",
1248      "allow-oob": false,
1249      "meta-type": "command",
1250      "arg-type": "0"
1251    },
1252    {
1253      "name": "query-cpu-model-expansion",
1254      "ret-type": "174",
1255      "allow-oob": false,
1256      "meta-type": "command",
1257      "arg-type": "173"
1258    },
1259    {
1260      "name": "query-cpu-model-comparison",
1261      "ret-type": "176",
1262      "allow-oob": false,
1263      "meta-type": "command",
1264      "arg-type": "175"
1265    },
1266    {
1267      "name": "query-cpu-model-baseline",
1268      "ret-type": "178",
1269      "allow-oob": false,
1270      "meta-type": "command",
1271      "arg-type": "177"
1272    },
1273    {
1274      "name": "add-fd",
1275      "ret-type": "180",
1276      "allow-oob": false,
1277      "meta-type": "command",
1278      "arg-type": "179"
1279    },
1280    {
1281      "name": "remove-fd",
1282      "ret-type": "0",
1283      "allow-oob": false,
1284      "meta-type": "command",
1285      "arg-type": "181"
1286    },
1287    {
1288      "name": "query-fdsets",
1289      "ret-type": "[182]",
1290      "allow-oob": false,
1291      "meta-type": "command",
1292      "arg-type": "0"
1293    },
1294    {
1295      "name": "query-target",
1296      "ret-type": "183",
1297      "allow-oob": false,
1298      "meta-type": "command",
1299      "arg-type": "0"
1300    },
1301    {
1302      "name": "query-command-line-options",
1303      "ret-type": "[185]",
1304      "allow-oob": false,
1305      "meta-type": "command",
1306      "arg-type": "184"
1307    },
1308    {
1309      "name": "query-memdev",
1310      "ret-type": "[186]",
1311      "allow-oob": false,
1312      "meta-type": "command",
1313      "arg-type": "0"
1314    },
1315    {
1316      "name": "query-memory-devices",
1317      "ret-type": "[187]",
1318      "allow-oob": false,
1319      "meta-type": "command",
1320      "arg-type": "0"
1321    },
1322    {
1323      "name": "MEM_UNPLUG_ERROR",
1324      "meta-type": "event",
1325      "arg-type": "188"
1326    },
1327    {
1328      "name": "query-acpi-ospm-status",
1329      "ret-type": "[189]",
1330      "allow-oob": false,
1331      "meta-type": "command",
1332      "arg-type": "0"
1333    },
1334    {
1335      "name": "ACPI_DEVICE_OST",
1336      "meta-type": "event",
1337      "arg-type": "190"
1338    },
1339    {
1340      "name": "rtc-reset-reinjection",
1341      "ret-type": "0",
1342      "allow-oob": false,
1343      "meta-type": "command",
1344      "arg-type": "0"
1345    },
1346    {
1347      "name": "RTC_CHANGE",
1348      "meta-type": "event",
1349      "arg-type": "191"
1350    },
1351    {
1352      "name": "xen-load-devices-state",
1353      "ret-type": "0",
1354      "allow-oob": false,
1355      "meta-type": "command",
1356      "arg-type": "192"
1357    },
1358    {
1359      "name": "query-gic-capabilities",
1360      "ret-type": "[193]",
1361      "allow-oob": false,
1362      "meta-type": "command",
1363      "arg-type": "0"
1364    },
1365    {
1366      "name": "query-hotpluggable-cpus",
1367      "ret-type": "[194]",
1368      "allow-oob": false,
1369      "meta-type": "command",
1370      "arg-type": "0"
1371    },
1372    {
1373      "name": "query-vm-generation-id",
1374      "ret-type": "195",
1375      "allow-oob": false,
1376      "meta-type": "command",
1377      "arg-type": "0"
1378    },
1379    {
1380      "name": "query-sev",
1381      "ret-type": "196",
1382      "allow-oob": false,
1383      "meta-type": "command",
1384      "arg-type": "0"
1385    },
1386    {
1387      "name": "query-sev-launch-measure",
1388      "ret-type": "197",
1389      "allow-oob": false,
1390      "meta-type": "command",
1391      "arg-type": "0"
1392    },
1393    {
1394      "name": "query-sev-capabilities",
1395      "ret-type": "198",
1396      "allow-oob": false,
1397      "meta-type": "command",
1398      "arg-type": "0"
1399    },
1400    {
1401      "name": "COMMAND_DROPPED",
1402      "meta-type": "event",
1403      "arg-type": "199"
1404    },
1405    {
1406      "name": "x-oob-test",
1407      "ret-type": "0",
1408      "allow-oob": true,
1409      "meta-type": "command",
1410      "arg-type": "200"
1411    },
1412    {
1413      "name": "0",
1414      "members": [
1415      ],
1416      "meta-type": "object"
1417    },
1418    {
1419      "name": "1",
1420      "members": [
1421        {
1422          "name": "running",
1423          "type": "bool"
1424        },
1425        {
1426          "name": "singlestep",
1427          "type": "bool"
1428        },
1429        {
1430          "name": "status",
1431          "type": "201"
1432        }
1433      ],
1434      "meta-type": "object"
1435    },
1436    {
1437      "name": "2",
1438      "members": [
1439        {
1440          "name": "guest",
1441          "type": "bool"
1442        }
1443      ],
1444      "meta-type": "object"
1445    },
1446    {
1447      "name": "3",
1448      "members": [
1449        {
1450          "name": "guest",
1451          "type": "bool"
1452        }
1453      ],
1454      "meta-type": "object"
1455    },
1456    {
1457      "name": "4",
1458      "members": [
1459        {
1460          "name": "action",
1461          "type": "202"
1462        }
1463      ],
1464      "meta-type": "object"
1465    },
1466    {
1467      "name": "5",
1468      "members": [
1469        {
1470          "name": "action",
1471          "type": "202"
1472        }
1473      ],
1474      "meta-type": "object"
1475    },
1476    {
1477      "name": "6",
1478      "members": [
1479        {
1480          "name": "action",
1481          "type": "203"
1482        },
1483        {
1484          "name": "info",
1485          "default": null,
1486          "type": "204"
1487        }
1488      ],
1489      "meta-type": "object"
1490    },
1491    {
1492      "name": "7",
1493      "members": [
1494        {
1495          "name": "device",
1496          "type": "str"
1497        },
1498        {
1499          "name": "boundaries",
1500          "default": null,
1501          "type": "[int]"
1502        },
1503        {
1504          "name": "boundaries-read",
1505          "default": null,
1506          "type": "[int]"
1507        },
1508        {
1509          "name": "boundaries-write",
1510          "default": null,
1511          "type": "[int]"
1512        },
1513        {
1514          "name": "boundaries-flush",
1515          "default": null,
1516          "type": "[int]"
1517        }
1518      ],
1519      "meta-type": "object"
1520    },
1521    {
1522      "name": "[8]",
1523      "element-type": "8",
1524      "meta-type": "array"
1525    },
1526    {
1527      "name": "8",
1528      "members": [
1529        {
1530          "name": "device",
1531          "type": "str"
1532        },
1533        {
1534          "name": "qdev",
1535          "default": null,
1536          "type": "str"
1537        },
1538        {
1539          "name": "type",
1540          "type": "str"
1541        },
1542        {
1543          "name": "removable",
1544          "type": "bool"
1545        },
1546        {
1547          "name": "locked",
1548          "type": "bool"
1549        },
1550        {
1551          "name": "inserted",
1552          "default": null,
1553          "type": "20"
1554        },
1555        {
1556          "name": "tray_open",
1557          "default": null,
1558          "type": "bool"
1559        },
1560        {
1561          "name": "io-status",
1562          "default": null,
1563          "type": "205"
1564        },
1565        {
1566          "name": "dirty-bitmaps",
1567          "default": null,
1568          "type": "[206]"
1569        }
1570      ],
1571      "meta-type": "object"
1572    },
1573    {
1574      "name": "9",
1575      "members": [
1576        {
1577          "name": "query-nodes",
1578          "default": null,
1579          "type": "bool"
1580        }
1581      ],
1582      "meta-type": "object"
1583    },
1584    {
1585      "name": "[10]",
1586      "element-type": "10",
1587      "meta-type": "array"
1588    },
1589    {
1590      "name": "10",
1591      "members": [
1592        {
1593          "name": "device",
1594          "default": null,
1595          "type": "str"
1596        },
1597        {
1598          "name": "node-name",
1599          "default": null,
1600          "type": "str"
1601        },
1602        {
1603          "name": "stats",
1604          "type": "207"
1605        },
1606        {
1607          "name": "parent",
1608          "default": null,
1609          "type": "10"
1610        },
1611        {
1612          "name": "backing",
1613          "default": null,
1614          "type": "10"
1615        }
1616      ],
1617      "meta-type": "object"
1618    },
1619    {
1620      "name": "[11]",
1621      "element-type": "11",
1622      "meta-type": "array"
1623    },
1624    {
1625      "name": "11",
1626      "members": [
1627        {
1628          "name": "type",
1629          "type": "str"
1630        },
1631        {
1632          "name": "device",
1633          "type": "str"
1634        },
1635        {
1636          "name": "len",
1637          "type": "int"
1638        },
1639        {
1640          "name": "offset",
1641          "type": "int"
1642        },
1643        {
1644          "name": "busy",
1645          "type": "bool"
1646        },
1647        {
1648          "name": "paused",
1649          "type": "bool"
1650        },
1651        {
1652          "name": "speed",
1653          "type": "int"
1654        },
1655        {
1656          "name": "io-status",
1657          "type": "205"
1658        },
1659        {
1660          "name": "ready",
1661          "type": "bool"
1662        },
1663        {
1664          "name": "status",
1665          "type": "208"
1666        },
1667        {
1668          "name": "auto-finalize",
1669          "type": "bool"
1670        },
1671        {
1672          "name": "auto-dismiss",
1673          "type": "bool"
1674        }
1675      ],
1676      "meta-type": "object"
1677    },
1678    {
1679      "name": "12",
1680      "members": [
1681        {
1682          "name": "device",
1683          "default": null,
1684          "type": "str"
1685        },
1686        {
1687          "name": "node-name",
1688          "default": null,
1689          "type": "str"
1690        },
1691        {
1692          "name": "password",
1693          "type": "str"
1694        }
1695      ],
1696      "meta-type": "object"
1697    },
1698    {
1699      "name": "13",
1700      "members": [
1701        {
1702          "name": "device",
1703          "default": null,
1704          "type": "str"
1705        },
1706        {
1707          "name": "node-name",
1708          "default": null,
1709          "type": "str"
1710        },
1711        {
1712          "name": "size",
1713          "type": "int"
1714        }
1715      ],
1716      "meta-type": "object"
1717    },
1718    {
1719      "name": "14",
1720      "members": [
1721        {
1722          "name": "device",
1723          "default": null,
1724          "type": "str"
1725        },
1726        {
1727          "name": "node-name",
1728          "default": null,
1729          "type": "str"
1730        },
1731        {
1732          "name": "snapshot-file",
1733          "type": "str"
1734        },
1735        {
1736          "name": "snapshot-node-name",
1737          "default": null,
1738          "type": "str"
1739        },
1740        {
1741          "name": "format",
1742          "default": null,
1743          "type": "str"
1744        },
1745        {
1746          "name": "mode",
1747          "default": null,
1748          "type": "209"
1749        }
1750      ],
1751      "meta-type": "object"
1752    },
1753    {
1754      "name": "15",
1755      "members": [
1756        {
1757          "name": "node",
1758          "type": "str"
1759        },
1760        {
1761          "name": "overlay",
1762          "type": "str"
1763        }
1764      ],
1765      "meta-type": "object"
1766    },
1767    {
1768      "name": "16",
1769      "members": [
1770        {
1771          "name": "device",
1772          "type": "str"
1773        },
1774        {
1775          "name": "image-node-name",
1776          "type": "str"
1777        },
1778        {
1779          "name": "backing-file",
1780          "type": "str"
1781        }
1782      ],
1783      "meta-type": "object"
1784    },
1785    {
1786      "name": "17",
1787      "members": [
1788        {
1789          "name": "job-id",
1790          "default": null,
1791          "type": "str"
1792        },
1793        {
1794          "name": "device",
1795          "type": "str"
1796        },
1797        {
1798          "name": "base",
1799          "default": null,
1800          "type": "str"
1801        },
1802        {
1803          "name": "top",
1804          "default": null,
1805          "type": "str"
1806        },
1807        {
1808          "name": "backing-file",
1809          "default": null,
1810          "type": "str"
1811        },
1812        {
1813          "name": "speed",
1814          "default": null,
1815          "type": "int"
1816        },
1817        {
1818          "name": "filter-node-name",
1819          "default": null,
1820          "type": "str"
1821        }
1822      ],
1823      "meta-type": "object"
1824    },
1825    {
1826      "name": "18",
1827      "members": [
1828        {
1829          "name": "job-id",
1830          "default": null,
1831          "type": "str"
1832        },
1833        {
1834          "name": "device",
1835          "type": "str"
1836        },
1837        {
1838          "name": "target",
1839          "type": "str"
1840        },
1841        {
1842          "name": "format",
1843          "default": null,
1844          "type": "str"
1845        },
1846        {
1847          "name": "sync",
1848          "type": "210"
1849        },
1850        {
1851          "name": "mode",
1852          "default": null,
1853          "type": "209"
1854        },
1855        {
1856          "name": "speed",
1857          "default": null,
1858          "type": "int"
1859        },
1860        {
1861          "name": "bitmap",
1862          "default": null,
1863          "type": "str"
1864        },
1865        {
1866          "name": "compress",
1867          "default": null,
1868          "type": "bool"
1869        },
1870        {
1871          "name": "on-source-error",
1872          "default": null,
1873          "type": "211"
1874        },
1875        {
1876          "name": "on-target-error",
1877          "default": null,
1878          "type": "211"
1879        },
1880        {
1881          "name": "auto-finalize",
1882          "default": null,
1883          "type": "bool"
1884        },
1885        {
1886          "name": "auto-dismiss",
1887          "default": null,
1888          "type": "bool"
1889        }
1890      ],
1891      "meta-type": "object"
1892    },
1893    {
1894      "name": "19",
1895      "members": [
1896        {
1897          "name": "job-id",
1898          "default": null,
1899          "type": "str"
1900        },
1901        {
1902          "name": "device",
1903          "type": "str"
1904        },
1905        {
1906          "name": "target",
1907          "type": "str"
1908        },
1909        {
1910          "name": "sync",
1911          "type": "210"
1912        },
1913        {
1914          "name": "speed",
1915          "default": null,
1916          "type": "int"
1917        },
1918        {
1919          "name": "compress",
1920          "default": null,
1921          "type": "bool"
1922        },
1923        {
1924          "name": "on-source-error",
1925          "default": null,
1926          "type": "211"
1927        },
1928        {
1929          "name": "on-target-error",
1930          "default": null,
1931          "type": "211"
1932        },
1933        {
1934          "name": "auto-finalize",
1935          "default": null,
1936          "type": "bool"
1937        },
1938        {
1939          "name": "auto-dismiss",
1940          "default": null,
1941          "type": "bool"
1942        }
1943      ],
1944      "meta-type": "object"
1945    },
1946    {
1947      "name": "[20]",
1948      "element-type": "20",
1949      "meta-type": "array"
1950    },
1951    {
1952      "name": "20",
1953      "members": [
1954        {
1955          "name": "file",
1956          "type": "str"
1957        },
1958        {
1959          "name": "node-name",
1960          "default": null,
1961          "type": "str"
1962        },
1963        {
1964          "name": "ro",
1965          "type": "bool"
1966        },
1967        {
1968          "name": "drv",
1969          "type": "str"
1970        },
1971        {
1972          "name": "backing_file",
1973          "default": null,
1974          "type": "str"
1975        },
1976        {
1977          "name": "backing_file_depth",
1978          "type": "int"
1979        },
1980        {
1981          "name": "encrypted",
1982          "type": "bool"
1983        },
1984        {
1985          "name": "encryption_key_missing",
1986          "type": "bool"
1987        },
1988        {
1989          "name": "detect_zeroes",
1990          "type": "212"
1991        },
1992        {
1993          "name": "bps",
1994          "type": "int"
1995        },
1996        {
1997          "name": "bps_rd",
1998          "type": "int"
1999        },
2000        {
2001          "name": "bps_wr",
2002          "type": "int"
2003        },
2004        {
2005          "name": "iops",
2006          "type": "int"
2007        },
2008        {
2009          "name": "iops_rd",
2010          "type": "int"
2011        },
2012        {
2013          "name": "iops_wr",
2014          "type": "int"
2015        },
2016        {
2017          "name": "image",
2018          "type": "213"
2019        },
2020        {
2021          "name": "bps_max",
2022          "default": null,
2023          "type": "int"
2024        },
2025        {
2026          "name": "bps_rd_max",
2027          "default": null,
2028          "type": "int"
2029        },
2030        {
2031          "name": "bps_wr_max",
2032          "default": null,
2033          "type": "int"
2034        },
2035        {
2036          "name": "iops_max",
2037          "default": null,
2038          "type": "int"
2039        },
2040        {
2041          "name": "iops_rd_max",
2042          "default": null,
2043          "type": "int"
2044        },
2045        {
2046          "name": "iops_wr_max",
2047          "default": null,
2048          "type": "int"
2049        },
2050        {
2051          "name": "bps_max_length",
2052          "default": null,
2053          "type": "int"
2054        },
2055        {
2056          "name": "bps_rd_max_length",
2057          "default": null,
2058          "type": "int"
2059        },
2060        {
2061          "name": "bps_wr_max_length",
2062          "default": null,
2063          "type": "int"
2064        },
2065        {
2066          "name": "iops_max_length",
2067          "default": null,
2068          "type": "int"
2069        },
2070        {
2071          "name": "iops_rd_max_length",
2072          "default": null,
2073          "type": "int"
2074        },
2075        {
2076          "name": "iops_wr_max_length",
2077          "default": null,
2078          "type": "int"
2079        },
2080        {
2081          "name": "iops_size",
2082          "default": null,
2083          "type": "int"
2084        },
2085        {
2086          "name": "group",
2087          "default": null,
2088          "type": "str"
2089        },
2090        {
2091          "name": "cache",
2092          "type": "214"
2093        },
2094        {
2095          "name": "write_threshold",
2096          "type": "int"
2097        }
2098      ],
2099      "meta-type": "object"
2100    },
2101    {
2102      "name": "21",
2103      "members": [
2104        {
2105          "name": "job-id",
2106          "default": null,
2107          "type": "str"
2108        },
2109        {
2110          "name": "device",
2111          "type": "str"
2112        },
2113        {
2114          "name": "target",
2115          "type": "str"
2116        },
2117        {
2118          "name": "format",
2119          "default": null,
2120          "type": "str"
2121        },
2122        {
2123          "name": "node-name",
2124          "default": null,
2125          "type": "str"
2126        },
2127        {
2128          "name": "replaces",
2129          "default": null,
2130          "type": "str"
2131        },
2132        {
2133          "name": "sync",
2134          "type": "210"
2135        },
2136        {
2137          "name": "mode",
2138          "default": null,
2139          "type": "209"
2140        },
2141        {
2142          "name": "speed",
2143          "default": null,
2144          "type": "int"
2145        },
2146        {
2147          "name": "granularity",
2148          "default": null,
2149          "type": "int"
2150        },
2151        {
2152          "name": "buf-size",
2153          "default": null,
2154          "type": "int"
2155        },
2156        {
2157          "name": "on-source-error",
2158          "default": null,
2159          "type": "211"
2160        },
2161        {
2162          "name": "on-target-error",
2163          "default": null,
2164          "type": "211"
2165        },
2166        {
2167          "name": "unmap",
2168          "default": null,
2169          "type": "bool"
2170        }
2171      ],
2172      "meta-type": "object"
2173    },
2174    {
2175      "name": "22",
2176      "members": [
2177        {
2178          "name": "node",
2179          "type": "str"
2180        },
2181        {
2182          "name": "name",
2183          "type": "str"
2184        },
2185        {
2186          "name": "granularity",
2187          "default": null,
2188          "type": "int"
2189        },
2190        {
2191          "name": "persistent",
2192          "default": null,
2193          "type": "bool"
2194        },
2195        {
2196          "name": "autoload",
2197          "default": null,
2198          "type": "bool"
2199        }
2200      ],
2201      "meta-type": "object"
2202    },
2203    {
2204      "name": "23",
2205      "members": [
2206        {
2207          "name": "node",
2208          "type": "str"
2209        },
2210        {
2211          "name": "name",
2212          "type": "str"
2213        }
2214      ],
2215      "meta-type": "object"
2216    },
2217    {
2218      "name": "24",
2219      "members": [
2220        {
2221          "name": "sha256",
2222          "type": "str"
2223        }
2224      ],
2225      "meta-type": "object"
2226    },
2227    {
2228      "name": "25",
2229      "members": [
2230        {
2231          "name": "job-id",
2232          "default": null,
2233          "type": "str"
2234        },
2235        {
2236          "name": "device",
2237          "type": "str"
2238        },
2239        {
2240          "name": "target",
2241          "type": "str"
2242        },
2243        {
2244          "name": "replaces",
2245          "default": null,
2246          "type": "str"
2247        },
2248        {
2249          "name": "sync",
2250          "type": "210"
2251        },
2252        {
2253          "name": "speed",
2254          "default": null,
2255          "type": "int"
2256        },
2257        {
2258          "name": "granularity",
2259          "default": null,
2260          "type": "int"
2261        },
2262        {
2263          "name": "buf-size",
2264          "default": null,
2265          "type": "int"
2266        },
2267        {
2268          "name": "on-source-error",
2269          "default": null,
2270          "type": "211"
2271        },
2272        {
2273          "name": "on-target-error",
2274          "default": null,
2275          "type": "211"
2276        },
2277        {
2278          "name": "filter-node-name",
2279          "default": null,
2280          "type": "str"
2281        }
2282      ],
2283      "meta-type": "object"
2284    },
2285    {
2286      "name": "26",
2287      "members": [
2288        {
2289          "name": "device",
2290          "default": null,
2291          "type": "str"
2292        },
2293        {
2294          "name": "id",
2295          "default": null,
2296          "type": "str"
2297        },
2298        {
2299          "name": "bps",
2300          "type": "int"
2301        },
2302        {
2303          "name": "bps_rd",
2304          "type": "int"
2305        },
2306        {
2307          "name": "bps_wr",
2308          "type": "int"
2309        },
2310        {
2311          "name": "iops",
2312          "type": "int"
2313        },
2314        {
2315          "name": "iops_rd",
2316          "type": "int"
2317        },
2318        {
2319          "name": "iops_wr",
2320          "type": "int"
2321        },
2322        {
2323          "name": "bps_max",
2324          "default": null,
2325          "type": "int"
2326        },
2327        {
2328          "name": "bps_rd_max",
2329          "default": null,
2330          "type": "int"
2331        },
2332        {
2333          "name": "bps_wr_max",
2334          "default": null,
2335          "type": "int"
2336        },
2337        {
2338          "name": "iops_max",
2339          "default": null,
2340          "type": "int"
2341        },
2342        {
2343          "name": "iops_rd_max",
2344          "default": null,
2345          "type": "int"
2346        },
2347        {
2348          "name": "iops_wr_max",
2349          "default": null,
2350          "type": "int"
2351        },
2352        {
2353          "name": "bps_max_length",
2354          "default": null,
2355          "type": "int"
2356        },
2357        {
2358          "name": "bps_rd_max_length",
2359          "default": null,
2360          "type": "int"
2361        },
2362        {
2363          "name": "bps_wr_max_length",
2364          "default": null,
2365          "type": "int"
2366        },
2367        {
2368          "name": "iops_max_length",
2369          "default": null,
2370          "type": "int"
2371        },
2372        {
2373          "name": "iops_rd_max_length",
2374          "default": null,
2375          "type": "int"
2376        },
2377        {
2378          "name": "iops_wr_max_length",
2379          "default": null,
2380          "type": "int"
2381        },
2382        {
2383          "name": "iops_size",
2384          "default": null,
2385          "type": "int"
2386        },
2387        {
2388          "name": "group",
2389          "default": null,
2390          "type": "str"
2391        }
2392      ],
2393      "meta-type": "object"
2394    },
2395    {
2396      "name": "27",
2397      "members": [
2398        {
2399          "name": "job-id",
2400          "default": null,
2401          "type": "str"
2402        },
2403        {
2404          "name": "device",
2405          "type": "str"
2406        },
2407        {
2408          "name": "base",
2409          "default": null,
2410          "type": "str"
2411        },
2412        {
2413          "name": "base-node",
2414          "default": null,
2415          "type": "str"
2416        },
2417        {
2418          "name": "backing-file",
2419          "default": null,
2420          "type": "str"
2421        },
2422        {
2423          "name": "speed",
2424          "default": null,
2425          "type": "int"
2426        },
2427        {
2428          "name": "on-error",
2429          "default": null,
2430          "type": "211"
2431        }
2432      ],
2433      "meta-type": "object"
2434    },
2435    {
2436      "name": "28",
2437      "members": [
2438        {
2439          "name": "device",
2440          "type": "str"
2441        },
2442        {
2443          "name": "speed",
2444          "type": "int"
2445        }
2446      ],
2447      "meta-type": "object"
2448    },
2449    {
2450      "name": "29",
2451      "members": [
2452        {
2453          "name": "device",
2454          "type": "str"
2455        },
2456        {
2457          "name": "force",
2458          "default": null,
2459          "type": "bool"
2460        }
2461      ],
2462      "meta-type": "object"
2463    },
2464    {
2465      "name": "30",
2466      "members": [
2467        {
2468          "name": "device",
2469          "type": "str"
2470        }
2471      ],
2472      "meta-type": "object"
2473    },
2474    {
2475      "name": "31",
2476      "members": [
2477        {
2478          "name": "device",
2479          "type": "str"
2480        }
2481      ],
2482      "meta-type": "object"
2483    },
2484    {
2485      "name": "32",
2486      "members": [
2487        {
2488          "name": "device",
2489          "type": "str"
2490        }
2491      ],
2492      "meta-type": "object"
2493    },
2494    {
2495      "name": "33",
2496      "members": [
2497        {
2498          "name": "id",
2499          "type": "str"
2500        }
2501      ],
2502      "meta-type": "object"
2503    },
2504    {
2505      "name": "34",
2506      "members": [
2507        {
2508          "name": "id",
2509          "type": "str"
2510        }
2511      ],
2512      "meta-type": "object"
2513    },
2514    {
2515      "name": "35",
2516      "tag": "driver",
2517      "variants": [
2518        {
2519          "case": "blkdebug",
2520          "type": "218"
2521        },
2522        {
2523          "case": "blkverify",
2524          "type": "219"
2525        },
2526        {
2527          "case": "bochs",
2528          "type": "220"
2529        },
2530        {
2531          "case": "cloop",
2532          "type": "220"
2533        },
2534        {
2535          "case": "dmg",
2536          "type": "220"
2537        },
2538        {
2539          "case": "file",
2540          "type": "221"
2541        },
2542        {
2543          "case": "ftp",
2544          "type": "222"
2545        },
2546        {
2547          "case": "ftps",
2548          "type": "223"
2549        },
2550        {
2551          "case": "gluster",
2552          "type": "224"
2553        },
2554        {
2555          "case": "host_cdrom",
2556          "type": "221"
2557        },
2558        {
2559          "case": "host_device",
2560          "type": "221"
2561        },
2562        {
2563          "case": "http",
2564          "type": "225"
2565        },
2566        {
2567          "case": "https",
2568          "type": "226"
2569        },
2570        {
2571          "case": "iscsi",
2572          "type": "227"
2573        },
2574        {
2575          "case": "luks",
2576          "type": "228"
2577        },
2578        {
2579          "case": "nbd",
2580          "type": "229"
2581        },
2582        {
2583          "case": "nfs",
2584          "type": "230"
2585        },
2586        {
2587          "case": "null-aio",
2588          "type": "231"
2589        },
2590        {
2591          "case": "null-co",
2592          "type": "231"
2593        },
2594        {
2595          "case": "nvme",
2596          "type": "232"
2597        },
2598        {
2599          "case": "parallels",
2600          "type": "220"
2601        },
2602        {
2603          "case": "qcow2",
2604          "type": "233"
2605        },
2606        {
2607          "case": "qcow",
2608          "type": "234"
2609        },
2610        {
2611          "case": "qed",
2612          "type": "235"
2613        },
2614        {
2615          "case": "quorum",
2616          "type": "236"
2617        },
2618        {
2619          "case": "raw",
2620          "type": "237"
2621        },
2622        {
2623          "case": "rbd",
2624          "type": "238"
2625        },
2626        {
2627          "case": "replication",
2628          "type": "239"
2629        },
2630        {
2631          "case": "sheepdog",
2632          "type": "240"
2633        },
2634        {
2635          "case": "ssh",
2636          "type": "241"
2637        },
2638        {
2639          "case": "throttle",
2640          "type": "242"
2641        },
2642        {
2643          "case": "vdi",
2644          "type": "220"
2645        },
2646        {
2647          "case": "vhdx",
2648          "type": "220"
2649        },
2650        {
2651          "case": "vmdk",
2652          "type": "235"
2653        },
2654        {
2655          "case": "vpc",
2656          "type": "220"
2657        },
2658        {
2659          "case": "vvfat",
2660          "type": "243"
2661        },
2662        {
2663          "case": "vxhs",
2664          "type": "244"
2665        }
2666      ],
2667      "members": [
2668        {
2669          "name": "driver",
2670          "type": "215"
2671        },
2672        {
2673          "name": "node-name",
2674          "default": null,
2675          "type": "str"
2676        },
2677        {
2678          "name": "discard",
2679          "default": null,
2680          "type": "216"
2681        },
2682        {
2683          "name": "cache",
2684          "default": null,
2685          "type": "217"
2686        },
2687        {
2688          "name": "read-only",
2689          "default": null,
2690          "type": "bool"
2691        },
2692        {
2693          "name": "force-share",
2694          "default": null,
2695          "type": "bool"
2696        },
2697        {
2698          "name": "detect-zeroes",
2699          "default": null,
2700          "type": "212"
2701        }
2702      ],
2703      "meta-type": "object"
2704    },
2705    {
2706      "name": "36",
2707      "members": [
2708        {
2709          "name": "node-name",
2710          "type": "str"
2711        }
2712      ],
2713      "meta-type": "object"
2714    },
2715    {
2716      "name": "37",
2717      "tag": "driver",
2718      "variants": [
2719        {
2720          "case": "blkdebug",
2721          "type": "245"
2722        },
2723        {
2724          "case": "blkverify",
2725          "type": "245"
2726        },
2727        {
2728          "case": "bochs",
2729          "type": "245"
2730        },
2731        {
2732          "case": "cloop",
2733          "type": "245"
2734        },
2735        {
2736          "case": "dmg",
2737          "type": "245"
2738        },
2739        {
2740          "case": "file",
2741          "type": "246"
2742        },
2743        {
2744          "case": "ftp",
2745          "type": "245"
2746        },
2747        {
2748          "case": "ftps",
2749          "type": "245"
2750        },
2751        {
2752          "case": "gluster",
2753          "type": "247"
2754        },
2755        {
2756          "case": "host_cdrom",
2757          "type": "245"
2758        },
2759        {
2760          "case": "host_device",
2761          "type": "245"
2762        },
2763        {
2764          "case": "http",
2765          "type": "245"
2766        },
2767        {
2768          "case": "https",
2769          "type": "245"
2770        },
2771        {
2772          "case": "iscsi",
2773          "type": "245"
2774        },
2775        {
2776          "case": "luks",
2777          "type": "248"
2778        },
2779        {
2780          "case": "nbd",
2781          "type": "245"
2782        },
2783        {
2784          "case": "nfs",
2785          "type": "249"
2786        },
2787        {
2788          "case": "null-aio",
2789          "type": "245"
2790        },
2791        {
2792          "case": "null-co",
2793          "type": "245"
2794        },
2795        {
2796          "case": "nvme",
2797          "type": "245"
2798        },
2799        {
2800          "case": "parallels",
2801          "type": "250"
2802        },
2803        {
2804          "case": "qcow",
2805          "type": "251"
2806        },
2807        {
2808          "case": "qcow2",
2809          "type": "252"
2810        },
2811        {
2812          "case": "qed",
2813          "type": "253"
2814        },
2815        {
2816          "case": "quorum",
2817          "type": "245"
2818        },
2819        {
2820          "case": "raw",
2821          "type": "245"
2822        },
2823        {
2824          "case": "rbd",
2825          "type": "254"
2826        },
2827        {
2828          "case": "replication",
2829          "type": "245"
2830        },
2831        {
2832          "case": "sheepdog",
2833          "type": "255"
2834        },
2835        {
2836          "case": "ssh",
2837          "type": "256"
2838        },
2839        {
2840          "case": "throttle",
2841          "type": "245"
2842        },
2843        {
2844          "case": "vdi",
2845          "type": "257"
2846        },
2847        {
2848          "case": "vhdx",
2849          "type": "258"
2850        },
2851        {
2852          "case": "vmdk",
2853          "type": "245"
2854        },
2855        {
2856          "case": "vpc",
2857          "type": "259"
2858        },
2859        {
2860          "case": "vvfat",
2861          "type": "245"
2862        },
2863        {
2864          "case": "vxhs",
2865          "type": "245"
2866        }
2867      ],
2868      "members": [
2869        {
2870          "name": "driver",
2871          "type": "215"
2872        }
2873      ],
2874      "meta-type": "object"
2875    },
2876    {
2877      "name": "38",
2878      "members": [
2879        {
2880          "name": "device",
2881          "default": null,
2882          "type": "str"
2883        },
2884        {
2885          "name": "id",
2886          "default": null,
2887          "type": "str"
2888        },
2889        {
2890          "name": "force",
2891          "default": null,
2892          "type": "bool"
2893        }
2894      ],
2895      "meta-type": "object"
2896    },
2897    {
2898      "name": "39",
2899      "members": [
2900        {
2901          "name": "device",
2902          "default": null,
2903          "type": "str"
2904        },
2905        {
2906          "name": "id",
2907          "default": null,
2908          "type": "str"
2909        }
2910      ],
2911      "meta-type": "object"
2912    },
2913    {
2914      "name": "40",
2915      "members": [
2916        {
2917          "name": "id",
2918          "type": "str"
2919        }
2920      ],
2921      "meta-type": "object"
2922    },
2923    {
2924      "name": "41",
2925      "members": [
2926        {
2927          "name": "id",
2928          "type": "str"
2929        },
2930        {
2931          "name": "node-name",
2932          "type": "str"
2933        }
2934      ],
2935      "meta-type": "object"
2936    },
2937    {
2938      "name": "42",
2939      "members": [
2940        {
2941          "name": "device",
2942          "default": null,
2943          "type": "str"
2944        },
2945        {
2946          "name": "id",
2947          "default": null,
2948          "type": "str"
2949        },
2950        {
2951          "name": "filename",
2952          "type": "str"
2953        },
2954        {
2955          "name": "format",
2956          "default": null,
2957          "type": "str"
2958        },
2959        {
2960          "name": "read-only-mode",
2961          "default": null,
2962          "type": "260"
2963        }
2964      ],
2965      "meta-type": "object"
2966    },
2967    {
2968      "name": "43",
2969      "members": [
2970        {
2971          "name": "device",
2972          "type": "str"
2973        },
2974        {
2975          "name": "node-name",
2976          "default": null,
2977          "type": "str"
2978        },
2979        {
2980          "name": "msg",
2981          "type": "str"
2982        },
2983        {
2984          "name": "offset",
2985          "default": null,
2986          "type": "int"
2987        },
2988        {
2989          "name": "size",
2990          "default": null,
2991          "type": "int"
2992        },
2993        {
2994          "name": "fatal",
2995          "type": "bool"
2996        }
2997      ],
2998      "meta-type": "object"
2999    },
3000    {
3001      "name": "44",
3002      "members": [
3003        {
3004          "name": "device",
3005          "type": "str"
3006        },
3007        {
3008          "name": "node-name",
3009          "default": null,
3010          "type": "str"
3011        },
3012        {
3013          "name": "operation",
3014          "type": "261"
3015        },
3016        {
3017          "name": "action",
3018          "type": "262"
3019        },
3020        {
3021          "name": "nospace",
3022          "default": null,
3023          "type": "bool"
3024        },
3025        {
3026          "name": "reason",
3027          "type": "str"
3028        }
3029      ],
3030      "meta-type": "object"
3031    },
3032    {
3033      "name": "45",
3034      "members": [
3035        {
3036          "name": "type",
3037          "type": "263"
3038        },
3039        {
3040          "name": "device",
3041          "type": "str"
3042        },
3043        {
3044          "name": "len",
3045          "type": "int"
3046        },
3047        {
3048          "name": "offset",
3049          "type": "int"
3050        },
3051        {
3052          "name": "speed",
3053          "type": "int"
3054        },
3055        {
3056          "name": "error",
3057          "default": null,
3058          "type": "str"
3059        }
3060      ],
3061      "meta-type": "object"
3062    },
3063    {
3064      "name": "46",
3065      "members": [
3066        {
3067          "name": "type",
3068          "type": "263"
3069        },
3070        {
3071          "name": "device",
3072          "type": "str"
3073        },
3074        {
3075          "name": "len",
3076          "type": "int"
3077        },
3078        {
3079          "name": "offset",
3080          "type": "int"
3081        },
3082        {
3083          "name": "speed",
3084          "type": "int"
3085        }
3086      ],
3087      "meta-type": "object"
3088    },
3089    {
3090      "name": "47",
3091      "members": [
3092        {
3093          "name": "device",
3094          "type": "str"
3095        },
3096        {
3097          "name": "operation",
3098          "type": "261"
3099        },
3100        {
3101          "name": "action",
3102          "type": "262"
3103        }
3104      ],
3105      "meta-type": "object"
3106    },
3107    {
3108      "name": "48",
3109      "members": [
3110        {
3111          "name": "type",
3112          "type": "263"
3113        },
3114        {
3115          "name": "device",
3116          "type": "str"
3117        },
3118        {
3119          "name": "len",
3120          "type": "int"
3121        },
3122        {
3123          "name": "offset",
3124          "type": "int"
3125        },
3126        {
3127          "name": "speed",
3128          "type": "int"
3129        }
3130      ],
3131      "meta-type": "object"
3132    },
3133    {
3134      "name": "49",
3135      "members": [
3136        {
3137          "name": "type",
3138          "type": "263"
3139        },
3140        {
3141          "name": "id",
3142          "type": "str"
3143        }
3144      ],
3145      "meta-type": "object"
3146    },
3147    {
3148      "name": "50",
3149      "members": [
3150        {
3151          "name": "node-name",
3152          "type": "str"
3153        },
3154        {
3155          "name": "amount-exceeded",
3156          "type": "int"
3157        },
3158        {
3159          "name": "write-threshold",
3160          "type": "int"
3161        }
3162      ],
3163      "meta-type": "object"
3164    },
3165    {
3166      "name": "51",
3167      "members": [
3168        {
3169          "name": "node-name",
3170          "type": "str"
3171        },
3172        {
3173          "name": "write-threshold",
3174          "type": "int"
3175        }
3176      ],
3177      "meta-type": "object"
3178    },
3179    {
3180      "name": "52",
3181      "members": [
3182        {
3183          "name": "parent",
3184          "type": "str"
3185        },
3186        {
3187          "name": "child",
3188          "default": null,
3189          "type": "str"
3190        },
3191        {
3192          "name": "node",
3193          "default": null,
3194          "type": "str"
3195        }
3196      ],
3197      "meta-type": "object"
3198    },
3199    {
3200      "name": "53",
3201      "members": [
3202        {
3203          "name": "node-name",
3204          "type": "str"
3205        },
3206        {
3207          "name": "iothread",
3208          "type": "264"
3209        },
3210        {
3211          "name": "force",
3212          "default": null,
3213          "type": "bool"
3214        }
3215      ],
3216      "meta-type": "object"
3217    },
3218    {
3219      "name": "54",
3220      "members": [
3221        {
3222          "name": "device",
3223          "type": "str"
3224        },
3225        {
3226          "name": "name",
3227          "type": "str"
3228        }
3229      ],
3230      "meta-type": "object"
3231    },
3232    {
3233      "name": "55",
3234      "members": [
3235        {
3236          "name": "device",
3237          "type": "str"
3238        },
3239        {
3240          "name": "id",
3241          "default": null,
3242          "type": "str"
3243        },
3244        {
3245          "name": "name",
3246          "default": null,
3247          "type": "str"
3248        }
3249      ],
3250      "meta-type": "object"
3251    },
3252    {
3253      "name": "56",
3254      "members": [
3255        {
3256          "name": "id",
3257          "type": "str"
3258        },
3259        {
3260          "name": "name",
3261          "type": "str"
3262        },
3263        {
3264          "name": "vm-state-size",
3265          "type": "int"
3266        },
3267        {
3268          "name": "date-sec",
3269          "type": "int"
3270        },
3271        {
3272          "name": "date-nsec",
3273          "type": "int"
3274        },
3275        {
3276          "name": "vm-clock-sec",
3277          "type": "int"
3278        },
3279        {
3280          "name": "vm-clock-nsec",
3281          "type": "int"
3282        }
3283      ],
3284      "meta-type": "object"
3285    },
3286    {
3287      "name": "57",
3288      "members": [
3289        {
3290          "name": "device",
3291          "default": null,
3292          "type": "str"
3293        },
3294        {
3295          "name": "id",
3296          "default": null,
3297          "type": "str"
3298        },
3299        {
3300          "name": "force",
3301          "default": null,
3302          "type": "bool"
3303        }
3304      ],
3305      "meta-type": "object"
3306    },
3307    {
3308      "name": "58",
3309      "members": [
3310        {
3311          "name": "addr",
3312          "type": "265"
3313        },
3314        {
3315          "name": "tls-creds",
3316          "default": null,
3317          "type": "str"
3318        }
3319      ],
3320      "meta-type": "object"
3321    },
3322    {
3323      "name": "59",
3324      "members": [
3325        {
3326          "name": "device",
3327          "type": "str"
3328        },
3329        {
3330          "name": "name",
3331          "default": null,
3332          "type": "str"
3333        },
3334        {
3335          "name": "writable",
3336          "default": null,
3337          "type": "bool"
3338        }
3339      ],
3340      "meta-type": "object"
3341    },
3342    {
3343      "name": "60",
3344      "members": [
3345        {
3346          "name": "name",
3347          "type": "str"
3348        },
3349        {
3350          "name": "mode",
3351          "default": null,
3352          "type": "266"
3353        }
3354      ],
3355      "meta-type": "object"
3356    },
3357    {
3358      "name": "61",
3359      "members": [
3360        {
3361          "name": "device",
3362          "type": "str"
3363        },
3364        {
3365          "name": "id",
3366          "type": "str"
3367        },
3368        {
3369          "name": "tray-open",
3370          "type": "bool"
3371        }
3372      ],
3373      "meta-type": "object"
3374    },
3375    {
3376      "name": "62",
3377      "members": [
3378        {
3379          "name": "reference",
3380          "type": "str"
3381        },
3382        {
3383          "name": "sector-num",
3384          "type": "int"
3385        },
3386        {
3387          "name": "sectors-count",
3388          "type": "int"
3389        }
3390      ],
3391      "meta-type": "object"
3392    },
3393    {
3394      "name": "63",
3395      "members": [
3396        {
3397          "name": "type",
3398          "type": "267"
3399        },
3400        {
3401          "name": "error",
3402          "default": null,
3403          "type": "str"
3404        },
3405        {
3406          "name": "node-name",
3407          "type": "str"
3408        },
3409        {
3410          "name": "sector-num",
3411          "type": "int"
3412        },
3413        {
3414          "name": "sectors-count",
3415          "type": "int"
3416        }
3417      ],
3418      "meta-type": "object"
3419    },
3420    {
3421      "name": "[64]",
3422      "element-type": "64",
3423      "meta-type": "array"
3424    },
3425    {
3426      "name": "64",
3427      "members": [
3428        {
3429          "name": "label",
3430          "type": "str"
3431        },
3432        {
3433          "name": "filename",
3434          "type": "str"
3435        },
3436        {
3437          "name": "frontend-open",
3438          "type": "bool"
3439        }
3440      ],
3441      "meta-type": "object"
3442    },
3443    {
3444      "name": "[65]",
3445      "element-type": "65",
3446      "meta-type": "array"
3447    },
3448    {
3449      "name": "65",
3450      "members": [
3451        {
3452          "name": "name",
3453          "type": "str"
3454        }
3455      ],
3456      "meta-type": "object"
3457    },
3458    {
3459      "name": "66",
3460      "members": [
3461        {
3462          "name": "device",
3463          "type": "str"
3464        },
3465        {
3466          "name": "data",
3467          "type": "str"
3468        },
3469        {
3470          "name": "format",
3471          "default": null,
3472          "type": "268"
3473        }
3474      ],
3475      "meta-type": "object"
3476    },
3477    {
3478      "name": "67",
3479      "members": [
3480        {
3481          "name": "device",
3482          "type": "str"
3483        },
3484        {
3485          "name": "size",
3486          "type": "int"
3487        },
3488        {
3489          "name": "format",
3490          "default": null,
3491          "type": "268"
3492        }
3493      ],
3494      "meta-type": "object"
3495    },
3496    {
3497      "name": "str",
3498      "json-type": "string",
3499      "meta-type": "builtin"
3500    },
3501    {
3502      "name": "68",
3503      "members": [
3504        {
3505          "name": "id",
3506          "type": "str"
3507        },
3508        {
3509          "name": "backend",
3510          "type": "269"
3511        }
3512      ],
3513      "meta-type": "object"
3514    },
3515    {
3516      "name": "69",
3517      "members": [
3518        {
3519          "name": "pty",
3520          "default": null,
3521          "type": "str"
3522        }
3523      ],
3524      "meta-type": "object"
3525    },
3526    {
3527      "name": "70",
3528      "members": [
3529        {
3530          "name": "id",
3531          "type": "str"
3532        },
3533        {
3534          "name": "backend",
3535          "type": "269"
3536        }
3537      ],
3538      "meta-type": "object"
3539    },
3540    {
3541      "name": "71",
3542      "members": [
3543        {
3544          "name": "id",
3545          "type": "str"
3546        }
3547      ],
3548      "meta-type": "object"
3549    },
3550    {
3551      "name": "72",
3552      "members": [
3553        {
3554          "name": "id",
3555          "type": "str"
3556        }
3557      ],
3558      "meta-type": "object"
3559    },
3560    {
3561      "name": "73",
3562      "members": [
3563        {
3564          "name": "id",
3565          "type": "str"
3566        },
3567        {
3568          "name": "open",
3569          "type": "bool"
3570        }
3571      ],
3572      "meta-type": "object"
3573    },
3574    {
3575      "name": "74",
3576      "members": [
3577        {
3578          "name": "name",
3579          "type": "str"
3580        },
3581        {
3582          "name": "up",
3583          "type": "bool"
3584        }
3585      ],
3586      "meta-type": "object"
3587    },
3588    {
3589      "name": "75",
3590      "members": [
3591        {
3592          "name": "type",
3593          "type": "str"
3594        },
3595        {
3596          "name": "id",
3597          "type": "str"
3598        }
3599      ],
3600      "meta-type": "object"
3601    },
3602    {
3603      "name": "76",
3604      "members": [
3605        {
3606          "name": "id",
3607          "type": "str"
3608        }
3609      ],
3610      "meta-type": "object"
3611    },
3612    {
3613      "name": "77",
3614      "members": [
3615        {
3616          "name": "name",
3617          "default": null,
3618          "type": "str"
3619        }
3620      ],
3621      "meta-type": "object"
3622    },
3623    {
3624      "name": "[78]",
3625      "element-type": "78",
3626      "meta-type": "array"
3627    },
3628    {
3629      "name": "78",
3630      "members": [
3631        {
3632          "name": "name",
3633          "type": "str"
3634        },
3635        {
3636          "name": "promiscuous",
3637          "type": "bool"
3638        },
3639        {
3640          "name": "multicast",
3641          "type": "270"
3642        },
3643        {
3644          "name": "unicast",
3645          "type": "270"
3646        },
3647        {
3648          "name": "vlan",
3649          "type": "270"
3650        },
3651        {
3652          "name": "broadcast-allowed",
3653          "type": "bool"
3654        },
3655        {
3656          "name": "multicast-overflow",
3657          "type": "bool"
3658        },
3659        {
3660          "name": "unicast-overflow",
3661          "type": "bool"
3662        },
3663        {
3664          "name": "main-mac",
3665          "type": "str"
3666        },
3667        {
3668          "name": "vlan-table",
3669          "type": "[int]"
3670        },
3671        {
3672          "name": "unicast-table",
3673          "type": "[str]"
3674        },
3675        {
3676          "name": "multicast-table",
3677          "type": "[str]"
3678        }
3679      ],
3680      "meta-type": "object"
3681    },
3682    {
3683      "name": "79",
3684      "members": [
3685        {
3686          "name": "name",
3687          "default": null,
3688          "type": "str"
3689        },
3690        {
3691          "name": "path",
3692          "type": "str"
3693        }
3694      ],
3695      "meta-type": "object"
3696    },
3697    {
3698      "name": "80",
3699      "members": [
3700        {
3701          "name": "name",
3702          "type": "str"
3703        }
3704      ],
3705      "meta-type": "object"
3706    },
3707    {
3708      "name": "81",
3709      "members": [
3710        {
3711          "name": "name",
3712          "type": "str"
3713        },
3714        {
3715          "name": "id",
3716          "type": "int"
3717        },
3718        {
3719          "name": "ports",
3720          "type": "int"
3721        }
3722      ],
3723      "meta-type": "object"
3724    },
3725    {
3726      "name": "82",
3727      "members": [
3728        {
3729          "name": "name",
3730          "type": "str"
3731        }
3732      ],
3733      "meta-type": "object"
3734    },
3735    {
3736      "name": "[83]",
3737      "element-type": "83",
3738      "meta-type": "array"
3739    },
3740    {
3741      "name": "83",
3742      "members": [
3743        {
3744          "name": "name",
3745          "type": "str"
3746        },
3747        {
3748          "name": "enabled",
3749          "type": "bool"
3750        },
3751        {
3752          "name": "link-up",
3753          "type": "bool"
3754        },
3755        {
3756          "name": "speed",
3757          "type": "int"
3758        },
3759        {
3760          "name": "duplex",
3761          "type": "271"
3762        },
3763        {
3764          "name": "autoneg",
3765          "type": "272"
3766        }
3767      ],
3768      "meta-type": "object"
3769    },
3770    {
3771      "name": "84",
3772      "members": [
3773        {
3774          "name": "name",
3775          "type": "str"
3776        },
3777        {
3778          "name": "tbl-id",
3779          "default": null,
3780          "type": "int"
3781        }
3782      ],
3783      "meta-type": "object"
3784    },
3785    {
3786      "name": "[85]",
3787      "element-type": "85",
3788      "meta-type": "array"
3789    },
3790    {
3791      "name": "85",
3792      "members": [
3793        {
3794          "name": "cookie",
3795          "type": "int"
3796        },
3797        {
3798          "name": "hits",
3799          "type": "int"
3800        },
3801        {
3802          "name": "key",
3803          "type": "273"
3804        },
3805        {
3806          "name": "mask",
3807          "type": "274"
3808        },
3809        {
3810          "name": "action",
3811          "type": "275"
3812        }
3813      ],
3814      "meta-type": "object"
3815    },
3816    {
3817      "name": "86",
3818      "members": [
3819        {
3820          "name": "name",
3821          "type": "str"
3822        },
3823        {
3824          "name": "type",
3825          "default": null,
3826          "type": "int"
3827        }
3828      ],
3829      "meta-type": "object"
3830    },
3831    {
3832      "name": "[87]",
3833      "element-type": "87",
3834      "meta-type": "array"
3835    },
3836    {
3837      "name": "87",
3838      "members": [
3839        {
3840          "name": "id",
3841          "type": "int"
3842        },
3843        {
3844          "name": "type",
3845          "type": "int"
3846        },
3847        {
3848          "name": "vlan-id",
3849          "default": null,
3850          "type": "int"
3851        },
3852        {
3853          "name": "pport",
3854          "default": null,
3855          "type": "int"
3856        },
3857        {
3858          "name": "index",
3859          "default": null,
3860          "type": "int"
3861        },
3862        {
3863          "name": "out-pport",
3864          "default": null,
3865          "type": "int"
3866        },
3867        {
3868          "name": "group-id",
3869          "default": null,
3870          "type": "int"
3871        },
3872        {
3873          "name": "set-vlan-id",
3874          "default": null,
3875          "type": "int"
3876        },
3877        {
3878          "name": "pop-vlan",
3879          "default": null,
3880          "type": "int"
3881        },
3882        {
3883          "name": "group-ids",
3884          "default": null,
3885          "type": "[int]"
3886        },
3887        {
3888          "name": "set-eth-src",
3889          "default": null,
3890          "type": "str"
3891        },
3892        {
3893          "name": "set-eth-dst",
3894          "default": null,
3895          "type": "str"
3896        },
3897        {
3898          "name": "ttl-check",
3899          "default": null,
3900          "type": "int"
3901        }
3902      ],
3903      "meta-type": "object"
3904    },
3905    {
3906      "name": "[88]",
3907      "element-type": "88",
3908      "meta-type": "array"
3909    },
3910    {
3911      "name": "88",
3912      "meta-type": "enum",
3913      "values": [
3914        "tpm-tis",
3915        "tpm-crb"
3916      ]
3917    },
3918    {
3919      "name": "[89]",
3920      "element-type": "89",
3921      "meta-type": "array"
3922    },
3923    {
3924      "name": "89",
3925      "meta-type": "enum",
3926      "values": [
3927        "passthrough",
3928        "emulator"
3929      ]
3930    },
3931    {
3932      "name": "[90]",
3933      "element-type": "90",
3934      "meta-type": "array"
3935    },
3936    {
3937      "name": "90",
3938      "members": [
3939        {
3940          "name": "id",
3941          "type": "str"
3942        },
3943        {
3944          "name": "model",
3945          "type": "88"
3946        },
3947        {
3948          "name": "options",
3949          "type": "276"
3950        }
3951      ],
3952      "meta-type": "object"
3953    },
3954    {
3955      "name": "91",
3956      "members": [
3957        {
3958          "name": "protocol",
3959          "type": "str"
3960        },
3961        {
3962          "name": "password",
3963          "type": "str"
3964        },
3965        {
3966          "name": "connected",
3967          "default": null,
3968          "type": "str"
3969        }
3970      ],
3971      "meta-type": "object"
3972    },
3973    {
3974      "name": "92",
3975      "members": [
3976        {
3977          "name": "protocol",
3978          "type": "str"
3979        },
3980        {
3981          "name": "time",
3982          "type": "str"
3983        }
3984      ],
3985      "meta-type": "object"
3986    },
3987    {
3988      "name": "93",
3989      "members": [
3990        {
3991          "name": "filename",
3992          "type": "str"
3993        },
3994        {
3995          "name": "device",
3996          "default": null,
3997          "type": "str"
3998        },
3999        {
4000          "name": "head",
4001          "default": null,
4002          "type": "int"
4003        }
4004      ],
4005      "meta-type": "object"
4006    },
4007    {
4008      "name": "94",
4009      "members": [
4010        {
4011          "name": "enabled",
4012          "type": "bool"
4013        },
4014        {
4015          "name": "migrated",
4016          "type": "bool"
4017        },
4018        {
4019          "name": "host",
4020          "default": null,
4021          "type": "str"
4022        },
4023        {
4024          "name": "port",
4025          "default": null,
4026          "type": "int"
4027        },
4028        {
4029          "name": "tls-port",
4030          "default": null,
4031          "type": "int"
4032        },
4033        {
4034          "name": "auth",
4035          "default": null,
4036          "type": "str"
4037        },
4038        {
4039          "name": "compiled-version",
4040          "default": null,
4041          "type": "str"
4042        },
4043        {
4044          "name": "mouse-mode",
4045          "type": "277"
4046        },
4047        {
4048          "name": "channels",
4049          "default": null,
4050          "type": "[278]"
4051        }
4052      ],
4053      "meta-type": "object"
4054    },
4055    {
4056      "name": "95",
4057      "members": [
4058        {
4059          "name": "server",
4060          "type": "279"
4061        },
4062        {
4063          "name": "client",
4064          "type": "279"
4065        }
4066      ],
4067      "meta-type": "object"
4068    },
4069    {
4070      "name": "96",
4071      "members": [
4072        {
4073          "name": "server",
4074          "type": "280"
4075        },
4076        {
4077          "name": "client",
4078          "type": "278"
4079        }
4080      ],
4081      "meta-type": "object"
4082    },
4083    {
4084      "name": "97",
4085      "members": [
4086        {
4087          "name": "server",
4088          "type": "279"
4089        },
4090        {
4091          "name": "client",
4092          "type": "279"
4093        }
4094      ],
4095      "meta-type": "object"
4096    },
4097    {
4098      "name": "98",
4099      "members": [
4100        {
4101          "name": "enabled",
4102          "type": "bool"
4103        },
4104        {
4105          "name": "host",
4106          "default": null,
4107          "type": "str"
4108        },
4109        {
4110          "name": "family",
4111          "default": null,
4112          "type": "281"
4113        },
4114        {
4115          "name": "service",
4116          "default": null,
4117          "type": "str"
4118        },
4119        {
4120          "name": "auth",
4121          "default": null,
4122          "type": "str"
4123        },
4124        {
4125          "name": "clients",
4126          "default": null,
4127          "type": "[282]"
4128        }
4129      ],
4130      "meta-type": "object"
4131    },
4132    {
4133      "name": "[99]",
4134      "element-type": "99",
4135      "meta-type": "array"
4136    },
4137    {
4138      "name": "99",
4139      "members": [
4140        {
4141          "name": "id",
4142          "type": "str"
4143        },
4144        {
4145          "name": "server",
4146          "type": "[283]"
4147        },
4148        {
4149          "name": "clients",
4150          "type": "[282]"
4151        },
4152        {
4153          "name": "auth",
4154          "type": "284"
4155        },
4156        {
4157          "name": "vencrypt",
4158          "default": null,
4159          "type": "285"
4160        },
4161        {
4162          "name": "display",
4163          "default": null,
4164          "type": "str"
4165        }
4166      ],
4167      "meta-type": "object"
4168    },
4169    {
4170      "name": "100",
4171      "members": [
4172        {
4173          "name": "password",
4174          "type": "str"
4175        }
4176      ],
4177      "meta-type": "object"
4178    },
4179    {
4180      "name": "101",
4181      "members": [
4182        {
4183          "name": "server",
4184          "type": "286"
4185        },
4186        {
4187          "name": "client",
4188          "type": "287"
4189        }
4190      ],
4191      "meta-type": "object"
4192    },
4193    {
4194      "name": "102",
4195      "members": [
4196        {
4197          "name": "server",
4198          "type": "286"
4199        },
4200        {
4201          "name": "client",
4202          "type": "282"
4203        }
4204      ],
4205      "meta-type": "object"
4206    },
4207    {
4208      "name": "103",
4209      "members": [
4210        {
4211          "name": "server",
4212          "type": "286"
4213        },
4214        {
4215          "name": "client",
4216          "type": "282"
4217        }
4218      ],
4219      "meta-type": "object"
4220    },
4221    {
4222      "name": "[104]",
4223      "element-type": "104",
4224      "meta-type": "array"
4225    },
4226    {
4227      "name": "104",
4228      "members": [
4229        {
4230          "name": "name",
4231          "type": "str"
4232        },
4233        {
4234          "name": "index",
4235          "type": "int"
4236        },
4237        {
4238          "name": "current",
4239          "type": "bool"
4240        },
4241        {
4242          "name": "absolute",
4243          "type": "bool"
4244        }
4245      ],
4246      "meta-type": "object"
4247    },
4248    {
4249      "name": "105",
4250      "members": [
4251        {
4252          "name": "keys",
4253          "type": "[288]"
4254        },
4255        {
4256          "name": "hold-time",
4257          "default": null,
4258          "type": "int"
4259        }
4260      ],
4261      "meta-type": "object"
4262    },
4263    {
4264      "name": "106",
4265      "members": [
4266        {
4267          "name": "device",
4268          "default": null,
4269          "type": "str"
4270        },
4271        {
4272          "name": "head",
4273          "default": null,
4274          "type": "int"
4275        },
4276        {
4277          "name": "events",
4278          "type": "[289]"
4279        }
4280      ],
4281      "meta-type": "object"
4282    },
4283    {
4284      "name": "107",
4285      "members": [
4286        {
4287          "name": "status",
4288          "default": null,
4289          "type": "290"
4290        },
4291        {
4292          "name": "ram",
4293          "default": null,
4294          "type": "291"
4295        },
4296        {
4297          "name": "disk",
4298          "default": null,
4299          "type": "291"
4300        },
4301        {
4302          "name": "xbzrle-cache",
4303          "default": null,
4304          "type": "292"
4305        },
4306        {
4307          "name": "total-time",
4308          "default": null,
4309          "type": "int"
4310        },
4311        {
4312          "name": "expected-downtime",
4313          "default": null,
4314          "type": "int"
4315        },
4316        {
4317          "name": "downtime",
4318          "default": null,
4319          "type": "int"
4320        },
4321        {
4322          "name": "setup-time",
4323          "default": null,
4324          "type": "int"
4325        },
4326        {
4327          "name": "cpu-throttle-percentage",
4328          "default": null,
4329          "type": "int"
4330        },
4331        {
4332          "name": "error-desc",
4333          "default": null,
4334          "type": "str"
4335        }
4336      ],
4337      "meta-type": "object"
4338    },
4339    {
4340      "name": "108",
4341      "members": [
4342        {
4343          "name": "capabilities",
4344          "type": "[109]"
4345        }
4346      ],
4347      "meta-type": "object"
4348    },
4349    {
4350      "name": "[109]",
4351      "element-type": "109",
4352      "meta-type": "array"
4353    },
4354    {
4355      "name": "109",
4356      "members": [
4357        {
4358          "name": "capability",
4359          "type": "293"
4360        },
4361        {
4362          "name": "state",
4363          "type": "bool"
4364        }
4365      ],
4366      "meta-type": "object"
4367    },
4368    {
4369      "name": "110",
4370      "members": [
4371        {
4372          "name": "compress-level",
4373          "default": null,
4374          "type": "int"
4375        },
4376        {
4377          "name": "compress-threads",
4378          "default": null,
4379          "type": "int"
4380        },
4381        {
4382          "name": "decompress-threads",
4383          "default": null,
4384          "type": "int"
4385        },
4386        {
4387          "name": "cpu-throttle-initial",
4388          "default": null,
4389          "type": "int"
4390        },
4391        {
4392          "name": "cpu-throttle-increment",
4393          "default": null,
4394          "type": "int"
4395        },
4396        {
4397          "name": "tls-creds",
4398          "default": null,
4399          "type": "264"
4400        },
4401        {
4402          "name": "tls-hostname",
4403          "default": null,
4404          "type": "264"
4405        },
4406        {
4407          "name": "max-bandwidth",
4408          "default": null,
4409          "type": "int"
4410        },
4411        {
4412          "name": "downtime-limit",
4413          "default": null,
4414          "type": "int"
4415        },
4416        {
4417          "name": "x-checkpoint-delay",
4418          "default": null,
4419          "type": "int"
4420        },
4421        {
4422          "name": "block-incremental",
4423          "default": null,
4424          "type": "bool"
4425        },
4426        {
4427          "name": "x-multifd-channels",
4428          "default": null,
4429          "type": "int"
4430        },
4431        {
4432          "name": "x-multifd-page-count",
4433          "default": null,
4434          "type": "int"
4435        },
4436        {
4437          "name": "xbzrle-cache-size",
4438          "default": null,
4439          "type": "int"
4440        }
4441      ],
4442      "meta-type": "object"
4443    },
4444    {
4445      "name": "111",
4446      "members": [
4447        {
4448          "name": "compress-level",
4449          "default": null,
4450          "type": "int"
4451        },
4452        {
4453          "name": "compress-threads",
4454          "default": null,
4455          "type": "int"
4456        },
4457        {
4458          "name": "decompress-threads",
4459          "default": null,
4460          "type": "int"
4461        },
4462        {
4463          "name": "cpu-throttle-initial",
4464          "default": null,
4465          "type": "int"
4466        },
4467        {
4468          "name": "cpu-throttle-increment",
4469          "default": null,
4470          "type": "int"
4471        },
4472        {
4473          "name": "tls-creds",
4474          "default": null,
4475          "type": "str"
4476        },
4477        {
4478          "name": "tls-hostname",
4479          "default": null,
4480          "type": "str"
4481        },
4482        {
4483          "name": "max-bandwidth",
4484          "default": null,
4485          "type": "int"
4486        },
4487        {
4488          "name": "downtime-limit",
4489          "default": null,
4490          "type": "int"
4491        },
4492        {
4493          "name": "x-checkpoint-delay",
4494          "default": null,
4495          "type": "int"
4496        },
4497        {
4498          "name": "block-incremental",
4499          "default": null,
4500          "type": "bool"
4501        },
4502        {
4503          "name": "x-multifd-channels",
4504          "default": null,
4505          "type": "int"
4506        },
4507        {
4508          "name": "x-multifd-page-count",
4509          "default": null,
4510          "type": "int"
4511        },
4512        {
4513          "name": "xbzrle-cache-size",
4514          "default": null,
4515          "type": "int"
4516        }
4517      ],
4518      "meta-type": "object"
4519    },
4520    {
4521      "name": "112",
4522      "members": [
4523        {
4524          "name": "protocol",
4525          "type": "str"
4526        },
4527        {
4528          "name": "hostname",
4529          "type": "str"
4530        },
4531        {
4532          "name": "port",
4533          "default": null,
4534          "type": "int"
4535        },
4536        {
4537          "name": "tls-port",
4538          "default": null,
4539          "type": "int"
4540        },
4541        {
4542          "name": "cert-subject",
4543          "default": null,
4544          "type": "str"
4545        }
4546      ],
4547      "meta-type": "object"
4548    },
4549    {
4550      "name": "113",
4551      "members": [
4552        {
4553          "name": "status",
4554          "type": "290"
4555        }
4556      ],
4557      "meta-type": "object"
4558    },
4559    {
4560      "name": "114",
4561      "members": [
4562        {
4563          "name": "pass",
4564          "type": "int"
4565        }
4566      ],
4567      "meta-type": "object"
4568    },
4569    {
4570      "name": "115",
4571      "members": [
4572        {
4573          "name": "state",
4574          "type": "290"
4575        }
4576      ],
4577      "meta-type": "object"
4578    },
4579    {
4580      "name": "116",
4581      "members": [
4582        {
4583          "name": "value",
4584          "type": "number"
4585        }
4586      ],
4587      "meta-type": "object"
4588    },
4589    {
4590      "name": "117",
4591      "members": [
4592        {
4593          "name": "value",
4594          "type": "int"
4595        }
4596      ],
4597      "meta-type": "object"
4598    },
4599    {
4600      "name": "118",
4601      "members": [
4602        {
4603          "name": "value",
4604          "type": "int"
4605        }
4606      ],
4607      "meta-type": "object"
4608    },
4609    {
4610      "name": "int",
4611      "json-type": "int",
4612      "meta-type": "builtin"
4613    },
4614    {
4615      "name": "119",
4616      "members": [
4617        {
4618          "name": "uri",
4619          "type": "str"
4620        },
4621        {
4622          "name": "blk",
4623          "default": null,
4624          "type": "bool"
4625        },
4626        {
4627          "name": "inc",
4628          "default": null,
4629          "type": "bool"
4630        },
4631        {
4632          "name": "detach",
4633          "default": null,
4634          "type": "bool"
4635        }
4636      ],
4637      "meta-type": "object"
4638    },
4639    {
4640      "name": "120",
4641      "members": [
4642        {
4643          "name": "uri",
4644          "type": "str"
4645        }
4646      ],
4647      "meta-type": "object"
4648    },
4649    {
4650      "name": "121",
4651      "members": [
4652        {
4653          "name": "filename",
4654          "type": "str"
4655        },
4656        {
4657          "name": "live",
4658          "default": null,
4659          "type": "bool"
4660        }
4661      ],
4662      "meta-type": "object"
4663    },
4664    {
4665      "name": "122",
4666      "members": [
4667        {
4668          "name": "enable",
4669          "type": "bool"
4670        },
4671        {
4672          "name": "primary",
4673          "type": "bool"
4674        },
4675        {
4676          "name": "failover",
4677          "default": null,
4678          "type": "bool"
4679        }
4680      ],
4681      "meta-type": "object"
4682    },
4683    {
4684      "name": "123",
4685      "members": [
4686        {
4687          "name": "error",
4688          "type": "bool"
4689        },
4690        {
4691          "name": "desc",
4692          "default": null,
4693          "type": "str"
4694        }
4695      ],
4696      "meta-type": "object"
4697    },
4698    {
4699      "name": "124",
4700      "members": [
4701        {
4702          "name": "actions",
4703          "type": "[294]"
4704        },
4705        {
4706          "name": "properties",
4707          "default": null,
4708          "type": "295"
4709        }
4710      ],
4711      "meta-type": "object"
4712    },
4713    {
4714      "name": "125",
4715      "members": [
4716        {
4717          "name": "name",
4718          "type": "str"
4719        },
4720        {
4721          "name": "vcpu",
4722          "default": null,
4723          "type": "int"
4724        }
4725      ],
4726      "meta-type": "object"
4727    },
4728    {
4729      "name": "[126]",
4730      "element-type": "126",
4731      "meta-type": "array"
4732    },
4733    {
4734      "name": "126",
4735      "members": [
4736        {
4737          "name": "name",
4738          "type": "str"
4739        },
4740        {
4741          "name": "state",
4742          "type": "296"
4743        },
4744        {
4745          "name": "vcpu",
4746          "type": "bool"
4747        }
4748      ],
4749      "meta-type": "object"
4750    },
4751    {
4752      "name": "127",
4753      "members": [
4754        {
4755          "name": "name",
4756          "type": "str"
4757        },
4758        {
4759          "name": "enable",
4760          "type": "bool"
4761        },
4762        {
4763          "name": "ignore-unavailable",
4764          "default": null,
4765          "type": "bool"
4766        },
4767        {
4768          "name": "vcpu",
4769          "default": null,
4770          "type": "int"
4771        }
4772      ],
4773      "meta-type": "object"
4774    },
4775    {
4776      "name": "[128]",
4777      "element-type": "128",
4778      "meta-type": "array"
4779    },
4780    {
4781      "name": "128",
4782      "tag": "meta-type",
4783      "variants": [
4784        {
4785          "case": "builtin",
4786          "type": "298"
4787        },
4788        {
4789          "case": "enum",
4790          "type": "299"
4791        },
4792        {
4793          "case": "array",
4794          "type": "300"
4795        },
4796        {
4797          "case": "object",
4798          "type": "301"
4799        },
4800        {
4801          "case": "alternate",
4802          "type": "302"
4803        },
4804        {
4805          "case": "command",
4806          "type": "303"
4807        },
4808        {
4809          "case": "event",
4810          "type": "304"
4811        }
4812      ],
4813      "members": [
4814        {
4815          "name": "name",
4816          "type": "str"
4817        },
4818        {
4819          "name": "meta-type",
4820          "type": "297"
4821        }
4822      ],
4823      "meta-type": "object"
4824    },
4825    {
4826      "name": "129",
4827      "members": [
4828        {
4829          "name": "enable",
4830          "default": null,
4831          "type": "[305]"
4832        }
4833      ],
4834      "meta-type": "object"
4835    },
4836    {
4837      "name": "130",
4838      "members": [
4839        {
4840          "name": "qemu",
4841          "type": "306"
4842        },
4843        {
4844          "name": "package",
4845          "type": "str"
4846        }
4847      ],
4848      "meta-type": "object"
4849    },
4850    {
4851      "name": "[131]",
4852      "element-type": "131",
4853      "meta-type": "array"
4854    },
4855    {
4856      "name": "131",
4857      "members": [
4858        {
4859          "name": "name",
4860          "type": "str"
4861        }
4862      ],
4863      "meta-type": "object"
4864    },
4865    {
4866      "name": "132",
4867      "members": [
4868        {
4869          "name": "protocol",
4870          "type": "str"
4871        },
4872        {
4873          "name": "fdname",
4874          "type": "str"
4875        },
4876        {
4877          "name": "skipauth",
4878          "default": null,
4879          "type": "bool"
4880        },
4881        {
4882          "name": "tls",
4883          "default": null,
4884          "type": "bool"
4885        }
4886      ],
4887      "meta-type": "object"
4888    },
4889    {
4890      "name": "133",
4891      "members": [
4892        {
4893          "name": "name",
4894          "default": null,
4895          "type": "str"
4896        }
4897      ],
4898      "meta-type": "object"
4899    },
4900    {
4901      "name": "134",
4902      "members": [
4903        {
4904          "name": "enabled",
4905          "type": "bool"
4906        },
4907        {
4908          "name": "present",
4909          "type": "bool"
4910        }
4911      ],
4912      "meta-type": "object"
4913    },
4914    {
4915      "name": "135",
4916      "members": [
4917        {
4918          "name": "UUID",
4919          "type": "str"
4920        }
4921      ],
4922      "meta-type": "object"
4923    },
4924    {
4925      "name": "[136]",
4926      "element-type": "136",
4927      "meta-type": "array"
4928    },
4929    {
4930      "name": "136",
4931      "members": [
4932        {
4933          "name": "name",
4934          "type": "str"
4935        }
4936      ],
4937      "meta-type": "object"
4938    },
4939    {
4940      "name": "[137]",
4941      "element-type": "137",
4942      "meta-type": "array"
4943    },
4944    {
4945      "name": "137",
4946      "tag": "arch",
4947      "variants": [
4948        {
4949          "case": "x86",
4950          "type": "309"
4951        },
4952        {
4953          "case": "sparc",
4954          "type": "310"
4955        },
4956        {
4957          "case": "ppc",
4958          "type": "311"
4959        },
4960        {
4961          "case": "mips",
4962          "type": "312"
4963        },
4964        {
4965          "case": "tricore",
4966          "type": "313"
4967        },
4968        {
4969          "case": "s390",
4970          "type": "314"
4971        },
4972        {
4973          "case": "riscv",
4974          "type": "315"
4975        },
4976        {
4977          "case": "other",
4978          "type": "316"
4979        }
4980      ],
4981      "members": [
4982        {
4983          "name": "CPU",
4984          "type": "int"
4985        },
4986        {
4987          "name": "current",
4988          "type": "bool"
4989        },
4990        {
4991          "name": "halted",
4992          "type": "bool"
4993        },
4994        {
4995          "name": "qom_path",
4996          "type": "str"
4997        },
4998        {
4999          "name": "thread_id",
5000          "type": "int"
5001        },
5002        {
5003          "name": "props",
5004          "default": null,
5005          "type": "307"
5006        },
5007        {
5008          "name": "arch",
5009          "type": "308"
5010        }
5011      ],
5012      "meta-type": "object"
5013    },
5014    {
5015      "name": "[138]",
5016      "element-type": "138",
5017      "meta-type": "array"
5018    },
5019    {
5020      "name": "138",
5021      "tag": "arch",
5022      "variants": [
5023        {
5024          "case": "x86",
5025          "type": "316"
5026        },
5027        {
5028          "case": "sparc",
5029          "type": "316"
5030        },
5031        {
5032          "case": "ppc",
5033          "type": "316"
5034        },
5035        {
5036          "case": "mips",
5037          "type": "316"
5038        },
5039        {
5040          "case": "tricore",
5041          "type": "316"
5042        },
5043        {
5044          "case": "s390",
5045          "type": "314"
5046        },
5047        {
5048          "case": "riscv",
5049          "type": "315"
5050        },
5051        {
5052          "case": "other",
5053          "type": "316"
5054        }
5055      ],
5056      "members": [
5057        {
5058          "name": "cpu-index",
5059          "type": "int"
5060        },
5061        {
5062          "name": "qom-path",
5063          "type": "str"
5064        },
5065        {
5066          "name": "thread-id",
5067          "type": "int"
5068        },
5069        {
5070          "name": "props",
5071          "default": null,
5072          "type": "307"
5073        },
5074        {
5075          "name": "arch",
5076          "type": "308"
5077        }
5078      ],
5079      "meta-type": "object"
5080    },
5081    {
5082      "name": "[139]",
5083      "element-type": "139",
5084      "meta-type": "array"
5085    },
5086    {
5087      "name": "139",
5088      "members": [
5089        {
5090          "name": "id",
5091          "type": "str"
5092        },
5093        {
5094          "name": "thread-id",
5095          "type": "int"
5096        },
5097        {
5098          "name": "poll-max-ns",
5099          "type": "int"
5100        },
5101        {
5102          "name": "poll-grow",
5103          "type": "int"
5104        },
5105        {
5106          "name": "poll-shrink",
5107          "type": "int"
5108        }
5109      ],
5110      "meta-type": "object"
5111    },
5112    {
5113      "name": "140",
5114      "members": [
5115        {
5116          "name": "actual",
5117          "type": "int"
5118        }
5119      ],
5120      "meta-type": "object"
5121    },
5122    {
5123      "name": "141",
5124      "members": [
5125        {
5126          "name": "actual",
5127          "type": "int"
5128        }
5129      ],
5130      "meta-type": "object"
5131    },
5132    {
5133      "name": "[142]",
5134      "element-type": "142",
5135      "meta-type": "array"
5136    },
5137    {
5138      "name": "142",
5139      "members": [
5140        {
5141          "name": "bus",
5142          "type": "int"
5143        },
5144        {
5145          "name": "devices",
5146          "type": "[317]"
5147        }
5148      ],
5149      "meta-type": "object"
5150    },
5151    {
5152      "name": "143",
5153      "members": [
5154        {
5155          "name": "id",
5156          "type": "int"
5157        }
5158      ],
5159      "meta-type": "object"
5160    },
5161    {
5162      "name": "144",
5163      "members": [
5164        {
5165          "name": "val",
5166          "type": "int"
5167        },
5168        {
5169          "name": "size",
5170          "type": "int"
5171        },
5172        {
5173          "name": "filename",
5174          "type": "str"
5175        },
5176        {
5177          "name": "cpu-index",
5178          "default": null,
5179          "type": "int"
5180        }
5181      ],
5182      "meta-type": "object"
5183    },
5184    {
5185      "name": "145",
5186      "members": [
5187        {
5188          "name": "val",
5189          "type": "int"
5190        },
5191        {
5192          "name": "size",
5193          "type": "int"
5194        },
5195        {
5196          "name": "filename",
5197          "type": "str"
5198        }
5199      ],
5200      "meta-type": "object"
5201    },
5202    {
5203      "name": "146",
5204      "members": [
5205        {
5206          "name": "value",
5207          "type": "int"
5208        }
5209      ],
5210      "meta-type": "object"
5211    },
5212    {
5213      "name": "147",
5214      "members": [
5215        {
5216          "name": "command-line",
5217          "type": "str"
5218        },
5219        {
5220          "name": "cpu-index",
5221          "default": null,
5222          "type": "int"
5223        }
5224      ],
5225      "meta-type": "object"
5226    },
5227    {
5228      "name": "148",
5229      "members": [
5230        {
5231          "name": "path",
5232          "type": "str"
5233        }
5234      ],
5235      "meta-type": "object"
5236    },
5237    {
5238      "name": "[149]",
5239      "element-type": "149",
5240      "meta-type": "array"
5241    },
5242    {
5243      "name": "149",
5244      "members": [
5245        {
5246          "name": "name",
5247          "type": "str"
5248        },
5249        {
5250          "name": "type",
5251          "type": "str"
5252        },
5253        {
5254          "name": "description",
5255          "default": null,
5256          "type": "str"
5257        }
5258      ],
5259      "meta-type": "object"
5260    },
5261    {
5262      "name": "150",
5263      "members": [
5264        {
5265          "name": "path",
5266          "type": "str"
5267        },
5268        {
5269          "name": "property",
5270          "type": "str"
5271        }
5272      ],
5273      "meta-type": "object"
5274    },
5275    {
5276      "name": "any",
5277      "json-type": "value",
5278      "meta-type": "builtin"
5279    },
5280    {
5281      "name": "151",
5282      "members": [
5283        {
5284          "name": "path",
5285          "type": "str"
5286        },
5287        {
5288          "name": "property",
5289          "type": "str"
5290        },
5291        {
5292          "name": "value",
5293          "type": "any"
5294        }
5295      ],
5296      "meta-type": "object"
5297    },
5298    {
5299      "name": "152",
5300      "members": [
5301        {
5302          "name": "device",
5303          "type": "str"
5304        },
5305        {
5306          "name": "target",
5307          "type": "str"
5308        },
5309        {
5310          "name": "arg",
5311          "default": null,
5312          "type": "str"
5313        }
5314      ],
5315      "meta-type": "object"
5316    },
5317    {
5318      "name": "153",
5319      "members": [
5320        {
5321          "name": "implements",
5322          "default": null,
5323          "type": "str"
5324        },
5325        {
5326          "name": "abstract",
5327          "default": null,
5328          "type": "bool"
5329        }
5330      ],
5331      "meta-type": "object"
5332    },
5333    {
5334      "name": "[154]",
5335      "element-type": "154",
5336      "meta-type": "array"
5337    },
5338    {
5339      "name": "154",
5340      "members": [
5341        {
5342          "name": "name",
5343          "type": "str"
5344        },
5345        {
5346          "name": "abstract",
5347          "default": null,
5348          "type": "bool"
5349        },
5350        {
5351          "name": "parent",
5352          "default": null,
5353          "type": "str"
5354        }
5355      ],
5356      "meta-type": "object"
5357    },
5358    {
5359      "name": "155",
5360      "members": [
5361        {
5362          "name": "typename",
5363          "type": "str"
5364        }
5365      ],
5366      "meta-type": "object"
5367    },
5368    {
5369      "name": "156",
5370      "members": [
5371        {
5372          "name": "typename",
5373          "type": "str"
5374        }
5375      ],
5376      "meta-type": "object"
5377    },
5378    {
5379      "name": "157",
5380      "members": [
5381        {
5382          "name": "enable",
5383          "type": "bool"
5384        }
5385      ],
5386      "meta-type": "object"
5387    },
5388    {
5389      "name": "158",
5390      "members": [
5391        {
5392          "name": "driver",
5393          "type": "str"
5394        },
5395        {
5396          "name": "bus",
5397          "default": null,
5398          "type": "str"
5399        },
5400        {
5401          "name": "id",
5402          "default": null,
5403          "type": "str"
5404        }
5405      ],
5406      "meta-type": "object"
5407    },
5408    {
5409      "name": "159",
5410      "members": [
5411        {
5412          "name": "id",
5413          "type": "str"
5414        }
5415      ],
5416      "meta-type": "object"
5417    },
5418    {
5419      "name": "160",
5420      "members": [
5421        {
5422          "name": "device",
5423          "default": null,
5424          "type": "str"
5425        },
5426        {
5427          "name": "path",
5428          "type": "str"
5429        }
5430      ],
5431      "meta-type": "object"
5432    },
5433    {
5434      "name": "161",
5435      "members": [
5436        {
5437          "name": "paging",
5438          "type": "bool"
5439        },
5440        {
5441          "name": "protocol",
5442          "type": "str"
5443        },
5444        {
5445          "name": "detach",
5446          "default": null,
5447          "type": "bool"
5448        },
5449        {
5450          "name": "begin",
5451          "default": null,
5452          "type": "int"
5453        },
5454        {
5455          "name": "length",
5456          "default": null,
5457          "type": "int"
5458        },
5459        {
5460          "name": "format",
5461          "default": null,
5462          "type": "318"
5463        }
5464      ],
5465      "meta-type": "object"
5466    },
5467    {
5468      "name": "162",
5469      "members": [
5470        {
5471          "name": "status",
5472          "type": "319"
5473        },
5474        {
5475          "name": "completed",
5476          "type": "int"
5477        },
5478        {
5479          "name": "total",
5480          "type": "int"
5481        }
5482      ],
5483      "meta-type": "object"
5484    },
5485    {
5486      "name": "163",
5487      "members": [
5488        {
5489          "name": "result",
5490          "type": "162"
5491        },
5492        {
5493          "name": "error",
5494          "default": null,
5495          "type": "str"
5496        }
5497      ],
5498      "meta-type": "object"
5499    },
5500    {
5501      "name": "164",
5502      "members": [
5503        {
5504          "name": "formats",
5505          "type": "[318]"
5506        }
5507      ],
5508      "meta-type": "object"
5509    },
5510    {
5511      "name": "165",
5512      "members": [
5513        {
5514          "name": "filename",
5515          "type": "str"
5516        }
5517      ],
5518      "meta-type": "object"
5519    },
5520    {
5521      "name": "166",
5522      "members": [
5523        {
5524          "name": "qom-type",
5525          "type": "str"
5526        },
5527        {
5528          "name": "id",
5529          "type": "str"
5530        },
5531        {
5532          "name": "props",
5533          "default": null,
5534          "type": "any"
5535        }
5536      ],
5537      "meta-type": "object"
5538    },
5539    {
5540      "name": "167",
5541      "members": [
5542        {
5543          "name": "id",
5544          "type": "str"
5545        }
5546      ],
5547      "meta-type": "object"
5548    },
5549    {
5550      "name": "168",
5551      "members": [
5552        {
5553          "name": "fdname",
5554          "type": "str"
5555        }
5556      ],
5557      "meta-type": "object"
5558    },
5559    {
5560      "name": "169",
5561      "members": [
5562        {
5563          "name": "fdname",
5564          "type": "str"
5565        }
5566      ],
5567      "meta-type": "object"
5568    },
5569    {
5570      "name": "[170]",
5571      "element-type": "170",
5572      "meta-type": "array"
5573    },
5574    {
5575      "name": "170",
5576      "members": [
5577        {
5578          "name": "name",
5579          "type": "str"
5580        },
5581        {
5582          "name": "alias",
5583          "default": null,
5584          "type": "str"
5585        },
5586        {
5587          "name": "is-default",
5588          "default": null,
5589          "type": "bool"
5590        },
5591        {
5592          "name": "cpu-max",
5593          "type": "int"
5594        },
5595        {
5596          "name": "hotpluggable-cpus",
5597          "type": "bool"
5598        }
5599      ],
5600      "meta-type": "object"
5601    },
5602    {
5603      "name": "171",
5604      "members": [
5605        {
5606          "name": "base-memory",
5607          "type": "int"
5608        },
5609        {
5610          "name": "plugged-memory",
5611          "default": null,
5612          "type": "int"
5613        }
5614      ],
5615      "meta-type": "object"
5616    },
5617    {
5618      "name": "[172]",
5619      "element-type": "172",
5620      "meta-type": "array"
5621    },
5622    {
5623      "name": "172",
5624      "members": [
5625        {
5626          "name": "name",
5627          "type": "str"
5628        },
5629        {
5630          "name": "migration-safe",
5631          "default": null,
5632          "type": "bool"
5633        },
5634        {
5635          "name": "static",
5636          "type": "bool"
5637        },
5638        {
5639          "name": "unavailable-features",
5640          "default": null,
5641          "type": "[str]"
5642        },
5643        {
5644          "name": "typename",
5645          "type": "str"
5646        }
5647      ],
5648      "meta-type": "object"
5649    },
5650    {
5651      "name": "173",
5652      "members": [
5653        {
5654          "name": "type",
5655          "type": "320"
5656        },
5657        {
5658          "name": "model",
5659          "type": "321"
5660        }
5661      ],
5662      "meta-type": "object"
5663    },
5664    {
5665      "name": "174",
5666      "members": [
5667        {
5668          "name": "model",
5669          "type": "321"
5670        }
5671      ],
5672      "meta-type": "object"
5673    },
5674    {
5675      "name": "175",
5676      "members": [
5677        {
5678          "name": "modela",
5679          "type": "321"
5680        },
5681        {
5682          "name": "modelb",
5683          "type": "321"
5684        }
5685      ],
5686      "meta-type": "object"
5687    },
5688    {
5689      "name": "176",
5690      "members": [
5691        {
5692          "name": "result",
5693          "type": "322"
5694        },
5695        {
5696          "name": "responsible-properties",
5697          "type": "[str]"
5698        }
5699      ],
5700      "meta-type": "object"
5701    },
5702    {
5703      "name": "177",
5704      "members": [
5705        {
5706          "name": "modela",
5707          "type": "321"
5708        },
5709        {
5710          "name": "modelb",
5711          "type": "321"
5712        }
5713      ],
5714      "meta-type": "object"
5715    },
5716    {
5717      "name": "178",
5718      "members": [
5719        {
5720          "name": "model",
5721          "type": "321"
5722        }
5723      ],
5724      "meta-type": "object"
5725    },
5726    {
5727      "name": "179",
5728      "members": [
5729        {
5730          "name": "fdset-id",
5731          "default": null,
5732          "type": "int"
5733        },
5734        {
5735          "name": "opaque",
5736          "default": null,
5737          "type": "str"
5738        }
5739      ],
5740      "meta-type": "object"
5741    },
5742    {
5743      "name": "180",
5744      "members": [
5745        {
5746          "name": "fdset-id",
5747          "type": "int"
5748        },
5749        {
5750          "name": "fd",
5751          "type": "int"
5752        }
5753      ],
5754      "meta-type": "object"
5755    },
5756    {
5757      "name": "181",
5758      "members": [
5759        {
5760          "name": "fdset-id",
5761          "type": "int"
5762        },
5763        {
5764          "name": "fd",
5765          "default": null,
5766          "type": "int"
5767        }
5768      ],
5769      "meta-type": "object"
5770    },
5771    {
5772      "name": "[182]",
5773      "element-type": "182",
5774      "meta-type": "array"
5775    },
5776    {
5777      "name": "182",
5778      "members": [
5779        {
5780          "name": "fdset-id",
5781          "type": "int"
5782        },
5783        {
5784          "name": "fds",
5785          "type": "[323]"
5786        }
5787      ],
5788      "meta-type": "object"
5789    },
5790    {
5791      "name": "183",
5792      "members": [
5793        {
5794          "name": "arch",
5795          "type": "str"
5796        }
5797      ],
5798      "meta-type": "object"
5799    },
5800    {
5801      "name": "184",
5802      "members": [
5803        {
5804          "name": "option",
5805          "default": null,
5806          "type": "str"
5807        }
5808      ],
5809      "meta-type": "object"
5810    },
5811    {
5812      "name": "[185]",
5813      "element-type": "185",
5814      "meta-type": "array"
5815    },
5816    {
5817      "name": "185",
5818      "members": [
5819        {
5820          "name": "option",
5821          "type": "str"
5822        },
5823        {
5824          "name": "parameters",
5825          "type": "[324]"
5826        }
5827      ],
5828      "meta-type": "object"
5829    },
5830    {
5831      "name": "[186]",
5832      "element-type": "186",
5833      "meta-type": "array"
5834    },
5835    {
5836      "name": "186",
5837      "members": [
5838        {
5839          "name": "id",
5840          "default": null,
5841          "type": "str"
5842        },
5843        {
5844          "name": "size",
5845          "type": "int"
5846        },
5847        {
5848          "name": "merge",
5849          "type": "bool"
5850        },
5851        {
5852          "name": "dump",
5853          "type": "bool"
5854        },
5855        {
5856          "name": "prealloc",
5857          "type": "bool"
5858        },
5859        {
5860          "name": "host-nodes",
5861          "type": "[int]"
5862        },
5863        {
5864          "name": "policy",
5865          "type": "325"
5866        }
5867      ],
5868      "meta-type": "object"
5869    },
5870    {
5871      "name": "[187]",
5872      "element-type": "187",
5873      "meta-type": "array"
5874    },
5875    {
5876      "name": "187",
5877      "tag": "type",
5878      "variants": [
5879        {
5880          "case": "dimm",
5881          "type": "327"
5882        },
5883        {
5884          "case": "nvdimm",
5885          "type": "327"
5886        }
5887      ],
5888      "members": [
5889        {
5890          "name": "type",
5891          "type": "326"
5892        }
5893      ],
5894      "meta-type": "object"
5895    },
5896    {
5897      "name": "188",
5898      "members": [
5899        {
5900          "name": "device",
5901          "type": "str"
5902        },
5903        {
5904          "name": "msg",
5905          "type": "str"
5906        }
5907      ],
5908      "meta-type": "object"
5909    },
5910    {
5911      "name": "[189]",
5912      "element-type": "189",
5913      "meta-type": "array"
5914    },
5915    {
5916      "name": "189",
5917      "members": [
5918        {
5919          "name": "device",
5920          "default": null,
5921          "type": "str"
5922        },
5923        {
5924          "name": "slot",
5925          "type": "str"
5926        },
5927        {
5928          "name": "slot-type",
5929          "type": "328"
5930        },
5931        {
5932          "name": "source",
5933          "type": "int"
5934        },
5935        {
5936          "name": "status",
5937          "type": "int"
5938        }
5939      ],
5940      "meta-type": "object"
5941    },
5942    {
5943      "name": "190",
5944      "members": [
5945        {
5946          "name": "info",
5947          "type": "189"
5948        }
5949      ],
5950      "meta-type": "object"
5951    },
5952    {
5953      "name": "191",
5954      "members": [
5955        {
5956          "name": "offset",
5957          "type": "int"
5958        }
5959      ],
5960      "meta-type": "object"
5961    },
5962    {
5963      "name": "192",
5964      "members": [
5965        {
5966          "name": "filename",
5967          "type": "str"
5968        }
5969      ],
5970      "meta-type": "object"
5971    },
5972    {
5973      "name": "[193]",
5974      "element-type": "193",
5975      "meta-type": "array"
5976    },
5977    {
5978      "name": "193",
5979      "members": [
5980        {
5981          "name": "version",
5982          "type": "int"
5983        },
5984        {
5985          "name": "emulated",
5986          "type": "bool"
5987        },
5988        {
5989          "name": "kernel",
5990          "type": "bool"
5991        }
5992      ],
5993      "meta-type": "object"
5994    },
5995    {
5996      "name": "[194]",
5997      "element-type": "194",
5998      "meta-type": "array"
5999    },
6000    {
6001      "name": "194",
6002      "members": [
6003        {
6004          "name": "type",
6005          "type": "str"
6006        },
6007        {
6008          "name": "vcpus-count",
6009          "type": "int"
6010        },
6011        {
6012          "name": "props",
6013          "type": "307"
6014        },
6015        {
6016          "name": "qom-path",
6017          "default": null,
6018          "type": "str"
6019        }
6020      ],
6021      "meta-type": "object"
6022    },
6023    {
6024      "name": "195",
6025      "members": [
6026        {
6027          "name": "guid",
6028          "type": "str"
6029        }
6030      ],
6031      "meta-type": "object"
6032    },
6033    {
6034      "name": "196",
6035      "members": [
6036        {
6037          "name": "enabled",
6038          "type": "bool"
6039        },
6040        {
6041          "name": "api-major",
6042          "type": "int"
6043        },
6044        {
6045          "name": "api-minor",
6046          "type": "int"
6047        },
6048        {
6049          "name": "build-id",
6050          "type": "int"
6051        },
6052        {
6053          "name": "policy",
6054          "type": "int"
6055        },
6056        {
6057          "name": "state",
6058          "type": "329"
6059        },
6060        {
6061          "name": "handle",
6062          "type": "int"
6063        }
6064      ],
6065      "meta-type": "object"
6066    },
6067    {
6068      "name": "197",
6069      "members": [
6070        {
6071          "name": "data",
6072          "type": "str"
6073        }
6074      ],
6075      "meta-type": "object"
6076    },
6077    {
6078      "name": "198",
6079      "members": [
6080        {
6081          "name": "pdh",
6082          "type": "str"
6083        },
6084        {
6085          "name": "cert-chain",
6086          "type": "str"
6087        },
6088        {
6089          "name": "cbitpos",
6090          "type": "int"
6091        },
6092        {
6093          "name": "reduced-phys-bits",
6094          "type": "int"
6095        }
6096      ],
6097      "meta-type": "object"
6098    },
6099    {
6100      "name": "199",
6101      "members": [
6102        {
6103          "name": "id",
6104          "type": "any"
6105        },
6106        {
6107          "name": "reason",
6108          "type": "330"
6109        }
6110      ],
6111      "meta-type": "object"
6112    },
6113    {
6114      "name": "200",
6115      "members": [
6116        {
6117          "name": "lock",
6118          "type": "bool"
6119        }
6120      ],
6121      "meta-type": "object"
6122    },
6123    {
6124      "name": "bool",
6125      "json-type": "boolean",
6126      "meta-type": "builtin"
6127    },
6128    {
6129      "name": "201",
6130      "meta-type": "enum",
6131      "values": [
6132        "debug",
6133        "inmigrate",
6134        "internal-error",
6135        "io-error",
6136        "paused",
6137        "postmigrate",
6138        "prelaunch",
6139        "finish-migrate",
6140        "restore-vm",
6141        "running",
6142        "save-vm",
6143        "shutdown",
6144        "suspended",
6145        "watchdog",
6146        "guest-panicked",
6147        "colo"
6148      ]
6149    },
6150    {
6151      "name": "202",
6152      "meta-type": "enum",
6153      "values": [
6154        "reset",
6155        "shutdown",
6156        "poweroff",
6157        "pause",
6158        "debug",
6159        "none",
6160        "inject-nmi"
6161      ]
6162    },
6163    {
6164      "name": "203",
6165      "meta-type": "enum",
6166      "values": [
6167        "pause",
6168        "poweroff"
6169      ]
6170    },
6171    {
6172      "name": "204",
6173      "tag": "type",
6174      "variants": [
6175        {
6176          "case": "hyper-v",
6177          "type": "332"
6178        },
6179        {
6180          "case": "s390",
6181          "type": "333"
6182        }
6183      ],
6184      "members": [
6185        {
6186          "name": "type",
6187          "type": "331"
6188        }
6189      ],
6190      "meta-type": "object"
6191    },
6192    {
6193      "name": "[int]",
6194      "element-type": "int",
6195      "meta-type": "array"
6196    },
6197    {
6198      "name": "205",
6199      "meta-type": "enum",
6200      "values": [
6201        "ok",
6202        "failed",
6203        "nospace"
6204      ]
6205    },
6206    {
6207      "name": "[206]",
6208      "element-type": "206",
6209      "meta-type": "array"
6210    },
6211    {
6212      "name": "206",
6213      "members": [
6214        {
6215          "name": "name",
6216          "default": null,
6217          "type": "str"
6218        },
6219        {
6220          "name": "count",
6221          "type": "int"
6222        },
6223        {
6224          "name": "granularity",
6225          "type": "int"
6226        },
6227        {
6228          "name": "status",
6229          "type": "334"
6230        }
6231      ],
6232      "meta-type": "object"
6233    },
6234    {
6235      "name": "207",
6236      "members": [
6237        {
6238          "name": "rd_bytes",
6239          "type": "int"
6240        },
6241        {
6242          "name": "wr_bytes",
6243          "type": "int"
6244        },
6245        {
6246          "name": "rd_operations",
6247          "type": "int"
6248        },
6249        {
6250          "name": "wr_operations",
6251          "type": "int"
6252        },
6253        {
6254          "name": "flush_operations",
6255          "type": "int"
6256        },
6257        {
6258          "name": "flush_total_time_ns",
6259          "type": "int"
6260        },
6261        {
6262          "name": "wr_total_time_ns",
6263          "type": "int"
6264        },
6265        {
6266          "name": "rd_total_time_ns",
6267          "type": "int"
6268        },
6269        {
6270          "name": "wr_highest_offset",
6271          "type": "int"
6272        },
6273        {
6274          "name": "rd_merged",
6275          "type": "int"
6276        },
6277        {
6278          "name": "wr_merged",
6279          "type": "int"
6280        },
6281        {
6282          "name": "idle_time_ns",
6283          "default": null,
6284          "type": "int"
6285        },
6286        {
6287          "name": "failed_rd_operations",
6288          "type": "int"
6289        },
6290        {
6291          "name": "failed_wr_operations",
6292          "type": "int"
6293        },
6294        {
6295          "name": "failed_flush_operations",
6296          "type": "int"
6297        },
6298        {
6299          "name": "invalid_rd_operations",
6300          "type": "int"
6301        },
6302        {
6303          "name": "invalid_wr_operations",
6304          "type": "int"
6305        },
6306        {
6307          "name": "invalid_flush_operations",
6308          "type": "int"
6309        },
6310        {
6311          "name": "account_invalid",
6312          "type": "bool"
6313        },
6314        {
6315          "name": "account_failed",
6316          "type": "bool"
6317        },
6318        {
6319          "name": "timed_stats",
6320          "type": "[335]"
6321        },
6322        {
6323          "name": "x_rd_latency_histogram",
6324          "default": null,
6325          "type": "336"
6326        },
6327        {
6328          "name": "x_wr_latency_histogram",
6329          "default": null,
6330          "type": "336"
6331        },
6332        {
6333          "name": "x_flush_latency_histogram",
6334          "default": null,
6335          "type": "336"
6336        }
6337      ],
6338      "meta-type": "object"
6339    },
6340    {
6341      "name": "208",
6342      "meta-type": "enum",
6343      "values": [
6344        "undefined",
6345        "created",
6346        "running",
6347        "paused",
6348        "ready",
6349        "standby",
6350        "waiting",
6351        "pending",
6352        "aborting",
6353        "concluded",
6354        "null"
6355      ]
6356    },
6357    {
6358      "name": "209",
6359      "meta-type": "enum",
6360      "values": [
6361        "existing",
6362        "absolute-paths"
6363      ]
6364    },
6365    {
6366      "name": "210",
6367      "meta-type": "enum",
6368      "values": [
6369        "top",
6370        "full",
6371        "none",
6372        "incremental"
6373      ]
6374    },
6375    {
6376      "name": "211",
6377      "meta-type": "enum",
6378      "values": [
6379        "report",
6380        "ignore",
6381        "enospc",
6382        "stop",
6383        "auto"
6384      ]
6385    },
6386    {
6387      "name": "212",
6388      "meta-type": "enum",
6389      "values": [
6390        "off",
6391        "on",
6392        "unmap"
6393      ]
6394    },
6395    {
6396      "name": "213",
6397      "members": [
6398        {
6399          "name": "filename",
6400          "type": "str"
6401        },
6402        {
6403          "name": "format",
6404          "type": "str"
6405        },
6406        {
6407          "name": "dirty-flag",
6408          "default": null,
6409          "type": "bool"
6410        },
6411        {
6412          "name": "actual-size",
6413          "default": null,
6414          "type": "int"
6415        },
6416        {
6417          "name": "virtual-size",
6418          "type": "int"
6419        },
6420        {
6421          "name": "cluster-size",
6422          "default": null,
6423          "type": "int"
6424        },
6425        {
6426          "name": "encrypted",
6427          "default": null,
6428          "type": "bool"
6429        },
6430        {
6431          "name": "compressed",
6432          "default": null,
6433          "type": "bool"
6434        },
6435        {
6436          "name": "backing-filename",
6437          "default": null,
6438          "type": "str"
6439        },
6440        {
6441          "name": "full-backing-filename",
6442          "default": null,
6443          "type": "str"
6444        },
6445        {
6446          "name": "backing-filename-format",
6447          "default": null,
6448          "type": "str"
6449        },
6450        {
6451          "name": "snapshots",
6452          "default": null,
6453          "type": "[56]"
6454        },
6455        {
6456          "name": "backing-image",
6457          "default": null,
6458          "type": "213"
6459        },
6460        {
6461          "name": "format-specific",
6462          "default": null,
6463          "type": "337"
6464        }
6465      ],
6466      "meta-type": "object"
6467    },
6468    {
6469      "name": "214",
6470      "members": [
6471        {
6472          "name": "writeback",
6473          "type": "bool"
6474        },
6475        {
6476          "name": "direct",
6477          "type": "bool"
6478        },
6479        {
6480          "name": "no-flush",
6481          "type": "bool"
6482        }
6483      ],
6484      "meta-type": "object"
6485    },
6486    {
6487      "name": "215",
6488      "meta-type": "enum",
6489      "values": [
6490        "blkdebug",
6491        "blkverify",
6492        "bochs",
6493        "cloop",
6494        "dmg",
6495        "file",
6496        "ftp",
6497        "ftps",
6498        "gluster",
6499        "host_cdrom",
6500        "host_device",
6501        "http",
6502        "https",
6503        "iscsi",
6504        "luks",
6505        "nbd",
6506        "nfs",
6507        "null-aio",
6508        "null-co",
6509        "nvme",
6510        "parallels",
6511        "qcow",
6512        "qcow2",
6513        "qed",
6514        "quorum",
6515        "raw",
6516        "rbd",
6517        "replication",
6518        "sheepdog",
6519        "ssh",
6520        "throttle",
6521        "vdi",
6522        "vhdx",
6523        "vmdk",
6524        "vpc",
6525        "vvfat",
6526        "vxhs"
6527      ]
6528    },
6529    {
6530      "name": "216",
6531      "meta-type": "enum",
6532      "values": [
6533        "ignore",
6534        "unmap"
6535      ]
6536    },
6537    {
6538      "name": "217",
6539      "members": [
6540        {
6541          "name": "direct",
6542          "default": null,
6543          "type": "bool"
6544        },
6545        {
6546          "name": "no-flush",
6547          "default": null,
6548          "type": "bool"
6549        }
6550      ],
6551      "meta-type": "object"
6552    },
6553    {
6554      "name": "218",
6555      "members": [
6556        {
6557          "name": "image",
6558          "type": "338"
6559        },
6560        {
6561          "name": "config",
6562          "default": null,
6563          "type": "str"
6564        },
6565        {
6566          "name": "align",
6567          "default": null,
6568          "type": "int"
6569        },
6570        {
6571          "name": "max-transfer",
6572          "default": null,
6573          "type": "int"
6574        },
6575        {
6576          "name": "opt-write-zero",
6577          "default": null,
6578          "type": "int"
6579        },
6580        {
6581          "name": "max-write-zero",
6582          "default": null,
6583          "type": "int"
6584        },
6585        {
6586          "name": "opt-discard",
6587          "default": null,
6588          "type": "int"
6589        },
6590        {
6591          "name": "max-discard",
6592          "default": null,
6593          "type": "int"
6594        },
6595        {
6596          "name": "inject-error",
6597          "default": null,
6598          "type": "[339]"
6599        },
6600        {
6601          "name": "set-state",
6602          "default": null,
6603          "type": "[340]"
6604        }
6605      ],
6606      "meta-type": "object"
6607    },
6608    {
6609      "name": "219",
6610      "members": [
6611        {
6612          "name": "test",
6613          "type": "338"
6614        },
6615        {
6616          "name": "raw",
6617          "type": "338"
6618        }
6619      ],
6620      "meta-type": "object"
6621    },
6622    {
6623      "name": "220",
6624      "members": [
6625        {
6626          "name": "file",
6627          "type": "338"
6628        }
6629      ],
6630      "meta-type": "object"
6631    },
6632    {
6633      "name": "221",
6634      "members": [
6635        {
6636          "name": "filename",
6637          "type": "str"
6638        },
6639        {
6640          "name": "pr-manager",
6641          "default": null,
6642          "type": "str"
6643        },
6644        {
6645          "name": "locking",
6646          "default": null,
6647          "type": "341"
6648        },
6649        {
6650          "name": "aio",
6651          "default": null,
6652          "type": "342"
6653        }
6654      ],
6655      "meta-type": "object"
6656    },
6657    {
6658      "name": "222",
6659      "members": [
6660        {
6661          "name": "url",
6662          "type": "str"
6663        },
6664        {
6665          "name": "readahead",
6666          "default": null,
6667          "type": "int"
6668        },
6669        {
6670          "name": "timeout",
6671          "default": null,
6672          "type": "int"
6673        },
6674        {
6675          "name": "username",
6676          "default": null,
6677          "type": "str"
6678        },
6679        {
6680          "name": "password-secret",
6681          "default": null,
6682          "type": "str"
6683        },
6684        {
6685          "name": "proxy-username",
6686          "default": null,
6687          "type": "str"
6688        },
6689        {
6690          "name": "proxy-password-secret",
6691          "default": null,
6692          "type": "str"
6693        }
6694      ],
6695      "meta-type": "object"
6696    },
6697    {
6698      "name": "223",
6699      "members": [
6700        {
6701          "name": "url",
6702          "type": "str"
6703        },
6704        {
6705          "name": "readahead",
6706          "default": null,
6707          "type": "int"
6708        },
6709        {
6710          "name": "timeout",
6711          "default": null,
6712          "type": "int"
6713        },
6714        {
6715          "name": "username",
6716          "default": null,
6717          "type": "str"
6718        },
6719        {
6720          "name": "password-secret",
6721          "default": null,
6722          "type": "str"
6723        },
6724        {
6725          "name": "proxy-username",
6726          "default": null,
6727          "type": "str"
6728        },
6729        {
6730          "name": "proxy-password-secret",
6731          "default": null,
6732          "type": "str"
6733        },
6734        {
6735          "name": "sslverify",
6736          "default": null,
6737          "type": "bool"
6738        }
6739      ],
6740      "meta-type": "object"
6741    },
6742    {
6743      "name": "224",
6744      "members": [
6745        {
6746          "name": "volume",
6747          "type": "str"
6748        },
6749        {
6750          "name": "path",
6751          "type": "str"
6752        },
6753        {
6754          "name": "server",
6755          "type": "[343]"
6756        },
6757        {
6758          "name": "debug",
6759          "default": null,
6760          "type": "int"
6761        },
6762        {
6763          "name": "logfile",
6764          "default": null,
6765          "type": "str"
6766        }
6767      ],
6768      "meta-type": "object"
6769    },
6770    {
6771      "name": "225",
6772      "members": [
6773        {
6774          "name": "url",
6775          "type": "str"
6776        },
6777        {
6778          "name": "readahead",
6779          "default": null,
6780          "type": "int"
6781        },
6782        {
6783          "name": "timeout",
6784          "default": null,
6785          "type": "int"
6786        },
6787        {
6788          "name": "username",
6789          "default": null,
6790          "type": "str"
6791        },
6792        {
6793          "name": "password-secret",
6794          "default": null,
6795          "type": "str"
6796        },
6797        {
6798          "name": "proxy-username",
6799          "default": null,
6800          "type": "str"
6801        },
6802        {
6803          "name": "proxy-password-secret",
6804          "default": null,
6805          "type": "str"
6806        },
6807        {
6808          "name": "cookie",
6809          "default": null,
6810          "type": "str"
6811        },
6812        {
6813          "name": "cookie-secret",
6814          "default": null,
6815          "type": "str"
6816        }
6817      ],
6818      "meta-type": "object"
6819    },
6820    {
6821      "name": "226",
6822      "members": [
6823        {
6824          "name": "url",
6825          "type": "str"
6826        },
6827        {
6828          "name": "readahead",
6829          "default": null,
6830          "type": "int"
6831        },
6832        {
6833          "name": "timeout",
6834          "default": null,
6835          "type": "int"
6836        },
6837        {
6838          "name": "username",
6839          "default": null,
6840          "type": "str"
6841        },
6842        {
6843          "name": "password-secret",
6844          "default": null,
6845          "type": "str"
6846        },
6847        {
6848          "name": "proxy-username",
6849          "default": null,
6850          "type": "str"
6851        },
6852        {
6853          "name": "proxy-password-secret",
6854          "default": null,
6855          "type": "str"
6856        },
6857        {
6858          "name": "cookie",
6859          "default": null,
6860          "type": "str"
6861        },
6862        {
6863          "name": "sslverify",
6864          "default": null,
6865          "type": "bool"
6866        },
6867        {
6868          "name": "cookie-secret",
6869          "default": null,
6870          "type": "str"
6871        }
6872      ],
6873      "meta-type": "object"
6874    },
6875    {
6876      "name": "227",
6877      "members": [
6878        {
6879          "name": "transport",
6880          "type": "344"
6881        },
6882        {
6883          "name": "portal",
6884          "type": "str"
6885        },
6886        {
6887          "name": "target",
6888          "type": "str"
6889        },
6890        {
6891          "name": "lun",
6892          "default": null,
6893          "type": "int"
6894        },
6895        {
6896          "name": "user",
6897          "default": null,
6898          "type": "str"
6899        },
6900        {
6901          "name": "password-secret",
6902          "default": null,
6903          "type": "str"
6904        },
6905        {
6906          "name": "initiator-name",
6907          "default": null,
6908          "type": "str"
6909        },
6910        {
6911          "name": "header-digest",
6912          "default": null,
6913          "type": "345"
6914        },
6915        {
6916          "name": "timeout",
6917          "default": null,
6918          "type": "int"
6919        }
6920      ],
6921      "meta-type": "object"
6922    },
6923    {
6924      "name": "228",
6925      "members": [
6926        {
6927          "name": "file",
6928          "type": "338"
6929        },
6930        {
6931          "name": "key-secret",
6932          "default": null,
6933          "type": "str"
6934        }
6935      ],
6936      "meta-type": "object"
6937    },
6938    {
6939      "name": "229",
6940      "members": [
6941        {
6942          "name": "server",
6943          "type": "343"
6944        },
6945        {
6946          "name": "export",
6947          "default": null,
6948          "type": "str"
6949        },
6950        {
6951          "name": "tls-creds",
6952          "default": null,
6953          "type": "str"
6954        }
6955      ],
6956      "meta-type": "object"
6957    },
6958    {
6959      "name": "230",
6960      "members": [
6961        {
6962          "name": "server",
6963          "type": "346"
6964        },
6965        {
6966          "name": "path",
6967          "type": "str"
6968        },
6969        {
6970          "name": "user",
6971          "default": null,
6972          "type": "int"
6973        },
6974        {
6975          "name": "group",
6976          "default": null,
6977          "type": "int"
6978        },
6979        {
6980          "name": "tcp-syn-count",
6981          "default": null,
6982          "type": "int"
6983        },
6984        {
6985          "name": "readahead-size",
6986          "default": null,
6987          "type": "int"
6988        },
6989        {
6990          "name": "page-cache-size",
6991          "default": null,
6992          "type": "int"
6993        },
6994        {
6995          "name": "debug",
6996          "default": null,
6997          "type": "int"
6998        }
6999      ],
7000      "meta-type": "object"
7001    },
7002    {
7003      "name": "231",
7004      "members": [
7005        {
7006          "name": "size",
7007          "default": null,
7008          "type": "int"
7009        },
7010        {
7011          "name": "latency-ns",
7012          "default": null,
7013          "type": "int"
7014        }
7015      ],
7016      "meta-type": "object"
7017    },
7018    {
7019      "name": "232",
7020      "members": [
7021        {
7022          "name": "device",
7023          "type": "str"
7024        },
7025        {
7026          "name": "namespace",
7027          "type": "int"
7028        }
7029      ],
7030      "meta-type": "object"
7031    },
7032    {
7033      "name": "233",
7034      "members": [
7035        {
7036          "name": "file",
7037          "type": "338"
7038        },
7039        {
7040          "name": "backing",
7041          "default": null,
7042          "type": "347"
7043        },
7044        {
7045          "name": "lazy-refcounts",
7046          "default": null,
7047          "type": "bool"
7048        },
7049        {
7050          "name": "pass-discard-request",
7051          "default": null,
7052          "type": "bool"
7053        },
7054        {
7055          "name": "pass-discard-snapshot",
7056          "default": null,
7057          "type": "bool"
7058        },
7059        {
7060          "name": "pass-discard-other",
7061          "default": null,
7062          "type": "bool"
7063        },
7064        {
7065          "name": "overlap-check",
7066          "default": null,
7067          "type": "348"
7068        },
7069        {
7070          "name": "cache-size",
7071          "default": null,
7072          "type": "int"
7073        },
7074        {
7075          "name": "l2-cache-size",
7076          "default": null,
7077          "type": "int"
7078        },
7079        {
7080          "name": "l2-cache-entry-size",
7081          "default": null,
7082          "type": "int"
7083        },
7084        {
7085          "name": "refcount-cache-size",
7086          "default": null,
7087          "type": "int"
7088        },
7089        {
7090          "name": "cache-clean-interval",
7091          "default": null,
7092          "type": "int"
7093        },
7094        {
7095          "name": "encrypt",
7096          "default": null,
7097          "type": "349"
7098        }
7099      ],
7100      "meta-type": "object"
7101    },
7102    {
7103      "name": "234",
7104      "members": [
7105        {
7106          "name": "file",
7107          "type": "338"
7108        },
7109        {
7110          "name": "backing",
7111          "default": null,
7112          "type": "347"
7113        },
7114        {
7115          "name": "encrypt",
7116          "default": null,
7117          "type": "350"
7118        }
7119      ],
7120      "meta-type": "object"
7121    },
7122    {
7123      "name": "235",
7124      "members": [
7125        {
7126          "name": "file",
7127          "type": "338"
7128        },
7129        {
7130          "name": "backing",
7131          "default": null,
7132          "type": "347"
7133        }
7134      ],
7135      "meta-type": "object"
7136    },
7137    {
7138      "name": "236",
7139      "members": [
7140        {
7141          "name": "blkverify",
7142          "default": null,
7143          "type": "bool"
7144        },
7145        {
7146          "name": "children",
7147          "type": "[338]"
7148        },
7149        {
7150          "name": "vote-threshold",
7151          "type": "int"
7152        },
7153        {
7154          "name": "rewrite-corrupted",
7155          "default": null,
7156          "type": "bool"
7157        },
7158        {
7159          "name": "read-pattern",
7160          "default": null,
7161          "type": "351"
7162        }
7163      ],
7164      "meta-type": "object"
7165    },
7166    {
7167      "name": "237",
7168      "members": [
7169        {
7170          "name": "file",
7171          "type": "338"
7172        },
7173        {
7174          "name": "offset",
7175          "default": null,
7176          "type": "int"
7177        },
7178        {
7179          "name": "size",
7180          "default": null,
7181          "type": "int"
7182        }
7183      ],
7184      "meta-type": "object"
7185    },
7186    {
7187      "name": "238",
7188      "members": [
7189        {
7190          "name": "pool",
7191          "type": "str"
7192        },
7193        {
7194          "name": "image",
7195          "type": "str"
7196        },
7197        {
7198          "name": "conf",
7199          "default": null,
7200          "type": "str"
7201        },
7202        {
7203          "name": "snapshot",
7204          "default": null,
7205          "type": "str"
7206        },
7207        {
7208          "name": "user",
7209          "default": null,
7210          "type": "str"
7211        },
7212        {
7213          "name": "server",
7214          "default": null,
7215          "type": "[352]"
7216        }
7217      ],
7218      "meta-type": "object"
7219    },
7220    {
7221      "name": "239",
7222      "members": [
7223        {
7224          "name": "file",
7225          "type": "338"
7226        },
7227        {
7228          "name": "mode",
7229          "type": "353"
7230        },
7231        {
7232          "name": "top-id",
7233          "default": null,
7234          "type": "str"
7235        }
7236      ],
7237      "meta-type": "object"
7238    },
7239    {
7240      "name": "240",
7241      "members": [
7242        {
7243          "name": "server",
7244          "type": "343"
7245        },
7246        {
7247          "name": "vdi",
7248          "type": "str"
7249        },
7250        {
7251          "name": "snap-id",
7252          "default": null,
7253          "type": "int"
7254        },
7255        {
7256          "name": "tag",
7257          "default": null,
7258          "type": "str"
7259        }
7260      ],
7261      "meta-type": "object"
7262    },
7263    {
7264      "name": "241",
7265      "members": [
7266        {
7267          "name": "server",
7268          "type": "354"
7269        },
7270        {
7271          "name": "path",
7272          "type": "str"
7273        },
7274        {
7275          "name": "user",
7276          "default": null,
7277          "type": "str"
7278        },
7279        {
7280          "name": "host-key-check",
7281          "default": null,
7282          "type": "355"
7283        }
7284      ],
7285      "meta-type": "object"
7286    },
7287    {
7288      "name": "242",
7289      "members": [
7290        {
7291          "name": "throttle-group",
7292          "type": "str"
7293        },
7294        {
7295          "name": "file",
7296          "type": "338"
7297        }
7298      ],
7299      "meta-type": "object"
7300    },
7301    {
7302      "name": "243",
7303      "members": [
7304        {
7305          "name": "dir",
7306          "type": "str"
7307        },
7308        {
7309          "name": "fat-type",
7310          "default": null,
7311          "type": "int"
7312        },
7313        {
7314          "name": "floppy",
7315          "default": null,
7316          "type": "bool"
7317        },
7318        {
7319          "name": "label",
7320          "default": null,
7321          "type": "str"
7322        },
7323        {
7324          "name": "rw",
7325          "default": null,
7326          "type": "bool"
7327        }
7328      ],
7329      "meta-type": "object"
7330    },
7331    {
7332      "name": "244",
7333      "members": [
7334        {
7335          "name": "vdisk-id",
7336          "type": "str"
7337        },
7338        {
7339          "name": "server",
7340          "type": "352"
7341        },
7342        {
7343          "name": "tls-creds",
7344          "default": null,
7345          "type": "str"
7346        }
7347      ],
7348      "meta-type": "object"
7349    },
7350    {
7351      "name": "245",
7352      "members": [
7353      ],
7354      "meta-type": "object"
7355    },
7356    {
7357      "name": "246",
7358      "members": [
7359        {
7360          "name": "filename",
7361          "type": "str"
7362        },
7363        {
7364          "name": "size",
7365          "type": "int"
7366        },
7367        {
7368          "name": "preallocation",
7369          "default": null,
7370          "type": "356"
7371        },
7372        {
7373          "name": "nocow",
7374          "default": null,
7375          "type": "bool"
7376        }
7377      ],
7378      "meta-type": "object"
7379    },
7380    {
7381      "name": "247",
7382      "members": [
7383        {
7384          "name": "location",
7385          "type": "224"
7386        },
7387        {
7388          "name": "size",
7389          "type": "int"
7390        },
7391        {
7392          "name": "preallocation",
7393          "default": null,
7394          "type": "356"
7395        }
7396      ],
7397      "meta-type": "object"
7398    },
7399    {
7400      "name": "248",
7401      "members": [
7402        {
7403          "name": "key-secret",
7404          "default": null,
7405          "type": "str"
7406        },
7407        {
7408          "name": "cipher-alg",
7409          "default": null,
7410          "type": "357"
7411        },
7412        {
7413          "name": "cipher-mode",
7414          "default": null,
7415          "type": "358"
7416        },
7417        {
7418          "name": "ivgen-alg",
7419          "default": null,
7420          "type": "359"
7421        },
7422        {
7423          "name": "ivgen-hash-alg",
7424          "default": null,
7425          "type": "360"
7426        },
7427        {
7428          "name": "hash-alg",
7429          "default": null,
7430          "type": "360"
7431        },
7432        {
7433          "name": "iter-time",
7434          "default": null,
7435          "type": "int"
7436        },
7437        {
7438          "name": "file",
7439          "type": "338"
7440        },
7441        {
7442          "name": "size",
7443          "type": "int"
7444        }
7445      ],
7446      "meta-type": "object"
7447    },
7448    {
7449      "name": "249",
7450      "members": [
7451        {
7452          "name": "location",
7453          "type": "230"
7454        },
7455        {
7456          "name": "size",
7457          "type": "int"
7458        }
7459      ],
7460      "meta-type": "object"
7461    },
7462    {
7463      "name": "250",
7464      "members": [
7465        {
7466          "name": "file",
7467          "type": "338"
7468        },
7469        {
7470          "name": "size",
7471          "type": "int"
7472        },
7473        {
7474          "name": "cluster-size",
7475          "default": null,
7476          "type": "int"
7477        }
7478      ],
7479      "meta-type": "object"
7480    },
7481    {
7482      "name": "251",
7483      "members": [
7484        {
7485          "name": "file",
7486          "type": "338"
7487        },
7488        {
7489          "name": "size",
7490          "type": "int"
7491        },
7492        {
7493          "name": "backing-file",
7494          "default": null,
7495          "type": "str"
7496        },
7497        {
7498          "name": "encrypt",
7499          "default": null,
7500          "type": "361"
7501        }
7502      ],
7503      "meta-type": "object"
7504    },
7505    {
7506      "name": "252",
7507      "members": [
7508        {
7509          "name": "file",
7510          "type": "338"
7511        },
7512        {
7513          "name": "size",
7514          "type": "int"
7515        },
7516        {
7517          "name": "version",
7518          "default": null,
7519          "type": "362"
7520        },
7521        {
7522          "name": "backing-file",
7523          "default": null,
7524          "type": "str"
7525        },
7526        {
7527          "name": "backing-fmt",
7528          "default": null,
7529          "type": "215"
7530        },
7531        {
7532          "name": "encrypt",
7533          "default": null,
7534          "type": "361"
7535        },
7536        {
7537          "name": "cluster-size",
7538          "default": null,
7539          "type": "int"
7540        },
7541        {
7542          "name": "preallocation",
7543          "default": null,
7544          "type": "356"
7545        },
7546        {
7547          "name": "lazy-refcounts",
7548          "default": null,
7549          "type": "bool"
7550        },
7551        {
7552          "name": "refcount-bits",
7553          "default": null,
7554          "type": "int"
7555        }
7556      ],
7557      "meta-type": "object"
7558    },
7559    {
7560      "name": "253",
7561      "members": [
7562        {
7563          "name": "file",
7564          "type": "338"
7565        },
7566        {
7567          "name": "size",
7568          "type": "int"
7569        },
7570        {
7571          "name": "backing-file",
7572          "default": null,
7573          "type": "str"
7574        },
7575        {
7576          "name": "backing-fmt",
7577          "default": null,
7578          "type": "215"
7579        },
7580        {
7581          "name": "cluster-size",
7582          "default": null,
7583          "type": "int"
7584        },
7585        {
7586          "name": "table-size",
7587          "default": null,
7588          "type": "int"
7589        }
7590      ],
7591      "meta-type": "object"
7592    },
7593    {
7594      "name": "254",
7595      "members": [
7596        {
7597          "name": "location",
7598          "type": "238"
7599        },
7600        {
7601          "name": "size",
7602          "type": "int"
7603        },
7604        {
7605          "name": "cluster-size",
7606          "default": null,
7607          "type": "int"
7608        }
7609      ],
7610      "meta-type": "object"
7611    },
7612    {
7613      "name": "255",
7614      "members": [
7615        {
7616          "name": "location",
7617          "type": "240"
7618        },
7619        {
7620          "name": "size",
7621          "type": "int"
7622        },
7623        {
7624          "name": "backing-file",
7625          "default": null,
7626          "type": "str"
7627        },
7628        {
7629          "name": "preallocation",
7630          "default": null,
7631          "type": "356"
7632        },
7633        {
7634          "name": "redundancy",
7635          "default": null,
7636          "type": "363"
7637        },
7638        {
7639          "name": "object-size",
7640          "default": null,
7641          "type": "int"
7642        }
7643      ],
7644      "meta-type": "object"
7645    },
7646    {
7647      "name": "256",
7648      "members": [
7649        {
7650          "name": "location",
7651          "type": "241"
7652        },
7653        {
7654          "name": "size",
7655          "type": "int"
7656        }
7657      ],
7658      "meta-type": "object"
7659    },
7660    {
7661      "name": "257",
7662      "members": [
7663        {
7664          "name": "file",
7665          "type": "338"
7666        },
7667        {
7668          "name": "size",
7669          "type": "int"
7670        },
7671        {
7672          "name": "static",
7673          "default": null,
7674          "type": "bool"
7675        }
7676      ],
7677      "meta-type": "object"
7678    },
7679    {
7680      "name": "258",
7681      "members": [
7682        {
7683          "name": "file",
7684          "type": "338"
7685        },
7686        {
7687          "name": "size",
7688          "type": "int"
7689        },
7690        {
7691          "name": "log-size",
7692          "default": null,
7693          "type": "int"
7694        },
7695        {
7696          "name": "block-size",
7697          "default": null,
7698          "type": "int"
7699        },
7700        {
7701          "name": "subformat",
7702          "default": null,
7703          "type": "364"
7704        },
7705        {
7706          "name": "block-state-zero",
7707          "default": null,
7708          "type": "bool"
7709        }
7710      ],
7711      "meta-type": "object"
7712    },
7713    {
7714      "name": "259",
7715      "members": [
7716        {
7717          "name": "file",
7718          "type": "338"
7719        },
7720        {
7721          "name": "size",
7722          "type": "int"
7723        },
7724        {
7725          "name": "subformat",
7726          "default": null,
7727          "type": "365"
7728        },
7729        {
7730          "name": "force-size",
7731          "default": null,
7732          "type": "bool"
7733        }
7734      ],
7735      "meta-type": "object"
7736    },
7737    {
7738      "name": "260",
7739      "meta-type": "enum",
7740      "values": [
7741        "retain",
7742        "read-only",
7743        "read-write"
7744      ]
7745    },
7746    {
7747      "name": "261",
7748      "meta-type": "enum",
7749      "values": [
7750        "read",
7751        "write"
7752      ]
7753    },
7754    {
7755      "name": "262",
7756      "meta-type": "enum",
7757      "values": [
7758        "ignore",
7759        "report",
7760        "stop"
7761      ]
7762    },
7763    {
7764      "name": "263",
7765      "meta-type": "enum",
7766      "values": [
7767        "commit",
7768        "stream",
7769        "mirror",
7770        "backup"
7771      ]
7772    },
7773    {
7774      "name": "264",
7775      "members": [
7776        {
7777          "type": "str"
7778        },
7779        {
7780          "type": "null"
7781        }
7782      ],
7783      "meta-type": "alternate"
7784    },
7785    {
7786      "name": "265",
7787      "tag": "type",
7788      "variants": [
7789        {
7790          "case": "inet",
7791          "type": "367"
7792        },
7793        {
7794          "case": "unix",
7795          "type": "368"
7796        },
7797        {
7798          "case": "vsock",
7799          "type": "369"
7800        },
7801        {
7802          "case": "fd",
7803          "type": "370"
7804        }
7805      ],
7806      "members": [
7807        {
7808          "name": "type",
7809          "type": "366"
7810        }
7811      ],
7812      "meta-type": "object"
7813    },
7814    {
7815      "name": "266",
7816      "meta-type": "enum",
7817      "values": [
7818        "safe",
7819        "hard"
7820      ]
7821    },
7822    {
7823      "name": "267",
7824      "meta-type": "enum",
7825      "values": [
7826        "read",
7827        "write",
7828        "flush"
7829      ]
7830    },
7831    {
7832      "name": "268",
7833      "meta-type": "enum",
7834      "values": [
7835        "utf8",
7836        "base64"
7837      ]
7838    },
7839    {
7840      "name": "269",
7841      "tag": "type",
7842      "variants": [
7843        {
7844          "case": "file",
7845          "type": "372"
7846        },
7847        {
7848          "case": "serial",
7849          "type": "373"
7850        },
7851        {
7852          "case": "parallel",
7853          "type": "373"
7854        },
7855        {
7856          "case": "pipe",
7857          "type": "373"
7858        },
7859        {
7860          "case": "socket",
7861          "type": "374"
7862        },
7863        {
7864          "case": "udp",
7865          "type": "375"
7866        },
7867        {
7868          "case": "pty",
7869          "type": "376"
7870        },
7871        {
7872          "case": "null",
7873          "type": "376"
7874        },
7875        {
7876          "case": "mux",
7877          "type": "377"
7878        },
7879        {
7880          "case": "msmouse",
7881          "type": "376"
7882        },
7883        {
7884          "case": "wctablet",
7885          "type": "376"
7886        },
7887        {
7888          "case": "braille",
7889          "type": "376"
7890        },
7891        {
7892          "case": "testdev",
7893          "type": "376"
7894        },
7895        {
7896          "case": "stdio",
7897          "type": "378"
7898        },
7899        {
7900          "case": "console",
7901          "type": "376"
7902        },
7903        {
7904          "case": "spicevmc",
7905          "type": "379"
7906        },
7907        {
7908          "case": "spiceport",
7909          "type": "380"
7910        },
7911        {
7912          "case": "vc",
7913          "type": "381"
7914        },
7915        {
7916          "case": "ringbuf",
7917          "type": "382"
7918        },
7919        {
7920          "case": "memory",
7921          "type": "382"
7922        }
7923      ],
7924      "members": [
7925        {
7926          "name": "type",
7927          "type": "371"
7928        }
7929      ],
7930      "meta-type": "object"
7931    },
7932    {
7933      "name": "270",
7934      "meta-type": "enum",
7935      "values": [
7936        "normal",
7937        "none",
7938        "all"
7939      ]
7940    },
7941    {
7942      "name": "[str]",
7943      "element-type": "str",
7944      "meta-type": "array"
7945    },
7946    {
7947      "name": "271",
7948      "meta-type": "enum",
7949      "values": [
7950        "half",
7951        "full"
7952      ]
7953    },
7954    {
7955      "name": "272",
7956      "meta-type": "enum",
7957      "values": [
7958        "off",
7959        "on"
7960      ]
7961    },
7962    {
7963      "name": "273",
7964      "members": [
7965        {
7966          "name": "priority",
7967          "type": "int"
7968        },
7969        {
7970          "name": "tbl-id",
7971          "type": "int"
7972        },
7973        {
7974          "name": "in-pport",
7975          "default": null,
7976          "type": "int"
7977        },
7978        {
7979          "name": "tunnel-id",
7980          "default": null,
7981          "type": "int"
7982        },
7983        {
7984          "name": "vlan-id",
7985          "default": null,
7986          "type": "int"
7987        },
7988        {
7989          "name": "eth-type",
7990          "default": null,
7991          "type": "int"
7992        },
7993        {
7994          "name": "eth-src",
7995          "default": null,
7996          "type": "str"
7997        },
7998        {
7999          "name": "eth-dst",
8000          "default": null,
8001          "type": "str"
8002        },
8003        {
8004          "name": "ip-proto",
8005          "default": null,
8006          "type": "int"
8007        },
8008        {
8009          "name": "ip-tos",
8010          "default": null,
8011          "type": "int"
8012        },
8013        {
8014          "name": "ip-dst",
8015          "default": null,
8016          "type": "str"
8017        }
8018      ],
8019      "meta-type": "object"
8020    },
8021    {
8022      "name": "274",
8023      "members": [
8024        {
8025          "name": "in-pport",
8026          "default": null,
8027          "type": "int"
8028        },
8029        {
8030          "name": "tunnel-id",
8031          "default": null,
8032          "type": "int"
8033        },
8034        {
8035          "name": "vlan-id",
8036          "default": null,
8037          "type": "int"
8038        },
8039        {
8040          "name": "eth-src",
8041          "default": null,
8042          "type": "str"
8043        },
8044        {
8045          "name": "eth-dst",
8046          "default": null,
8047          "type": "str"
8048        },
8049        {
8050          "name": "ip-proto",
8051          "default": null,
8052          "type": "int"
8053        },
8054        {
8055          "name": "ip-tos",
8056          "default": null,
8057          "type": "int"
8058        }
8059      ],
8060      "meta-type": "object"
8061    },
8062    {
8063      "name": "275",
8064      "members": [
8065        {
8066          "name": "goto-tbl",
8067          "default": null,
8068          "type": "int"
8069        },
8070        {
8071          "name": "group-id",
8072          "default": null,
8073          "type": "int"
8074        },
8075        {
8076          "name": "tunnel-lport",
8077          "default": null,
8078          "type": "int"
8079        },
8080        {
8081          "name": "vlan-id",
8082          "default": null,
8083          "type": "int"
8084        },
8085        {
8086          "name": "new-vlan-id",
8087          "default": null,
8088          "type": "int"
8089        },
8090        {
8091          "name": "out-pport",
8092          "default": null,
8093          "type": "int"
8094        }
8095      ],
8096      "meta-type": "object"
8097    },
8098    {
8099      "name": "276",
8100      "tag": "type",
8101      "variants": [
8102        {
8103          "case": "passthrough",
8104          "type": "384"
8105        },
8106        {
8107          "case": "emulator",
8108          "type": "385"
8109        }
8110      ],
8111      "members": [
8112        {
8113          "name": "type",
8114          "type": "383"
8115        }
8116      ],
8117      "meta-type": "object"
8118    },
8119    {
8120      "name": "277",
8121      "meta-type": "enum",
8122      "values": [
8123        "client",
8124        "server",
8125        "unknown"
8126      ]
8127    },
8128    {
8129      "name": "[278]",
8130      "element-type": "278",
8131      "meta-type": "array"
8132    },
8133    {
8134      "name": "278",
8135      "members": [
8136        {
8137          "name": "host",
8138          "type": "str"
8139        },
8140        {
8141          "name": "port",
8142          "type": "str"
8143        },
8144        {
8145          "name": "family",
8146          "type": "281"
8147        },
8148        {
8149          "name": "connection-id",
8150          "type": "int"
8151        },
8152        {
8153          "name": "channel-type",
8154          "type": "int"
8155        },
8156        {
8157          "name": "channel-id",
8158          "type": "int"
8159        },
8160        {
8161          "name": "tls",
8162          "type": "bool"
8163        }
8164      ],
8165      "meta-type": "object"
8166    },
8167    {
8168      "name": "279",
8169      "members": [
8170        {
8171          "name": "host",
8172          "type": "str"
8173        },
8174        {
8175          "name": "port",
8176          "type": "str"
8177        },
8178        {
8179          "name": "family",
8180          "type": "281"
8181        }
8182      ],
8183      "meta-type": "object"
8184    },
8185    {
8186      "name": "280",
8187      "members": [
8188        {
8189          "name": "host",
8190          "type": "str"
8191        },
8192        {
8193          "name": "port",
8194          "type": "str"
8195        },
8196        {
8197          "name": "family",
8198          "type": "281"
8199        },
8200        {
8201          "name": "auth",
8202          "default": null,
8203          "type": "str"
8204        }
8205      ],
8206      "meta-type": "object"
8207    },
8208    {
8209      "name": "281",
8210      "meta-type": "enum",
8211      "values": [
8212        "ipv4",
8213        "ipv6",
8214        "unix",
8215        "vsock",
8216        "unknown"
8217      ]
8218    },
8219    {
8220      "name": "[282]",
8221      "element-type": "282",
8222      "meta-type": "array"
8223    },
8224    {
8225      "name": "282",
8226      "members": [
8227        {
8228          "name": "host",
8229          "type": "str"
8230        },
8231        {
8232          "name": "service",
8233          "type": "str"
8234        },
8235        {
8236          "name": "family",
8237          "type": "281"
8238        },
8239        {
8240          "name": "websocket",
8241          "type": "bool"
8242        },
8243        {
8244          "name": "x509_dname",
8245          "default": null,
8246          "type": "str"
8247        },
8248        {
8249          "name": "sasl_username",
8250          "default": null,
8251          "type": "str"
8252        }
8253      ],
8254      "meta-type": "object"
8255    },
8256    {
8257      "name": "[283]",
8258      "element-type": "283",
8259      "meta-type": "array"
8260    },
8261    {
8262      "name": "283",
8263      "members": [
8264        {
8265          "name": "host",
8266          "type": "str"
8267        },
8268        {
8269          "name": "service",
8270          "type": "str"
8271        },
8272        {
8273          "name": "family",
8274          "type": "281"
8275        },
8276        {
8277          "name": "websocket",
8278          "type": "bool"
8279        },
8280        {
8281          "name": "auth",
8282          "type": "284"
8283        },
8284        {
8285          "name": "vencrypt",
8286          "default": null,
8287          "type": "285"
8288        }
8289      ],
8290      "meta-type": "object"
8291    },
8292    {
8293      "name": "284",
8294      "meta-type": "enum",
8295      "values": [
8296        "none",
8297        "vnc",
8298        "ra2",
8299        "ra2ne",
8300        "tight",
8301        "ultra",
8302        "tls",
8303        "vencrypt",
8304        "sasl"
8305      ]
8306    },
8307    {
8308      "name": "285",
8309      "meta-type": "enum",
8310      "values": [
8311        "plain",
8312        "tls-none",
8313        "x509-none",
8314        "tls-vnc",
8315        "x509-vnc",
8316        "tls-plain",
8317        "x509-plain",
8318        "tls-sasl",
8319        "x509-sasl"
8320      ]
8321    },
8322    {
8323      "name": "286",
8324      "members": [
8325        {
8326          "name": "host",
8327          "type": "str"
8328        },
8329        {
8330          "name": "service",
8331          "type": "str"
8332        },
8333        {
8334          "name": "family",
8335          "type": "281"
8336        },
8337        {
8338          "name": "websocket",
8339          "type": "bool"
8340        },
8341        {
8342          "name": "auth",
8343          "default": null,
8344          "type": "str"
8345        }
8346      ],
8347      "meta-type": "object"
8348    },
8349    {
8350      "name": "287",
8351      "members": [
8352        {
8353          "name": "host",
8354          "type": "str"
8355        },
8356        {
8357          "name": "service",
8358          "type": "str"
8359        },
8360        {
8361          "name": "family",
8362          "type": "281"
8363        },
8364        {
8365          "name": "websocket",
8366          "type": "bool"
8367        }
8368      ],
8369      "meta-type": "object"
8370    },
8371    {
8372      "name": "[288]",
8373      "element-type": "288",
8374      "meta-type": "array"
8375    },
8376    {
8377      "name": "288",
8378      "tag": "type",
8379      "variants": [
8380        {
8381          "case": "number",
8382          "type": "387"
8383        },
8384        {
8385          "case": "qcode",
8386          "type": "388"
8387        }
8388      ],
8389      "members": [
8390        {
8391          "name": "type",
8392          "type": "386"
8393        }
8394      ],
8395      "meta-type": "object"
8396    },
8397    {
8398      "name": "[289]",
8399      "element-type": "289",
8400      "meta-type": "array"
8401    },
8402    {
8403      "name": "289",
8404      "tag": "type",
8405      "variants": [
8406        {
8407          "case": "key",
8408          "type": "390"
8409        },
8410        {
8411          "case": "btn",
8412          "type": "391"
8413        },
8414        {
8415          "case": "rel",
8416          "type": "392"
8417        },
8418        {
8419          "case": "abs",
8420          "type": "392"
8421        }
8422      ],
8423      "members": [
8424        {
8425          "name": "type",
8426          "type": "389"
8427        }
8428      ],
8429      "meta-type": "object"
8430    },
8431    {
8432      "name": "290",
8433      "meta-type": "enum",
8434      "values": [
8435        "none",
8436        "setup",
8437        "cancelling",
8438        "cancelled",
8439        "active",
8440        "postcopy-active",
8441        "completed",
8442        "failed",
8443        "colo",
8444        "pre-switchover",
8445        "device"
8446      ]
8447    },
8448    {
8449      "name": "291",
8450      "members": [
8451        {
8452          "name": "transferred",
8453          "type": "int"
8454        },
8455        {
8456          "name": "remaining",
8457          "type": "int"
8458        },
8459        {
8460          "name": "total",
8461          "type": "int"
8462        },
8463        {
8464          "name": "duplicate",
8465          "type": "int"
8466        },
8467        {
8468          "name": "skipped",
8469          "type": "int"
8470        },
8471        {
8472          "name": "normal",
8473          "type": "int"
8474        },
8475        {
8476          "name": "normal-bytes",
8477          "type": "int"
8478        },
8479        {
8480          "name": "dirty-pages-rate",
8481          "type": "int"
8482        },
8483        {
8484          "name": "mbps",
8485          "type": "number"
8486        },
8487        {
8488          "name": "dirty-sync-count",
8489          "type": "int"
8490        },
8491        {
8492          "name": "postcopy-requests",
8493          "type": "int"
8494        },
8495        {
8496          "name": "page-size",
8497          "type": "int"
8498        }
8499      ],
8500      "meta-type": "object"
8501    },
8502    {
8503      "name": "292",
8504      "members": [
8505        {
8506          "name": "cache-size",
8507          "type": "int"
8508        },
8509        {
8510          "name": "bytes",
8511          "type": "int"
8512        },
8513        {
8514          "name": "pages",
8515          "type": "int"
8516        },
8517        {
8518          "name": "cache-miss",
8519          "type": "int"
8520        },
8521        {
8522          "name": "cache-miss-rate",
8523          "type": "number"
8524        },
8525        {
8526          "name": "overflow",
8527          "type": "int"
8528        }
8529      ],
8530      "meta-type": "object"
8531    },
8532    {
8533      "name": "293",
8534      "meta-type": "enum",
8535      "values": [
8536        "xbzrle",
8537        "rdma-pin-all",
8538        "auto-converge",
8539        "zero-blocks",
8540        "compress",
8541        "events",
8542        "postcopy-ram",
8543        "x-colo",
8544        "release-ram",
8545        "block",
8546        "return-path",
8547        "pause-before-switchover",
8548        "x-multifd",
8549        "dirty-bitmaps"
8550      ]
8551    },
8552    {
8553      "name": "number",
8554      "json-type": "number",
8555      "meta-type": "builtin"
8556    },
8557    {
8558      "name": "[294]",
8559      "element-type": "294",
8560      "meta-type": "array"
8561    },
8562    {
8563      "name": "294",
8564      "tag": "type",
8565      "variants": [
8566        {
8567          "case": "abort",
8568          "type": "394"
8569        },
8570        {
8571          "case": "block-dirty-bitmap-add",
8572          "type": "395"
8573        },
8574        {
8575          "case": "block-dirty-bitmap-clear",
8576          "type": "396"
8577        },
8578        {
8579          "case": "blockdev-backup",
8580          "type": "397"
8581        },
8582        {
8583          "case": "blockdev-snapshot",
8584          "type": "398"
8585        },
8586        {
8587          "case": "blockdev-snapshot-internal-sync",
8588          "type": "399"
8589        },
8590        {
8591          "case": "blockdev-snapshot-sync",
8592          "type": "400"
8593        },
8594        {
8595          "case": "drive-backup",
8596          "type": "401"
8597        }
8598      ],
8599      "members": [
8600        {
8601          "name": "type",
8602          "type": "393"
8603        }
8604      ],
8605      "meta-type": "object"
8606    },
8607    {
8608      "name": "295",
8609      "members": [
8610        {
8611          "name": "completion-mode",
8612          "default": null,
8613          "type": "402"
8614        }
8615      ],
8616      "meta-type": "object"
8617    },
8618    {
8619      "name": "296",
8620      "meta-type": "enum",
8621      "values": [
8622        "unavailable",
8623        "disabled",
8624        "enabled"
8625      ]
8626    },
8627    {
8628      "name": "297",
8629      "meta-type": "enum",
8630      "values": [
8631        "builtin",
8632        "enum",
8633        "array",
8634        "object",
8635        "alternate",
8636        "command",
8637        "event"
8638      ]
8639    },
8640    {
8641      "name": "298",
8642      "members": [
8643        {
8644          "name": "json-type",
8645          "type": "403"
8646        }
8647      ],
8648      "meta-type": "object"
8649    },
8650    {
8651      "name": "299",
8652      "members": [
8653        {
8654          "name": "values",
8655          "type": "[str]"
8656        }
8657      ],
8658      "meta-type": "object"
8659    },
8660    {
8661      "name": "300",
8662      "members": [
8663        {
8664          "name": "element-type",
8665          "type": "str"
8666        }
8667      ],
8668      "meta-type": "object"
8669    },
8670    {
8671      "name": "301",
8672      "members": [
8673        {
8674          "name": "members",
8675          "type": "[404]"
8676        },
8677        {
8678          "name": "tag",
8679          "default": null,
8680          "type": "str"
8681        },
8682        {
8683          "name": "variants",
8684          "default": null,
8685          "type": "[405]"
8686        }
8687      ],
8688      "meta-type": "object"
8689    },
8690    {
8691      "name": "302",
8692      "members": [
8693        {
8694          "name": "members",
8695          "type": "[406]"
8696        }
8697      ],
8698      "meta-type": "object"
8699    },
8700    {
8701      "name": "303",
8702      "members": [
8703        {
8704          "name": "arg-type",
8705          "type": "str"
8706        },
8707        {
8708          "name": "ret-type",
8709          "type": "str"
8710        },
8711        {
8712          "name": "allow-oob",
8713          "type": "bool"
8714        }
8715      ],
8716      "meta-type": "object"
8717    },
8718    {
8719      "name": "304",
8720      "members": [
8721        {
8722          "name": "arg-type",
8723          "type": "str"
8724        }
8725      ],
8726      "meta-type": "object"
8727    },
8728    {
8729      "name": "[305]",
8730      "element-type": "305",
8731      "meta-type": "array"
8732    },
8733    {
8734      "name": "305",
8735      "meta-type": "enum",
8736      "values": [
8737        "oob"
8738      ]
8739    },
8740    {
8741      "name": "306",
8742      "members": [
8743        {
8744          "name": "major",
8745          "type": "int"
8746        },
8747        {
8748          "name": "minor",
8749          "type": "int"
8750        },
8751        {
8752          "name": "micro",
8753          "type": "int"
8754        }
8755      ],
8756      "meta-type": "object"
8757    },
8758    {
8759      "name": "307",
8760      "members": [
8761        {
8762          "name": "node-id",
8763          "default": null,
8764          "type": "int"
8765        },
8766        {
8767          "name": "socket-id",
8768          "default": null,
8769          "type": "int"
8770        },
8771        {
8772          "name": "core-id",
8773          "default": null,
8774          "type": "int"
8775        },
8776        {
8777          "name": "thread-id",
8778          "default": null,
8779          "type": "int"
8780        }
8781      ],
8782      "meta-type": "object"
8783    },
8784    {
8785      "name": "308",
8786      "meta-type": "enum",
8787      "values": [
8788        "x86",
8789        "sparc",
8790        "ppc",
8791        "mips",
8792        "tricore",
8793        "s390",
8794        "riscv",
8795        "other"
8796      ]
8797    },
8798    {
8799      "name": "309",
8800      "members": [
8801        {
8802          "name": "pc",
8803          "type": "int"
8804        }
8805      ],
8806      "meta-type": "object"
8807    },
8808    {
8809      "name": "310",
8810      "members": [
8811        {
8812          "name": "pc",
8813          "type": "int"
8814        },
8815        {
8816          "name": "npc",
8817          "type": "int"
8818        }
8819      ],
8820      "meta-type": "object"
8821    },
8822    {
8823      "name": "311",
8824      "members": [
8825        {
8826          "name": "nip",
8827          "type": "int"
8828        }
8829      ],
8830      "meta-type": "object"
8831    },
8832    {
8833      "name": "312",
8834      "members": [
8835        {
8836          "name": "PC",
8837          "type": "int"
8838        }
8839      ],
8840      "meta-type": "object"
8841    },
8842    {
8843      "name": "313",
8844      "members": [
8845        {
8846          "name": "PC",
8847          "type": "int"
8848        }
8849      ],
8850      "meta-type": "object"
8851    },
8852    {
8853      "name": "314",
8854      "members": [
8855        {
8856          "name": "cpu-state",
8857          "type": "407"
8858        }
8859      ],
8860      "meta-type": "object"
8861    },
8862    {
8863      "name": "315",
8864      "members": [
8865        {
8866          "name": "pc",
8867          "type": "int"
8868        }
8869      ],
8870      "meta-type": "object"
8871    },
8872    {
8873      "name": "316",
8874      "members": [
8875      ],
8876      "meta-type": "object"
8877    },
8878    {
8879      "name": "[317]",
8880      "element-type": "317",
8881      "meta-type": "array"
8882    },
8883    {
8884      "name": "317",
8885      "members": [
8886        {
8887          "name": "bus",
8888          "type": "int"
8889        },
8890        {
8891          "name": "slot",
8892          "type": "int"
8893        },
8894        {
8895          "name": "function",
8896          "type": "int"
8897        },
8898        {
8899          "name": "class_info",
8900          "type": "408"
8901        },
8902        {
8903          "name": "id",
8904          "type": "409"
8905        },
8906        {
8907          "name": "irq",
8908          "default": null,
8909          "type": "int"
8910        },
8911        {
8912          "name": "qdev_id",
8913          "type": "str"
8914        },
8915        {
8916          "name": "pci_bridge",
8917          "default": null,
8918          "type": "410"
8919        },
8920        {
8921          "name": "regions",
8922          "type": "[411]"
8923        }
8924      ],
8925      "meta-type": "object"
8926    },
8927    {
8928      "name": "318",
8929      "meta-type": "enum",
8930      "values": [
8931        "elf",
8932        "kdump-zlib",
8933        "kdump-lzo",
8934        "kdump-snappy"
8935      ]
8936    },
8937    {
8938      "name": "319",
8939      "meta-type": "enum",
8940      "values": [
8941        "none",
8942        "active",
8943        "completed",
8944        "failed"
8945      ]
8946    },
8947    {
8948      "name": "[318]",
8949      "element-type": "318",
8950      "meta-type": "array"
8951    },
8952    {
8953      "name": "320",
8954      "meta-type": "enum",
8955      "values": [
8956        "static",
8957        "full"
8958      ]
8959    },
8960    {
8961      "name": "321",
8962      "members": [
8963        {
8964          "name": "name",
8965          "type": "str"
8966        },
8967        {
8968          "name": "props",
8969          "default": null,
8970          "type": "any"
8971        }
8972      ],
8973      "meta-type": "object"
8974    },
8975    {
8976      "name": "322",
8977      "meta-type": "enum",
8978      "values": [
8979        "incompatible",
8980        "identical",
8981        "superset",
8982        "subset"
8983      ]
8984    },
8985    {
8986      "name": "[323]",
8987      "element-type": "323",
8988      "meta-type": "array"
8989    },
8990    {
8991      "name": "323",
8992      "members": [
8993        {
8994          "name": "fd",
8995          "type": "int"
8996        },
8997        {
8998          "name": "opaque",
8999          "default": null,
9000          "type": "str"
9001        }
9002      ],
9003      "meta-type": "object"
9004    },
9005    {
9006      "name": "[324]",
9007      "element-type": "324",
9008      "meta-type": "array"
9009    },
9010    {
9011      "name": "324",
9012      "members": [
9013        {
9014          "name": "name",
9015          "type": "str"
9016        },
9017        {
9018          "name": "type",
9019          "type": "412"
9020        },
9021        {
9022          "name": "help",
9023          "default": null,
9024          "type": "str"
9025        },
9026        {
9027          "name": "default",
9028          "default": null,
9029          "type": "str"
9030        }
9031      ],
9032      "meta-type": "object"
9033    },
9034    {
9035      "name": "325",
9036      "meta-type": "enum",
9037      "values": [
9038        "default",
9039        "preferred",
9040        "bind",
9041        "interleave"
9042      ]
9043    },
9044    {
9045      "name": "326",
9046      "meta-type": "enum",
9047      "values": [
9048        "dimm",
9049        "nvdimm"
9050      ]
9051    },
9052    {
9053      "name": "327",
9054      "members": [
9055        {
9056          "name": "data",
9057          "type": "413"
9058        }
9059      ],
9060      "meta-type": "object"
9061    },
9062    {
9063      "name": "328",
9064      "meta-type": "enum",
9065      "values": [
9066        "DIMM",
9067        "CPU"
9068      ]
9069    },
9070    {
9071      "name": "329",
9072      "meta-type": "enum",
9073      "values": [
9074        "uninit",
9075        "launch-update",
9076        "launch-secret",
9077        "running",
9078        "send-update",
9079        "receive-update"
9080      ]
9081    },
9082    {
9083      "name": "330",
9084      "meta-type": "enum",
9085      "values": [
9086        "queue-full"
9087      ]
9088    },
9089    {
9090      "name": "331",
9091      "meta-type": "enum",
9092      "values": [
9093        "hyper-v",
9094        "s390"
9095      ]
9096    },
9097    {
9098      "name": "332",
9099      "members": [
9100        {
9101          "name": "arg1",
9102          "type": "int"
9103        },
9104        {
9105          "name": "arg2",
9106          "type": "int"
9107        },
9108        {
9109          "name": "arg3",
9110          "type": "int"
9111        },
9112        {
9113          "name": "arg4",
9114          "type": "int"
9115        },
9116        {
9117          "name": "arg5",
9118          "type": "int"
9119        }
9120      ],
9121      "meta-type": "object"
9122    },
9123    {
9124      "name": "333",
9125      "members": [
9126        {
9127          "name": "core",
9128          "type": "int"
9129        },
9130        {
9131          "name": "psw-mask",
9132          "type": "int"
9133        },
9134        {
9135          "name": "psw-addr",
9136          "type": "int"
9137        },
9138        {
9139          "name": "reason",
9140          "type": "414"
9141        }
9142      ],
9143      "meta-type": "object"
9144    },
9145    {
9146      "name": "334",
9147      "meta-type": "enum",
9148      "values": [
9149        "active",
9150        "disabled",
9151        "frozen",
9152        "locked"
9153      ]
9154    },
9155    {
9156      "name": "[335]",
9157      "element-type": "335",
9158      "meta-type": "array"
9159    },
9160    {
9161      "name": "335",
9162      "members": [
9163        {
9164          "name": "interval_length",
9165          "type": "int"
9166        },
9167        {
9168          "name": "min_rd_latency_ns",
9169          "type": "int"
9170        },
9171        {
9172          "name": "max_rd_latency_ns",
9173          "type": "int"
9174        },
9175        {
9176          "name": "avg_rd_latency_ns",
9177          "type": "int"
9178        },
9179        {
9180          "name": "min_wr_latency_ns",
9181          "type": "int"
9182        },
9183        {
9184          "name": "max_wr_latency_ns",
9185          "type": "int"
9186        },
9187        {
9188          "name": "avg_wr_latency_ns",
9189          "type": "int"
9190        },
9191        {
9192          "name": "min_flush_latency_ns",
9193          "type": "int"
9194        },
9195        {
9196          "name": "max_flush_latency_ns",
9197          "type": "int"
9198        },
9199        {
9200          "name": "avg_flush_latency_ns",
9201          "type": "int"
9202        },
9203        {
9204          "name": "avg_rd_queue_depth",
9205          "type": "number"
9206        },
9207        {
9208          "name": "avg_wr_queue_depth",
9209          "type": "number"
9210        }
9211      ],
9212      "meta-type": "object"
9213    },
9214    {
9215      "name": "336",
9216      "members": [
9217        {
9218          "name": "boundaries",
9219          "type": "[int]"
9220        },
9221        {
9222          "name": "bins",
9223          "type": "[int]"
9224        }
9225      ],
9226      "meta-type": "object"
9227    },
9228    {
9229      "name": "[56]",
9230      "element-type": "56",
9231      "meta-type": "array"
9232    },
9233    {
9234      "name": "337",
9235      "tag": "type",
9236      "variants": [
9237        {
9238          "case": "qcow2",
9239          "type": "416"
9240        },
9241        {
9242          "case": "vmdk",
9243          "type": "417"
9244        },
9245        {
9246          "case": "luks",
9247          "type": "418"
9248        }
9249      ],
9250      "members": [
9251        {
9252          "name": "type",
9253          "type": "415"
9254        }
9255      ],
9256      "meta-type": "object"
9257    },
9258    {
9259      "name": "338",
9260      "members": [
9261        {
9262          "type": "35"
9263        },
9264        {
9265          "type": "str"
9266        }
9267      ],
9268      "meta-type": "alternate"
9269    },
9270    {
9271      "name": "[339]",
9272      "element-type": "339",
9273      "meta-type": "array"
9274    },
9275    {
9276      "name": "339",
9277      "members": [
9278        {
9279          "name": "event",
9280          "type": "419"
9281        },
9282        {
9283          "name": "state",
9284          "default": null,
9285          "type": "int"
9286        },
9287        {
9288          "name": "errno",
9289          "default": null,
9290          "type": "int"
9291        },
9292        {
9293          "name": "sector",
9294          "default": null,
9295          "type": "int"
9296        },
9297        {
9298          "name": "once",
9299          "default": null,
9300          "type": "bool"
9301        },
9302        {
9303          "name": "immediately",
9304          "default": null,
9305          "type": "bool"
9306        }
9307      ],
9308      "meta-type": "object"
9309    },
9310    {
9311      "name": "[340]",
9312      "element-type": "340",
9313      "meta-type": "array"
9314    },
9315    {
9316      "name": "340",
9317      "members": [
9318        {
9319          "name": "event",
9320          "type": "419"
9321        },
9322        {
9323          "name": "state",
9324          "default": null,
9325          "type": "int"
9326        },
9327        {
9328          "name": "new_state",
9329          "type": "int"
9330        }
9331      ],
9332      "meta-type": "object"
9333    },
9334    {
9335      "name": "341",
9336      "meta-type": "enum",
9337      "values": [
9338        "auto",
9339        "on",
9340        "off"
9341      ]
9342    },
9343    {
9344      "name": "342",
9345      "meta-type": "enum",
9346      "values": [
9347        "threads",
9348        "native"
9349      ]
9350    },
9351    {
9352      "name": "[343]",
9353      "element-type": "343",
9354      "meta-type": "array"
9355    },
9356    {
9357      "name": "343",
9358      "tag": "type",
9359      "variants": [
9360        {
9361          "case": "inet",
9362          "type": "354"
9363        },
9364        {
9365          "case": "unix",
9366          "type": "421"
9367        },
9368        {
9369          "case": "vsock",
9370          "type": "422"
9371        },
9372        {
9373          "case": "fd",
9374          "type": "423"
9375        }
9376      ],
9377      "members": [
9378        {
9379          "name": "type",
9380          "type": "420"
9381        }
9382      ],
9383      "meta-type": "object"
9384    },
9385    {
9386      "name": "344",
9387      "meta-type": "enum",
9388      "values": [
9389        "tcp",
9390        "iser"
9391      ]
9392    },
9393    {
9394      "name": "345",
9395      "meta-type": "enum",
9396      "values": [
9397        "crc32c",
9398        "none",
9399        "crc32c-none",
9400        "none-crc32c"
9401      ]
9402    },
9403    {
9404      "name": "346",
9405      "members": [
9406        {
9407          "name": "type",
9408          "type": "424"
9409        },
9410        {
9411          "name": "host",
9412          "type": "str"
9413        }
9414      ],
9415      "meta-type": "object"
9416    },
9417    {
9418      "name": "347",
9419      "members": [
9420        {
9421          "type": "35"
9422        },
9423        {
9424          "type": "str"
9425        },
9426        {
9427          "type": "null"
9428        }
9429      ],
9430      "meta-type": "alternate"
9431    },
9432    {
9433      "name": "348",
9434      "members": [
9435        {
9436          "type": "425"
9437        },
9438        {
9439          "type": "426"
9440        }
9441      ],
9442      "meta-type": "alternate"
9443    },
9444    {
9445      "name": "349",
9446      "tag": "format",
9447      "variants": [
9448        {
9449          "case": "aes",
9450          "type": "428"
9451        },
9452        {
9453          "case": "luks",
9454          "type": "429"
9455        }
9456      ],
9457      "members": [
9458        {
9459          "name": "format",
9460          "type": "427"
9461        }
9462      ],
9463      "meta-type": "object"
9464    },
9465    {
9466      "name": "350",
9467      "tag": "format",
9468      "variants": [
9469        {
9470          "case": "aes",
9471          "type": "428"
9472        }
9473      ],
9474      "members": [
9475        {
9476          "name": "format",
9477          "type": "430"
9478        }
9479      ],
9480      "meta-type": "object"
9481    },
9482    {
9483      "name": "[338]",
9484      "element-type": "338",
9485      "meta-type": "array"
9486    },
9487    {
9488      "name": "351",
9489      "meta-type": "enum",
9490      "values": [
9491        "quorum",
9492        "fifo"
9493      ]
9494    },
9495    {
9496      "name": "[352]",
9497      "element-type": "352",
9498      "meta-type": "array"
9499    },
9500    {
9501      "name": "352",
9502      "members": [
9503        {
9504          "name": "host",
9505          "type": "str"
9506        },
9507        {
9508          "name": "port",
9509          "type": "str"
9510        }
9511      ],
9512      "meta-type": "object"
9513    },
9514    {
9515      "name": "353",
9516      "meta-type": "enum",
9517      "values": [
9518        "primary",
9519        "secondary"
9520      ]
9521    },
9522    {
9523      "name": "354",
9524      "members": [
9525        {
9526          "name": "host",
9527          "type": "str"
9528        },
9529        {
9530          "name": "port",
9531          "type": "str"
9532        },
9533        {
9534          "name": "numeric",
9535          "default": null,
9536          "type": "bool"
9537        },
9538        {
9539          "name": "to",
9540          "default": null,
9541          "type": "int"
9542        },
9543        {
9544          "name": "ipv4",
9545          "default": null,
9546          "type": "bool"
9547        },
9548        {
9549          "name": "ipv6",
9550          "default": null,
9551          "type": "bool"
9552        }
9553      ],
9554      "meta-type": "object"
9555    },
9556    {
9557      "name": "355",
9558      "tag": "mode",
9559      "variants": [
9560        {
9561          "case": "none",
9562          "type": "432"
9563        },
9564        {
9565          "case": "hash",
9566          "type": "433"
9567        },
9568        {
9569          "case": "known_hosts",
9570          "type": "432"
9571        }
9572      ],
9573      "members": [
9574        {
9575          "name": "mode",
9576          "type": "431"
9577        }
9578      ],
9579      "meta-type": "object"
9580    },
9581    {
9582      "name": "356",
9583      "meta-type": "enum",
9584      "values": [
9585        "off",
9586        "metadata",
9587        "falloc",
9588        "full"
9589      ]
9590    },
9591    {
9592      "name": "357",
9593      "meta-type": "enum",
9594      "values": [
9595        "aes-128",
9596        "aes-192",
9597        "aes-256",
9598        "des-rfb",
9599        "3des",
9600        "cast5-128",
9601        "serpent-128",
9602        "serpent-192",
9603        "serpent-256",
9604        "twofish-128",
9605        "twofish-192",
9606        "twofish-256"
9607      ]
9608    },
9609    {
9610      "name": "358",
9611      "meta-type": "enum",
9612      "values": [
9613        "ecb",
9614        "cbc",
9615        "xts",
9616        "ctr"
9617      ]
9618    },
9619    {
9620      "name": "359",
9621      "meta-type": "enum",
9622      "values": [
9623        "plain",
9624        "plain64",
9625        "essiv"
9626      ]
9627    },
9628    {
9629      "name": "360",
9630      "meta-type": "enum",
9631      "values": [
9632        "md5",
9633        "sha1",
9634        "sha224",
9635        "sha256",
9636        "sha384",
9637        "sha512",
9638        "ripemd160"
9639      ]
9640    },
9641    {
9642      "name": "361",
9643      "tag": "format",
9644      "variants": [
9645        {
9646          "case": "qcow",
9647          "type": "428"
9648        },
9649        {
9650          "case": "luks",
9651          "type": "435"
9652        }
9653      ],
9654      "members": [
9655        {
9656          "name": "format",
9657          "type": "434"
9658        }
9659      ],
9660      "meta-type": "object"
9661    },
9662    {
9663      "name": "362",
9664      "meta-type": "enum",
9665      "values": [
9666        "v2",
9667        "v3"
9668      ]
9669    },
9670    {
9671      "name": "363",
9672      "tag": "type",
9673      "variants": [
9674        {
9675          "case": "full",
9676          "type": "437"
9677        },
9678        {
9679          "case": "erasure-coded",
9680          "type": "438"
9681        }
9682      ],
9683      "members": [
9684        {
9685          "name": "type",
9686          "type": "436"
9687        }
9688      ],
9689      "meta-type": "object"
9690    },
9691    {
9692      "name": "364",
9693      "meta-type": "enum",
9694      "values": [
9695        "dynamic",
9696        "fixed"
9697      ]
9698    },
9699    {
9700      "name": "365",
9701      "meta-type": "enum",
9702      "values": [
9703        "dynamic",
9704        "fixed"
9705      ]
9706    },
9707    {
9708      "name": "null",
9709      "json-type": "null",
9710      "meta-type": "builtin"
9711    },
9712    {
9713      "name": "366",
9714      "meta-type": "enum",
9715      "values": [
9716        "inet",
9717        "unix",
9718        "vsock",
9719        "fd"
9720      ]
9721    },
9722    {
9723      "name": "367",
9724      "members": [
9725        {
9726          "name": "data",
9727          "type": "354"
9728        }
9729      ],
9730      "meta-type": "object"
9731    },
9732    {
9733      "name": "368",
9734      "members": [
9735        {
9736          "name": "data",
9737          "type": "421"
9738        }
9739      ],
9740      "meta-type": "object"
9741    },
9742    {
9743      "name": "369",
9744      "members": [
9745        {
9746          "name": "data",
9747          "type": "422"
9748        }
9749      ],
9750      "meta-type": "object"
9751    },
9752    {
9753      "name": "370",
9754      "members": [
9755        {
9756          "name": "data",
9757          "type": "423"
9758        }
9759      ],
9760      "meta-type": "object"
9761    },
9762    {
9763      "name": "371",
9764      "meta-type": "enum",
9765      "values": [
9766        "file",
9767        "serial",
9768        "parallel",
9769        "pipe",
9770        "socket",
9771        "udp",
9772        "pty",
9773        "null",
9774        "mux",
9775        "msmouse",
9776        "wctablet",
9777        "braille",
9778        "testdev",
9779        "stdio",
9780        "console",
9781        "spicevmc",
9782        "spiceport",
9783        "vc",
9784        "ringbuf",
9785        "memory"
9786      ]
9787    },
9788    {
9789      "name": "372",
9790      "members": [
9791        {
9792          "name": "data",
9793          "type": "439"
9794        }
9795      ],
9796      "meta-type": "object"
9797    },
9798    {
9799      "name": "373",
9800      "members": [
9801        {
9802          "name": "data",
9803          "type": "440"
9804        }
9805      ],
9806      "meta-type": "object"
9807    },
9808    {
9809      "name": "374",
9810      "members": [
9811        {
9812          "name": "data",
9813          "type": "441"
9814        }
9815      ],
9816      "meta-type": "object"
9817    },
9818    {
9819      "name": "375",
9820      "members": [
9821        {
9822          "name": "data",
9823          "type": "442"
9824        }
9825      ],
9826      "meta-type": "object"
9827    },
9828    {
9829      "name": "376",
9830      "members": [
9831        {
9832          "name": "data",
9833          "type": "443"
9834        }
9835      ],
9836      "meta-type": "object"
9837    },
9838    {
9839      "name": "377",
9840      "members": [
9841        {
9842          "name": "data",
9843          "type": "444"
9844        }
9845      ],
9846      "meta-type": "object"
9847    },
9848    {
9849      "name": "378",
9850      "members": [
9851        {
9852          "name": "data",
9853          "type": "445"
9854        }
9855      ],
9856      "meta-type": "object"
9857    },
9858    {
9859      "name": "379",
9860      "members": [
9861        {
9862          "name": "data",
9863          "type": "446"
9864        }
9865      ],
9866      "meta-type": "object"
9867    },
9868    {
9869      "name": "380",
9870      "members": [
9871        {
9872          "name": "data",
9873          "type": "447"
9874        }
9875      ],
9876      "meta-type": "object"
9877    },
9878    {
9879      "name": "381",
9880      "members": [
9881        {
9882          "name": "data",
9883          "type": "448"
9884        }
9885      ],
9886      "meta-type": "object"
9887    },
9888    {
9889      "name": "382",
9890      "members": [
9891        {
9892          "name": "data",
9893          "type": "449"
9894        }
9895      ],
9896      "meta-type": "object"
9897    },
9898    {
9899      "name": "383",
9900      "meta-type": "enum",
9901      "values": [
9902        "passthrough",
9903        "emulator"
9904      ]
9905    },
9906    {
9907      "name": "384",
9908      "members": [
9909        {
9910          "name": "data",
9911          "type": "450"
9912        }
9913      ],
9914      "meta-type": "object"
9915    },
9916    {
9917      "name": "385",
9918      "members": [
9919        {
9920          "name": "data",
9921          "type": "451"
9922        }
9923      ],
9924      "meta-type": "object"
9925    },
9926    {
9927      "name": "386",
9928      "meta-type": "enum",
9929      "values": [
9930        "number",
9931        "qcode"
9932      ]
9933    },
9934    {
9935      "name": "387",
9936      "members": [
9937        {
9938          "name": "data",
9939          "type": "int"
9940        }
9941      ],
9942      "meta-type": "object"
9943    },
9944    {
9945      "name": "388",
9946      "members": [
9947        {
9948          "name": "data",
9949          "type": "452"
9950        }
9951      ],
9952      "meta-type": "object"
9953    },
9954    {
9955      "name": "389",
9956      "meta-type": "enum",
9957      "values": [
9958        "key",
9959        "btn",
9960        "rel",
9961        "abs"
9962      ]
9963    },
9964    {
9965      "name": "390",
9966      "members": [
9967        {
9968          "name": "data",
9969          "type": "453"
9970        }
9971      ],
9972      "meta-type": "object"
9973    },
9974    {
9975      "name": "391",
9976      "members": [
9977        {
9978          "name": "data",
9979          "type": "454"
9980        }
9981      ],
9982      "meta-type": "object"
9983    },
9984    {
9985      "name": "392",
9986      "members": [
9987        {
9988          "name": "data",
9989          "type": "455"
9990        }
9991      ],
9992      "meta-type": "object"
9993    },
9994    {
9995      "name": "393",
9996      "meta-type": "enum",
9997      "values": [
9998        "abort",
9999        "block-dirty-bitmap-add",
10000        "block-dirty-bitmap-clear",
10001        "blockdev-backup",
10002        "blockdev-snapshot",
10003        "blockdev-snapshot-internal-sync",
10004        "blockdev-snapshot-sync",
10005        "drive-backup"
10006      ]
10007    },
10008    {
10009      "name": "394",
10010      "members": [
10011        {
10012          "name": "data",
10013          "type": "456"
10014        }
10015      ],
10016      "meta-type": "object"
10017    },
10018    {
10019      "name": "395",
10020      "members": [
10021        {
10022          "name": "data",
10023          "type": "22"
10024        }
10025      ],
10026      "meta-type": "object"
10027    },
10028    {
10029      "name": "396",
10030      "members": [
10031        {
10032          "name": "data",
10033          "type": "23"
10034        }
10035      ],
10036      "meta-type": "object"
10037    },
10038    {
10039      "name": "397",
10040      "members": [
10041        {
10042          "name": "data",
10043          "type": "19"
10044        }
10045      ],
10046      "meta-type": "object"
10047    },
10048    {
10049      "name": "398",
10050      "members": [
10051        {
10052          "name": "data",
10053          "type": "15"
10054        }
10055      ],
10056      "meta-type": "object"
10057    },
10058    {
10059      "name": "399",
10060      "members": [
10061        {
10062          "name": "data",
10063          "type": "54"
10064        }
10065      ],
10066      "meta-type": "object"
10067    },
10068    {
10069      "name": "400",
10070      "members": [
10071        {
10072          "name": "data",
10073          "type": "14"
10074        }
10075      ],
10076      "meta-type": "object"
10077    },
10078    {
10079      "name": "401",
10080      "members": [
10081        {
10082          "name": "data",
10083          "type": "18"
10084        }
10085      ],
10086      "meta-type": "object"
10087    },
10088    {
10089      "name": "402",
10090      "meta-type": "enum",
10091      "values": [
10092        "individual",
10093        "grouped"
10094      ]
10095    },
10096    {
10097      "name": "403",
10098      "meta-type": "enum",
10099      "values": [
10100        "string",
10101        "number",
10102        "int",
10103        "boolean",
10104        "null",
10105        "object",
10106        "array",
10107        "value"
10108      ]
10109    },
10110    {
10111      "name": "[404]",
10112      "element-type": "404",
10113      "meta-type": "array"
10114    },
10115    {
10116      "name": "404",
10117      "members": [
10118        {
10119          "name": "name",
10120          "type": "str"
10121        },
10122        {
10123          "name": "type",
10124          "type": "str"
10125        },
10126        {
10127          "name": "default",
10128          "default": null,
10129          "type": "any"
10130        }
10131      ],
10132      "meta-type": "object"
10133    },
10134    {
10135      "name": "[405]",
10136      "element-type": "405",
10137      "meta-type": "array"
10138    },
10139    {
10140      "name": "405",
10141      "members": [
10142        {
10143          "name": "case",
10144          "type": "str"
10145        },
10146        {
10147          "name": "type",
10148          "type": "str"
10149        }
10150      ],
10151      "meta-type": "object"
10152    },
10153    {
10154      "name": "[406]",
10155      "element-type": "406",
10156      "meta-type": "array"
10157    },
10158    {
10159      "name": "406",
10160      "members": [
10161        {
10162          "name": "type",
10163          "type": "str"
10164        }
10165      ],
10166      "meta-type": "object"
10167    },
10168    {
10169      "name": "407",
10170      "meta-type": "enum",
10171      "values": [
10172        "uninitialized",
10173        "stopped",
10174        "check-stop",
10175        "operating",
10176        "load"
10177      ]
10178    },
10179    {
10180      "name": "408",
10181      "members": [
10182        {
10183          "name": "desc",
10184          "default": null,
10185          "type": "str"
10186        },
10187        {
10188          "name": "class",
10189          "type": "int"
10190        }
10191      ],
10192      "meta-type": "object"
10193    },
10194    {
10195      "name": "409",
10196      "members": [
10197        {
10198          "name": "device",
10199          "type": "int"
10200        },
10201        {
10202          "name": "vendor",
10203          "type": "int"
10204        }
10205      ],
10206      "meta-type": "object"
10207    },
10208    {
10209      "name": "410",
10210      "members": [
10211        {
10212          "name": "bus",
10213          "type": "457"
10214        },
10215        {
10216          "name": "devices",
10217          "default": null,
10218          "type": "[317]"
10219        }
10220      ],
10221      "meta-type": "object"
10222    },
10223    {
10224      "name": "[411]",
10225      "element-type": "411",
10226      "meta-type": "array"
10227    },
10228    {
10229      "name": "411",
10230      "members": [
10231        {
10232          "name": "bar",
10233          "type": "int"
10234        },
10235        {
10236          "name": "type",
10237          "type": "str"
10238        },
10239        {
10240          "name": "address",
10241          "type": "int"
10242        },
10243        {
10244          "name": "size",
10245          "type": "int"
10246        },
10247        {
10248          "name": "prefetch",
10249          "default": null,
10250          "type": "bool"
10251        },
10252        {
10253          "name": "mem_type_64",
10254          "default": null,
10255          "type": "bool"
10256        }
10257      ],
10258      "meta-type": "object"
10259    },
10260    {
10261      "name": "412",
10262      "meta-type": "enum",
10263      "values": [
10264        "string",
10265        "boolean",
10266        "number",
10267        "size"
10268      ]
10269    },
10270    {
10271      "name": "413",
10272      "members": [
10273        {
10274          "name": "id",
10275          "default": null,
10276          "type": "str"
10277        },
10278        {
10279          "name": "addr",
10280          "type": "int"
10281        },
10282        {
10283          "name": "size",
10284          "type": "int"
10285        },
10286        {
10287          "name": "slot",
10288          "type": "int"
10289        },
10290        {
10291          "name": "node",
10292          "type": "int"
10293        },
10294        {
10295          "name": "memdev",
10296          "type": "str"
10297        },
10298        {
10299          "name": "hotplugged",
10300          "type": "bool"
10301        },
10302        {
10303          "name": "hotpluggable",
10304          "type": "bool"
10305        }
10306      ],
10307      "meta-type": "object"
10308    },
10309    {
10310      "name": "414",
10311      "meta-type": "enum",
10312      "values": [
10313        "unknown",
10314        "disabled-wait",
10315        "extint-loop",
10316        "pgmint-loop",
10317        "opint-loop"
10318      ]
10319    },
10320    {
10321      "name": "415",
10322      "meta-type": "enum",
10323      "values": [
10324        "qcow2",
10325        "vmdk",
10326        "luks"
10327      ]
10328    },
10329    {
10330      "name": "416",
10331      "members": [
10332        {
10333          "name": "data",
10334          "type": "458"
10335        }
10336      ],
10337      "meta-type": "object"
10338    },
10339    {
10340      "name": "417",
10341      "members": [
10342        {
10343          "name": "data",
10344          "type": "459"
10345        }
10346      ],
10347      "meta-type": "object"
10348    },
10349    {
10350      "name": "418",
10351      "members": [
10352        {
10353          "name": "data",
10354          "type": "460"
10355        }
10356      ],
10357      "meta-type": "object"
10358    },
10359    {
10360      "name": "419",
10361      "meta-type": "enum",
10362      "values": [
10363        "l1_update",
10364        "l1_grow_alloc_table",
10365        "l1_grow_write_table",
10366        "l1_grow_activate_table",
10367        "l2_load",
10368        "l2_update",
10369        "l2_update_compressed",
10370        "l2_alloc_cow_read",
10371        "l2_alloc_write",
10372        "read_aio",
10373        "read_backing_aio",
10374        "read_compressed",
10375        "write_aio",
10376        "write_compressed",
10377        "vmstate_load",
10378        "vmstate_save",
10379        "cow_read",
10380        "cow_write",
10381        "reftable_load",
10382        "reftable_grow",
10383        "reftable_update",
10384        "refblock_load",
10385        "refblock_update",
10386        "refblock_update_part",
10387        "refblock_alloc",
10388        "refblock_alloc_hookup",
10389        "refblock_alloc_write",
10390        "refblock_alloc_write_blocks",
10391        "refblock_alloc_write_table",
10392        "refblock_alloc_switch_table",
10393        "cluster_alloc",
10394        "cluster_alloc_bytes",
10395        "cluster_free",
10396        "flush_to_os",
10397        "flush_to_disk",
10398        "pwritev_rmw_head",
10399        "pwritev_rmw_after_head",
10400        "pwritev_rmw_tail",
10401        "pwritev_rmw_after_tail",
10402        "pwritev",
10403        "pwritev_zero",
10404        "pwritev_done",
10405        "empty_image_prepare",
10406        "l1_shrink_write_table",
10407        "l1_shrink_free_l2_clusters",
10408        "cor_write"
10409      ]
10410    },
10411    {
10412      "name": "420",
10413      "meta-type": "enum",
10414      "values": [
10415        "inet",
10416        "unix",
10417        "vsock",
10418        "fd"
10419      ]
10420    },
10421    {
10422      "name": "421",
10423      "members": [
10424        {
10425          "name": "path",
10426          "type": "str"
10427        }
10428      ],
10429      "meta-type": "object"
10430    },
10431    {
10432      "name": "422",
10433      "members": [
10434        {
10435          "name": "cid",
10436          "type": "str"
10437        },
10438        {
10439          "name": "port",
10440          "type": "str"
10441        }
10442      ],
10443      "meta-type": "object"
10444    },
10445    {
10446      "name": "423",
10447      "members": [
10448        {
10449          "name": "str",
10450          "type": "str"
10451        }
10452      ],
10453      "meta-type": "object"
10454    },
10455    {
10456      "name": "424",
10457      "meta-type": "enum",
10458      "values": [
10459        "inet"
10460      ]
10461    },
10462    {
10463      "name": "425",
10464      "members": [
10465        {
10466          "name": "template",
10467          "default": null,
10468          "type": "426"
10469        },
10470        {
10471          "name": "main-header",
10472          "default": null,
10473          "type": "bool"
10474        },
10475        {
10476          "name": "active-l1",
10477          "default": null,
10478          "type": "bool"
10479        },
10480        {
10481          "name": "active-l2",
10482          "default": null,
10483          "type": "bool"
10484        },
10485        {
10486          "name": "refcount-table",
10487          "default": null,
10488          "type": "bool"
10489        },
10490        {
10491          "name": "refcount-block",
10492          "default": null,
10493          "type": "bool"
10494        },
10495        {
10496          "name": "snapshot-table",
10497          "default": null,
10498          "type": "bool"
10499        },
10500        {
10501          "name": "inactive-l1",
10502          "default": null,
10503          "type": "bool"
10504        },
10505        {
10506          "name": "inactive-l2",
10507          "default": null,
10508          "type": "bool"
10509        }
10510      ],
10511      "meta-type": "object"
10512    },
10513    {
10514      "name": "426",
10515      "meta-type": "enum",
10516      "values": [
10517        "none",
10518        "constant",
10519        "cached",
10520        "all"
10521      ]
10522    },
10523    {
10524      "name": "427",
10525      "meta-type": "enum",
10526      "values": [
10527        "aes",
10528        "luks"
10529      ]
10530    },
10531    {
10532      "name": "428",
10533      "members": [
10534        {
10535          "name": "key-secret",
10536          "default": null,
10537          "type": "str"
10538        }
10539      ],
10540      "meta-type": "object"
10541    },
10542    {
10543      "name": "429",
10544      "members": [
10545        {
10546          "name": "key-secret",
10547          "default": null,
10548          "type": "str"
10549        }
10550      ],
10551      "meta-type": "object"
10552    },
10553    {
10554      "name": "430",
10555      "meta-type": "enum",
10556      "values": [
10557        "aes"
10558      ]
10559    },
10560    {
10561      "name": "431",
10562      "meta-type": "enum",
10563      "values": [
10564        "none",
10565        "hash",
10566        "known_hosts"
10567      ]
10568    },
10569    {
10570      "name": "432",
10571      "members": [
10572      ],
10573      "meta-type": "object"
10574    },
10575    {
10576      "name": "433",
10577      "members": [
10578        {
10579          "name": "type",
10580          "type": "461"
10581        },
10582        {
10583          "name": "hash",
10584          "type": "str"
10585        }
10586      ],
10587      "meta-type": "object"
10588    },
10589    {
10590      "name": "434",
10591      "meta-type": "enum",
10592      "values": [
10593        "qcow",
10594        "luks"
10595      ]
10596    },
10597    {
10598      "name": "435",
10599      "members": [
10600        {
10601          "name": "key-secret",
10602          "default": null,
10603          "type": "str"
10604        },
10605        {
10606          "name": "cipher-alg",
10607          "default": null,
10608          "type": "357"
10609        },
10610        {
10611          "name": "cipher-mode",
10612          "default": null,
10613          "type": "358"
10614        },
10615        {
10616          "name": "ivgen-alg",
10617          "default": null,
10618          "type": "359"
10619        },
10620        {
10621          "name": "ivgen-hash-alg",
10622          "default": null,
10623          "type": "360"
10624        },
10625        {
10626          "name": "hash-alg",
10627          "default": null,
10628          "type": "360"
10629        },
10630        {
10631          "name": "iter-time",
10632          "default": null,
10633          "type": "int"
10634        }
10635      ],
10636      "meta-type": "object"
10637    },
10638    {
10639      "name": "436",
10640      "meta-type": "enum",
10641      "values": [
10642        "full",
10643        "erasure-coded"
10644      ]
10645    },
10646    {
10647      "name": "437",
10648      "members": [
10649        {
10650          "name": "copies",
10651          "type": "int"
10652        }
10653      ],
10654      "meta-type": "object"
10655    },
10656    {
10657      "name": "438",
10658      "members": [
10659        {
10660          "name": "data-strips",
10661          "type": "int"
10662        },
10663        {
10664          "name": "parity-strips",
10665          "type": "int"
10666        }
10667      ],
10668      "meta-type": "object"
10669    },
10670    {
10671      "name": "439",
10672      "members": [
10673        {
10674          "name": "logfile",
10675          "default": null,
10676          "type": "str"
10677        },
10678        {
10679          "name": "logappend",
10680          "default": null,
10681          "type": "bool"
10682        },
10683        {
10684          "name": "in",
10685          "default": null,
10686          "type": "str"
10687        },
10688        {
10689          "name": "out",
10690          "type": "str"
10691        },
10692        {
10693          "name": "append",
10694          "default": null,
10695          "type": "bool"
10696        }
10697      ],
10698      "meta-type": "object"
10699    },
10700    {
10701      "name": "440",
10702      "members": [
10703        {
10704          "name": "logfile",
10705          "default": null,
10706          "type": "str"
10707        },
10708        {
10709          "name": "logappend",
10710          "default": null,
10711          "type": "bool"
10712        },
10713        {
10714          "name": "device",
10715          "type": "str"
10716        }
10717      ],
10718      "meta-type": "object"
10719    },
10720    {
10721      "name": "441",
10722      "members": [
10723        {
10724          "name": "logfile",
10725          "default": null,
10726          "type": "str"
10727        },
10728        {
10729          "name": "logappend",
10730          "default": null,
10731          "type": "bool"
10732        },
10733        {
10734          "name": "addr",
10735          "type": "265"
10736        },
10737        {
10738          "name": "tls-creds",
10739          "default": null,
10740          "type": "str"
10741        },
10742        {
10743          "name": "server",
10744          "default": null,
10745          "type": "bool"
10746        },
10747        {
10748          "name": "wait",
10749          "default": null,
10750          "type": "bool"
10751        },
10752        {
10753          "name": "nodelay",
10754          "default": null,
10755          "type": "bool"
10756        },
10757        {
10758          "name": "telnet",
10759          "default": null,
10760          "type": "bool"
10761        },
10762        {
10763          "name": "tn3270",
10764          "default": null,
10765          "type": "bool"
10766        },
10767        {
10768          "name": "reconnect",
10769          "default": null,
10770          "type": "int"
10771        }
10772      ],
10773      "meta-type": "object"
10774    },
10775    {
10776      "name": "442",
10777      "members": [
10778        {
10779          "name": "logfile",
10780          "default": null,
10781          "type": "str"
10782        },
10783        {
10784          "name": "logappend",
10785          "default": null,
10786          "type": "bool"
10787        },
10788        {
10789          "name": "remote",
10790          "type": "265"
10791        },
10792        {
10793          "name": "local",
10794          "default": null,
10795          "type": "265"
10796        }
10797      ],
10798      "meta-type": "object"
10799    },
10800    {
10801      "name": "443",
10802      "members": [
10803        {
10804          "name": "logfile",
10805          "default": null,
10806          "type": "str"
10807        },
10808        {
10809          "name": "logappend",
10810          "default": null,
10811          "type": "bool"
10812        }
10813      ],
10814      "meta-type": "object"
10815    },
10816    {
10817      "name": "444",
10818      "members": [
10819        {
10820          "name": "logfile",
10821          "default": null,
10822          "type": "str"
10823        },
10824        {
10825          "name": "logappend",
10826          "default": null,
10827          "type": "bool"
10828        },
10829        {
10830          "name": "chardev",
10831          "type": "str"
10832        }
10833      ],
10834      "meta-type": "object"
10835    },
10836    {
10837      "name": "445",
10838      "members": [
10839        {
10840          "name": "logfile",
10841          "default": null,
10842          "type": "str"
10843        },
10844        {
10845          "name": "logappend",
10846          "default": null,
10847          "type": "bool"
10848        },
10849        {
10850          "name": "signal",
10851          "default": null,
10852          "type": "bool"
10853        }
10854      ],
10855      "meta-type": "object"
10856    },
10857    {
10858      "name": "446",
10859      "members": [
10860        {
10861          "name": "logfile",
10862          "default": null,
10863          "type": "str"
10864        },
10865        {
10866          "name": "logappend",
10867          "default": null,
10868          "type": "bool"
10869        },
10870        {
10871          "name": "type",
10872          "type": "str"
10873        }
10874      ],
10875      "meta-type": "object"
10876    },
10877    {
10878      "name": "447",
10879      "members": [
10880        {
10881          "name": "logfile",
10882          "default": null,
10883          "type": "str"
10884        },
10885        {
10886          "name": "logappend",
10887          "default": null,
10888          "type": "bool"
10889        },
10890        {
10891          "name": "fqdn",
10892          "type": "str"
10893        }
10894      ],
10895      "meta-type": "object"
10896    },
10897    {
10898      "name": "448",
10899      "members": [
10900        {
10901          "name": "logfile",
10902          "default": null,
10903          "type": "str"
10904        },
10905        {
10906          "name": "logappend",
10907          "default": null,
10908          "type": "bool"
10909        },
10910        {
10911          "name": "width",
10912          "default": null,
10913          "type": "int"
10914        },
10915        {
10916          "name": "height",
10917          "default": null,
10918          "type": "int"
10919        },
10920        {
10921          "name": "cols",
10922          "default": null,
10923          "type": "int"
10924        },
10925        {
10926          "name": "rows",
10927          "default": null,
10928          "type": "int"
10929        }
10930      ],
10931      "meta-type": "object"
10932    },
10933    {
10934      "name": "449",
10935      "members": [
10936        {
10937          "name": "logfile",
10938          "default": null,
10939          "type": "str"
10940        },
10941        {
10942          "name": "logappend",
10943          "default": null,
10944          "type": "bool"
10945        },
10946        {
10947          "name": "size",
10948          "default": null,
10949          "type": "int"
10950        }
10951      ],
10952      "meta-type": "object"
10953    },
10954    {
10955      "name": "450",
10956      "members": [
10957        {
10958          "name": "path",
10959          "default": null,
10960          "type": "str"
10961        },
10962        {
10963          "name": "cancel-path",
10964          "default": null,
10965          "type": "str"
10966        }
10967      ],
10968      "meta-type": "object"
10969    },
10970    {
10971      "name": "451",
10972      "members": [
10973        {
10974          "name": "chardev",
10975          "type": "str"
10976        }
10977      ],
10978      "meta-type": "object"
10979    },
10980    {
10981      "name": "452",
10982      "meta-type": "enum",
10983      "values": [
10984        "unmapped",
10985        "shift",
10986        "shift_r",
10987        "alt",
10988        "alt_r",
10989        "ctrl",
10990        "ctrl_r",
10991        "menu",
10992        "esc",
10993        "1",
10994        "2",
10995        "3",
10996        "4",
10997        "5",
10998        "6",
10999        "7",
11000        "8",
11001        "9",
11002        "0",
11003        "minus",
11004        "equal",
11005        "backspace",
11006        "tab",
11007        "q",
11008        "w",
11009        "e",
11010        "r",
11011        "t",
11012        "y",
11013        "u",
11014        "i",
11015        "o",
11016        "p",
11017        "bracket_left",
11018        "bracket_right",
11019        "ret",
11020        "a",
11021        "s",
11022        "d",
11023        "f",
11024        "g",
11025        "h",
11026        "j",
11027        "k",
11028        "l",
11029        "semicolon",
11030        "apostrophe",
11031        "grave_accent",
11032        "backslash",
11033        "z",
11034        "x",
11035        "c",
11036        "v",
11037        "b",
11038        "n",
11039        "m",
11040        "comma",
11041        "dot",
11042        "slash",
11043        "asterisk",
11044        "spc",
11045        "caps_lock",
11046        "f1",
11047        "f2",
11048        "f3",
11049        "f4",
11050        "f5",
11051        "f6",
11052        "f7",
11053        "f8",
11054        "f9",
11055        "f10",
11056        "num_lock",
11057        "scroll_lock",
11058        "kp_divide",
11059        "kp_multiply",
11060        "kp_subtract",
11061        "kp_add",
11062        "kp_enter",
11063        "kp_decimal",
11064        "sysrq",
11065        "kp_0",
11066        "kp_1",
11067        "kp_2",
11068        "kp_3",
11069        "kp_4",
11070        "kp_5",
11071        "kp_6",
11072        "kp_7",
11073        "kp_8",
11074        "kp_9",
11075        "less",
11076        "f11",
11077        "f12",
11078        "print",
11079        "home",
11080        "pgup",
11081        "pgdn",
11082        "end",
11083        "left",
11084        "up",
11085        "down",
11086        "right",
11087        "insert",
11088        "delete",
11089        "stop",
11090        "again",
11091        "props",
11092        "undo",
11093        "front",
11094        "copy",
11095        "open",
11096        "paste",
11097        "find",
11098        "cut",
11099        "lf",
11100        "help",
11101        "meta_l",
11102        "meta_r",
11103        "compose",
11104        "pause",
11105        "ro",
11106        "hiragana",
11107        "henkan",
11108        "yen",
11109        "muhenkan",
11110        "katakanahiragana",
11111        "kp_comma",
11112        "kp_equals",
11113        "power",
11114        "sleep",
11115        "wake",
11116        "audionext",
11117        "audioprev",
11118        "audiostop",
11119        "audioplay",
11120        "audiomute",
11121        "volumeup",
11122        "volumedown",
11123        "mediaselect",
11124        "mail",
11125        "calculator",
11126        "computer",
11127        "ac_home",
11128        "ac_back",
11129        "ac_forward",
11130        "ac_refresh",
11131        "ac_bookmarks"
11132      ]
11133    },
11134    {
11135      "name": "453",
11136      "members": [
11137        {
11138          "name": "key",
11139          "type": "288"
11140        },
11141        {
11142          "name": "down",
11143          "type": "bool"
11144        }
11145      ],
11146      "meta-type": "object"
11147    },
11148    {
11149      "name": "454",
11150      "members": [
11151        {
11152          "name": "button",
11153          "type": "462"
11154        },
11155        {
11156          "name": "down",
11157          "type": "bool"
11158        }
11159      ],
11160      "meta-type": "object"
11161    },
11162    {
11163      "name": "455",
11164      "members": [
11165        {
11166          "name": "axis",
11167          "type": "463"
11168        },
11169        {
11170          "name": "value",
11171          "type": "int"
11172        }
11173      ],
11174      "meta-type": "object"
11175    },
11176    {
11177      "name": "456",
11178      "members": [
11179      ],
11180      "meta-type": "object"
11181    },
11182    {
11183      "name": "457",
11184      "members": [
11185        {
11186          "name": "number",
11187          "type": "int"
11188        },
11189        {
11190          "name": "secondary",
11191          "type": "int"
11192        },
11193        {
11194          "name": "subordinate",
11195          "type": "int"
11196        },
11197        {
11198          "name": "io_range",
11199          "type": "464"
11200        },
11201        {
11202          "name": "memory_range",
11203          "type": "464"
11204        },
11205        {
11206          "name": "prefetchable_range",
11207          "type": "464"
11208        }
11209      ],
11210      "meta-type": "object"
11211    },
11212    {
11213      "name": "458",
11214      "members": [
11215        {
11216          "name": "compat",
11217          "type": "str"
11218        },
11219        {
11220          "name": "lazy-refcounts",
11221          "default": null,
11222          "type": "bool"
11223        },
11224        {
11225          "name": "corrupt",
11226          "default": null,
11227          "type": "bool"
11228        },
11229        {
11230          "name": "refcount-bits",
11231          "type": "int"
11232        },
11233        {
11234          "name": "encrypt",
11235          "default": null,
11236          "type": "465"
11237        }
11238      ],
11239      "meta-type": "object"
11240    },
11241    {
11242      "name": "459",
11243      "members": [
11244        {
11245          "name": "create-type",
11246          "type": "str"
11247        },
11248        {
11249          "name": "cid",
11250          "type": "int"
11251        },
11252        {
11253          "name": "parent-cid",
11254          "type": "int"
11255        },
11256        {
11257          "name": "extents",
11258          "type": "[213]"
11259        }
11260      ],
11261      "meta-type": "object"
11262    },
11263    {
11264      "name": "460",
11265      "members": [
11266        {
11267          "name": "cipher-alg",
11268          "type": "357"
11269        },
11270        {
11271          "name": "cipher-mode",
11272          "type": "358"
11273        },
11274        {
11275          "name": "ivgen-alg",
11276          "type": "359"
11277        },
11278        {
11279          "name": "ivgen-hash-alg",
11280          "default": null,
11281          "type": "360"
11282        },
11283        {
11284          "name": "hash-alg",
11285          "type": "360"
11286        },
11287        {
11288          "name": "payload-offset",
11289          "type": "int"
11290        },
11291        {
11292          "name": "master-key-iters",
11293          "type": "int"
11294        },
11295        {
11296          "name": "uuid",
11297          "type": "str"
11298        },
11299        {
11300          "name": "slots",
11301          "type": "[466]"
11302        }
11303      ],
11304      "meta-type": "object"
11305    },
11306    {
11307      "name": "461",
11308      "meta-type": "enum",
11309      "values": [
11310        "md5",
11311        "sha1"
11312      ]
11313    },
11314    {
11315      "name": "462",
11316      "meta-type": "enum",
11317      "values": [
11318        "left",
11319        "middle",
11320        "right",
11321        "wheel-up",
11322        "wheel-down",
11323        "side",
11324        "extra"
11325      ]
11326    },
11327    {
11328      "name": "463",
11329      "meta-type": "enum",
11330      "values": [
11331        "x",
11332        "y"
11333      ]
11334    },
11335    {
11336      "name": "464",
11337      "members": [
11338        {
11339          "name": "base",
11340          "type": "int"
11341        },
11342        {
11343          "name": "limit",
11344          "type": "int"
11345        }
11346      ],
11347      "meta-type": "object"
11348    },
11349    {
11350      "name": "465",
11351      "tag": "format",
11352      "variants": [
11353        {
11354          "case": "aes",
11355          "type": "467"
11356        },
11357        {
11358          "case": "luks",
11359          "type": "460"
11360        }
11361      ],
11362      "members": [
11363        {
11364          "name": "format",
11365          "type": "427"
11366        }
11367      ],
11368      "meta-type": "object"
11369    },
11370    {
11371      "name": "[213]",
11372      "element-type": "213",
11373      "meta-type": "array"
11374    },
11375    {
11376      "name": "[466]",
11377      "element-type": "466",
11378      "meta-type": "array"
11379    },
11380    {
11381      "name": "466",
11382      "members": [
11383        {
11384          "name": "active",
11385          "type": "bool"
11386        },
11387        {
11388          "name": "iters",
11389          "default": null,
11390          "type": "int"
11391        },
11392        {
11393          "name": "stripes",
11394          "default": null,
11395          "type": "int"
11396        },
11397        {
11398          "name": "key-offset",
11399          "type": "int"
11400        }
11401      ],
11402      "meta-type": "object"
11403    },
11404    {
11405      "name": "467",
11406      "members": [
11407      ],
11408      "meta-type": "object"
11409    }
11410  ],
11411  "id": "libvirt-4"
11412}
11413
11414{
11415  "execute": "query-commands",
11416  "id": "libvirt-5"
11417}
11418
11419{
11420  "return": [
11421    {
11422      "name": "netdev_add"
11423    },
11424    {
11425      "name": "device_add"
11426    },
11427    {
11428      "name": "query-qmp-schema"
11429    },
11430    {
11431      "name": "x-oob-test"
11432    },
11433    {
11434      "name": "query-vm-generation-id"
11435    },
11436    {
11437      "name": "query-hotpluggable-cpus"
11438    },
11439    {
11440      "name": "xen-load-devices-state"
11441    },
11442    {
11443      "name": "query-acpi-ospm-status"
11444    },
11445    {
11446      "name": "query-memory-devices"
11447    },
11448    {
11449      "name": "query-memdev"
11450    },
11451    {
11452      "name": "query-command-line-options"
11453    },
11454    {
11455      "name": "query-target"
11456    },
11457    {
11458      "name": "query-fdsets"
11459    },
11460    {
11461      "name": "remove-fd"
11462    },
11463    {
11464      "name": "add-fd"
11465    },
11466    {
11467      "name": "query-cpu-definitions"
11468    },
11469    {
11470      "name": "query-memory-size-summary"
11471    },
11472    {
11473      "name": "query-machines"
11474    },
11475    {
11476      "name": "closefd"
11477    },
11478    {
11479      "name": "getfd"
11480    },
11481    {
11482      "name": "object-del"
11483    },
11484    {
11485      "name": "object-add"
11486    },
11487    {
11488      "name": "query-dump-guest-memory-capability"
11489    },
11490    {
11491      "name": "query-dump"
11492    },
11493    {
11494      "name": "dump-guest-memory"
11495    },
11496    {
11497      "name": "device_del"
11498    },
11499    {
11500      "name": "xen-set-global-dirty-log"
11501    },
11502    {
11503      "name": "qom-list-properties"
11504    },
11505    {
11506      "name": "device-list-properties"
11507    },
11508    {
11509      "name": "qom-list-types"
11510    },
11511    {
11512      "name": "change"
11513    },
11514    {
11515      "name": "qom-set"
11516    },
11517    {
11518      "name": "qom-get"
11519    },
11520    {
11521      "name": "qom-list"
11522    },
11523    {
11524      "name": "human-monitor-command"
11525    },
11526    {
11527      "name": "balloon"
11528    },
11529    {
11530      "name": "inject-nmi"
11531    },
11532    {
11533      "name": "system_wakeup"
11534    },
11535    {
11536      "name": "cont"
11537    },
11538    {
11539      "name": "pmemsave"
11540    },
11541    {
11542      "name": "memsave"
11543    },
11544    {
11545      "name": "cpu-add"
11546    },
11547    {
11548      "name": "system_powerdown"
11549    },
11550    {
11551      "name": "system_reset"
11552    },
11553    {
11554      "name": "stop"
11555    },
11556    {
11557      "name": "quit"
11558    },
11559    {
11560      "name": "query-pci"
11561    },
11562    {
11563      "name": "query-balloon"
11564    },
11565    {
11566      "name": "query-iothreads"
11567    },
11568    {
11569      "name": "query-cpus-fast"
11570    },
11571    {
11572      "name": "query-cpus"
11573    },
11574    {
11575      "name": "query-events"
11576    },
11577    {
11578      "name": "query-uuid"
11579    },
11580    {
11581      "name": "query-kvm"
11582    },
11583    {
11584      "name": "query-name"
11585    },
11586    {
11587      "name": "add_client"
11588    },
11589    {
11590      "name": "query-commands"
11591    },
11592    {
11593      "name": "query-version"
11594    },
11595    {
11596      "name": "qmp_capabilities"
11597    },
11598    {
11599      "name": "trace-event-set-state"
11600    },
11601    {
11602      "name": "trace-event-get-state"
11603    },
11604    {
11605      "name": "transaction"
11606    },
11607    {
11608      "name": "xen-colo-do-checkpoint"
11609    },
11610    {
11611      "name": "query-xen-replication-status"
11612    },
11613    {
11614      "name": "xen-set-replication"
11615    },
11616    {
11617      "name": "xen-save-devices-state"
11618    },
11619    {
11620      "name": "migrate-incoming"
11621    },
11622    {
11623      "name": "migrate"
11624    },
11625    {
11626      "name": "query-migrate-cache-size"
11627    },
11628    {
11629      "name": "migrate-set-cache-size"
11630    },
11631    {
11632      "name": "migrate_set_speed"
11633    },
11634    {
11635      "name": "migrate_set_downtime"
11636    },
11637    {
11638      "name": "migrate-continue"
11639    },
11640    {
11641      "name": "migrate_cancel"
11642    },
11643    {
11644      "name": "x-colo-lost-heartbeat"
11645    },
11646    {
11647      "name": "migrate-start-postcopy"
11648    },
11649    {
11650      "name": "client_migrate_info"
11651    },
11652    {
11653      "name": "query-migrate-parameters"
11654    },
11655    {
11656      "name": "migrate-set-parameters"
11657    },
11658    {
11659      "name": "query-migrate-capabilities"
11660    },
11661    {
11662      "name": "migrate-set-capabilities"
11663    },
11664    {
11665      "name": "query-migrate"
11666    },
11667    {
11668      "name": "input-send-event"
11669    },
11670    {
11671      "name": "send-key"
11672    },
11673    {
11674      "name": "query-mice"
11675    },
11676    {
11677      "name": "change-vnc-password"
11678    },
11679    {
11680      "name": "query-vnc-servers"
11681    },
11682    {
11683      "name": "query-vnc"
11684    },
11685    {
11686      "name": "screendump"
11687    },
11688    {
11689      "name": "expire_password"
11690    },
11691    {
11692      "name": "set_password"
11693    },
11694    {
11695      "name": "query-tpm"
11696    },
11697    {
11698      "name": "query-tpm-types"
11699    },
11700    {
11701      "name": "query-tpm-models"
11702    },
11703    {
11704      "name": "query-rocker-of-dpa-groups"
11705    },
11706    {
11707      "name": "query-rocker-of-dpa-flows"
11708    },
11709    {
11710      "name": "query-rocker-ports"
11711    },
11712    {
11713      "name": "query-rocker"
11714    },
11715    {
11716      "name": "query-rx-filter"
11717    },
11718    {
11719      "name": "netdev_del"
11720    },
11721    {
11722      "name": "set_link"
11723    },
11724    {
11725      "name": "chardev-send-break"
11726    },
11727    {
11728      "name": "chardev-remove"
11729    },
11730    {
11731      "name": "chardev-change"
11732    },
11733    {
11734      "name": "chardev-add"
11735    },
11736    {
11737      "name": "ringbuf-read"
11738    },
11739    {
11740      "name": "ringbuf-write"
11741    },
11742    {
11743      "name": "query-chardev-backends"
11744    },
11745    {
11746      "name": "query-chardev"
11747    },
11748    {
11749      "name": "nbd-server-stop"
11750    },
11751    {
11752      "name": "nbd-server-remove"
11753    },
11754    {
11755      "name": "nbd-server-add"
11756    },
11757    {
11758      "name": "nbd-server-start"
11759    },
11760    {
11761      "name": "eject"
11762    },
11763    {
11764      "name": "blockdev-snapshot-delete-internal-sync"
11765    },
11766    {
11767      "name": "blockdev-snapshot-internal-sync"
11768    },
11769    {
11770      "name": "x-blockdev-set-iothread"
11771    },
11772    {
11773      "name": "x-blockdev-change"
11774    },
11775    {
11776      "name": "block-set-write-threshold"
11777    },
11778    {
11779      "name": "blockdev-change-medium"
11780    },
11781    {
11782      "name": "blockdev-insert-medium"
11783    },
11784    {
11785      "name": "blockdev-remove-medium"
11786    },
11787    {
11788      "name": "blockdev-close-tray"
11789    },
11790    {
11791      "name": "blockdev-open-tray"
11792    },
11793    {
11794      "name": "x-blockdev-create"
11795    },
11796    {
11797      "name": "blockdev-del"
11798    },
11799    {
11800      "name": "blockdev-add"
11801    },
11802    {
11803      "name": "block-job-finalize"
11804    },
11805    {
11806      "name": "block-job-dismiss"
11807    },
11808    {
11809      "name": "block-job-complete"
11810    },
11811    {
11812      "name": "block-job-resume"
11813    },
11814    {
11815      "name": "block-job-pause"
11816    },
11817    {
11818      "name": "block-job-cancel"
11819    },
11820    {
11821      "name": "block-job-set-speed"
11822    },
11823    {
11824      "name": "block-stream"
11825    },
11826    {
11827      "name": "block_set_io_throttle"
11828    },
11829    {
11830      "name": "blockdev-mirror"
11831    },
11832    {
11833      "name": "x-debug-block-dirty-bitmap-sha256"
11834    },
11835    {
11836      "name": "block-dirty-bitmap-clear"
11837    },
11838    {
11839      "name": "block-dirty-bitmap-remove"
11840    },
11841    {
11842      "name": "block-dirty-bitmap-add"
11843    },
11844    {
11845      "name": "drive-mirror"
11846    },
11847    {
11848      "name": "query-named-block-nodes"
11849    },
11850    {
11851      "name": "blockdev-backup"
11852    },
11853    {
11854      "name": "drive-backup"
11855    },
11856    {
11857      "name": "block-commit"
11858    },
11859    {
11860      "name": "change-backing-file"
11861    },
11862    {
11863      "name": "blockdev-snapshot"
11864    },
11865    {
11866      "name": "blockdev-snapshot-sync"
11867    },
11868    {
11869      "name": "block_resize"
11870    },
11871    {
11872      "name": "block_passwd"
11873    },
11874    {
11875      "name": "query-block-jobs"
11876    },
11877    {
11878      "name": "query-blockstats"
11879    },
11880    {
11881      "name": "query-block"
11882    },
11883    {
11884      "name": "x-block-latency-histogram-set"
11885    },
11886    {
11887      "name": "watchdog-set-action"
11888    },
11889    {
11890      "name": "query-status"
11891    }
11892  ],
11893  "id": "libvirt-5"
11894}
11895
11896{
11897  "execute": "query-kvm",
11898  "id": "libvirt-6"
11899}
11900
11901{
11902  "return": {
11903    "enabled": true,
11904    "present": true
11905  },
11906  "id": "libvirt-6"
11907}
11908
11909{
11910  "execute": "qom-list-types",
11911  "id": "libvirt-7"
11912}
11913
11914{
11915  "return": [
11916    {
11917      "name": "vhost-vsock-pci",
11918      "parent": "virtio-pci"
11919    },
11920    {
11921      "name": "scsi-generic",
11922      "parent": "scsi-device"
11923    },
11924    {
11925      "name": "qio-channel-tls",
11926      "parent": "qio-channel"
11927    },
11928    {
11929      "name": "virtio-mmio",
11930      "parent": "sys-bus-device"
11931    },
11932    {
11933      "name": "scsi-hd",
11934      "parent": "scsi-disk-base"
11935    },
11936    {
11937      "name": "chardev-parallel",
11938      "parent": "chardev"
11939    },
11940    {
11941      "name": "mpc8568e-powerpc64-cpu",
11942      "parent": "e500v2-family-powerpc64-cpu"
11943    },
11944    {
11945      "name": "power7+_v2.1-spapr-cpu-core",
11946      "parent": "spapr-cpu-core"
11947    },
11948    {
11949      "name": "usb-bot",
11950      "parent": "usb-storage-dev"
11951    },
11952    {
11953      "name": "40p-machine",
11954      "parent": "machine"
11955    },
11956    {
11957      "name": "power8e_v2.1-powerpc64-cpu",
11958      "parent": "POWER8-family-powerpc64-cpu"
11959    },
11960    {
11961      "name": "isa-m48t59",
11962      "parent": "isa-m48txx"
11963    },
11964    {
11965      "name": "qemu-xhci",
11966      "parent": "base-xhci"
11967    },
11968    {
11969      "name": "lsi53c895a",
11970      "parent": "pci-device"
11971    },
11972    {
11973      "name": "750_v3.1-powerpc64-cpu",
11974      "parent": "750-family-powerpc64-cpu"
11975    },
11976    {
11977      "name": "mpc5200_v10-powerpc64-cpu",
11978      "parent": "G2LE-family-powerpc64-cpu"
11979    },
11980    {
11981      "name": "mpc8533e_v10-powerpc64-cpu",
11982      "parent": "e500v2-family-powerpc64-cpu"
11983    },
11984    {
11985      "name": "mpc8343e-powerpc64-cpu",
11986      "parent": "e300-family-powerpc64-cpu"
11987    },
11988    {
11989      "name": "npe405h2-powerpc64-cpu",
11990      "parent": "405-family-powerpc64-cpu"
11991    },
11992    {
11993      "name": "e300c2-powerpc64-cpu",
11994      "parent": "e300-family-powerpc64-cpu"
11995    },
11996    {
11997      "name": "403gb-powerpc64-cpu",
11998      "parent": "403-family-powerpc64-cpu"
11999    },
12000    {
12001      "name": "7447a_v1.1-powerpc64-cpu",
12002      "parent": "7445-family-powerpc64-cpu"
12003    },
12004    {
12005      "name": "power5+_v2.1-powerpc64-cpu",
12006      "parent": "POWER5P-family-powerpc64-cpu"
12007    },
12008    {
12009      "name": "mpc8555e_v11-powerpc64-cpu",
12010      "parent": "e500v2-family-powerpc64-cpu"
12011    },
12012    {
12013      "name": "pr-manager-helper",
12014      "parent": "pr-manager"
12015    },
12016    {
12017      "name": "dec-21154",
12018      "parent": "pci-device"
12019    },
12020    {
12021      "name": "virtio-keyboard-pci",
12022      "parent": "virtio-input-hid-pci"
12023    },
12024    {
12025      "name": "750cxe_v3.1-powerpc64-cpu",
12026      "parent": "750cx-family-powerpc64-cpu"
12027    },
12028    {
12029      "name": "mpc8541e_v11-powerpc64-cpu",
12030      "parent": "e500v1-family-powerpc64-cpu"
12031    },
12032    {
12033      "name": "401-powerpc64-cpu",
12034      "parent": "401-family-powerpc64-cpu"
12035    },
12036    {
12037      "name": "750cxr-powerpc64-cpu",
12038      "parent": "750cx-family-powerpc64-cpu"
12039    },
12040    {
12041      "name": "750cl_v2.0-powerpc64-cpu",
12042      "parent": "750cl-family-powerpc64-cpu"
12043    },
12044    {
12045      "name": "power8_v2.0-spapr-cpu-core",
12046      "parent": "spapr-cpu-core"
12047    },
12048    {
12049      "name": "745_v1.0-powerpc64-cpu",
12050      "parent": "745-family-powerpc64-cpu"
12051    },
12052    {
12053      "name": "ide-hd",
12054      "parent": "ide-device"
12055    },
12056    {
12057      "name": "at24c-eeprom",
12058      "parent": "i2c-slave"
12059    },
12060    {
12061      "name": "g2legp1-powerpc64-cpu",
12062      "parent": "G2LE-family-powerpc64-cpu"
12063    },
12064    {
12065      "name": "virtio-net-device",
12066      "parent": "virtio-device"
12067    },
12068    {
12069      "name": "ppc4xx-i2c",
12070      "parent": "sys-bus-device"
12071    },
12072    {
12073      "name": "601_v0-powerpc64-cpu",
12074      "parent": "601-family-powerpc64-cpu"
12075    },
12076    {
12077      "name": "macio-newworld",
12078      "parent": "macio"
12079    },
12080    {
12081      "name": "chardev-pty",
12082      "parent": "chardev"
12083    },
12084    {
12085      "name": "ppc4xx-pcihost",
12086      "parent": "pci-host-bridge"
12087    },
12088    {
12089      "name": "spapr-vio-bus",
12090      "parent": "bus"
12091    },
12092    {
12093      "name": "ppc4xx-host-bridge",
12094      "parent": "pci-device"
12095    },
12096    {
12097      "name": "750fx_v2.1-powerpc64-cpu",
12098      "parent": "750fx-family-powerpc64-cpu"
12099    },
12100    {
12101      "name": "iop480-powerpc64-cpu",
12102      "parent": "IOP480-family-powerpc64-cpu"
12103    },
12104    {
12105      "name": "power7_v2.3-spapr-cpu-core",
12106      "parent": "spapr-cpu-core"
12107    },
12108    {
12109      "name": "970fx_v2.1-powerpc64-cpu",
12110      "parent": "970-family-powerpc64-cpu"
12111    },
12112    {
12113      "name": "SUNW,fdtwo",
12114      "parent": "base-sysbus-fdc"
12115    },
12116    {
12117      "name": "440epa-powerpc64-cpu",
12118      "parent": "440EP-family-powerpc64-cpu"
12119    },
12120    {
12121      "name": "virtio-serial-pci",
12122      "parent": "virtio-pci"
12123    },
12124    {
12125      "name": "isa-pcspk",
12126      "parent": "isa-device"
12127    },
12128    {
12129      "name": "dec-21154-p2p-bridge",
12130      "parent": "base-pci-bridge"
12131    },
12132    {
12133      "name": "7445_v3.3-powerpc64-cpu",
12134      "parent": "7445-family-powerpc64-cpu"
12135    },
12136    {
12137      "name": "603e_v4.1-powerpc64-cpu",
12138      "parent": "603E-family-powerpc64-cpu"
12139    },
12140    {
12141      "name": "mpc603-powerpc64-cpu",
12142      "parent": "603E-family-powerpc64-cpu"
12143    },
12144    {
12145      "name": "spapr-vscsi",
12146      "parent": "vio-spapr-device"
12147    },
12148    {
12149      "name": "loader",
12150      "parent": "device"
12151    },
12152    {
12153      "name": "xlnx.xps-ethernetlite",
12154      "parent": "sys-bus-device"
12155    },
12156    {
12157      "name": "7410_v1.0-powerpc64-cpu",
12158      "parent": "7410-family-powerpc64-cpu"
12159    },
12160    {
12161      "name": "filter-rewriter",
12162      "parent": "netfilter"
12163    },
12164    {
12165      "name": "ics",
12166      "parent": "ics-base"
12167    },
12168    {
12169      "name": "platform-bus-device",
12170      "parent": "sys-bus-device"
12171    },
12172    {
12173      "name": "750cxe_v2.4b-powerpc64-cpu",
12174      "parent": "750cx-family-powerpc64-cpu"
12175    },
12176    {
12177      "name": "mpc8641-powerpc64-cpu",
12178      "parent": "e600-family-powerpc64-cpu"
12179    },
12180    {
12181      "name": "sysbus-sm501",
12182      "parent": "sys-bus-device"
12183    },
12184    {
12185      "name": "icp",
12186      "parent": "device"
12187    },
12188    {
12189      "name": "virtio-crypto-device",
12190      "parent": "virtio-device"
12191    },
12192    {
12193      "name": "usb-host",
12194      "parent": "usb-device"
12195    },
12196    {
12197      "name": "mpc8379e-powerpc64-cpu",
12198      "parent": "e300-family-powerpc64-cpu"
12199    },
12200    {
12201      "name": "745_v2.5-powerpc64-cpu",
12202      "parent": "745-family-powerpc64-cpu"
12203    },
12204    {
12205      "name": "chardev-socket",
12206      "parent": "chardev"
12207    },
12208    {
12209      "name": "970fx_v3.1-powerpc64-cpu",
12210      "parent": "970-family-powerpc64-cpu"
12211    },
12212    {
12213      "name": "7447_v1.0-powerpc64-cpu",
12214      "parent": "7445-family-powerpc64-cpu"
12215    },
12216    {
12217      "name": "7457_v1.2-powerpc64-cpu",
12218      "parent": "7455-family-powerpc64-cpu"
12219    },
12220    {
12221      "name": "usb-bt-dongle",
12222      "parent": "usb-device"
12223    },
12224    {
12225      "name": "mpc8567-powerpc64-cpu",
12226      "parent": "e500v2-family-powerpc64-cpu"
12227    },
12228    {
12229      "name": "xlnx,ps7-usb",
12230      "parent": "sysbus-ehci-usb"
12231    },
12232    {
12233      "name": "virtio-input-host-pci",
12234      "parent": "virtio-input-pci"
12235    },
12236    {
12237      "name": "xlnx.xps-intc",
12238      "parent": "sys-bus-device"
12239    },
12240    {
12241      "name": "mpc8378-powerpc64-cpu",
12242      "parent": "e300-family-powerpc64-cpu"
12243    },
12244    {
12245      "name": "mpc8xxx_gpio",
12246      "parent": "sys-bus-device"
12247    },
12248    {
12249      "name": "e1000",
12250      "parent": "e1000-base"
12251    },
12252    {
12253      "name": "mpc8545e_v20-powerpc64-cpu",
12254      "parent": "e500v2-family-powerpc64-cpu"
12255    },
12256    {
12257      "name": "pseries-2.1-machine",
12258      "parent": "spapr-machine"
12259    },
12260    {
12261      "name": "pci-bridge",
12262      "parent": "base-pci-bridge"
12263    },
12264    {
12265      "name": "ich9-usb-uhci6",
12266      "parent": "pci-uhci-usb"
12267    },
12268    {
12269      "name": "ich9-usb-uhci5",
12270      "parent": "pci-uhci-usb"
12271    },
12272    {
12273      "name": "usb-mtp",
12274      "parent": "usb-device"
12275    },
12276    {
12277      "name": "ich9-usb-uhci3",
12278      "parent": "pci-uhci-usb"
12279    },
12280    {
12281      "name": "mpc8548e_v20-powerpc64-cpu",
12282      "parent": "e500v2-family-powerpc64-cpu"
12283    },
12284    {
12285      "name": "ich9-usb-uhci4",
12286      "parent": "pci-uhci-usb"
12287    },
12288    {
12289      "name": "sysbus-ahci",
12290      "parent": "sys-bus-device"
12291    },
12292    {
12293      "name": "e500v2_v22-powerpc64-cpu",
12294      "parent": "e500v2-family-powerpc64-cpu"
12295    },
12296    {
12297      "name": "ich9-usb-uhci2",
12298      "parent": "pci-uhci-usb"
12299    },
12300    {
12301      "name": "ich9-usb-uhci1",
12302      "parent": "pci-uhci-usb"
12303    },
12304    {
12305      "name": "sysbus-m48t59",
12306      "parent": "sysbus-m48txx"
12307    },
12308    {
12309      "name": "i82559er",
12310      "parent": "pci-device"
12311    },
12312    {
12313      "name": "tpci200",
12314      "parent": "pci-device"
12315    },
12316    {
12317      "name": "memory-backend-file",
12318      "parent": "memory-backend"
12319    },
12320    {
12321      "name": "604r-powerpc64-cpu",
12322      "parent": "604E-family-powerpc64-cpu"
12323    },
12324    {
12325      "name": "vhost-scsi-pci",
12326      "parent": "virtio-pci"
12327    },
12328    {
12329      "name": "megasas",
12330      "parent": "megasas-base"
12331    },
12332    {
12333      "name": "uni-north-internal-pci-pcihost",
12334      "parent": "pci-host-bridge"
12335    },
12336    {
12337      "name": "container",
12338      "parent": "object"
12339    },
12340    {
12341      "name": "603e7v2-powerpc64-cpu",
12342      "parent": "603E-family-powerpc64-cpu"
12343    },
12344    {
12345      "name": "970mp_v1.1-powerpc64-cpu",
12346      "parent": "970-family-powerpc64-cpu"
12347    },
12348    {
12349      "name": "rtl8139",
12350      "parent": "pci-device"
12351    },
12352    {
12353      "name": "7450_v2.0-powerpc64-cpu",
12354      "parent": "7450-family-powerpc64-cpu"
12355    },
12356    {
12357      "name": "mpc8544e_v11-powerpc64-cpu",
12358      "parent": "e500v2-family-powerpc64-cpu"
12359    },
12360    {
12361      "name": "chardev-hci",
12362      "parent": "chardev"
12363    },
12364    {
12365      "name": "power7+_v2.1-powerpc64-cpu",
12366      "parent": "POWER7-family-powerpc64-cpu"
12367    },
12368    {
12369      "name": "405gpc-powerpc64-cpu",
12370      "parent": "405-family-powerpc64-cpu"
12371    },
12372    {
12373      "name": "7455_v2.1-powerpc64-cpu",
12374      "parent": "7455-family-powerpc64-cpu"
12375    },
12376    {
12377      "name": "7400_v2.8-powerpc64-cpu",
12378      "parent": "7400-family-powerpc64-cpu"
12379    },
12380    {
12381      "name": "u3-agp",
12382      "parent": "pci-device"
12383    },
12384    {
12385      "name": "401g2-powerpc64-cpu",
12386      "parent": "401x2-family-powerpc64-cpu"
12387    },
12388    {
12389      "name": "603e_v1.1-powerpc64-cpu",
12390      "parent": "603E-family-powerpc64-cpu"
12391    },
12392    {
12393      "name": "scsi-block",
12394      "parent": "scsi-disk-base"
12395    },
12396    {
12397      "name": "7451_v2.3-powerpc64-cpu",
12398      "parent": "7450-family-powerpc64-cpu"
12399    },
12400    {
12401      "name": "unimplemented-device",
12402      "parent": "sys-bus-device"
12403    },
12404    {
12405      "name": "mpc8533e_v11-powerpc64-cpu",
12406      "parent": "e500v2-family-powerpc64-cpu"
12407    },
12408    {
12409      "name": "eTSEC",
12410      "parent": "sys-bus-device"
12411    },
12412    {
12413      "name": "mac-dbdma",
12414      "parent": "sys-bus-device"
12415    },
12416    {
12417      "name": "mpc8567e-powerpc64-cpu",
12418      "parent": "e500v2-family-powerpc64-cpu"
12419    },
12420    {
12421      "name": "uni-north-agp",
12422      "parent": "pci-device"
12423    },
12424    {
12425      "name": "scsi-cd",
12426      "parent": "scsi-disk-base"
12427    },
12428    {
12429      "name": "floppy-bus",
12430      "parent": "bus"
12431    },
12432    {
12433      "name": "accel",
12434      "parent": "object"
12435    },
12436    {
12437      "name": "740p-powerpc64-cpu",
12438      "parent": "740-family-powerpc64-cpu"
12439    },
12440    {
12441      "name": "power5+_v2.1-spapr-cpu-core",
12442      "parent": "spapr-cpu-core"
12443    },
12444    {
12445      "name": "ppc440-pcix-host",
12446      "parent": "pci-host-bridge"
12447    },
12448    {
12449      "name": "usb-audio",
12450      "parent": "usb-device"
12451    },
12452    {
12453      "name": "virtio-vga",
12454      "parent": "virtio-pci"
12455    },
12456    {
12457      "name": "isa-serial",
12458      "parent": "isa-device"
12459    },
12460    {
12461      "name": "g2hip4-powerpc64-cpu",
12462      "parent": "G2-family-powerpc64-cpu"
12463    },
12464    {
12465      "name": "spapr-rng",
12466      "parent": "device"
12467    },
12468    {
12469      "name": "xlnx.xps-timer",
12470      "parent": "sys-bus-device"
12471    },
12472    {
12473      "name": "g2lels-powerpc64-cpu",
12474      "parent": "G2LE-family-powerpc64-cpu"
12475    },
12476    {
12477      "name": "virtio-serial-device",
12478      "parent": "virtio-device"
12479    },
12480    {
12481      "name": "970_v2.2-powerpc64-cpu",
12482      "parent": "970-family-powerpc64-cpu"
12483    },
12484    {
12485      "name": "tegra2-ehci-usb",
12486      "parent": "sysbus-ehci-usb"
12487    },
12488    {
12489      "name": "pc-testdev",
12490      "parent": "isa-device"
12491    },
12492    {
12493      "name": "escc",
12494      "parent": "sys-bus-device"
12495    },
12496    {
12497      "name": "mpc8349e-powerpc64-cpu",
12498      "parent": "e300-family-powerpc64-cpu"
12499    },
12500    {
12501      "name": "chardev-gdb",
12502      "parent": "chardev"
12503    },
12504    {
12505      "name": "fdc37m81x-superio",
12506      "parent": "isa-superio"
12507    },
12508    {
12509      "name": "icskvm",
12510      "parent": "ics"
12511    },
12512    {
12513      "name": "tls-creds-anon",
12514      "parent": "tls-creds"
12515    },
12516    {
12517      "name": "fw_cfg_mem",
12518      "parent": "fw_cfg"
12519    },
12520    {
12521      "name": "603e_v3-powerpc64-cpu",
12522      "parent": "603E-family-powerpc64-cpu"
12523    },
12524    {
12525      "name": "pseries-2.3-machine",
12526      "parent": "spapr-machine"
12527    },
12528    {
12529      "name": "taihu-machine",
12530      "parent": "machine"
12531    },
12532    {
12533      "name": "npe4gs3-powerpc64-cpu",
12534      "parent": "405-family-powerpc64-cpu"
12535    },
12536    {
12537      "name": "icp-kvm",
12538      "parent": "icp"
12539    },
12540    {
12541      "name": "440epb-powerpc64-cpu",
12542      "parent": "440EP-family-powerpc64-cpu"
12543    },
12544    {
12545      "name": "usb-uas",
12546      "parent": "usb-device"
12547    },
12548    {
12549      "name": "virtio-balloon-pci",
12550      "parent": "virtio-pci"
12551    },
12552    {
12553      "name": "ide-cd",
12554      "parent": "ide-device"
12555    },
12556    {
12557      "name": "usb-ccid",
12558      "parent": "usb-device"
12559    },
12560    {
12561      "name": "chardev-udp",
12562      "parent": "chardev"
12563    },
12564    {
12565      "name": "7445_v3.4-powerpc64-cpu",
12566      "parent": "7445-family-powerpc64-cpu"
12567    },
12568    {
12569      "name": "pseries-2.2-machine",
12570      "parent": "spapr-machine"
12571    },
12572    {
12573      "name": "750p-powerpc64-cpu",
12574      "parent": "750-family-powerpc64-cpu"
12575    },
12576    {
12577      "name": "e6500-powerpc64-cpu",
12578      "parent": "e6500-family-powerpc64-cpu"
12579    },
12580    {
12581      "name": "sb16",
12582      "parent": "isa-device"
12583    },
12584    {
12585      "name": "iothread",
12586      "parent": "object"
12587    },
12588    {
12589      "name": "750gl-powerpc64-cpu",
12590      "parent": "750gx-family-powerpc64-cpu"
12591    },
12592    {
12593      "name": "filter-redirector",
12594      "parent": "netfilter"
12595    },
12596    {
12597      "name": "745_v2.1-powerpc64-cpu",
12598      "parent": "745-family-powerpc64-cpu"
12599    },
12600    {
12601      "name": "7410_v1.1-powerpc64-cpu",
12602      "parent": "7410-family-powerpc64-cpu"
12603    },
12604    {
12605      "name": "755_v2.3-powerpc64-cpu",
12606      "parent": "755-family-powerpc64-cpu"
12607    },
12608    {
12609      "name": "vhost-vsock-device",
12610      "parent": "virtio-device"
12611    },
12612    {
12613      "name": "7450_v1.0-powerpc64-cpu",
12614      "parent": "7450-family-powerpc64-cpu"
12615    },
12616    {
12617      "name": "qio-channel-rdma",
12618      "parent": "qio-channel"
12619    },
12620    {
12621      "name": "750_v2.2-powerpc64-cpu",
12622      "parent": "750-family-powerpc64-cpu"
12623    },
12624    {
12625      "name": "mpc8347at-powerpc64-cpu",
12626      "parent": "e300-family-powerpc64-cpu"
12627    },
12628    {
12629      "name": "mpc8544_v10-powerpc64-cpu",
12630      "parent": "e500v2-family-powerpc64-cpu"
12631    },
12632    {
12633      "name": "405ep-powerpc64-cpu",
12634      "parent": "405-family-powerpc64-cpu"
12635    },
12636    {
12637      "name": "sdhci-pci",
12638      "parent": "pci-device"
12639    },
12640    {
12641      "name": "virtio-input-host-device",
12642      "parent": "virtio-input-device"
12643    },
12644    {
12645      "name": "stb03-powerpc64-cpu",
12646      "parent": "405-family-powerpc64-cpu"
12647    },
12648    {
12649      "name": "virtio-rng-device",
12650      "parent": "virtio-device"
12651    },
12652    {
12653      "name": "cs4231a",
12654      "parent": "isa-device"
12655    },
12656    {
12657      "name": "745_v2.6-powerpc64-cpu",
12658      "parent": "745-family-powerpc64-cpu"
12659    },
12660    {
12661      "name": "heathrow",
12662      "parent": "sys-bus-device"
12663    },
12664    {
12665      "name": "405lp-powerpc64-cpu",
12666      "parent": "405-family-powerpc64-cpu"
12667    },
12668    {
12669      "name": "755_v2.8-powerpc64-cpu",
12670      "parent": "755-family-powerpc64-cpu"
12671    },
12672    {
12673      "name": "604e_v2.4-powerpc64-cpu",
12674      "parent": "604E-family-powerpc64-cpu"
12675    },
12676    {
12677      "name": "ivshmem-doorbell",
12678      "parent": "ivshmem-common"
12679    },
12680    {
12681      "name": "750cxe_v2.2-powerpc64-cpu",
12682      "parent": "750cx-family-powerpc64-cpu"
12683    },
12684    {
12685      "name": "750cx_v1.0-powerpc64-cpu",
12686      "parent": "750cx-family-powerpc64-cpu"
12687    },
12688    {
12689      "name": "7457a_v1.2-powerpc64-cpu",
12690      "parent": "7455-family-powerpc64-cpu"
12691    },
12692    {
12693      "name": "pnv-icp",
12694      "parent": "icp"
12695    },
12696    {
12697      "name": "mpc8568-powerpc64-cpu",
12698      "parent": "e500v2-family-powerpc64-cpu"
12699    },
12700    {
12701      "name": "isa-parallel",
12702      "parent": "isa-device"
12703    },
12704    {
12705      "name": "mpc8555_v10-powerpc64-cpu",
12706      "parent": "e500v2-family-powerpc64-cpu"
12707    },
12708    {
12709      "name": "460exb-powerpc64-cpu",
12710      "parent": "460EX-family-powerpc64-cpu"
12711    },
12712    {
12713      "name": "spapr-drc-cpu",
12714      "parent": "spapr-drc-logical"
12715    },
12716    {
12717      "name": "spapr-iommu-memory-region",
12718      "parent": "qemu:iommu-memory-region"
12719    },
12720    {
12721      "name": "mpc8343a-powerpc64-cpu",
12722      "parent": "e300-family-powerpc64-cpu"
12723    },
12724    {
12725      "name": "adlib",
12726      "parent": "isa-device"
12727    },
12728    {
12729      "name": "mpc8378e-powerpc64-cpu",
12730      "parent": "e300-family-powerpc64-cpu"
12731    },
12732    {
12733      "name": "602-powerpc64-cpu",
12734      "parent": "602-family-powerpc64-cpu"
12735    },
12736    {
12737      "name": "mpc8545e_v21-powerpc64-cpu",
12738      "parent": "e500v2-family-powerpc64-cpu"
12739    },
12740    {
12741      "name": "qio-channel-websock",
12742      "parent": "qio-channel"
12743    },
12744    {
12745      "name": "dc390",
12746      "parent": "am53c974"
12747    },
12748    {
12749      "name": "hda-micro",
12750      "parent": "hda-audio"
12751    },
12752    {
12753      "name": "pci-bridge-seat",
12754      "parent": "pci-bridge"
12755    },
12756    {
12757      "name": "IDE",
12758      "parent": "bus"
12759    },
12760    {
12761      "name": "740_v3.0-powerpc64-cpu",
12762      "parent": "740-family-powerpc64-cpu"
12763    },
12764    {
12765      "name": "7441_v2.1-powerpc64-cpu",
12766      "parent": "7440-family-powerpc64-cpu"
12767    },
12768    {
12769      "name": "qemu,register",
12770      "parent": "device"
12771    },
12772    {
12773      "name": "pnv-psi",
12774      "parent": "sys-bus-device"
12775    },
12776    {
12777      "name": "mpc5200_v11-powerpc64-cpu",
12778      "parent": "G2LE-family-powerpc64-cpu"
12779    },
12780    {
12781      "name": "fw_cfg_io",
12782      "parent": "fw_cfg"
12783    },
12784    {
12785      "name": "e300c3-powerpc64-cpu",
12786      "parent": "e300-family-powerpc64-cpu"
12787    },
12788    {
12789      "name": "403gc-powerpc64-cpu",
12790      "parent": "403-family-powerpc64-cpu"
12791    },
12792    {
12793      "name": "7447a_v1.2-powerpc64-cpu",
12794      "parent": "7445-family-powerpc64-cpu"
12795    },
12796    {
12797      "name": "sysbus-m48t08",
12798      "parent": "sysbus-m48txx"
12799    },
12800    {
12801      "name": "spapr-pci-host-bridge",
12802      "parent": "pci-host-bridge"
12803    },
12804    {
12805      "name": "memory-backend-ram",
12806      "parent": "memory-backend"
12807    },
12808    {
12809      "name": "am53c974",
12810      "parent": "pci-device"
12811    },
12812    {
12813      "name": "pseries-2.5-machine",
12814      "parent": "spapr-machine"
12815    },
12816    {
12817      "name": "mpc8548e_v10-powerpc64-cpu",
12818      "parent": "e500v2-family-powerpc64-cpu"
12819    },
12820    {
12821      "name": "750cx_v2.0-powerpc64-cpu",
12822      "parent": "750cx-family-powerpc64-cpu"
12823    },
12824    {
12825      "name": "virtio-blk-device",
12826      "parent": "virtio-device"
12827    },
12828    {
12829      "name": "chardev-pipe",
12830      "parent": "chardev-fd"
12831    },
12832    {
12833      "name": "qio-channel-file",
12834      "parent": "qio-channel"
12835    },
12836    {
12837      "name": "745_v1.1-powerpc64-cpu",
12838      "parent": "745-family-powerpc64-cpu"
12839    },
12840    {
12841      "name": "601_v1-powerpc64-cpu",
12842      "parent": "601-family-powerpc64-cpu"
12843    },
12844    {
12845      "name": "sysbus-m48t02",
12846      "parent": "sysbus-m48txx"
12847    },
12848    {
12849      "name": "uni-north-pci",
12850      "parent": "pci-device"
12851    },
12852    {
12853      "name": "740_v1.0-powerpc64-cpu",
12854      "parent": "740-family-powerpc64-cpu"
12855    },
12856    {
12857      "name": "pseries-2.4-machine",
12858      "parent": "spapr-machine"
12859    },
12860    {
12861      "name": "mc146818rtc",
12862      "parent": "isa-device"
12863    },
12864    {
12865      "name": "spapr-nvram",
12866      "parent": "vio-spapr-device"
12867    },
12868    {
12869      "name": "chardev-msmouse",
12870      "parent": "chardev"
12871    },
12872    {
12873      "name": "hda-output",
12874      "parent": "hda-audio"
12875    },
12876    {
12877      "name": "cryptodev-backend-builtin",
12878      "parent": "cryptodev-backend"
12879    },
12880    {
12881      "name": "mpc8347eat-powerpc64-cpu",
12882      "parent": "e300-family-powerpc64-cpu"
12883    },
12884    {
12885      "name": "750fx_v2.2-powerpc64-cpu",
12886      "parent": "750fx-family-powerpc64-cpu"
12887    },
12888    {
12889      "name": "mpc5200b_v20-powerpc64-cpu",
12890      "parent": "G2LE-family-powerpc64-cpu"
12891    },
12892    {
12893      "name": "603e_v1.2-powerpc64-cpu",
12894      "parent": "603E-family-powerpc64-cpu"
12895    },
12896    {
12897      "name": "stb25-powerpc64-cpu",
12898      "parent": "405-family-powerpc64-cpu"
12899    },
12900    {
12901      "name": "mmio_interface",
12902      "parent": "device"
12903    },
12904    {
12905      "name": "mptsas1068",
12906      "parent": "pci-device"
12907    },
12908    {
12909      "name": "raven",
12910      "parent": "pci-device"
12911    },
12912    {
12913      "name": "VGA",
12914      "parent": "pci-vga"
12915    },
12916    {
12917      "name": "mpc8349a-powerpc64-cpu",
12918      "parent": "e300-family-powerpc64-cpu"
12919    },
12920    {
12921      "name": "405gpr-powerpc64-cpu",
12922      "parent": "405-family-powerpc64-cpu"
12923    },
12924    {
12925      "name": "mpc8533_v10-powerpc64-cpu",
12926      "parent": "e500v2-family-powerpc64-cpu"
12927    },
12928    {
12929      "name": "401f2-powerpc64-cpu",
12930      "parent": "401x2-family-powerpc64-cpu"
12931    },
12932    {
12933      "name": "i8257",
12934      "parent": "isa-device"
12935    },
12936    {
12937      "name": "440-xilinx-powerpc64-cpu",
12938      "parent": "440x5-family-powerpc64-cpu"
12939    },
12940    {
12941      "name": "power8e_v2.1-spapr-cpu-core",
12942      "parent": "spapr-cpu-core"
12943    },
12944    {
12945      "name": "pc87312",
12946      "parent": "isa-superio"
12947    },
12948    {
12949      "name": "qio-net-listener",
12950      "parent": "object"
12951    },
12952    {
12953      "name": "mpc8560_v20-powerpc64-cpu",
12954      "parent": "e500v2-family-powerpc64-cpu"
12955    },
12956    {
12957      "name": "edu",
12958      "parent": "pci-device"
12959    },
12960    {
12961      "name": "virtio-mouse-pci",
12962      "parent": "virtio-input-hid-pci"
12963    },
12964    {
12965      "name": "740_v2.0-powerpc64-cpu",
12966      "parent": "740-family-powerpc64-cpu"
12967    },
12968    {
12969      "name": "7455_v3.2-powerpc64-cpu",
12970      "parent": "7455-family-powerpc64-cpu"
12971    },
12972    {
12973      "name": "power8nvl_v1.0-powernv-cpu-core",
12974      "parent": "powernv-cpu-core"
12975    },
12976    {
12977      "name": "g2legp-powerpc64-cpu",
12978      "parent": "G2LE-family-powerpc64-cpu"
12979    },
12980    {
12981      "name": "vfio-pci-igd-lpc-bridge",
12982      "parent": "pci-device"
12983    },
12984    {
12985      "name": "spapr-vlan",
12986      "parent": "vio-spapr-device"
12987    },
12988    {
12989      "name": "603e_v4-powerpc64-cpu",
12990      "parent": "603E-family-powerpc64-cpu"
12991    },
12992    {
12993      "name": "HDA",
12994      "parent": "bus"
12995    },
12996    {
12997      "name": "chardev-ringbuf",
12998      "parent": "chardev"
12999    },
13000    {
13001      "name": "603e_v2.2-powerpc64-cpu",
13002      "parent": "603E-family-powerpc64-cpu"
13003    },
13004    {
13005      "name": "qio-channel-command",
13006      "parent": "qio-channel"
13007    },
13008    {
13009      "name": "7447_v1.1-powerpc64-cpu",
13010      "parent": "7445-family-powerpc64-cpu"
13011    },
13012    {
13013      "name": "pseries-2.8-machine",
13014      "parent": "spapr-machine"
13015    },
13016    {
13017      "name": "pcm3680_pci",
13018      "parent": "pci-device"
13019    },
13020    {
13021      "name": "floppy",
13022      "parent": "device"
13023    },
13024    {
13025      "name": "mioe3680_pci",
13026      "parent": "pci-device"
13027    },
13028    {
13029      "name": "qemu:memory-region",
13030      "parent": "object"
13031    },
13032    {
13033      "name": "macio-oldworld",
13034      "parent": "macio"
13035    },
13036    {
13037      "name": "adb-keyboard",
13038      "parent": "adb-device"
13039    },
13040    {
13041      "name": "ppc460ex-pcie-host",
13042      "parent": "pcie-host-bridge"
13043    },
13044    {
13045      "name": "pseries-2.7-machine",
13046      "parent": "spapr-machine"
13047    },
13048    {
13049      "name": "sysbus-ohci",
13050      "parent": "sys-bus-device"
13051    },
13052    {
13053      "name": "7445_v1.0-powerpc64-cpu",
13054      "parent": "7445-family-powerpc64-cpu"
13055    },
13056    {
13057      "name": "mpc8379-powerpc64-cpu",
13058      "parent": "e300-family-powerpc64-cpu"
13059    },
13060    {
13061      "name": "755_v2.4-powerpc64-cpu",
13062      "parent": "755-family-powerpc64-cpu"
13063    },
13064    {
13065      "name": "7450_v1.1-powerpc64-cpu",
13066      "parent": "7450-family-powerpc64-cpu"
13067    },
13068    {
13069      "name": "can-bus",
13070      "parent": "object"
13071    },
13072    {
13073      "name": "e600-powerpc64-cpu",
13074      "parent": "e600-family-powerpc64-cpu"
13075    },
13076    {
13077      "name": "405ez-powerpc64-cpu",
13078      "parent": "405-family-powerpc64-cpu"
13079    },
13080    {
13081      "name": "x2vp20-powerpc64-cpu",
13082      "parent": "405-family-powerpc64-cpu"
13083    },
13084    {
13085      "name": "pseries-2.6-machine",
13086      "parent": "spapr-machine"
13087    },
13088    {
13089      "name": "qtest-accel",
13090      "parent": "accel"
13091    },
13092    {
13093      "name": "mpc8548e_v21-powerpc64-cpu",
13094      "parent": "e500v2-family-powerpc64-cpu"
13095    },
13096    {
13097      "name": "stb04-powerpc64-cpu",
13098      "parent": "405-family-powerpc64-cpu"
13099    },
13100    {
13101      "name": "750l_v2.0-powerpc64-cpu",
13102      "parent": "750-family-powerpc64-cpu"
13103    },
13104    {
13105      "name": "750fl-powerpc64-cpu",
13106      "parent": "750fx-family-powerpc64-cpu"
13107    },
13108    {
13109      "name": "mpc8543e_v20-powerpc64-cpu",
13110      "parent": "e500v2-family-powerpc64-cpu"
13111    },
13112    {
13113      "name": "usb-serial",
13114      "parent": "usb-serial-dev"
13115    },
13116    {
13117      "name": "virtio-blk-pci",
13118      "parent": "virtio-pci"
13119    },
13120    {
13121      "name": "virtio-gpu-device",
13122      "parent": "virtio-device"
13123    },
13124    {
13125      "name": "mpc8541_v10-powerpc64-cpu",
13126      "parent": "e500v1-family-powerpc64-cpu"
13127    },
13128    {
13129      "name": "750gx_v1.0-powerpc64-cpu",
13130      "parent": "750gx-family-powerpc64-cpu"
13131    },
13132    {
13133      "name": "cryptodev-vhost-user",
13134      "parent": "cryptodev-backend"
13135    },
13136    {
13137      "name": "mpc8555_v11-powerpc64-cpu",
13138      "parent": "e500v2-family-powerpc64-cpu"
13139    },
13140    {
13141      "name": "vt82c686b-usb-uhci",
13142      "parent": "pci-uhci-usb"
13143    },
13144    {
13145      "name": "lsi53c810",
13146      "parent": "lsi53c895a"
13147    },
13148    {
13149      "name": "603e7t-powerpc64-cpu",
13150      "parent": "603E-family-powerpc64-cpu"
13151    },
13152    {
13153      "name": "uni-north-agp-pcihost",
13154      "parent": "pci-host-bridge"
13155    },
13156    {
13157      "name": "603-powerpc64-cpu",
13158      "parent": "603-family-powerpc64-cpu"
13159    },
13160    {
13161      "name": "System",
13162      "parent": "bus"
13163    },
13164    {
13165      "name": "405gpd-powerpc64-cpu",
13166      "parent": "405-family-powerpc64-cpu"
13167    },
13168    {
13169      "name": "7400_v2.9-powerpc64-cpu",
13170      "parent": "7400-family-powerpc64-cpu"
13171    },
13172    {
13173      "name": "g2-powerpc64-cpu",
13174      "parent": "G2-family-powerpc64-cpu"
13175    },
13176    {
13177      "name": "750cxe_v3.1b-powerpc64-cpu",
13178      "parent": "750cx-family-powerpc64-cpu"
13179    },
13180    {
13181      "name": "7450_v2.1-powerpc64-cpu",
13182      "parent": "7450-family-powerpc64-cpu"
13183    },
13184    {
13185      "name": "chardev-braille",
13186      "parent": "chardev"
13187    },
13188    {
13189      "name": "chardev-file",
13190      "parent": "chardev-fd"
13191    },
13192    {
13193      "name": "7448_v2.0-powerpc64-cpu",
13194      "parent": "7400-family-powerpc64-cpu"
13195    },
13196    {
13197      "name": "mpc5200_v12-powerpc64-cpu",
13198      "parent": "G2LE-family-powerpc64-cpu"
13199    },
13200    {
13201      "name": "mac99-machine",
13202      "parent": "machine"
13203    },
13204    {
13205      "name": "e300c4-powerpc64-cpu",
13206      "parent": "e300-family-powerpc64-cpu"
13207    },
13208    {
13209      "name": "mpc8377e-powerpc64-cpu",
13210      "parent": "e300-family-powerpc64-cpu"
13211    },
13212    {
13213      "name": "750l_v3.0-powerpc64-cpu",
13214      "parent": "750-family-powerpc64-cpu"
13215    },
13216    {
13217      "name": "PCIE",
13218      "parent": "PCI"
13219    },
13220    {
13221      "name": "g2h4-powerpc64-cpu",
13222      "parent": "G2-family-powerpc64-cpu"
13223    },
13224    {
13225      "name": "mpc8610-powerpc64-cpu",
13226      "parent": "e600-family-powerpc64-cpu"
13227    },
13228    {
13229      "name": "qio-dns-resolver",
13230      "parent": "object"
13231    },
13232    {
13233      "name": "750cx_v2.1-powerpc64-cpu",
13234      "parent": "750cx-family-powerpc64-cpu"
13235    },
13236    {
13237      "name": "vhost-user-blk-pci",
13238      "parent": "virtio-pci"
13239    },
13240    {
13241      "name": "cuda",
13242      "parent": "sys-bus-device"
13243    },
13244    {
13245      "name": "virtio-serial-bus",
13246      "parent": "bus"
13247    },
13248    {
13249      "name": "604e_v1.0-powerpc64-cpu",
13250      "parent": "604E-family-powerpc64-cpu"
13251    },
13252    {
13253      "name": "secondary-vga",
13254      "parent": "pci-vga"
13255    },
13256    {
13257      "name": "vhost-scsi",
13258      "parent": "vhost-scsi-common"
13259    },
13260    {
13261      "name": "g2legp3-powerpc64-cpu",
13262      "parent": "G2LE-family-powerpc64-cpu"
13263    },
13264    {
13265      "name": "e500-ccsr",
13266      "parent": "sys-bus-device"
13267    },
13268    {
13269      "name": "601_v2-powerpc64-cpu",
13270      "parent": "601v-family-powerpc64-cpu"
13271    },
13272    {
13273      "name": "usb-hub",
13274      "parent": "usb-device"
13275    },
13276    {
13277      "name": "ccid-bus",
13278      "parent": "bus"
13279    },
13280    {
13281      "name": "pci-ohci",
13282      "parent": "pci-device"
13283    },
13284    {
13285      "name": "cfi.pflash02",
13286      "parent": "sys-bus-device"
13287    },
13288    {
13289      "name": "cfi.pflash01",
13290      "parent": "sys-bus-device"
13291    },
13292    {
13293      "name": "pseries-2.9-machine",
13294      "parent": "spapr-machine"
13295    },
13296    {
13297      "name": "exynos4210-ehci-usb",
13298      "parent": "sysbus-ehci-usb"
13299    },
13300    {
13301      "name": "750fx_v2.3-powerpc64-cpu",
13302      "parent": "750fx-family-powerpc64-cpu"
13303    },
13304    {
13305      "name": "mpc5200b_v21-powerpc64-cpu",
13306      "parent": "G2LE-family-powerpc64-cpu"
13307    },
13308    {
13309      "name": "power8_v2.0-pnv-chip",
13310      "parent": "pnv-chip"
13311    },
13312    {
13313      "name": "input-linux",
13314      "parent": "object"
13315    },
13316    {
13317      "name": "mpc8533_v11-powerpc64-cpu",
13318      "parent": "e500v2-family-powerpc64-cpu"
13319    },
13320    {
13321      "name": "mpc8347ap-powerpc64-cpu",
13322      "parent": "e300-family-powerpc64-cpu"
13323    },
13324    {
13325      "name": "x2vp4-powerpc64-cpu",
13326      "parent": "405-family-powerpc64-cpu"
13327    },
13328    {
13329      "name": "7410_v1.2-powerpc64-cpu",
13330      "parent": "7410-family-powerpc64-cpu"
13331    },
13332    {
13333      "name": "7400_v1.0-powerpc64-cpu",
13334      "parent": "7400-family-powerpc64-cpu"
13335    },
13336    {
13337      "name": "745_v2.2-powerpc64-cpu",
13338      "parent": "745-family-powerpc64-cpu"
13339    },
13340    {
13341      "name": "740_v2.1-powerpc64-cpu",
13342      "parent": "740-family-powerpc64-cpu"
13343    },
13344    {
13345      "name": "401e2-powerpc64-cpu",
13346      "parent": "401x2-family-powerpc64-cpu"
13347    },
13348    {
13349      "name": "7448_v1.0-powerpc64-cpu",
13350      "parent": "7400-family-powerpc64-cpu"
13351    },
13352    {
13353      "name": "mpc8544_v11-powerpc64-cpu",
13354      "parent": "e500v2-family-powerpc64-cpu"
13355    },
13356    {
13357      "name": "xlnx.xps-uartlite",
13358      "parent": "sys-bus-device"
13359    },
13360    {
13361      "name": "e5500-powerpc64-cpu",
13362      "parent": "e5500-family-powerpc64-cpu"
13363    },
13364    {
13365      "name": "pci-serial",
13366      "parent": "pci-device"
13367    },
13368    {
13369      "name": "mpc8560_v10-powerpc64-cpu",
13370      "parent": "e500v2-family-powerpc64-cpu"
13371    },
13372    {
13373      "name": "ipmi-bmc-extern",
13374      "parent": "ipmi-bmc"
13375    },
13376    {
13377      "name": "745_v2.7-powerpc64-cpu",
13378      "parent": "745-family-powerpc64-cpu"
13379    },
13380    {
13381      "name": "i8042",
13382      "parent": "isa-device"
13383    },
13384    {
13385      "name": "750cxe_v2.3-powerpc64-cpu",
13386      "parent": "750cx-family-powerpc64-cpu"
13387    },
13388    {
13389      "name": "vhost-user-scsi-pci",
13390      "parent": "virtio-pci"
13391    },
13392    {
13393      "name": "i82559c",
13394      "parent": "pci-device"
13395    },
13396    {
13397      "name": "i82559b",
13398      "parent": "pci-device"
13399    },
13400    {
13401      "name": "i82559a",
13402      "parent": "pci-device"
13403    },
13404    {
13405      "name": "SCSI",
13406      "parent": "bus"
13407    },
13408    {
13409      "name": "rocker",
13410      "parent": "pci-device"
13411    },
13412    {
13413      "name": "pcnet",
13414      "parent": "pci-device"
13415    },
13416    {
13417      "name": "rng-egd",
13418      "parent": "rng-backend"
13419    },
13420    {
13421      "name": "spapr-tce-table",
13422      "parent": "device"
13423    },
13424    {
13425      "name": "7400_v2.0-powerpc64-cpu",
13426      "parent": "7400-family-powerpc64-cpu"
13427    },
13428    {
13429      "name": "405cra-powerpc64-cpu",
13430      "parent": "405-family-powerpc64-cpu"
13431    },
13432    {
13433      "name": "sm501",
13434      "parent": "pci-device"
13435    },
13436    {
13437      "name": "chardev-testdev",
13438      "parent": "chardev"
13439    },
13440    {
13441      "name": "e200z5-powerpc64-cpu",
13442      "parent": "e200-family-powerpc64-cpu"
13443    },
13444    {
13445      "name": "740_v3.1-powerpc64-cpu",
13446      "parent": "740-family-powerpc64-cpu"
13447    },
13448    {
13449      "name": "migration",
13450      "parent": "device"
13451    },
13452    {
13453      "name": "filter-dump",
13454      "parent": "netfilter"
13455    },
13456    {
13457      "name": "i82558b",
13458      "parent": "pci-device"
13459    },
13460    {
13461      "name": "power8_v2.0-powerpc64-cpu",
13462      "parent": "POWER8-family-powerpc64-cpu"
13463    },
13464    {
13465      "name": "tls-creds-x509",
13466      "parent": "tls-creds"
13467    },
13468    {
13469      "name": "401d2-powerpc64-cpu",
13470      "parent": "401x2-family-powerpc64-cpu"
13471    },
13472    {
13473      "name": "i82558a",
13474      "parent": "pci-device"
13475    },
13476    {
13477      "name": "smbus-eeprom",
13478      "parent": "smbus-device"
13479    },
13480    {
13481      "name": "mpc8543_v20-powerpc64-cpu",
13482      "parent": "e500v2-family-powerpc64-cpu"
13483    },
13484    {
13485      "name": "mpc8548e_v11-powerpc64-cpu",
13486      "parent": "e500v2-family-powerpc64-cpu"
13487    },
13488    {
13489      "name": "mpc8347eap-powerpc64-cpu",
13490      "parent": "e300-family-powerpc64-cpu"
13491    },
13492    {
13493      "name": "mpc8543e_v10-powerpc64-cpu",
13494      "parent": "e500v2-family-powerpc64-cpu"
13495    },
13496    {
13497      "name": "host-powerpc64-cpu",
13498      "parent": "power8e_v2.1-powerpc64-cpu"
13499    },
13500    {
13501      "name": "i82801",
13502      "parent": "pci-device"
13503    },
13504    {
13505      "name": "chardev-mux",
13506      "parent": "chardev"
13507    },
13508    {
13509      "name": "virtio-net-pci",
13510      "parent": "virtio-pci"
13511    },
13512    {
13513      "name": "virtio-keyboard-device",
13514      "parent": "virtio-input-hid-device"
13515    },
13516    {
13517      "name": "i82562",
13518      "parent": "pci-device"
13519    },
13520    {
13521      "name": "usb-net",
13522      "parent": "usb-device"
13523    },
13524    {
13525      "name": "throttle-group",
13526      "parent": "object"
13527    },
13528    {
13529      "name": "power9_v2.0-spapr-cpu-core",
13530      "parent": "spapr-cpu-core"
13531    },
13532    {
13533      "name": "603e_v1.3-powerpc64-cpu",
13534      "parent": "603E-family-powerpc64-cpu"
13535    },
13536    {
13537      "name": "755_v1.0-powerpc64-cpu",
13538      "parent": "755-family-powerpc64-cpu"
13539    },
13540    {
13541      "name": "i82557c",
13542      "parent": "pci-device"
13543    },
13544    {
13545      "name": "i82557b",
13546      "parent": "pci-device"
13547    },
13548    {
13549      "name": "i82557a",
13550      "parent": "pci-device"
13551    },
13552    {
13553      "name": "mpc8347t-powerpc64-cpu",
13554      "parent": "e300-family-powerpc64-cpu"
13555    },
13556    {
13557      "name": "chardev-memory",
13558      "parent": "chardev-ringbuf"
13559    },
13560    {
13561      "name": "sdhci-bus",
13562      "parent": "sd-bus"
13563    },
13564    {
13565      "name": "isa-i8259",
13566      "parent": "pic-common"
13567    },
13568    {
13569      "name": "virtio-gpu-pci",
13570      "parent": "virtio-pci"
13571    },
13572    {
13573      "name": "mpc8548_v20-powerpc64-cpu",
13574      "parent": "e500v2-family-powerpc64-cpu"
13575    },
13576    {
13577      "name": "power8nvl_v1.0-pnv-chip",
13578      "parent": "pnv-chip"
13579    },
13580    {
13581      "name": "mpc8343-powerpc64-cpu",
13582      "parent": "e300-family-powerpc64-cpu"
13583    },
13584    {
13585      "name": "mpc8560_v21-powerpc64-cpu",
13586      "parent": "e500v2-family-powerpc64-cpu"
13587    },
13588    {
13589      "name": "split-irq",
13590      "parent": "device"
13591    },
13592    {
13593      "name": "usb-mouse",
13594      "parent": "usb-hid"
13595    },
13596    {
13597      "name": "i82551",
13598      "parent": "pci-device"
13599    },
13600    {
13601      "name": "i82550",
13602      "parent": "pci-device"
13603    },
13604    {
13605      "name": "pseries-2.12-machine",
13606      "parent": "spapr-machine"
13607    },
13608    {
13609      "name": "can-host-socketcan",
13610      "parent": "can-host"
13611    },
13612    {
13613      "name": "405d2-powerpc64-cpu",
13614      "parent": "405-family-powerpc64-cpu"
13615    },
13616    {
13617      "name": "mpc8540_v20-powerpc64-cpu",
13618      "parent": "e500v1-family-powerpc64-cpu"
13619    },
13620    {
13621      "name": "7455_v3.3-powerpc64-cpu",
13622      "parent": "7455-family-powerpc64-cpu"
13623    },
13624    {
13625      "name": "nec-usb-xhci",
13626      "parent": "base-xhci"
13627    },
13628    {
13629      "name": "e500v2_v30-powerpc64-cpu",
13630      "parent": "e500v2-family-powerpc64-cpu"
13631    },
13632    {
13633      "name": "pseries-2.11-machine",
13634      "parent": "spapr-machine"
13635    },
13636    {
13637      "name": "power9_v2.0-pnv-chip",
13638      "parent": "pnv-chip"
13639    },
13640    {
13641      "name": "host-spapr-cpu-core",
13642      "parent": "spapr-cpu-core"
13643    },
13644    {
13645      "name": "macio-ide",
13646      "parent": "sys-bus-device"
13647    },
13648    {
13649      "name": "virtio-crypto-pci",
13650      "parent": "virtio-pci"
13651    },
13652    {
13653      "name": "755_v2.0-powerpc64-cpu",
13654      "parent": "755-family-powerpc64-cpu"
13655    },
13656    {
13657      "name": "filter-mirror",
13658      "parent": "netfilter"
13659    },
13660    {
13661      "name": "ich9-usb-ehci2",
13662      "parent": "pci-ehci-usb"
13663    },
13664    {
13665      "name": "ich9-usb-ehci1",
13666      "parent": "pci-ehci-usb"
13667    },
13668    {
13669      "name": "vfio-pci",
13670      "parent": "pci-device"
13671    },
13672    {
13673      "name": "prep-machine",
13674      "parent": "machine"
13675    },
13676    {
13677      "name": "irq",
13678      "parent": "object"
13679    },
13680    {
13681      "name": "pseries-2.10-machine",
13682      "parent": "spapr-machine"
13683    },
13684    {
13685      "name": "apple-desktop-bus",
13686      "parent": "bus"
13687    },
13688    {
13689      "name": "memory-backend-memfd",
13690      "parent": "memory-backend"
13691    },
13692    {
13693      "name": "isa-ide",
13694      "parent": "isa-device"
13695    },
13696    {
13697      "name": "745_v2.3-powerpc64-cpu",
13698      "parent": "745-family-powerpc64-cpu"
13699    },
13700    {
13701      "name": "7410_v1.3-powerpc64-cpu",
13702      "parent": "7410-family-powerpc64-cpu"
13703    },
13704    {
13705      "name": "755_v2.5-powerpc64-cpu",
13706      "parent": "755-family-powerpc64-cpu"
13707    },
13708    {
13709      "name": "7450_v1.2-powerpc64-cpu",
13710      "parent": "7450-family-powerpc64-cpu"
13711    },
13712    {
13713      "name": "7457_v1.0-powerpc64-cpu",
13714      "parent": "7455-family-powerpc64-cpu"
13715    },
13716    {
13717      "name": "pvscsi",
13718      "parent": "pci-device"
13719    },
13720    {
13721      "name": "ich9-ahci",
13722      "parent": "pci-device"
13723    },
13724    {
13725      "name": "750l_v2.1-powerpc64-cpu",
13726      "parent": "750-family-powerpc64-cpu"
13727    },
13728    {
13729      "name": "qio-channel-socket",
13730      "parent": "qio-channel"
13731    },
13732    {
13733      "name": "mpc8543e_v21-powerpc64-cpu",
13734      "parent": "e500v2-family-powerpc64-cpu"
13735    },
13736    {
13737      "name": "piix3-usb-uhci",
13738      "parent": "pci-uhci-usb"
13739    },
13740    {
13741      "name": "virtserialport",
13742      "parent": "virtio-serial-port"
13743    },
13744    {
13745      "name": "mpc8641d-powerpc64-cpu",
13746      "parent": "e600-family-powerpc64-cpu"
13747    },
13748    {
13749      "name": "sd-bus",
13750      "parent": "bus"
13751    },
13752    {
13753      "name": "750cxe_v2.4-powerpc64-cpu",
13754      "parent": "750cx-family-powerpc64-cpu"
13755    },
13756    {
13757      "name": "i82378",
13758      "parent": "pci-device"
13759    },
13760    {
13761      "name": "chardev-stdio",
13762      "parent": "chardev-fd"
13763    },
13764    {
13765      "name": "750gx_v1.1-powerpc64-cpu",
13766      "parent": "750gx-family-powerpc64-cpu"
13767    },
13768    {
13769      "name": "mpc8541_v11-powerpc64-cpu",
13770      "parent": "e500v1-family-powerpc64-cpu"
13771    },
13772    {
13773      "name": "gus",
13774      "parent": "isa-device"
13775    },
13776    {
13777      "name": "e500_v20-powerpc64-cpu",
13778      "parent": "e500v1-family-powerpc64-cpu"
13779    },
13780    {
13781      "name": "cobra-powerpc64-cpu",
13782      "parent": "401-family-powerpc64-cpu"
13783    },
13784    {
13785      "name": "pnv-lpc",
13786      "parent": "device"
13787    },
13788    {
13789      "name": "i82374",
13790      "parent": "isa-device"
13791    },
13792    {
13793      "name": "7445_v2.1-powerpc64-cpu",
13794      "parent": "7445-family-powerpc64-cpu"
13795    },
13796    {
13797      "name": "pc-dimm",
13798      "parent": "device"
13799    },
13800    {
13801      "name": "440-xilinx-w-dfpu-powerpc64-cpu",
13802      "parent": "440x5wDFPU-family-powerpc64-cpu"
13803    },
13804    {
13805      "name": "7400_v2.1-powerpc64-cpu",
13806      "parent": "7400-family-powerpc64-cpu"
13807    },
13808    {
13809      "name": "604-powerpc64-cpu",
13810      "parent": "604-family-powerpc64-cpu"
13811    },
13812    {
13813      "name": "g3beige-machine",
13814      "parent": "machine"
13815    },
13816    {
13817      "name": "405crb-powerpc64-cpu",
13818      "parent": "405-family-powerpc64-cpu"
13819    },
13820    {
13821      "name": "usb-storage",
13822      "parent": "usb-storage-dev"
13823    },
13824    {
13825      "name": "IndustryPack",
13826      "parent": "bus"
13827    },
13828    {
13829      "name": "7441_v2.3-powerpc64-cpu",
13830      "parent": "7440-family-powerpc64-cpu"
13831    },
13832    {
13833      "name": "7448_v2.1-powerpc64-cpu",
13834      "parent": "7400-family-powerpc64-cpu"
13835    },
13836    {
13837      "name": "603e7-powerpc64-cpu",
13838      "parent": "603E-family-powerpc64-cpu"
13839    },
13840    {
13841      "name": "cryptodev-backend",
13842      "parent": "object"
13843    },
13844    {
13845      "name": "adb-mouse",
13846      "parent": "adb-device"
13847    },
13848    {
13849      "name": "or-irq",
13850      "parent": "device"
13851    },
13852    {
13853      "name": "mpc8543_v21-powerpc64-cpu",
13854      "parent": "e500v2-family-powerpc64-cpu"
13855    },
13856    {
13857      "name": "750cx_v2.2-powerpc64-cpu",
13858      "parent": "750cx-family-powerpc64-cpu"
13859    },
13860    {
13861      "name": "ipmi-bmc-sim",
13862      "parent": "ipmi-bmc"
13863    },
13864    {
13865      "name": "virtio-rng-pci",
13866      "parent": "virtio-pci"
13867    },
13868    {
13869      "name": "7451_v2.10-powerpc64-cpu",
13870      "parent": "7450-family-powerpc64-cpu"
13871    },
13872    {
13873      "name": "401c2-powerpc64-cpu",
13874      "parent": "401x2-family-powerpc64-cpu"
13875    },
13876    {
13877      "name": "usb-ehci",
13878      "parent": "pci-ehci-usb"
13879    },
13880    {
13881      "name": "chardev-vc",
13882      "parent": "chardev"
13883    },
13884    {
13885      "name": "bamboo-machine",
13886      "parent": "machine"
13887    },
13888    {
13889      "name": "mpc8543_v10-powerpc64-cpu",
13890      "parent": "e500v2-family-powerpc64-cpu"
13891    },
13892    {
13893      "name": "filter-replay",
13894      "parent": "netfilter"
13895    },
13896    {
13897      "name": "usb-kbd",
13898      "parent": "usb-hid"
13899    },
13900    {
13901      "name": "603e_v1.4-powerpc64-cpu",
13902      "parent": "603E-family-powerpc64-cpu"
13903    },
13904    {
13905      "name": "chardev-serial",
13906      "parent": "chardev-fd"
13907    },
13908    {
13909      "name": "970mp_v1.1-spapr-cpu-core",
13910      "parent": "spapr-cpu-core"
13911    },
13912    {
13913      "name": "pseries-2.12-sxxm-machine",
13914      "parent": "spapr-machine"
13915    },
13916    {
13917      "name": "dec-21154-sysbus",
13918      "parent": "pci-host-bridge"
13919    },
13920    {
13921      "name": "chardev-wctablet",
13922      "parent": "chardev"
13923    },
13924    {
13925      "name": "e1000-82545em",
13926      "parent": "e1000-base"
13927    },
13928    {
13929      "name": "spapr-vty",
13930      "parent": "vio-spapr-device"
13931    },
13932    {
13933      "name": "power9_v1.0-spapr-cpu-core",
13934      "parent": "spapr-cpu-core"
13935    },
13936    {
13937      "name": "7441_v2.10-powerpc64-cpu",
13938      "parent": "7440-family-powerpc64-cpu"
13939    },
13940    {
13941      "name": "mpc8347et-powerpc64-cpu",
13942      "parent": "e300-family-powerpc64-cpu"
13943    },
13944    {
13945      "name": "virtio-9p-pci",
13946      "parent": "virtio-pci"
13947    },
13948    {
13949      "name": "7400_v1.1-powerpc64-cpu",
13950      "parent": "7400-family-powerpc64-cpu"
13951    },
13952    {
13953      "name": "filter-buffer",
13954      "parent": "netfilter"
13955    },
13956    {
13957      "name": "e1000-82544gc",
13958      "parent": "e1000-base"
13959    },
13960    {
13961      "name": "740_v2.2-powerpc64-cpu",
13962      "parent": "740-family-powerpc64-cpu"
13963    },
13964    {
13965      "name": "7455_v3.4-powerpc64-cpu",
13966      "parent": "7455-family-powerpc64-cpu"
13967    },
13968    {
13969      "name": "7448_v1.1-powerpc64-cpu",
13970      "parent": "7400-family-powerpc64-cpu"
13971    },
13972    {
13973      "name": "mpc8548_v10-powerpc64-cpu",
13974      "parent": "e500v2-family-powerpc64-cpu"
13975    },
13976    {
13977      "name": "mpc8545_v20-powerpc64-cpu",
13978      "parent": "e500v2-family-powerpc64-cpu"
13979    },
13980    {
13981      "name": "mpc8343ea-powerpc64-cpu",
13982      "parent": "e300-family-powerpc64-cpu"
13983    },
13984    {
13985      "name": "npe405l-powerpc64-cpu",
13986      "parent": "405-family-powerpc64-cpu"
13987    },
13988    {
13989      "name": "imx-usdhc",
13990      "parent": "generic-sdhci"
13991    },
13992    {
13993      "name": "prep-systemio",
13994      "parent": "isa-device"
13995    },
13996    {
13997      "name": "e500-spin",
13998      "parent": "sys-bus-device"
13999    },
14000    {
14001      "name": "745_v2.8-powerpc64-cpu",
14002      "parent": "745-family-powerpc64-cpu"
14003    },
14004    {
14005      "name": "755_v2.1-powerpc64-cpu",
14006      "parent": "755-family-powerpc64-cpu"
14007    },
14008    {
14009      "name": "mpc8544ds-machine",
14010      "parent": "machine"
14011    },
14012    {
14013      "name": "mpc8540_v10-powerpc64-cpu",
14014      "parent": "e500v1-family-powerpc64-cpu"
14015    },
14016    {
14017      "name": "pci-serial-4x",
14018      "parent": "pci-device"
14019    },
14020    {
14021      "name": "ich9-intel-hda",
14022      "parent": "intel-hda-generic"
14023    },
14024    {
14025      "name": "virtio-9p-device",
14026      "parent": "virtio-device"
14027    },
14028    {
14029      "name": "power8nvl_v1.0-powerpc64-cpu",
14030      "parent": "POWER8-family-powerpc64-cpu"
14031    },
14032    {
14033      "name": "ivshmem",
14034      "parent": "ivshmem-common"
14035    },
14036    {
14037      "name": "e500v2_v20-powerpc64-cpu",
14038      "parent": "e500v2-family-powerpc64-cpu"
14039    },
14040    {
14041      "name": "virtio-tablet-pci",
14042      "parent": "virtio-input-hid-pci"
14043    },
14044    {
14045      "name": "virtio-scsi-pci",
14046      "parent": "virtio-pci"
14047    },
14048    {
14049      "name": "qemu-console",
14050      "parent": "object"
14051    },
14052    {
14053      "name": "mpc8349ea-powerpc64-cpu",
14054      "parent": "e300-family-powerpc64-cpu"
14055    },
14056    {
14057      "name": "7457a_v1.0-powerpc64-cpu",
14058      "parent": "7455-family-powerpc64-cpu"
14059    },
14060    {
14061      "name": "piix4-usb-uhci",
14062      "parent": "pci-uhci-usb"
14063    },
14064    {
14065      "name": "mpc8547e_v20-powerpc64-cpu",
14066      "parent": "e500v2-family-powerpc64-cpu"
14067    },
14068    {
14069      "name": "e200z6-powerpc64-cpu",
14070      "parent": "e200-family-powerpc64-cpu"
14071    },
14072    {
14073      "name": "isa-ipmi-bt",
14074      "parent": "isa-device"
14075    },
14076    {
14077      "name": "ppce500-machine",
14078      "parent": "machine"
14079    },
14080    {
14081      "name": "virtio-pci-bus",
14082      "parent": "virtio-bus"
14083    },
14084    {
14085      "name": "750l_v2.2-powerpc64-cpu",
14086      "parent": "750-family-powerpc64-cpu"
14087    },
14088    {
14089      "name": "pci-testdev",
14090      "parent": "pci-device"
14091    },
14092    {
14093      "name": "ipoctal232",
14094      "parent": "ipack-device"
14095    },
14096    {
14097      "name": "uni-north-pci-pcihost",
14098      "parent": "pci-host-bridge"
14099    },
14100    {
14101      "name": "spapr-drc-lmb",
14102      "parent": "spapr-drc-logical"
14103    },
14104    {
14105      "name": "440epx-powerpc64-cpu",
14106      "parent": "440EP-family-powerpc64-cpu"
14107    },
14108    {
14109      "name": "405gpa-powerpc64-cpu",
14110      "parent": "405-family-powerpc64-cpu"
14111    },
14112    {
14113      "name": "7400_v2.6-powerpc64-cpu",
14114      "parent": "7400-family-powerpc64-cpu"
14115    },
14116    {
14117      "name": "virtio-tablet-device",
14118      "parent": "virtio-input-hid-device"
14119    },
14120    {
14121      "name": "powernv-machine",
14122      "parent": "machine"
14123    },
14124    {
14125      "name": "ISA",
14126      "parent": "bus"
14127    },
14128    {
14129      "name": "750_v3.0-powerpc64-cpu",
14130      "parent": "750-family-powerpc64-cpu"
14131    },
14132    {
14133      "name": "ES1370",
14134      "parent": "pci-device"
14135    },
14136    {
14137      "name": "mpc8543e_v11-powerpc64-cpu",
14138      "parent": "e500v2-family-powerpc64-cpu"
14139    },
14140    {
14141      "name": "603e7v-powerpc64-cpu",
14142      "parent": "603E-family-powerpc64-cpu"
14143    },
14144    {
14145      "name": "power7_v2.3-powerpc64-cpu",
14146      "parent": "POWER7-family-powerpc64-cpu"
14147    },
14148    {
14149      "name": "mpc8544-guts",
14150      "parent": "sys-bus-device"
14151    },
14152    {
14153      "name": "power9_v2.0-powerpc64-cpu",
14154      "parent": "POWER9-family-powerpc64-cpu"
14155    },
14156    {
14157      "name": "mpc8555e_v10-powerpc64-cpu",
14158      "parent": "e500v2-family-powerpc64-cpu"
14159    },
14160    {
14161      "name": "mpc8347p-powerpc64-cpu",
14162      "parent": "e300-family-powerpc64-cpu"
14163    },
14164    {
14165      "name": "openpic",
14166      "parent": "sys-bus-device"
14167    },
14168    {
14169      "name": "mpc8541e_v10-powerpc64-cpu",
14170      "parent": "e500v1-family-powerpc64-cpu"
14171    },
14172    {
14173      "name": "750cxe_v3.0-powerpc64-cpu",
14174      "parent": "750cx-family-powerpc64-cpu"
14175    },
14176    {
14177      "name": "e500_v10-powerpc64-cpu",
14178      "parent": "e500v1-family-powerpc64-cpu"
14179    },
14180    {
14181      "name": "power8_v2.0-powernv-cpu-core",
14182      "parent": "powernv-cpu-core"
14183    },
14184    {
14185      "name": "755_v1.1-powerpc64-cpu",
14186      "parent": "755-family-powerpc64-cpu"
14187    },
14188    {
14189      "name": "tcg-accel",
14190      "parent": "accel"
14191    },
14192    {
14193      "name": "virtconsole",
14194      "parent": "virtserialport"
14195    },
14196    {
14197      "name": "750_v1.0-powerpc64-cpu",
14198      "parent": "750-family-powerpc64-cpu"
14199    },
14200    {
14201      "name": "750l_v3.2-powerpc64-cpu",
14202      "parent": "750-family-powerpc64-cpu"
14203    },
14204    {
14205      "name": "pci-serial-2x",
14206      "parent": "pci-device"
14207    },
14208    {
14209      "name": "virtio-mmio-bus",
14210      "parent": "virtio-bus"
14211    },
14212    {
14213      "name": "ne2k_isa",
14214      "parent": "isa-device"
14215    },
14216    {
14217      "name": "isa-fdc",
14218      "parent": "isa-device"
14219    },
14220    {
14221      "name": "esp",
14222      "parent": "sys-bus-device"
14223    },
14224    {
14225      "name": "mpc8548_v21-powerpc64-cpu",
14226      "parent": "e500v2-family-powerpc64-cpu"
14227    },
14228    {
14229      "name": "usb-bus",
14230      "parent": "bus"
14231    },
14232    {
14233      "name": "colo-compare",
14234      "parent": "object"
14235    },
14236    {
14237      "name": "fusbh200-ehci-usb",
14238      "parent": "sysbus-ehci-usb"
14239    },
14240    {
14241      "name": "spapr-drc-pci",
14242      "parent": "spapr-drc-physical"
14243    },
14244    {
14245      "name": "PCI",
14246      "parent": "bus"
14247    },
14248    {
14249      "name": "745_v2.4-powerpc64-cpu",
14250      "parent": "745-family-powerpc64-cpu"
14251    },
14252    {
14253      "name": "sii3112",
14254      "parent": "pci-ide"
14255    },
14256    {
14257      "name": "403gcx-powerpc64-cpu",
14258      "parent": "403GCX-family-powerpc64-cpu"
14259    },
14260    {
14261      "name": "power8e_v2.1-pnv-chip",
14262      "parent": "pnv-chip"
14263    },
14264    {
14265      "name": "e1000e",
14266      "parent": "pci-device"
14267    },
14268    {
14269      "name": "mpc8543_v11-powerpc64-cpu",
14270      "parent": "e500v2-family-powerpc64-cpu"
14271    },
14272    {
14273      "name": "mpc8540_v21-powerpc64-cpu",
14274      "parent": "e500v1-family-powerpc64-cpu"
14275    },
14276    {
14277      "name": "7445_v3.2-powerpc64-cpu",
14278      "parent": "7445-family-powerpc64-cpu"
14279    },
14280    {
14281      "name": "rs6000-mc",
14282      "parent": "isa-device"
14283    },
14284    {
14285      "name": "mpc8347ep-powerpc64-cpu",
14286      "parent": "e300-family-powerpc64-cpu"
14287    },
14288    {
14289      "name": "mpc8349-powerpc64-cpu",
14290      "parent": "e300-family-powerpc64-cpu"
14291    },
14292    {
14293      "name": "smc37c669-superio",
14294      "parent": "isa-superio"
14295    },
14296    {
14297      "name": "kvm-openpic",
14298      "parent": "sys-bus-device"
14299    },
14300    {
14301      "name": "ne2k_pci",
14302      "parent": "pci-device"
14303    },
14304    {
14305      "name": "401b2-powerpc64-cpu",
14306      "parent": "401x2-family-powerpc64-cpu"
14307    },
14308    {
14309      "name": "vhost-user-scsi",
14310      "parent": "vhost-scsi-common"
14311    },
14312    {
14313      "name": "tpm-emulator",
14314      "parent": "tpm-backend"
14315    },
14316    {
14317      "name": "virtex-ml507-machine",
14318      "parent": "machine"
14319    },
14320    {
14321      "name": "e500-host-bridge",
14322      "parent": "pci-device"
14323    },
14324    {
14325      "name": "750_v2.0-powerpc64-cpu",
14326      "parent": "750-family-powerpc64-cpu"
14327    },
14328    {
14329      "name": "g2ls-powerpc64-cpu",
14330      "parent": "G2-family-powerpc64-cpu"
14331    },
14332    {
14333      "name": "vhost-user-blk",
14334      "parent": "virtio-device"
14335    },
14336    {
14337      "name": "7410_v1.4-powerpc64-cpu",
14338      "parent": "7410-family-powerpc64-cpu"
14339    },
14340    {
14341      "name": "npe405h-powerpc64-cpu",
14342      "parent": "405-family-powerpc64-cpu"
14343    },
14344    {
14345      "name": "isabus-bridge",
14346      "parent": "sys-bus-device"
14347    },
14348    {
14349      "name": "970mp_v1.0-spapr-cpu-core",
14350      "parent": "spapr-cpu-core"
14351    },
14352    {
14353      "name": "power9_v1.0-powerpc64-cpu",
14354      "parent": "POWER9-family-powerpc64-cpu"
14355    },
14356    {
14357      "name": "401a1-powerpc64-cpu",
14358      "parent": "401-family-powerpc64-cpu"
14359    },
14360    {
14361      "name": "ivshmem-plain",
14362      "parent": "ivshmem-common"
14363    },
14364    {
14365      "name": "755_v2.6-powerpc64-cpu",
14366      "parent": "755-family-powerpc64-cpu"
14367    },
14368    {
14369      "name": "604e_v2.2-powerpc64-cpu",
14370      "parent": "604E-family-powerpc64-cpu"
14371    },
14372    {
14373      "name": "qio-channel-buffer",
14374      "parent": "qio-channel"
14375    },
14376    {
14377      "name": "970fx_v3.0-powerpc64-cpu",
14378      "parent": "970-family-powerpc64-cpu"
14379    },
14380    {
14381      "name": "7457_v1.1-powerpc64-cpu",
14382      "parent": "7455-family-powerpc64-cpu"
14383    },
14384    {
14385      "name": "pnv-occ",
14386      "parent": "device"
14387    },
14388    {
14389      "name": "spapr-vio-bridge",
14390      "parent": "sys-bus-device"
14391    },
14392    {
14393      "name": "secret",
14394      "parent": "object"
14395    },
14396    {
14397      "name": "hda-duplex",
14398      "parent": "hda-audio"
14399    },
14400    {
14401      "name": "ppc4xx-ehci-usb",
14402      "parent": "sysbus-ehci-usb"
14403    },
14404    {
14405      "name": "raven-pcihost",
14406      "parent": "pci-host-bridge"
14407    },
14408    {
14409      "name": "u3-agp-pcihost",
14410      "parent": "pci-host-bridge"
14411    },
14412    {
14413      "name": "sysbus-fdc",
14414      "parent": "base-sysbus-fdc"
14415    },
14416    {
14417      "name": "virtio-balloon-device",
14418      "parent": "virtio-device"
14419    },
14420    {
14421      "name": "none-machine",
14422      "parent": "machine"
14423    },
14424    {
14425      "name": "750fx_v1.0-powerpc64-cpu",
14426      "parent": "750fx-family-powerpc64-cpu"
14427    },
14428    {
14429      "name": "750gx_v1.2-powerpc64-cpu",
14430      "parent": "750gx-family-powerpc64-cpu"
14431    },
14432    {
14433      "name": "megasas-gen2",
14434      "parent": "megasas-base"
14435    },
14436    {
14437      "name": "nvme",
14438      "parent": "pci-device"
14439    },
14440    {
14441      "name": "usb-tablet",
14442      "parent": "usb-hid"
14443    },
14444    {
14445      "name": "970fx_v1.0-powerpc64-cpu",
14446      "parent": "970-family-powerpc64-cpu"
14447    },
14448    {
14449      "name": "e500v2_v21-powerpc64-cpu",
14450      "parent": "e500v2-family-powerpc64-cpu"
14451    },
14452    {
14453      "name": "mpc8572e-powerpc64-cpu",
14454      "parent": "e500v2-family-powerpc64-cpu"
14455    },
14456    {
14457      "name": "e300c1-powerpc64-cpu",
14458      "parent": "e300-family-powerpc64-cpu"
14459    },
14460    {
14461      "name": "7400_v2.2-powerpc64-cpu",
14462      "parent": "7400-family-powerpc64-cpu"
14463    },
14464    {
14465      "name": "7447a_v1.0-powerpc64-cpu",
14466      "parent": "7445-family-powerpc64-cpu"
14467    },
14468    {
14469      "name": "403ga-powerpc64-cpu",
14470      "parent": "403-family-powerpc64-cpu"
14471    },
14472    {
14473      "name": "405crc-powerpc64-cpu",
14474      "parent": "405-family-powerpc64-cpu"
14475    },
14476    {
14477      "name": "usb-wacom-tablet",
14478      "parent": "usb-device"
14479    },
14480    {
14481      "name": "740e-powerpc64-cpu",
14482      "parent": "740-family-powerpc64-cpu"
14483    },
14484    {
14485      "name": "usb-braille",
14486      "parent": "usb-serial-dev"
14487    },
14488    {
14489      "name": "scsi-disk",
14490      "parent": "scsi-disk-base"
14491    },
14492    {
14493      "name": "intel-hda",
14494      "parent": "intel-hda-generic"
14495    },
14496    {
14497      "name": "970mp_v1.0-powerpc64-cpu",
14498      "parent": "970-family-powerpc64-cpu"
14499    },
14500    {
14501      "name": "603e7v1-powerpc64-cpu",
14502      "parent": "603E-family-powerpc64-cpu"
14503    },
14504    {
14505      "name": "e500mc-powerpc64-cpu",
14506      "parent": "e500mc-family-powerpc64-cpu"
14507    },
14508    {
14509      "name": "e500v2_v10-powerpc64-cpu",
14510      "parent": "e500v2-family-powerpc64-cpu"
14511    },
14512    {
14513      "name": "mpc8544e_v10-powerpc64-cpu",
14514      "parent": "e500v2-family-powerpc64-cpu"
14515    },
14516    {
14517      "name": "kvm-accel",
14518      "parent": "accel"
14519    },
14520    {
14521      "name": "power8nvl_v1.0-spapr-cpu-core",
14522      "parent": "spapr-cpu-core"
14523    },
14524    {
14525      "name": "7400_v2.7-powerpc64-cpu",
14526      "parent": "7400-family-powerpc64-cpu"
14527    },
14528    {
14529      "name": "virtio-scsi-device",
14530      "parent": "virtio-scsi-common"
14531    },
14532    {
14533      "name": "405gpb-powerpc64-cpu",
14534      "parent": "405-family-powerpc64-cpu"
14535    },
14536    {
14537      "name": "603p-powerpc64-cpu",
14538      "parent": "603E-family-powerpc64-cpu"
14539    },
14540    {
14541      "name": "grackle",
14542      "parent": "pci-device"
14543    },
14544    {
14545      "name": "970_v2.2-spapr-cpu-core",
14546      "parent": "spapr-cpu-core"
14547    },
14548    {
14549      "name": "AC97",
14550      "parent": "pci-device"
14551    },
14552    {
14553      "name": "750fx_v2.0-powerpc64-cpu",
14554      "parent": "750fx-family-powerpc64-cpu"
14555    },
14556    {
14557      "name": "power9_v2.0-powernv-cpu-core",
14558      "parent": "powernv-cpu-core"
14559    },
14560    {
14561      "name": "970fx_v2.0-powerpc64-cpu",
14562      "parent": "970-family-powerpc64-cpu"
14563    },
14564    {
14565      "name": "i2c-bus",
14566      "parent": "bus"
14567    },
14568    {
14569      "name": "virtio-mouse-device",
14570      "parent": "virtio-input-hid-device"
14571    },
14572    {
14573      "name": "mos6522-cuda",
14574      "parent": "mos6522"
14575    },
14576    {
14577      "name": "mpc8572-powerpc64-cpu",
14578      "parent": "e500v2-family-powerpc64-cpu"
14579    },
14580    {
14581      "name": "750e-powerpc64-cpu",
14582      "parent": "750-family-powerpc64-cpu"
14583    },
14584    {
14585      "name": "g2hip3-powerpc64-cpu",
14586      "parent": "G2-family-powerpc64-cpu"
14587    },
14588    {
14589      "name": "g2le-powerpc64-cpu",
14590      "parent": "G2LE-family-powerpc64-cpu"
14591    },
14592    {
14593      "name": "macio-nvram",
14594      "parent": "sys-bus-device"
14595    },
14596    {
14597      "name": "isa-pit",
14598      "parent": "pit-common"
14599    },
14600    {
14601      "name": "i6300esb",
14602      "parent": "pci-device"
14603    },
14604    {
14605      "name": "ide-drive",
14606      "parent": "ide-device"
14607    },
14608    {
14609      "name": "sam460ex-machine",
14610      "parent": "machine"
14611    },
14612    {
14613      "name": "generic-sdhci",
14614      "parent": "sys-bus-device"
14615    },
14616    {
14617      "name": "pvrdma",
14618      "parent": "pci-device"
14619    },
14620    {
14621      "name": "ref405ep-machine",
14622      "parent": "machine"
14623    },
14624    {
14625      "name": "grackle-pcihost",
14626      "parent": "pci-host-bridge"
14627    },
14628    {
14629      "name": "405d4-powerpc64-cpu",
14630      "parent": "405-family-powerpc64-cpu"
14631    },
14632    {
14633      "name": "sungem",
14634      "parent": "pci-device"
14635    },
14636    {
14637      "name": "mpc8548_v11-powerpc64-cpu",
14638      "parent": "e500v2-family-powerpc64-cpu"
14639    },
14640    {
14641      "name": "mpc8545_v21-powerpc64-cpu",
14642      "parent": "e500v2-family-powerpc64-cpu"
14643    },
14644    {
14645      "name": "sd-card",
14646      "parent": "device"
14647    },
14648    {
14649      "name": "7455_v1.0-powerpc64-cpu",
14650      "parent": "7455-family-powerpc64-cpu"
14651    },
14652    {
14653      "name": "mpc8377-powerpc64-cpu",
14654      "parent": "e300-family-powerpc64-cpu"
14655    },
14656    {
14657      "name": "745_v2.0-powerpc64-cpu",
14658      "parent": "745-family-powerpc64-cpu"
14659    },
14660    {
14661      "name": "755_v2.2-powerpc64-cpu",
14662      "parent": "755-family-powerpc64-cpu"
14663    },
14664    {
14665      "name": "e500-pcihost",
14666      "parent": "pci-host-bridge"
14667    },
14668    {
14669      "name": "kvaser_pci",
14670      "parent": "pci-device"
14671    },
14672    {
14673      "name": "750_v2.1-powerpc64-cpu",
14674      "parent": "750-family-powerpc64-cpu"
14675    },
14676    {
14677      "name": "power8e_v2.1-powernv-cpu-core",
14678      "parent": "powernv-cpu-core"
14679    },
14680    {
14681      "name": "chardev-null",
14682      "parent": "chardev"
14683    },
14684    {
14685      "name": "uni-north-internal-pci",
14686      "parent": "pci-device"
14687    },
14688    {
14689      "name": "spapr-rtc",
14690      "parent": "device"
14691    },
14692    {
14693      "name": "755_v2.7-powerpc64-cpu",
14694      "parent": "755-family-powerpc64-cpu"
14695    },
14696    {
14697      "name": "750cxe_v2.1-powerpc64-cpu",
14698      "parent": "750cx-family-powerpc64-cpu"
14699    },
14700    {
14701      "name": "rng-random",
14702      "parent": "rng-backend"
14703    },
14704    {
14705      "name": "g2gp-powerpc64-cpu",
14706      "parent": "G2-family-powerpc64-cpu"
14707    },
14708    {
14709      "name": "7457a_v1.1-powerpc64-cpu",
14710      "parent": "7455-family-powerpc64-cpu"
14711    },
14712    {
14713      "name": "750cl_v1.0-powerpc64-cpu",
14714      "parent": "750cl-family-powerpc64-cpu"
14715    },
14716    {
14717      "name": "mpc8547e_v21-powerpc64-cpu",
14718      "parent": "e500v2-family-powerpc64-cpu"
14719    }
14720  ],
14721  "id": "libvirt-7"
14722}
14723
14724{
14725  "execute": "device-list-properties",
14726  "arguments": {
14727    "typename": "virtio-blk-pci"
14728  },
14729  "id": "libvirt-8"
14730}
14731
14732{
14733  "return": [
14734    {
14735      "name": "iothread",
14736      "type": "link<iothread>"
14737    },
14738    {
14739      "name": "secs",
14740      "type": "uint32"
14741    },
14742    {
14743      "name": "request-merging",
14744      "description": "on/off",
14745      "type": "bool"
14746    },
14747    {
14748      "name": "min_io_size",
14749      "type": "uint16"
14750    },
14751    {
14752      "name": "event_idx",
14753      "description": "on/off",
14754      "type": "bool"
14755    },
14756    {
14757      "name": "serial",
14758      "type": "str"
14759    },
14760    {
14761      "name": "heads",
14762      "type": "uint32"
14763    },
14764    {
14765      "name": "ioeventfd",
14766      "description": "on/off",
14767      "type": "bool"
14768    },
14769    {
14770      "name": "multifunction",
14771      "description": "on/off",
14772      "type": "bool"
14773    },
14774    {
14775      "name": "rombar",
14776      "type": "uint32"
14777    },
14778    {
14779      "name": "scsi",
14780      "description": "on/off",
14781      "type": "bool"
14782    },
14783    {
14784      "name": "cyls",
14785      "type": "uint32"
14786    },
14787    {
14788      "name": "x-disable-pcie",
14789      "description": "on/off",
14790      "type": "bool"
14791    },
14792    {
14793      "name": "logical_block_size",
14794      "description": "A power of two between 512 and 32768",
14795      "type": "uint16"
14796    },
14797    {
14798      "name": "indirect_desc",
14799      "description": "on/off",
14800      "type": "bool"
14801    },
14802    {
14803      "name": "queue-size",
14804      "type": "uint16"
14805    },
14806    {
14807      "name": "disable-modern",
14808      "type": "bool"
14809    },
14810    {
14811      "name": "drive",
14812      "description": "Node name or ID of a block device to use as a backend",
14813      "type": "str"
14814    },
14815    {
14816      "name": "disable-legacy",
14817      "description": "on/off/auto",
14818      "type": "OnOffAuto"
14819    },
14820    {
14821      "name": "command_serr_enable",
14822      "description": "on/off",
14823      "type": "bool"
14824    },
14825    {
14826      "name": "x-pcie-lnkctl-init",
14827      "description": "on/off",
14828      "type": "bool"
14829    },
14830    {
14831      "name": "werror",
14832      "description": "Error handling policy, report/ignore/enospc/stop/auto",
14833      "type": "BlockdevOnError"
14834    },
14835    {
14836      "name": "bootindex",
14837      "type": "int32"
14838    },
14839    {
14840      "name": "discard_granularity",
14841      "type": "uint32"
14842    },
14843    {
14844      "name": "rerror",
14845      "description": "Error handling policy, report/ignore/enospc/stop/auto",
14846      "type": "BlockdevOnError"
14847    },
14848    {
14849      "name": "page-per-vq",
14850      "description": "on/off",
14851      "type": "bool"
14852    },
14853    {
14854      "name": "x-pcie-deverr-init",
14855      "description": "on/off",
14856      "type": "bool"
14857    },
14858    {
14859      "name": "x-pcie-pm-init",
14860      "description": "on/off",
14861      "type": "bool"
14862    },
14863    {
14864      "name": "any_layout",
14865      "description": "on/off",
14866      "type": "bool"
14867    },
14868    {
14869      "name": "x-pcie-lnksta-dllla",
14870      "description": "on/off",
14871      "type": "bool"
14872    },
14873    {
14874      "name": "share-rw",
14875      "type": "bool"
14876    },
14877    {
14878      "name": "physical_block_size",
14879      "description": "A power of two between 512 and 32768",
14880      "type": "uint16"
14881    },
14882    {
14883      "name": "config-wce",
14884      "description": "on/off",
14885      "type": "bool"
14886    },
14887    {
14888      "name": "class",
14889      "type": "uint32"
14890    },
14891    {
14892      "name": "addr",
14893      "description": "Slot and optional function number, example: 06.0 or 06",
14894      "type": "int32"
14895    },
14896    {
14897      "name": "migrate-extra",
14898      "description": "on/off",
14899      "type": "bool"
14900    },
14901    {
14902      "name": "modern-pio-notify",
14903      "description": "on/off",
14904      "type": "bool"
14905    },
14906    {
14907      "name": "vectors",
14908      "type": "uint32"
14909    },
14910    {
14911      "name": "iommu_platform",
14912      "description": "on/off",
14913      "type": "bool"
14914    },
14915    {
14916      "name": "x-pcie-extcap-init",
14917      "description": "on/off",
14918      "type": "bool"
14919    },
14920    {
14921      "name": "virtio-backend",
14922      "type": "child<virtio-blk-device>"
14923    },
14924    {
14925      "name": "x-ignore-backend-features",
14926      "type": "bool"
14927    },
14928    {
14929      "name": "notify_on_empty",
14930      "description": "on/off",
14931      "type": "bool"
14932    },
14933    {
14934      "name": "write-cache",
14935      "description": "on/off/auto",
14936      "type": "OnOffAuto"
14937    },
14938    {
14939      "name": "num-queues",
14940      "type": "uint16"
14941    },
14942    {
14943      "name": "opt_io_size",
14944      "type": "uint32"
14945    },
14946    {
14947      "name": "ats",
14948      "description": "on/off",
14949      "type": "bool"
14950    },
14951    {
14952      "name": "virtio-pci-bus-master-bug-migration",
14953      "description": "on/off",
14954      "type": "bool"
14955    },
14956    {
14957      "name": "romfile",
14958      "type": "str"
14959    }
14960  ],
14961  "id": "libvirt-8"
14962}
14963
14964{
14965  "execute": "device-list-properties",
14966  "arguments": {
14967    "typename": "virtio-net-pci"
14968  },
14969  "id": "libvirt-9"
14970}
14971
14972{
14973  "return": [
14974    {
14975      "name": "ctrl_mac_addr",
14976      "description": "on/off",
14977      "type": "bool"
14978    },
14979    {
14980      "name": "romfile",
14981      "type": "str"
14982    },
14983    {
14984      "name": "x-pcie-lnksta-dllla",
14985      "description": "on/off",
14986      "type": "bool"
14987    },
14988    {
14989      "name": "status",
14990      "description": "on/off",
14991      "type": "bool"
14992    },
14993    {
14994      "name": "notify_on_empty",
14995      "description": "on/off",
14996      "type": "bool"
14997    },
14998    {
14999      "name": "command_serr_enable",
15000      "description": "on/off",
15001      "type": "bool"
15002    },
15003    {
15004      "name": "indirect_desc",
15005      "description": "on/off",
15006      "type": "bool"
15007    },
15008    {
15009      "name": "x-pcie-pm-init",
15010      "description": "on/off",
15011      "type": "bool"
15012    },
15013    {
15014      "name": "guest_csum",
15015      "description": "on/off",
15016      "type": "bool"
15017    },
15018    {
15019      "name": "speed",
15020      "type": "int32"
15021    },
15022    {
15023      "name": "ctrl_rx",
15024      "description": "on/off",
15025      "type": "bool"
15026    },
15027    {
15028      "name": "ctrl_vq",
15029      "description": "on/off",
15030      "type": "bool"
15031    },
15032    {
15033      "name": "bootindex",
15034      "type": "int32"
15035    },
15036    {
15037      "name": "multifunction",
15038      "description": "on/off",
15039      "type": "bool"
15040    },
15041    {
15042      "name": "disable-modern",
15043      "type": "bool"
15044    },
15045    {
15046      "name": "mrg_rxbuf",
15047      "description": "on/off",
15048      "type": "bool"
15049    },
15050    {
15051      "name": "host_tso6",
15052      "description": "on/off",
15053      "type": "bool"
15054    },
15055    {
15056      "name": "x-txtimer",
15057      "type": "uint32"
15058    },
15059    {
15060      "name": "host_tso4",
15061      "description": "on/off",
15062      "type": "bool"
15063    },
15064    {
15065      "name": "rombar",
15066      "type": "uint32"
15067    },
15068    {
15069      "name": "ctrl_rx_extra",
15070      "description": "on/off",
15071      "type": "bool"
15072    },
15073    {
15074      "name": "gso",
15075      "description": "on/off",
15076      "type": "bool"
15077    },
15078    {
15079      "name": "page-per-vq",
15080      "description": "on/off",
15081      "type": "bool"
15082    },
15083    {
15084      "name": "x-disable-pcie",
15085      "description": "on/off",
15086      "type": "bool"
15087    },
15088    {
15089      "name": "x-ignore-backend-features",
15090      "type": "bool"
15091    },
15092    {
15093      "name": "vlan",
15094      "description": "Integer VLAN id to connect to",
15095      "type": "int32"
15096    },
15097    {
15098      "name": "x-txburst",
15099      "type": "int32"
15100    },
15101    {
15102      "name": "iommu_platform",
15103      "description": "on/off",
15104      "type": "bool"
15105    },
15106    {
15107      "name": "x-pcie-lnkctl-init",
15108      "description": "on/off",
15109      "type": "bool"
15110    },
15111    {
15112      "name": "host_mtu",
15113      "type": "uint16"
15114    },
15115    {
15116      "name": "ctrl_vlan",
15117      "description": "on/off",
15118      "type": "bool"
15119    },
15120    {
15121      "name": "event_idx",
15122      "description": "on/off",
15123      "type": "bool"
15124    },
15125    {
15126      "name": "virtio-backend",
15127      "type": "child<virtio-net-device>"
15128    },
15129    {
15130      "name": "guest_announce",
15131      "description": "on/off",
15132      "type": "bool"
15133    },
15134    {
15135      "name": "vectors",
15136      "type": "uint32"
15137    },
15138    {
15139      "name": "guest_tso4",
15140      "description": "on/off",
15141      "type": "bool"
15142    },
15143    {
15144      "name": "host_ecn",
15145      "description": "on/off",
15146      "type": "bool"
15147    },
15148    {
15149      "name": "addr",
15150      "description": "Slot and optional function number, example: 06.0 or 06",
15151      "type": "int32"
15152    },
15153    {
15154      "name": "ats",
15155      "description": "on/off",
15156      "type": "bool"
15157    },
15158    {
15159      "name": "host_ufo",
15160      "description": "on/off",
15161      "type": "bool"
15162    },
15163    {
15164      "name": "duplex",
15165      "type": "str"
15166    },
15167    {
15168      "name": "guest_tso6",
15169      "description": "on/off",
15170      "type": "bool"
15171    },
15172    {
15173      "name": "ctrl_guest_offloads",
15174      "description": "on/off",
15175      "type": "bool"
15176    },
15177    {
15178      "name": "csum",
15179      "description": "on/off",
15180      "type": "bool"
15181    },
15182    {
15183      "name": "modern-pio-notify",
15184      "description": "on/off",
15185      "type": "bool"
15186    },
15187    {
15188      "name": "ioeventfd",
15189      "description": "on/off",
15190      "type": "bool"
15191    },
15192    {
15193      "name": "mq",
15194      "description": "on/off",
15195      "type": "bool"
15196    },
15197    {
15198      "name": "any_layout",
15199      "description": "on/off",
15200      "type": "bool"
15201    },
15202    {
15203      "name": "guest_ecn",
15204      "description": "on/off",
15205      "type": "bool"
15206    },
15207    {
15208      "name": "guest_ufo",
15209      "description": "on/off",
15210      "type": "bool"
15211    },
15212    {
15213      "name": "virtio-pci-bus-master-bug-migration",
15214      "description": "on/off",
15215      "type": "bool"
15216    },
15217    {
15218      "name": "mac",
15219      "description": "Ethernet 6-byte MAC Address, example: 52:54:00:12:34:56",
15220      "type": "str"
15221    },
15222    {
15223      "name": "tx_queue_size",
15224      "type": "uint16"
15225    },
15226    {
15227      "name": "disable-legacy",
15228      "description": "on/off/auto",
15229      "type": "OnOffAuto"
15230    },
15231    {
15232      "name": "tx",
15233      "type": "str"
15234    },
15235    {
15236      "name": "x-pcie-extcap-init",
15237      "description": "on/off",
15238      "type": "bool"
15239    },
15240    {
15241      "name": "x-mtu-bypass-backend",
15242      "type": "bool"
15243    },
15244    {
15245      "name": "x-pcie-deverr-init",
15246      "description": "on/off",
15247      "type": "bool"
15248    },
15249    {
15250      "name": "netdev",
15251      "description": "ID of a netdev to use as a backend",
15252      "type": "str"
15253    },
15254    {
15255      "name": "migrate-extra",
15256      "description": "on/off",
15257      "type": "bool"
15258    },
15259    {
15260      "name": "rx_queue_size",
15261      "type": "uint16"
15262    }
15263  ],
15264  "id": "libvirt-9"
15265}
15266
15267{
15268  "execute": "device-list-properties",
15269  "arguments": {
15270    "typename": "virtio-scsi-pci"
15271  },
15272  "id": "libvirt-10"
15273}
15274
15275{
15276  "return": [
15277    {
15278      "name": "event_idx",
15279      "description": "on/off",
15280      "type": "bool"
15281    },
15282    {
15283      "name": "ioeventfd",
15284      "description": "on/off",
15285      "type": "bool"
15286    },
15287    {
15288      "name": "multifunction",
15289      "description": "on/off",
15290      "type": "bool"
15291    },
15292    {
15293      "name": "rombar",
15294      "type": "uint32"
15295    },
15296    {
15297      "name": "virtqueue_size",
15298      "type": "uint32"
15299    },
15300    {
15301      "name": "x-disable-pcie",
15302      "description": "on/off",
15303      "type": "bool"
15304    },
15305    {
15306      "name": "indirect_desc",
15307      "description": "on/off",
15308      "type": "bool"
15309    },
15310    {
15311      "name": "cmd_per_lun",
15312      "type": "uint32"
15313    },
15314    {
15315      "name": "disable-modern",
15316      "type": "bool"
15317    },
15318    {
15319      "name": "num_queues",
15320      "type": "uint32"
15321    },
15322    {
15323      "name": "disable-legacy",
15324      "description": "on/off/auto",
15325      "type": "OnOffAuto"
15326    },
15327    {
15328      "name": "command_serr_enable",
15329      "description": "on/off",
15330      "type": "bool"
15331    },
15332    {
15333      "name": "x-pcie-lnkctl-init",
15334      "description": "on/off",
15335      "type": "bool"
15336    },
15337    {
15338      "name": "hotplug",
15339      "description": "on/off",
15340      "type": "bool"
15341    },
15342    {
15343      "name": "page-per-vq",
15344      "description": "on/off",
15345      "type": "bool"
15346    },
15347    {
15348      "name": "x-pcie-deverr-init",
15349      "description": "on/off",
15350      "type": "bool"
15351    },
15352    {
15353      "name": "x-pcie-pm-init",
15354      "description": "on/off",
15355      "type": "bool"
15356    },
15357    {
15358      "name": "x-pcie-lnksta-dllla",
15359      "description": "on/off",
15360      "type": "bool"
15361    },
15362    {
15363      "name": "max_sectors",
15364      "type": "uint32"
15365    },
15366    {
15367      "name": "param_change",
15368      "description": "on/off",
15369      "type": "bool"
15370    },
15371    {
15372      "name": "any_layout",
15373      "description": "on/off",
15374      "type": "bool"
15375    },
15376    {
15377      "name": "iothread",
15378      "type": "link<iothread>"
15379    },
15380    {
15381      "name": "addr",
15382      "description": "Slot and optional function number, example: 06.0 or 06",
15383      "type": "int32"
15384    },
15385    {
15386      "name": "migrate-extra",
15387      "description": "on/off",
15388      "type": "bool"
15389    },
15390    {
15391      "name": "modern-pio-notify",
15392      "description": "on/off",
15393      "type": "bool"
15394    },
15395    {
15396      "name": "vectors",
15397      "type": "uint32"
15398    },
15399    {
15400      "name": "x-pcie-extcap-init",
15401      "description": "on/off",
15402      "type": "bool"
15403    },
15404    {
15405      "name": "virtio-backend",
15406      "type": "child<virtio-scsi-device>"
15407    },
15408    {
15409      "name": "x-ignore-backend-features",
15410      "type": "bool"
15411    },
15412    {
15413      "name": "notify_on_empty",
15414      "description": "on/off",
15415      "type": "bool"
15416    },
15417    {
15418      "name": "iommu_platform",
15419      "description": "on/off",
15420      "type": "bool"
15421    },
15422    {
15423      "name": "ats",
15424      "description": "on/off",
15425      "type": "bool"
15426    },
15427    {
15428      "name": "virtio-pci-bus-master-bug-migration",
15429      "description": "on/off",
15430      "type": "bool"
15431    },
15432    {
15433      "name": "romfile",
15434      "type": "str"
15435    }
15436  ],
15437  "id": "libvirt-10"
15438}
15439
15440{
15441  "execute": "device-list-properties",
15442  "arguments": {
15443    "typename": "virtio-net-ccw"
15444  },
15445  "id": "libvirt-11"
15446}
15447
15448{
15449  "id": "libvirt-11",
15450  "error": {
15451    "class": "DeviceNotFound",
15452    "desc": "Device 'virtio-net-ccw' not found"
15453  }
15454}
15455
15456{
15457  "execute": "device-list-properties",
15458  "arguments": {
15459    "typename": "virtio-scsi-ccw"
15460  },
15461  "id": "libvirt-12"
15462}
15463
15464{
15465  "id": "libvirt-12",
15466  "error": {
15467    "class": "DeviceNotFound",
15468    "desc": "Device 'virtio-scsi-ccw' not found"
15469  }
15470}
15471
15472{
15473  "execute": "device-list-properties",
15474  "arguments": {
15475    "typename": "vfio-pci"
15476  },
15477  "id": "libvirt-13"
15478}
15479
15480{
15481  "return": [
15482    {
15483      "name": "x-igd-opregion",
15484      "description": "on/off",
15485      "type": "bool"
15486    },
15487    {
15488      "name": "x-pci-vendor-id",
15489      "type": "uint32"
15490    },
15491    {
15492      "name": "x-pci-sub-device-id",
15493      "type": "uint32"
15494    },
15495    {
15496      "name": "rombar",
15497      "type": "uint32"
15498    },
15499    {
15500      "name": "multifunction",
15501      "description": "on/off",
15502      "type": "bool"
15503    },
15504    {
15505      "name": "x-req",
15506      "description": "on/off",
15507      "type": "bool"
15508    },
15509    {
15510      "name": "x-no-kvm-msi",
15511      "type": "bool"
15512    },
15513    {
15514      "name": "x-no-kvm-intx",
15515      "type": "bool"
15516    },
15517    {
15518      "name": "host",
15519      "description": "Address (bus/device/function) of the host device, example: 04:10.0",
15520      "type": "str"
15521    },
15522    {
15523      "name": "x-no-kvm-msix",
15524      "type": "bool"
15525    },
15526    {
15527      "name": "command_serr_enable",
15528      "description": "on/off",
15529      "type": "bool"
15530    },
15531    {
15532      "name": "display",
15533      "description": "on/off/auto",
15534      "type": "OnOffAuto"
15535    },
15536    {
15537      "name": "x-pci-sub-vendor-id",
15538      "type": "uint32"
15539    },
15540    {
15541      "name": "x-pci-device-id",
15542      "type": "uint32"
15543    },
15544    {
15545      "name": "x-no-geforce-quirks",
15546      "type": "bool"
15547    },
15548    {
15549      "name": "x-pcie-lnksta-dllla",
15550      "description": "on/off",
15551      "type": "bool"
15552    },
15553    {
15554      "name": "x-igd-gms",
15555      "type": "uint32"
15556    },
15557    {
15558      "name": "addr",
15559      "description": "Slot and optional function number, example: 06.0 or 06",
15560      "type": "int32"
15561    },
15562    {
15563      "name": "x-nv-gpudirect-clique",
15564      "description": "NVIDIA GPUDirect Clique ID (0 - 15)",
15565      "type": "uint4"
15566    },
15567    {
15568      "name": "x-msix-relocation",
15569      "description": "off/auto/bar0/bar1/bar2/bar3/bar4/bar5",
15570      "type": "OffAutoPCIBAR"
15571    },
15572    {
15573      "name": "x-intx-mmap-timeout-ms",
15574      "type": "uint32"
15575    },
15576    {
15577      "name": "x-pcie-extcap-init",
15578      "description": "on/off",
15579      "type": "bool"
15580    },
15581    {
15582      "name": "x-no-mmap",
15583      "type": "bool"
15584    },
15585    {
15586      "name": "bootindex",
15587      "type": "int32"
15588    },
15589    {
15590      "name": "sysfsdev",
15591      "type": "str"
15592    },
15593    {
15594      "name": "x-vga",
15595      "description": "on/off",
15596      "type": "bool"
15597    },
15598    {
15599      "name": "romfile",
15600      "type": "str"
15601    }
15602  ],
15603  "id": "libvirt-13"
15604}
15605
15606{
15607  "execute": "device-list-properties",
15608  "arguments": {
15609    "typename": "scsi-hd"
15610  },
15611  "id": "libvirt-14"
15612}
15613
15614{
15615  "return": [
15616    {
15617      "name": "serial",
15618      "type": "str"
15619    },
15620    {
15621      "name": "port_index",
15622      "type": "uint16"
15623    },
15624    {
15625      "name": "dpofua",
15626      "description": "on/off",
15627      "type": "bool"
15628    },
15629    {
15630      "name": "bootindex",
15631      "type": "int32"
15632    },
15633    {
15634      "name": "logical_block_size",
15635      "description": "A power of two between 512 and 32768",
15636      "type": "uint16"
15637    },
15638    {
15639      "name": "discard_granularity",
15640      "type": "uint32"
15641    },
15642    {
15643      "name": "lun",
15644      "type": "uint32"
15645    },
15646    {
15647      "name": "max_unmap_size",
15648      "type": "uint64"
15649    },
15650    {
15651      "name": "drive",
15652      "description": "Node name or ID of a block device to use as a backend",
15653      "type": "str"
15654    },
15655    {
15656      "name": "port_wwn",
15657      "type": "uint64"
15658    },
15659    {
15660      "name": "write-cache",
15661      "description": "on/off/auto",
15662      "type": "OnOffAuto"
15663    },
15664    {
15665      "name": "share-rw",
15666      "type": "bool"
15667    },
15668    {
15669      "name": "opt_io_size",
15670      "type": "uint32"
15671    },
15672    {
15673      "name": "min_io_size",
15674      "type": "uint16"
15675    },
15676    {
15677      "name": "product",
15678      "type": "str"
15679    },
15680    {
15681      "name": "scsi-id",
15682      "type": "uint32"
15683    },
15684    {
15685      "name": "channel",
15686      "type": "uint32"
15687    },
15688    {
15689      "name": "vendor",
15690      "type": "str"
15691    },
15692    {
15693      "name": "wwn",
15694      "type": "uint64"
15695    },
15696    {
15697      "name": "werror",
15698      "description": "Error handling policy, report/ignore/enospc/stop/auto",
15699      "type": "BlockdevOnError"
15700    },
15701    {
15702      "name": "removable",
15703      "description": "on/off",
15704      "type": "bool"
15705    },
15706    {
15707      "name": "rerror",
15708      "description": "Error handling policy, report/ignore/enospc/stop/auto",
15709      "type": "BlockdevOnError"
15710    },
15711    {
15712      "name": "ver",
15713      "type": "str"
15714    },
15715    {
15716      "name": "physical_block_size",
15717      "description": "A power of two between 512 and 32768",
15718      "type": "uint16"
15719    },
15720    {
15721      "name": "max_io_size",
15722      "type": "uint64"
15723    }
15724  ],
15725  "id": "libvirt-14"
15726}
15727
15728{
15729  "execute": "device-list-properties",
15730  "arguments": {
15731    "typename": "ide-hd"
15732  },
15733  "id": "libvirt-15"
15734}
15735
15736{
15737  "return": [
15738    {
15739      "name": "serial",
15740      "type": "str"
15741    },
15742    {
15743      "name": "logical_block_size",
15744      "description": "A power of two between 512 and 32768",
15745      "type": "uint16"
15746    },
15747    {
15748      "name": "discard_granularity",
15749      "type": "uint32"
15750    },
15751    {
15752      "name": "drive",
15753      "description": "Node name or ID of a block device to use as a backend",
15754      "type": "str"
15755    },
15756    {
15757      "name": "bootindex",
15758      "type": "int32"
15759    },
15760    {
15761      "name": "write-cache",
15762      "description": "on/off/auto",
15763      "type": "OnOffAuto"
15764    },
15765    {
15766      "name": "share-rw",
15767      "type": "bool"
15768    },
15769    {
15770      "name": "opt_io_size",
15771      "type": "uint32"
15772    },
15773    {
15774      "name": "min_io_size",
15775      "type": "uint16"
15776    },
15777    {
15778      "name": "unit",
15779      "type": "uint32"
15780    },
15781    {
15782      "name": "wwn",
15783      "type": "uint64"
15784    },
15785    {
15786      "name": "werror",
15787      "description": "Error handling policy, report/ignore/enospc/stop/auto",
15788      "type": "BlockdevOnError"
15789    },
15790    {
15791      "name": "model",
15792      "type": "str"
15793    },
15794    {
15795      "name": "rerror",
15796      "description": "Error handling policy, report/ignore/enospc/stop/auto",
15797      "type": "BlockdevOnError"
15798    },
15799    {
15800      "name": "ver",
15801      "type": "str"
15802    },
15803    {
15804      "name": "physical_block_size",
15805      "description": "A power of two between 512 and 32768",
15806      "type": "uint16"
15807    }
15808  ],
15809  "id": "libvirt-15"
15810}
15811
15812{
15813  "execute": "device-list-properties",
15814  "arguments": {
15815    "typename": "PIIX4_PM"
15816  },
15817  "id": "libvirt-16"
15818}
15819
15820{
15821  "id": "libvirt-16",
15822  "error": {
15823    "class": "DeviceNotFound",
15824    "desc": "Device 'PIIX4_PM' not found"
15825  }
15826}
15827
15828{
15829  "execute": "device-list-properties",
15830  "arguments": {
15831    "typename": "i440FX-pcihost"
15832  },
15833  "id": "libvirt-17"
15834}
15835
15836{
15837  "id": "libvirt-17",
15838  "error": {
15839    "class": "DeviceNotFound",
15840    "desc": "Device 'i440FX-pcihost' not found"
15841  }
15842}
15843
15844{
15845  "execute": "device-list-properties",
15846  "arguments": {
15847    "typename": "q35-pcihost"
15848  },
15849  "id": "libvirt-18"
15850}
15851
15852{
15853  "id": "libvirt-18",
15854  "error": {
15855    "class": "DeviceNotFound",
15856    "desc": "Device 'q35-pcihost' not found"
15857  }
15858}
15859
15860{
15861  "execute": "device-list-properties",
15862  "arguments": {
15863    "typename": "usb-storage"
15864  },
15865  "id": "libvirt-19"
15866}
15867
15868{
15869  "return": [
15870    {
15871      "name": "serial",
15872      "type": "str"
15873    },
15874    {
15875      "name": "msos-desc",
15876      "description": "on/off",
15877      "type": "bool"
15878    },
15879    {
15880      "name": "logical_block_size",
15881      "description": "A power of two between 512 and 32768",
15882      "type": "uint16"
15883    },
15884    {
15885      "name": "discard_granularity",
15886      "type": "uint32"
15887    },
15888    {
15889      "name": "drive",
15890      "description": "Node name or ID of a block device to use as a backend",
15891      "type": "str"
15892    },
15893    {
15894      "name": "bootindex",
15895      "type": "int32"
15896    },
15897    {
15898      "name": "write-cache",
15899      "description": "on/off/auto",
15900      "type": "OnOffAuto"
15901    },
15902    {
15903      "name": "share-rw",
15904      "type": "bool"
15905    },
15906    {
15907      "name": "opt_io_size",
15908      "type": "uint32"
15909    },
15910    {
15911      "name": "min_io_size",
15912      "type": "uint16"
15913    },
15914    {
15915      "name": "port",
15916      "type": "str"
15917    },
15918    {
15919      "name": "attached",
15920      "type": "bool"
15921    },
15922    {
15923      "name": "full-path",
15924      "description": "on/off",
15925      "type": "bool"
15926    },
15927    {
15928      "name": "removable",
15929      "description": "on/off",
15930      "type": "bool"
15931    },
15932    {
15933      "name": "physical_block_size",
15934      "description": "A power of two between 512 and 32768",
15935      "type": "uint16"
15936    }
15937  ],
15938  "id": "libvirt-19"
15939}
15940
15941{
15942  "execute": "device-list-properties",
15943  "arguments": {
15944    "typename": "kvm-pit"
15945  },
15946  "id": "libvirt-20"
15947}
15948
15949{
15950  "id": "libvirt-20",
15951  "error": {
15952    "class": "DeviceNotFound",
15953    "desc": "Device 'kvm-pit' not found"
15954  }
15955}
15956
15957{
15958  "execute": "device-list-properties",
15959  "arguments": {
15960    "typename": "VGA"
15961  },
15962  "id": "libvirt-21"
15963}
15964
15965{
15966  "return": [
15967    {
15968      "name": "rombar",
15969      "type": "uint32"
15970    },
15971    {
15972      "name": "x-pcie-lnksta-dllla",
15973      "description": "on/off",
15974      "type": "bool"
15975    },
15976    {
15977      "name": "mmio",
15978      "description": "on/off",
15979      "type": "bool"
15980    },
15981    {
15982      "name": "multifunction",
15983      "description": "on/off",
15984      "type": "bool"
15985    },
15986    {
15987      "name": "qemu-extended-regs",
15988      "description": "on/off",
15989      "type": "bool"
15990    },
15991    {
15992      "name": "big-endian-framebuffer",
15993      "type": "bool"
15994    },
15995    {
15996      "name": "romfile",
15997      "type": "str"
15998    },
15999    {
16000      "name": "vgamem_mb",
16001      "type": "uint32"
16002    },
16003    {
16004      "name": "x-pcie-extcap-init",
16005      "description": "on/off",
16006      "type": "bool"
16007    },
16008    {
16009      "name": "command_serr_enable",
16010      "description": "on/off",
16011      "type": "bool"
16012    },
16013    {
16014      "name": "addr",
16015      "description": "Slot and optional function number, example: 06.0 or 06",
16016      "type": "int32"
16017    }
16018  ],
16019  "id": "libvirt-21"
16020}
16021
16022{
16023  "execute": "device-list-properties",
16024  "arguments": {
16025    "typename": "virtio-gpu-pci"
16026  },
16027  "id": "libvirt-22"
16028}
16029
16030{
16031  "return": [
16032    {
16033      "name": "event_idx",
16034      "description": "on/off",
16035      "type": "bool"
16036    },
16037    {
16038      "name": "yres",
16039      "type": "uint32"
16040    },
16041    {
16042      "name": "ioeventfd",
16043      "description": "on/off",
16044      "type": "bool"
16045    },
16046    {
16047      "name": "multifunction",
16048      "description": "on/off",
16049      "type": "bool"
16050    },
16051    {
16052      "name": "rombar",
16053      "type": "uint32"
16054    },
16055    {
16056      "name": "xres",
16057      "type": "uint32"
16058    },
16059    {
16060      "name": "x-disable-pcie",
16061      "description": "on/off",
16062      "type": "bool"
16063    },
16064    {
16065      "name": "indirect_desc",
16066      "description": "on/off",
16067      "type": "bool"
16068    },
16069    {
16070      "name": "disable-modern",
16071      "type": "bool"
16072    },
16073    {
16074      "name": "disable-legacy",
16075      "description": "on/off/auto",
16076      "type": "OnOffAuto"
16077    },
16078    {
16079      "name": "command_serr_enable",
16080      "description": "on/off",
16081      "type": "bool"
16082    },
16083    {
16084      "name": "x-pcie-lnkctl-init",
16085      "description": "on/off",
16086      "type": "bool"
16087    },
16088    {
16089      "name": "page-per-vq",
16090      "description": "on/off",
16091      "type": "bool"
16092    },
16093    {
16094      "name": "x-pcie-deverr-init",
16095      "description": "on/off",
16096      "type": "bool"
16097    },
16098    {
16099      "name": "x-pcie-pm-init",
16100      "description": "on/off",
16101      "type": "bool"
16102    },
16103    {
16104      "name": "max_outputs",
16105      "type": "uint32"
16106    },
16107    {
16108      "name": "x-pcie-lnksta-dllla",
16109      "description": "on/off",
16110      "type": "bool"
16111    },
16112    {
16113      "name": "any_layout",
16114      "description": "on/off",
16115      "type": "bool"
16116    },
16117    {
16118      "name": "addr",
16119      "description": "Slot and optional function number, example: 06.0 or 06",
16120      "type": "int32"
16121    },
16122    {
16123      "name": "migrate-extra",
16124      "description": "on/off",
16125      "type": "bool"
16126    },
16127    {
16128      "name": "modern-pio-notify",
16129      "description": "on/off",
16130      "type": "bool"
16131    },
16132    {
16133      "name": "vectors",
16134      "type": "uint32"
16135    },
16136    {
16137      "name": "x-pcie-extcap-init",
16138      "description": "on/off",
16139      "type": "bool"
16140    },
16141    {
16142      "name": "virtio-backend",
16143      "type": "child<virtio-gpu-device>"
16144    },
16145    {
16146      "name": "max_hostmem",
16147      "type": "size"
16148    },
16149    {
16150      "name": "x-ignore-backend-features",
16151      "type": "bool"
16152    },
16153    {
16154      "name": "notify_on_empty",
16155      "description": "on/off",
16156      "type": "bool"
16157    },
16158    {
16159      "name": "iommu_platform",
16160      "description": "on/off",
16161      "type": "bool"
16162    },
16163    {
16164      "name": "ats",
16165      "description": "on/off",
16166      "type": "bool"
16167    },
16168    {
16169      "name": "virtio-pci-bus-master-bug-migration",
16170      "description": "on/off",
16171      "type": "bool"
16172    },
16173    {
16174      "name": "romfile",
16175      "type": "str"
16176    }
16177  ],
16178  "id": "libvirt-22"
16179}
16180
16181{
16182  "execute": "device-list-properties",
16183  "arguments": {
16184    "typename": "virtio-gpu-device"
16185  },
16186  "id": "libvirt-23"
16187}
16188
16189{
16190  "return": [
16191    {
16192      "name": "notify_on_empty",
16193      "description": "on/off",
16194      "type": "bool"
16195    },
16196    {
16197      "name": "any_layout",
16198      "description": "on/off",
16199      "type": "bool"
16200    },
16201    {
16202      "name": "indirect_desc",
16203      "description": "on/off",
16204      "type": "bool"
16205    },
16206    {
16207      "name": "event_idx",
16208      "description": "on/off",
16209      "type": "bool"
16210    },
16211    {
16212      "name": "yres",
16213      "type": "uint32"
16214    },
16215    {
16216      "name": "iommu_platform",
16217      "description": "on/off",
16218      "type": "bool"
16219    },
16220    {
16221      "name": "max_outputs",
16222      "type": "uint32"
16223    },
16224    {
16225      "name": "xres",
16226      "type": "uint32"
16227    },
16228    {
16229      "name": "max_hostmem",
16230      "type": "size"
16231    }
16232  ],
16233  "id": "libvirt-23"
16234}
16235
16236{
16237  "execute": "device-list-properties",
16238  "arguments": {
16239    "typename": "ICH9-LPC"
16240  },
16241  "id": "libvirt-24"
16242}
16243
16244{
16245  "id": "libvirt-24",
16246  "error": {
16247    "class": "DeviceNotFound",
16248    "desc": "Device 'ICH9-LPC' not found"
16249  }
16250}
16251
16252{
16253  "execute": "device-list-properties",
16254  "arguments": {
16255    "typename": "virtio-balloon-pci"
16256  },
16257  "id": "libvirt-25"
16258}
16259
16260{
16261  "return": [
16262    {
16263      "name": "guest-stats-polling-interval",
16264      "type": "int"
16265    },
16266    {
16267      "name": "event_idx",
16268      "description": "on/off",
16269      "type": "bool"
16270    },
16271    {
16272      "name": "rombar",
16273      "type": "uint32"
16274    },
16275    {
16276      "name": "multifunction",
16277      "description": "on/off",
16278      "type": "bool"
16279    },
16280    {
16281      "name": "x-disable-pcie",
16282      "description": "on/off",
16283      "type": "bool"
16284    },
16285    {
16286      "name": "indirect_desc",
16287      "description": "on/off",
16288      "type": "bool"
16289    },
16290    {
16291      "name": "disable-modern",
16292      "type": "bool"
16293    },
16294    {
16295      "name": "disable-legacy",
16296      "description": "on/off/auto",
16297      "type": "OnOffAuto"
16298    },
16299    {
16300      "name": "command_serr_enable",
16301      "description": "on/off",
16302      "type": "bool"
16303    },
16304    {
16305      "name": "x-pcie-lnkctl-init",
16306      "description": "on/off",
16307      "type": "bool"
16308    },
16309    {
16310      "name": "guest-stats",
16311      "type": "guest statistics"
16312    },
16313    {
16314      "name": "deflate-on-oom",
16315      "description": "on/off",
16316      "type": "bool"
16317    },
16318    {
16319      "name": "page-per-vq",
16320      "description": "on/off",
16321      "type": "bool"
16322    },
16323    {
16324      "name": "x-pcie-deverr-init",
16325      "description": "on/off",
16326      "type": "bool"
16327    },
16328    {
16329      "name": "x-pcie-pm-init",
16330      "description": "on/off",
16331      "type": "bool"
16332    },
16333    {
16334      "name": "x-pcie-lnksta-dllla",
16335      "description": "on/off",
16336      "type": "bool"
16337    },
16338    {
16339      "name": "any_layout",
16340      "description": "on/off",
16341      "type": "bool"
16342    },
16343    {
16344      "name": "class",
16345      "type": "uint32"
16346    },
16347    {
16348      "name": "addr",
16349      "description": "Slot and optional function number, example: 06.0 or 06",
16350      "type": "int32"
16351    },
16352    {
16353      "name": "migrate-extra",
16354      "description": "on/off",
16355      "type": "bool"
16356    },
16357    {
16358      "name": "modern-pio-notify",
16359      "description": "on/off",
16360      "type": "bool"
16361    },
16362    {
16363      "name": "x-pcie-extcap-init",
16364      "description": "on/off",
16365      "type": "bool"
16366    },
16367    {
16368      "name": "virtio-backend",
16369      "type": "child<virtio-balloon-device>"
16370    },
16371    {
16372      "name": "x-ignore-backend-features",
16373      "type": "bool"
16374    },
16375    {
16376      "name": "notify_on_empty",
16377      "description": "on/off",
16378      "type": "bool"
16379    },
16380    {
16381      "name": "iommu_platform",
16382      "description": "on/off",
16383      "type": "bool"
16384    },
16385    {
16386      "name": "ats",
16387      "description": "on/off",
16388      "type": "bool"
16389    },
16390    {
16391      "name": "virtio-pci-bus-master-bug-migration",
16392      "description": "on/off",
16393      "type": "bool"
16394    },
16395    {
16396      "name": "romfile",
16397      "type": "str"
16398    }
16399  ],
16400  "id": "libvirt-25"
16401}
16402
16403{
16404  "execute": "device-list-properties",
16405  "arguments": {
16406    "typename": "virtio-balloon-ccw"
16407  },
16408  "id": "libvirt-26"
16409}
16410
16411{
16412  "id": "libvirt-26",
16413  "error": {
16414    "class": "DeviceNotFound",
16415    "desc": "Device 'virtio-balloon-ccw' not found"
16416  }
16417}
16418
16419{
16420  "execute": "device-list-properties",
16421  "arguments": {
16422    "typename": "virtio-balloon-device"
16423  },
16424  "id": "libvirt-27"
16425}
16426
16427{
16428  "return": [
16429    {
16430      "name": "notify_on_empty",
16431      "description": "on/off",
16432      "type": "bool"
16433    },
16434    {
16435      "name": "any_layout",
16436      "description": "on/off",
16437      "type": "bool"
16438    },
16439    {
16440      "name": "indirect_desc",
16441      "description": "on/off",
16442      "type": "bool"
16443    },
16444    {
16445      "name": "guest-stats",
16446      "type": "guest statistics"
16447    },
16448    {
16449      "name": "guest-stats-polling-interval",
16450      "type": "int"
16451    },
16452    {
16453      "name": "event_idx",
16454      "description": "on/off",
16455      "type": "bool"
16456    },
16457    {
16458      "name": "iommu_platform",
16459      "description": "on/off",
16460      "type": "bool"
16461    },
16462    {
16463      "name": "deflate-on-oom",
16464      "description": "on/off",
16465      "type": "bool"
16466    }
16467  ],
16468  "id": "libvirt-27"
16469}
16470
16471{
16472  "execute": "device-list-properties",
16473  "arguments": {
16474    "typename": "nec-usb-xhci"
16475  },
16476  "id": "libvirt-28"
16477}
16478
16479{
16480  "return": [
16481    {
16482      "name": "rombar",
16483      "type": "uint32"
16484    },
16485    {
16486      "name": "intrs",
16487      "type": "uint32"
16488    },
16489    {
16490      "name": "x-pcie-lnksta-dllla",
16491      "description": "on/off",
16492      "type": "bool"
16493    },
16494    {
16495      "name": "msix",
16496      "description": "on/off/auto",
16497      "type": "OnOffAuto"
16498    },
16499    {
16500      "name": "multifunction",
16501      "description": "on/off",
16502      "type": "bool"
16503    },
16504    {
16505      "name": "msi",
16506      "description": "on/off/auto",
16507      "type": "OnOffAuto"
16508    },
16509    {
16510      "name": "superspeed-ports-first",
16511      "description": "on/off",
16512      "type": "bool"
16513    },
16514    {
16515      "name": "streams",
16516      "description": "on/off",
16517      "type": "bool"
16518    },
16519    {
16520      "name": "romfile",
16521      "type": "str"
16522    },
16523    {
16524      "name": "force-pcie-endcap",
16525      "description": "on/off",
16526      "type": "bool"
16527    },
16528    {
16529      "name": "command_serr_enable",
16530      "description": "on/off",
16531      "type": "bool"
16532    },
16533    {
16534      "name": "x-pcie-extcap-init",
16535      "description": "on/off",
16536      "type": "bool"
16537    },
16538    {
16539      "name": "addr",
16540      "description": "Slot and optional function number, example: 06.0 or 06",
16541      "type": "int32"
16542    },
16543    {
16544      "name": "p3",
16545      "type": "uint32"
16546    },
16547    {
16548      "name": "p2",
16549      "type": "uint32"
16550    },
16551    {
16552      "name": "slots",
16553      "type": "uint32"
16554    }
16555  ],
16556  "id": "libvirt-28"
16557}
16558
16559{
16560  "execute": "device-list-properties",
16561  "arguments": {
16562    "typename": "spapr-pci-host-bridge"
16563  },
16564  "id": "libvirt-29"
16565}
16566
16567{
16568  "return": [
16569    {
16570      "name": "dynamic-reconfiguration",
16571      "type": "bool"
16572    },
16573    {
16574      "name": "ddw",
16575      "type": "bool"
16576    },
16577    {
16578      "name": "dma_win_size",
16579      "type": "uint64"
16580    },
16581    {
16582      "name": "numa_node",
16583      "type": "uint32"
16584    },
16585    {
16586      "name": "mem64_win_size",
16587      "type": "uint64"
16588    },
16589    {
16590      "name": "pgsz",
16591      "type": "uint64"
16592    },
16593    {
16594      "name": "pre-2.8-migration",
16595      "type": "bool"
16596    },
16597    {
16598      "name": "dma_win_addr",
16599      "type": "uint64"
16600    },
16601    {
16602      "name": "io_win_size",
16603      "type": "uint64"
16604    },
16605    {
16606      "name": "mem_win_size",
16607      "type": "uint64"
16608    },
16609    {
16610      "name": "dma64_win_addr",
16611      "type": "uint64"
16612    },
16613    {
16614      "name": "pcie-extended-configuration-space",
16615      "type": "bool"
16616    },
16617    {
16618      "name": "index",
16619      "type": "uint32"
16620    }
16621  ],
16622  "id": "libvirt-29"
16623}
16624
16625{
16626  "execute": "device-list-properties",
16627  "arguments": {
16628    "typename": "usb-host"
16629  },
16630  "id": "libvirt-30"
16631}
16632
16633{
16634  "return": [
16635    {
16636      "default-value": true,
16637      "name": "full-path",
16638      "description": "on/off",
16639      "type": "bool"
16640    },
16641    {
16642      "name": "port",
16643      "type": "str"
16644    },
16645    {
16646      "default-value": true,
16647      "name": "msos-desc",
16648      "description": "on/off",
16649      "type": "bool"
16650    },
16651    {
16652      "name": "serial",
16653      "type": "str"
16654    },
16655    {
16656      "default-value": 0,
16657      "name": "hostbus",
16658      "type": "uint32"
16659    },
16660    {
16661      "default-value": 4,
16662      "name": "isobufs",
16663      "type": "uint32"
16664    },
16665    {
16666      "default-value": 0,
16667      "name": "vendorid",
16668      "type": "uint32"
16669    },
16670    {
16671      "default-value": 0,
16672      "name": "productid",
16673      "type": "uint32"
16674    },
16675    {
16676      "name": "hostport",
16677      "type": "str"
16678    },
16679    {
16680      "default-value": true,
16681      "name": "pipeline",
16682      "description": "on/off",
16683      "type": "bool"
16684    },
16685    {
16686      "default-value": 0,
16687      "name": "hostaddr",
16688      "type": "uint32"
16689    },
16690    {
16691      "default-value": true,
16692      "name": "suppress-remote-wake",
16693      "type": "bool"
16694    },
16695    {
16696      "default-value": 2,
16697      "name": "loglevel",
16698      "type": "uint32"
16699    },
16700    {
16701      "default-value": 32,
16702      "name": "isobsize",
16703      "type": "uint32"
16704    },
16705    {
16706      "default-value": false,
16707      "name": "guest-resets-all",
16708      "type": "bool"
16709    },
16710    {
16711      "default-value": true,
16712      "name": "guest-reset",
16713      "type": "bool"
16714    },
16715    {
16716      "name": "bootindex",
16717      "type": "int32"
16718    },
16719    {
16720      "name": "attached",
16721      "type": "bool"
16722    }
16723  ],
16724  "id": "libvirt-30"
16725}
16726
16727{
16728  "execute": "qom-list-properties",
16729  "arguments": {
16730    "typename": "memory-backend-file"
16731  },
16732  "id": "libvirt-31"
16733}
16734
16735{
16736  "return": [
16737    {
16738      "name": "policy",
16739      "type": "HostMemPolicy"
16740    },
16741    {
16742      "name": "dump",
16743      "type": "bool"
16744    },
16745    {
16746      "name": "share",
16747      "type": "bool"
16748    },
16749    {
16750      "name": "prealloc",
16751      "type": "bool"
16752    },
16753    {
16754      "name": "size",
16755      "type": "int"
16756    },
16757    {
16758      "name": "host-nodes",
16759      "type": "int"
16760    },
16761    {
16762      "name": "id",
16763      "type": "string"
16764    },
16765    {
16766      "name": "merge",
16767      "type": "bool"
16768    },
16769    {
16770      "name": "align",
16771      "type": "int"
16772    },
16773    {
16774      "name": "mem-path",
16775      "type": "string"
16776    },
16777    {
16778      "name": "discard-data",
16779      "type": "bool"
16780    },
16781    {
16782      "name": "type",
16783      "type": "string"
16784    }
16785  ],
16786  "id": "libvirt-31"
16787}
16788
16789{
16790  "execute": "qom-list-properties",
16791  "arguments": {
16792    "typename": "memory-backend-memfd"
16793  },
16794  "id": "libvirt-32"
16795}
16796
16797{
16798  "return": [
16799    {
16800      "name": "policy",
16801      "type": "HostMemPolicy"
16802    },
16803    {
16804      "name": "share",
16805      "type": "bool"
16806    },
16807    {
16808      "name": "host-nodes",
16809      "type": "int"
16810    },
16811    {
16812      "name": "prealloc",
16813      "type": "bool"
16814    },
16815    {
16816      "name": "dump",
16817      "type": "bool"
16818    },
16819    {
16820      "name": "size",
16821      "type": "int"
16822    },
16823    {
16824      "name": "merge",
16825      "type": "bool"
16826    },
16827    {
16828      "name": "seal",
16829      "type": "bool"
16830    },
16831    {
16832      "name": "hugetlbsize",
16833      "type": "int"
16834    },
16835    {
16836      "name": "hugetlb",
16837      "type": "bool"
16838    },
16839    {
16840      "name": "type",
16841      "type": "string"
16842    }
16843  ],
16844  "id": "libvirt-32"
16845}
16846
16847{
16848  "execute": "query-machines",
16849  "id": "libvirt-33"
16850}
16851
16852{
16853  "return": [
16854    {
16855      "hotpluggable-cpus": false,
16856      "name": "ref405ep",
16857      "cpu-max": 1
16858    },
16859    {
16860      "hotpluggable-cpus": false,
16861      "name": "sam460ex",
16862      "cpu-max": 1
16863    },
16864    {
16865      "hotpluggable-cpus": false,
16866      "name": "none",
16867      "cpu-max": 1
16868    },
16869    {
16870      "hotpluggable-cpus": false,
16871      "name": "virtex-ml507",
16872      "cpu-max": 1
16873    },
16874    {
16875      "hotpluggable-cpus": false,
16876      "name": "powernv",
16877      "cpu-max": 2048
16878    },
16879    {
16880      "hotpluggable-cpus": false,
16881      "name": "ppce500",
16882      "cpu-max": 32
16883    },
16884    {
16885      "hotpluggable-cpus": false,
16886      "name": "mpc8544ds",
16887      "cpu-max": 15
16888    },
16889    {
16890      "hotpluggable-cpus": true,
16891      "name": "pseries-2.12-sxxm",
16892      "cpu-max": 1024
16893    },
16894    {
16895      "hotpluggable-cpus": false,
16896      "name": "bamboo",
16897      "cpu-max": 1
16898    },
16899    {
16900      "hotpluggable-cpus": false,
16901      "name": "g3beige",
16902      "cpu-max": 1
16903    },
16904    {
16905      "hotpluggable-cpus": true,
16906      "name": "pseries-2.10",
16907      "cpu-max": 1024
16908    },
16909    {
16910      "hotpluggable-cpus": false,
16911      "name": "prep",
16912      "cpu-max": 1
16913    },
16914    {
16915      "hotpluggable-cpus": true,
16916      "name": "pseries-2.11",
16917      "cpu-max": 1024
16918    },
16919    {
16920      "hotpluggable-cpus": true,
16921      "name": "pseries-2.12",
16922      "is-default": true,
16923      "cpu-max": 1024,
16924      "alias": "pseries"
16925    },
16926    {
16927      "hotpluggable-cpus": true,
16928      "name": "pseries-2.9",
16929      "cpu-max": 1024
16930    },
16931    {
16932      "hotpluggable-cpus": false,
16933      "name": "mac99",
16934      "cpu-max": 1
16935    },
16936    {
16937      "hotpluggable-cpus": false,
16938      "name": "pseries-2.6",
16939      "cpu-max": 1024
16940    },
16941    {
16942      "hotpluggable-cpus": true,
16943      "name": "pseries-2.7",
16944      "cpu-max": 1024
16945    },
16946    {
16947      "hotpluggable-cpus": true,
16948      "name": "pseries-2.8",
16949      "cpu-max": 1024
16950    },
16951    {
16952      "hotpluggable-cpus": false,
16953      "name": "pseries-2.4",
16954      "cpu-max": 1024
16955    },
16956    {
16957      "hotpluggable-cpus": false,
16958      "name": "pseries-2.5",
16959      "cpu-max": 1024
16960    },
16961    {
16962      "hotpluggable-cpus": false,
16963      "name": "pseries-2.2",
16964      "cpu-max": 1024
16965    },
16966    {
16967      "hotpluggable-cpus": false,
16968      "name": "taihu",
16969      "cpu-max": 1
16970    },
16971    {
16972      "hotpluggable-cpus": false,
16973      "name": "pseries-2.3",
16974      "cpu-max": 1024
16975    },
16976    {
16977      "hotpluggable-cpus": false,
16978      "name": "pseries-2.1",
16979      "cpu-max": 1024
16980    },
16981    {
16982      "hotpluggable-cpus": false,
16983      "name": "40p",
16984      "cpu-max": 1
16985    }
16986  ],
16987  "id": "libvirt-33"
16988}
16989
16990{
16991  "execute": "qom-list-properties",
16992  "arguments": {
16993    "typename": "pseries-2.12-machine"
16994  },
16995  "id": "libvirt-34"
16996}
16997
16998{
16999  "return": [
17000    {
17001      "name": "graphics",
17002      "description": "Set on/off to enable/disable graphics emulation",
17003      "type": "bool"
17004    },
17005    {
17006      "name": "phandle-start",
17007      "description": "The first phandle ID we may generate dynamically",
17008      "type": "int"
17009    },
17010    {
17011      "name": "dump-guest-core",
17012      "description": "Include guest memory in  a core dump",
17013      "type": "bool"
17014    },
17015    {
17016      "name": "kernel-irqchip",
17017      "description": "Configure KVM in-kernel irqchip",
17018      "type": "on|off|split"
17019    },
17020    {
17021      "name": "accel",
17022      "description": "Accelerator list",
17023      "type": "string"
17024    },
17025    {
17026      "name": "append",
17027      "description": "Linux kernel command line",
17028      "type": "string"
17029    },
17030    {
17031      "name": "dumpdtb",
17032      "description": "Dump current dtb to a file and quit",
17033      "type": "string"
17034    },
17035    {
17036      "name": "memory-encryption",
17037      "description": "Set memory encyption object to use",
17038      "type": "string"
17039    },
17040    {
17041      "name": "igd-passthru",
17042      "description": "Set on/off to enable/disable igd passthrou",
17043      "type": "bool"
17044    },
17045    {
17046      "name": "dt-compatible",
17047      "description": "Overrides the \"compatible\" property of the dt root node",
17048      "type": "string"
17049    },
17050    {
17051      "name": "kernel",
17052      "description": "Linux kernel image file",
17053      "type": "string"
17054    },
17055    {
17056      "name": "usb",
17057      "description": "Set on/off to enable/disable usb",
17058      "type": "bool"
17059    },
17060    {
17061      "name": "suppress-vmdesc",
17062      "description": "Set on to disable self-describing migration",
17063      "type": "bool"
17064    },
17065    {
17066      "name": "dtb",
17067      "description": "Linux kernel device tree file",
17068      "type": "string"
17069    },
17070    {
17071      "name": "firmware",
17072      "description": "Firmware image",
17073      "type": "string"
17074    },
17075    {
17076      "name": "mem-merge",
17077      "description": "Enable/disable memory merge support",
17078      "type": "bool"
17079    },
17080    {
17081      "name": "initrd",
17082      "description": "Linux initial ramdisk file",
17083      "type": "string"
17084    },
17085    {
17086      "name": "enforce-config-section",
17087      "description": "Set on to enforce configuration section migration",
17088      "type": "bool"
17089    },
17090    {
17091      "name": "kvm-shadow-mem",
17092      "description": "KVM shadow MMU size",
17093      "type": "int"
17094    },
17095    {
17096      "name": "cap-ibs",
17097      "description": "Indirect Branch Speculation (broken, fixed-ibs, fixed-ccd)",
17098      "type": "string"
17099    },
17100    {
17101      "name": "cap-cfpc",
17102      "description": "Cache Flush on Privilege Change (broken, workaround, fixed)",
17103      "type": "string"
17104    },
17105    {
17106      "name": "cap-sbbc",
17107      "description": "Speculation Barrier Bounds Checking (broken, workaround, fixed)",
17108      "type": "string"
17109    },
17110    {
17111      "name": "cap-dfp",
17112      "description": "Allow Decimal Floating Point (DFP)",
17113      "type": "bool"
17114    },
17115    {
17116      "name": "cap-htm",
17117      "description": "Allow Hardware Transactional Memory (HTM)",
17118      "type": "bool"
17119    },
17120    {
17121      "name": "cap-vsx",
17122      "description": "Allow Vector Scalar Extensions (VSX)",
17123      "type": "bool"
17124    },
17125    {
17126      "name": "cap-ibs",
17127      "description": "Indirect Branch Speculation (broken, fixed-ibs, fixed-ccd)",
17128      "type": "string"
17129    },
17130    {
17131      "name": "cap-cfpc",
17132      "description": "Cache Flush on Privilege Change (broken, workaround, fixed)",
17133      "type": "string"
17134    },
17135    {
17136      "name": "cap-sbbc",
17137      "description": "Speculation Barrier Bounds Checking (broken, workaround, fixed)",
17138      "type": "string"
17139    },
17140    {
17141      "name": "cap-dfp",
17142      "description": "Allow Decimal Floating Point (DFP)",
17143      "type": "bool"
17144    },
17145    {
17146      "name": "cap-htm",
17147      "description": "Allow Hardware Transactional Memory (HTM)",
17148      "type": "bool"
17149    },
17150    {
17151      "name": "cap-vsx",
17152      "description": "Allow Vector Scalar Extensions (VSX)",
17153      "type": "bool"
17154    }
17155  ],
17156  "id": "libvirt-34"
17157}
17158
17159{
17160  "execute": "qom-list-properties",
17161  "arguments": {
17162    "typename": "none-machine"
17163  },
17164  "id": "libvirt-35"
17165}
17166
17167{
17168  "return": [
17169    {
17170      "name": "graphics",
17171      "description": "Set on/off to enable/disable graphics emulation",
17172      "type": "bool"
17173    },
17174    {
17175      "name": "phandle-start",
17176      "description": "The first phandle ID we may generate dynamically",
17177      "type": "int"
17178    },
17179    {
17180      "name": "dump-guest-core",
17181      "description": "Include guest memory in  a core dump",
17182      "type": "bool"
17183    },
17184    {
17185      "name": "kernel-irqchip",
17186      "description": "Configure KVM in-kernel irqchip",
17187      "type": "on|off|split"
17188    },
17189    {
17190      "name": "accel",
17191      "description": "Accelerator list",
17192      "type": "string"
17193    },
17194    {
17195      "name": "append",
17196      "description": "Linux kernel command line",
17197      "type": "string"
17198    },
17199    {
17200      "name": "dumpdtb",
17201      "description": "Dump current dtb to a file and quit",
17202      "type": "string"
17203    },
17204    {
17205      "name": "memory-encryption",
17206      "description": "Set memory encyption object to use",
17207      "type": "string"
17208    },
17209    {
17210      "name": "igd-passthru",
17211      "description": "Set on/off to enable/disable igd passthrou",
17212      "type": "bool"
17213    },
17214    {
17215      "name": "dt-compatible",
17216      "description": "Overrides the \"compatible\" property of the dt root node",
17217      "type": "string"
17218    },
17219    {
17220      "name": "kernel",
17221      "description": "Linux kernel image file",
17222      "type": "string"
17223    },
17224    {
17225      "name": "usb",
17226      "description": "Set on/off to enable/disable usb",
17227      "type": "bool"
17228    },
17229    {
17230      "name": "suppress-vmdesc",
17231      "description": "Set on to disable self-describing migration",
17232      "type": "bool"
17233    },
17234    {
17235      "name": "dtb",
17236      "description": "Linux kernel device tree file",
17237      "type": "string"
17238    },
17239    {
17240      "name": "firmware",
17241      "description": "Firmware image",
17242      "type": "string"
17243    },
17244    {
17245      "name": "mem-merge",
17246      "description": "Enable/disable memory merge support",
17247      "type": "bool"
17248    },
17249    {
17250      "name": "initrd",
17251      "description": "Linux initial ramdisk file",
17252      "type": "string"
17253    },
17254    {
17255      "name": "enforce-config-section",
17256      "description": "Set on to enforce configuration section migration",
17257      "type": "bool"
17258    },
17259    {
17260      "name": "kvm-shadow-mem",
17261      "description": "KVM shadow MMU size",
17262      "type": "int"
17263    },
17264    {
17265      "name": "type",
17266      "type": "string"
17267    }
17268  ],
17269  "id": "libvirt-35"
17270}
17271
17272{
17273  "execute": "query-cpu-definitions",
17274  "id": "libvirt-36"
17275}
17276
17277{
17278  "return": [
17279    {
17280      "name": "default",
17281      "typename": "604-powerpc64-cpu",
17282      "static": false
17283    },
17284    {
17285      "name": "ppc",
17286      "typename": "604-powerpc64-cpu",
17287      "static": false
17288    },
17289    {
17290      "name": "ppc32",
17291      "typename": "604-powerpc64-cpu",
17292      "static": false
17293    },
17294    {
17295      "name": "ppc64",
17296      "typename": "970fx_v3.1-powerpc64-cpu",
17297      "static": false
17298    },
17299    {
17300      "name": "970mp",
17301      "typename": "970mp_v1.1-powerpc64-cpu",
17302      "static": false
17303    },
17304    {
17305      "name": "970fx",
17306      "typename": "970fx_v3.1-powerpc64-cpu",
17307      "static": false
17308    },
17309    {
17310      "name": "970",
17311      "typename": "970_v2.2-powerpc64-cpu",
17312      "static": false
17313    },
17314    {
17315      "name": "power9",
17316      "typename": "power9_v2.0-powerpc64-cpu",
17317      "static": false
17318    },
17319    {
17320      "name": "power8nvl",
17321      "typename": "power8nvl_v1.0-powerpc64-cpu",
17322      "static": false
17323    },
17324    {
17325      "name": "power8",
17326      "typename": "host-powerpc64-cpu",
17327      "static": false
17328    },
17329    {
17330      "name": "power8e",
17331      "typename": "power8e_v2.1-powerpc64-cpu",
17332      "static": false
17333    },
17334    {
17335      "name": "power7+",
17336      "typename": "power7+_v2.1-powerpc64-cpu",
17337      "static": false
17338    },
17339    {
17340      "name": "power7",
17341      "typename": "power7_v2.3-powerpc64-cpu",
17342      "static": false
17343    },
17344    {
17345      "name": "power5gs",
17346      "typename": "power5+_v2.1-powerpc64-cpu",
17347      "static": false
17348    },
17349    {
17350      "name": "power5+",
17351      "typename": "power5+_v2.1-powerpc64-cpu",
17352      "static": false
17353    },
17354    {
17355      "name": "apollo7pm",
17356      "typename": "7457a_v1.0-powerpc64-cpu",
17357      "static": false
17358    },
17359    {
17360      "name": "7457a",
17361      "typename": "7457a_v1.2-powerpc64-cpu",
17362      "static": false
17363    },
17364    {
17365      "name": "7447a",
17366      "typename": "7447a_v1.2-powerpc64-cpu",
17367      "static": false
17368    },
17369    {
17370      "name": "apollo7",
17371      "typename": "7457_v1.2-powerpc64-cpu",
17372      "static": false
17373    },
17374    {
17375      "name": "7457",
17376      "typename": "7457_v1.2-powerpc64-cpu",
17377      "static": false
17378    },
17379    {
17380      "name": "7447",
17381      "typename": "7447_v1.1-powerpc64-cpu",
17382      "static": false
17383    },
17384    {
17385      "name": "apollo6",
17386      "typename": "7455_v3.2-powerpc64-cpu",
17387      "static": false
17388    },
17389    {
17390      "name": "7455",
17391      "typename": "7455_v3.2-powerpc64-cpu",
17392      "static": false
17393    },
17394    {
17395      "name": "7445",
17396      "typename": "7445_v3.2-powerpc64-cpu",
17397      "static": false
17398    },
17399    {
17400      "name": "7451",
17401      "typename": "7451_v2.3-powerpc64-cpu",
17402      "static": false
17403    },
17404    {
17405      "name": "7441",
17406      "typename": "7441_v2.3-powerpc64-cpu",
17407      "static": false
17408    },
17409    {
17410      "name": "vger",
17411      "typename": "7450_v2.1-powerpc64-cpu",
17412      "static": false
17413    },
17414    {
17415      "name": "7450",
17416      "typename": "7450_v2.1-powerpc64-cpu",
17417      "static": false
17418    },
17419    {
17420      "name": "7448",
17421      "typename": "7448_v2.1-powerpc64-cpu",
17422      "static": false
17423    },
17424    {
17425      "name": "nitro",
17426      "typename": "7410_v1.4-powerpc64-cpu",
17427      "static": false
17428    },
17429    {
17430      "name": "7410",
17431      "typename": "7410_v1.4-powerpc64-cpu",
17432      "static": false
17433    },
17434    {
17435      "name": "g4",
17436      "typename": "7400_v2.9-powerpc64-cpu",
17437      "static": false
17438    },
17439    {
17440      "name": "max",
17441      "typename": "7400_v2.9-powerpc64-cpu",
17442      "static": false
17443    },
17444    {
17445      "name": "7400",
17446      "typename": "7400_v2.9-powerpc64-cpu",
17447      "static": false
17448    },
17449    {
17450      "name": "goldfinger",
17451      "typename": "755_v2.8-powerpc64-cpu",
17452      "static": false
17453    },
17454    {
17455      "name": "755",
17456      "typename": "755_v2.8-powerpc64-cpu",
17457      "static": false
17458    },
17459    {
17460      "name": "745",
17461      "typename": "745_v2.8-powerpc64-cpu",
17462      "static": false
17463    },
17464    {
17465      "name": "lonestar",
17466      "typename": "750l_v3.2-powerpc64-cpu",
17467      "static": false
17468    },
17469    {
17470      "name": "750l",
17471      "typename": "750l_v3.2-powerpc64-cpu",
17472      "static": false
17473    },
17474    {
17475      "name": "750gx",
17476      "typename": "750gx_v1.2-powerpc64-cpu",
17477      "static": false
17478    },
17479    {
17480      "name": "750fx",
17481      "typename": "750fx_v2.3-powerpc64-cpu",
17482      "static": false
17483    },
17484    {
17485      "name": "750cxe",
17486      "typename": "750cxe_v3.1b-powerpc64-cpu",
17487      "static": false
17488    },
17489    {
17490      "name": "750cx",
17491      "typename": "750cx_v2.2-powerpc64-cpu",
17492      "static": false
17493    },
17494    {
17495      "name": "750cl",
17496      "typename": "750cl_v2.0-powerpc64-cpu",
17497      "static": false
17498    },
17499    {
17500      "name": "conan/doyle",
17501      "typename": "750p-powerpc64-cpu",
17502      "static": false
17503    },
17504    {
17505      "name": "g3",
17506      "typename": "750_v3.1-powerpc64-cpu",
17507      "static": false
17508    },
17509    {
17510      "name": "typhoon",
17511      "typename": "750_v3.1-powerpc64-cpu",
17512      "static": false
17513    },
17514    {
17515      "name": "750",
17516      "typename": "750_v3.1-powerpc64-cpu",
17517      "static": false
17518    },
17519    {
17520      "name": "arthur",
17521      "typename": "740_v3.1-powerpc64-cpu",
17522      "static": false
17523    },
17524    {
17525      "name": "740",
17526      "typename": "740_v3.1-powerpc64-cpu",
17527      "static": false
17528    },
17529    {
17530      "name": "mach5",
17531      "typename": "604r-powerpc64-cpu",
17532      "static": false
17533    },
17534    {
17535      "name": "sirocco",
17536      "typename": "604e_v2.4-powerpc64-cpu",
17537      "static": false
17538    },
17539    {
17540      "name": "604e",
17541      "typename": "604e_v2.4-powerpc64-cpu",
17542      "static": false
17543    },
17544    {
17545      "name": "goldeneye",
17546      "typename": "603e7t-powerpc64-cpu",
17547      "static": false
17548    },
17549    {
17550      "name": "603r",
17551      "typename": "603e7t-powerpc64-cpu",
17552      "static": false
17553    },
17554    {
17555      "name": "vaillant",
17556      "typename": "603e7v-powerpc64-cpu",
17557      "static": false
17558    },
17559    {
17560      "name": "stretch",
17561      "typename": "603e_v4.1-powerpc64-cpu",
17562      "static": false
17563    },
17564    {
17565      "name": "603e",
17566      "typename": "603e_v4.1-powerpc64-cpu",
17567      "static": false
17568    },
17569    {
17570      "name": "vanilla",
17571      "typename": "603-powerpc64-cpu",
17572      "static": false
17573    },
17574    {
17575      "name": "601v",
17576      "typename": "601_v2-powerpc64-cpu",
17577      "static": false
17578    },
17579    {
17580      "name": "601",
17581      "typename": "601_v2-powerpc64-cpu",
17582      "static": false
17583    },
17584    {
17585      "name": "mpc8560",
17586      "typename": "mpc8560_v21-powerpc64-cpu",
17587      "static": false
17588    },
17589    {
17590      "name": "mpc8555e",
17591      "typename": "mpc8555e_v11-powerpc64-cpu",
17592      "static": false
17593    },
17594    {
17595      "name": "mpc8555",
17596      "typename": "mpc8555_v11-powerpc64-cpu",
17597      "static": false
17598    },
17599    {
17600      "name": "mpc8548e",
17601      "typename": "mpc8548e_v21-powerpc64-cpu",
17602      "static": false
17603    },
17604    {
17605      "name": "mpc8548",
17606      "typename": "mpc8548_v21-powerpc64-cpu",
17607      "static": false
17608    },
17609    {
17610      "name": "mpc8547e",
17611      "typename": "mpc8547e_v21-powerpc64-cpu",
17612      "static": false
17613    },
17614    {
17615      "name": "mpc8545e",
17616      "typename": "mpc8545e_v21-powerpc64-cpu",
17617      "static": false
17618    },
17619    {
17620      "name": "mpc8545",
17621      "typename": "mpc8545_v21-powerpc64-cpu",
17622      "static": false
17623    },
17624    {
17625      "name": "mpc8544e",
17626      "typename": "mpc8544e_v11-powerpc64-cpu",
17627      "static": false
17628    },
17629    {
17630      "name": "mpc8544",
17631      "typename": "mpc8544_v11-powerpc64-cpu",
17632      "static": false
17633    },
17634    {
17635      "name": "mpc8543e",
17636      "typename": "mpc8543e_v21-powerpc64-cpu",
17637      "static": false
17638    },
17639    {
17640      "name": "mpc8543",
17641      "typename": "mpc8543_v21-powerpc64-cpu",
17642      "static": false
17643    },
17644    {
17645      "name": "mpc8541e",
17646      "typename": "mpc8541e_v11-powerpc64-cpu",
17647      "static": false
17648    },
17649    {
17650      "name": "mpc8541",
17651      "typename": "mpc8541_v11-powerpc64-cpu",
17652      "static": false
17653    },
17654    {
17655      "name": "mpc8540",
17656      "typename": "mpc8540_v21-powerpc64-cpu",
17657      "static": false
17658    },
17659    {
17660      "name": "mpc8533e",
17661      "typename": "mpc8533e_v11-powerpc64-cpu",
17662      "static": false
17663    },
17664    {
17665      "name": "mpc8533",
17666      "typename": "mpc8533_v11-powerpc64-cpu",
17667      "static": false
17668    },
17669    {
17670      "name": "e500v2",
17671      "typename": "e500v2_v22-powerpc64-cpu",
17672      "static": false
17673    },
17674    {
17675      "name": "e500v1",
17676      "typename": "e500_v20-powerpc64-cpu",
17677      "static": false
17678    },
17679    {
17680      "name": "e500",
17681      "typename": "e500v2_v22-powerpc64-cpu",
17682      "static": false
17683    },
17684    {
17685      "name": "mpc8347ea",
17686      "typename": "mpc8347eat-powerpc64-cpu",
17687      "static": false
17688    },
17689    {
17690      "name": "mpc8347e",
17691      "typename": "mpc8347et-powerpc64-cpu",
17692      "static": false
17693    },
17694    {
17695      "name": "mpc8347a",
17696      "typename": "mpc8347at-powerpc64-cpu",
17697      "static": false
17698    },
17699    {
17700      "name": "mpc8347",
17701      "typename": "mpc8347t-powerpc64-cpu",
17702      "static": false
17703    },
17704    {
17705      "name": "e300",
17706      "typename": "e300c3-powerpc64-cpu",
17707      "static": false
17708    },
17709    {
17710      "name": "e200",
17711      "typename": "e200z6-powerpc64-cpu",
17712      "static": false
17713    },
17714    {
17715      "name": "mpc8280",
17716      "typename": "g2legp3-powerpc64-cpu",
17717      "static": false
17718    },
17719    {
17720      "name": "mpc8275",
17721      "typename": "g2legp3-powerpc64-cpu",
17722      "static": false
17723    },
17724    {
17725      "name": "mpc8272",
17726      "typename": "g2legp3-powerpc64-cpu",
17727      "static": false
17728    },
17729    {
17730      "name": "mpc8271",
17731      "typename": "g2legp3-powerpc64-cpu",
17732      "static": false
17733    },
17734    {
17735      "name": "mpc8270",
17736      "typename": "g2legp3-powerpc64-cpu",
17737      "static": false
17738    },
17739    {
17740      "name": "mpc8266_hip4",
17741      "typename": "g2hip4-powerpc64-cpu",
17742      "static": false
17743    },
17744    {
17745      "name": "mpc8266_hip3",
17746      "typename": "g2hip3-powerpc64-cpu",
17747      "static": false
17748    },
17749    {
17750      "name": "mpc8266",
17751      "typename": "g2hip4-powerpc64-cpu",
17752      "static": false
17753    },
17754    {
17755      "name": "mpc8265_hip4",
17756      "typename": "g2hip4-powerpc64-cpu",
17757      "static": false
17758    },
17759    {
17760      "name": "mpc8265_hip3",
17761      "typename": "g2hip3-powerpc64-cpu",
17762      "static": false
17763    },
17764    {
17765      "name": "mpc8265",
17766      "typename": "g2hip4-powerpc64-cpu",
17767      "static": false
17768    },
17769    {
17770      "name": "mpc8264_hip4",
17771      "typename": "g2hip4-powerpc64-cpu",
17772      "static": false
17773    },
17774    {
17775      "name": "mpc8264_hip3",
17776      "typename": "g2hip3-powerpc64-cpu",
17777      "static": false
17778    },
17779    {
17780      "name": "mpc8264",
17781      "typename": "g2hip4-powerpc64-cpu",
17782      "static": false
17783    },
17784    {
17785      "name": "mpc8260_hip4",
17786      "typename": "g2hip4-powerpc64-cpu",
17787      "static": false
17788    },
17789    {
17790      "name": "mpc8260_hip3",
17791      "typename": "g2hip3-powerpc64-cpu",
17792      "static": false
17793    },
17794    {
17795      "name": "mpc8260",
17796      "typename": "g2hip4-powerpc64-cpu",
17797      "static": false
17798    },
17799    {
17800      "name": "mpc8255_hip4",
17801      "typename": "g2hip4-powerpc64-cpu",
17802      "static": false
17803    },
17804    {
17805      "name": "mpc8255_hip3",
17806      "typename": "g2hip3-powerpc64-cpu",
17807      "static": false
17808    },
17809    {
17810      "name": "mpc8255",
17811      "typename": "g2hip4-powerpc64-cpu",
17812      "static": false
17813    },
17814    {
17815      "name": "mpc8250_hip4",
17816      "typename": "g2hip4-powerpc64-cpu",
17817      "static": false
17818    },
17819    {
17820      "name": "mpc8250_hip3",
17821      "typename": "g2hip3-powerpc64-cpu",
17822      "static": false
17823    },
17824    {
17825      "name": "mpc8250",
17826      "typename": "g2hip4-powerpc64-cpu",
17827      "static": false
17828    },
17829    {
17830      "name": "mpc8248",
17831      "typename": "g2legp3-powerpc64-cpu",
17832      "static": false
17833    },
17834    {
17835      "name": "mpc8247",
17836      "typename": "g2legp3-powerpc64-cpu",
17837      "static": false
17838    },
17839    {
17840      "name": "mpc8245",
17841      "typename": "g2hip4-powerpc64-cpu",
17842      "static": false
17843    },
17844    {
17845      "name": "mpc8241",
17846      "typename": "g2hip4-powerpc64-cpu",
17847      "static": false
17848    },
17849    {
17850      "name": "powerquicc-ii",
17851      "typename": "g2legp3-powerpc64-cpu",
17852      "static": false
17853    },
17854    {
17855      "name": "mpc82xx",
17856      "typename": "g2legp3-powerpc64-cpu",
17857      "static": false
17858    },
17859    {
17860      "name": "mpc5200b",
17861      "typename": "mpc5200b_v21-powerpc64-cpu",
17862      "static": false
17863    },
17864    {
17865      "name": "mpc5200",
17866      "typename": "mpc5200_v12-powerpc64-cpu",
17867      "static": false
17868    },
17869    {
17870      "name": "mpc52xx",
17871      "typename": "mpc5200_v12-powerpc64-cpu",
17872      "static": false
17873    },
17874    {
17875      "name": "mpc8240",
17876      "typename": "603-powerpc64-cpu",
17877      "static": false
17878    },
17879    {
17880      "name": "460ex",
17881      "typename": "460exb-powerpc64-cpu",
17882      "static": false
17883    },
17884    {
17885      "name": "440ep",
17886      "typename": "440epb-powerpc64-cpu",
17887      "static": false
17888    },
17889    {
17890      "name": "x2vp50",
17891      "typename": "x2vp20-powerpc64-cpu",
17892      "static": false
17893    },
17894    {
17895      "name": "x2vp7",
17896      "typename": "x2vp4-powerpc64-cpu",
17897      "static": false
17898    },
17899    {
17900      "name": "405gpe",
17901      "typename": "405crc-powerpc64-cpu",
17902      "static": false
17903    },
17904    {
17905      "name": "405gp",
17906      "typename": "405gpd-powerpc64-cpu",
17907      "static": false
17908    },
17909    {
17910      "name": "405cr",
17911      "typename": "405crc-powerpc64-cpu",
17912      "static": false
17913    },
17914    {
17915      "name": "405",
17916      "typename": "405d4-powerpc64-cpu",
17917      "static": false
17918    },
17919    {
17920      "name": "403",
17921      "typename": "403gc-powerpc64-cpu",
17922      "static": false
17923    },
17924    {
17925      "name": "mpc8547e_v21",
17926      "typename": "",
17927      "static": false
17928    },
17929    {
17930      "name": "750cl_v1.0",
17931      "typename": "",
17932      "static": false
17933    },
17934    {
17935      "name": "7457a_v1.1",
17936      "typename": "",
17937      "static": false
17938    },
17939    {
17940      "name": "g2gp",
17941      "typename": "",
17942      "static": false
17943    },
17944    {
17945      "name": "750cxe_v2.1",
17946      "typename": "",
17947      "static": false
17948    },
17949    {
17950      "name": "755_v2.7",
17951      "typename": "",
17952      "static": false
17953    },
17954    {
17955      "name": "750_v2.1",
17956      "typename": "",
17957      "static": false
17958    },
17959    {
17960      "name": "755_v2.2",
17961      "typename": "",
17962      "static": false
17963    },
17964    {
17965      "name": "745_v2.0",
17966      "typename": "",
17967      "static": false
17968    },
17969    {
17970      "name": "mpc8377",
17971      "typename": "",
17972      "static": false
17973    },
17974    {
17975      "name": "7455_v1.0",
17976      "typename": "",
17977      "static": false
17978    },
17979    {
17980      "name": "mpc8545_v21",
17981      "typename": "",
17982      "static": false
17983    },
17984    {
17985      "name": "mpc8548_v11",
17986      "typename": "",
17987      "static": false
17988    },
17989    {
17990      "name": "405d4",
17991      "typename": "",
17992      "static": false
17993    },
17994    {
17995      "name": "g2le",
17996      "typename": "",
17997      "static": false
17998    },
17999    {
18000      "name": "g2hip3",
18001      "typename": "",
18002      "static": false
18003    },
18004    {
18005      "name": "750e",
18006      "typename": "",
18007      "static": false
18008    },
18009    {
18010      "name": "mpc8572",
18011      "typename": "",
18012      "static": false
18013    },
18014    {
18015      "name": "970fx_v2.0",
18016      "typename": "",
18017      "static": false
18018    },
18019    {
18020      "name": "750fx_v2.0",
18021      "typename": "",
18022      "static": false
18023    },
18024    {
18025      "name": "603p",
18026      "typename": "",
18027      "static": false
18028    },
18029    {
18030      "name": "405gpb",
18031      "typename": "",
18032      "static": false
18033    },
18034    {
18035      "name": "7400_v2.7",
18036      "typename": "",
18037      "static": false
18038    },
18039    {
18040      "name": "mpc8544e_v10",
18041      "typename": "",
18042      "static": false
18043    },
18044    {
18045      "name": "e500v2_v10",
18046      "typename": "",
18047      "static": false
18048    },
18049    {
18050      "name": "e500mc",
18051      "typename": "",
18052      "static": false
18053    },
18054    {
18055      "name": "603e7v1",
18056      "typename": "",
18057      "static": false
18058    },
18059    {
18060      "name": "970mp_v1.0",
18061      "typename": "",
18062      "static": false
18063    },
18064    {
18065      "name": "740e",
18066      "typename": "",
18067      "static": false
18068    },
18069    {
18070      "name": "405crc",
18071      "typename": "",
18072      "static": false
18073    },
18074    {
18075      "name": "403ga",
18076      "typename": "",
18077      "static": false
18078    },
18079    {
18080      "name": "7447a_v1.0",
18081      "typename": "",
18082      "static": false
18083    },
18084    {
18085      "name": "7400_v2.2",
18086      "typename": "",
18087      "static": false
18088    },
18089    {
18090      "name": "e300c1",
18091      "typename": "",
18092      "static": false
18093    },
18094    {
18095      "name": "mpc8572e",
18096      "typename": "",
18097      "static": false
18098    },
18099    {
18100      "name": "e500v2_v21",
18101      "typename": "",
18102      "static": false
18103    },
18104    {
18105      "name": "970fx_v1.0",
18106      "typename": "",
18107      "static": false
18108    },
18109    {
18110      "name": "750gx_v1.2",
18111      "typename": "",
18112      "static": false
18113    },
18114    {
18115      "name": "750fx_v1.0",
18116      "typename": "",
18117      "static": false
18118    },
18119    {
18120      "name": "7457_v1.1",
18121      "typename": "",
18122      "static": false
18123    },
18124    {
18125      "name": "970fx_v3.0",
18126      "typename": "",
18127      "static": false
18128    },
18129    {
18130      "name": "604e_v2.2",
18131      "typename": "",
18132      "static": false
18133    },
18134    {
18135      "name": "755_v2.6",
18136      "typename": "",
18137      "static": false
18138    },
18139    {
18140      "name": "401a1",
18141      "typename": "",
18142      "static": false
18143    },
18144    {
18145      "name": "power9_v1.0",
18146      "typename": "",
18147      "static": false
18148    },
18149    {
18150      "name": "npe405h",
18151      "typename": "",
18152      "static": false
18153    },
18154    {
18155      "name": "7410_v1.4",
18156      "typename": "",
18157      "static": false
18158    },
18159    {
18160      "name": "g2ls",
18161      "typename": "",
18162      "static": false
18163    },
18164    {
18165      "name": "750_v2.0",
18166      "typename": "",
18167      "static": false
18168    },
18169    {
18170      "name": "401b2",
18171      "typename": "",
18172      "static": false
18173    },
18174    {
18175      "name": "mpc8349",
18176      "typename": "",
18177      "static": false
18178    },
18179    {
18180      "name": "mpc8347ep",
18181      "typename": "",
18182      "static": false
18183    },
18184    {
18185      "name": "7445_v3.2",
18186      "typename": "",
18187      "static": false
18188    },
18189    {
18190      "name": "mpc8540_v21",
18191      "typename": "",
18192      "static": false
18193    },
18194    {
18195      "name": "mpc8543_v11",
18196      "typename": "",
18197      "static": false
18198    },
18199    {
18200      "name": "403gcx",
18201      "typename": "",
18202      "static": false
18203    },
18204    {
18205      "name": "745_v2.4",
18206      "typename": "",
18207      "static": false
18208    },
18209    {
18210      "name": "mpc8548_v21",
18211      "typename": "",
18212      "static": false
18213    },
18214    {
18215      "name": "750l_v3.2",
18216      "typename": "",
18217      "static": false
18218    },
18219    {
18220      "name": "750_v1.0",
18221      "typename": "",
18222      "static": false
18223    },
18224    {
18225      "name": "755_v1.1",
18226      "typename": "",
18227      "static": false
18228    },
18229    {
18230      "name": "e500_v10",
18231      "typename": "",
18232      "static": false
18233    },
18234    {
18235      "name": "750cxe_v3.0",
18236      "typename": "",
18237      "static": false
18238    },
18239    {
18240      "name": "mpc8541e_v10",
18241      "typename": "",
18242      "static": false
18243    },
18244    {
18245      "name": "mpc8347p",
18246      "typename": "",
18247      "static": false
18248    },
18249    {
18250      "name": "mpc8555e_v10",
18251      "typename": "",
18252      "static": false
18253    },
18254    {
18255      "name": "power9_v2.0",
18256      "typename": "",
18257      "static": false
18258    },
18259    {
18260      "name": "power7_v2.3",
18261      "typename": "",
18262      "static": false
18263    },
18264    {
18265      "name": "603e7v",
18266      "typename": "",
18267      "static": false
18268    },
18269    {
18270      "name": "mpc8543e_v11",
18271      "typename": "",
18272      "static": false
18273    },
18274    {
18275      "name": "750_v3.0",
18276      "typename": "",
18277      "static": false
18278    },
18279    {
18280      "name": "7400_v2.6",
18281      "typename": "",
18282      "static": false
18283    },
18284    {
18285      "name": "405gpa",
18286      "typename": "",
18287      "static": false
18288    },
18289    {
18290      "name": "440epx",
18291      "typename": "",
18292      "static": false
18293    },
18294    {
18295      "name": "750l_v2.2",
18296      "typename": "",
18297      "static": false
18298    },
18299    {
18300      "name": "e200z6",
18301      "typename": "",
18302      "static": false
18303    },
18304    {
18305      "name": "mpc8547e_v20",
18306      "typename": "",
18307      "static": false
18308    },
18309    {
18310      "name": "7457a_v1.0",
18311      "typename": "",
18312      "static": false
18313    },
18314    {
18315      "name": "mpc8349ea",
18316      "typename": "",
18317      "static": false
18318    },
18319    {
18320      "name": "e500v2_v20",
18321      "typename": "",
18322      "static": false
18323    },
18324    {
18325      "name": "power8nvl_v1.0",
18326      "typename": "",
18327      "static": false
18328    },
18329    {
18330      "name": "mpc8540_v10",
18331      "typename": "",
18332      "static": false
18333    },
18334    {
18335      "name": "755_v2.1",
18336      "typename": "",
18337      "static": false
18338    },
18339    {
18340      "name": "745_v2.8",
18341      "typename": "",
18342      "static": false
18343    },
18344    {
18345      "name": "npe405l",
18346      "typename": "",
18347      "static": false
18348    },
18349    {
18350      "name": "mpc8343ea",
18351      "typename": "",
18352      "static": false
18353    },
18354    {
18355      "name": "mpc8545_v20",
18356      "typename": "",
18357      "static": false
18358    },
18359    {
18360      "name": "mpc8548_v10",
18361      "typename": "",
18362      "static": false
18363    },
18364    {
18365      "name": "7448_v1.1",
18366      "typename": "",
18367      "static": false
18368    },
18369    {
18370      "name": "7455_v3.4",
18371      "typename": "",
18372      "static": false
18373    },
18374    {
18375      "name": "740_v2.2",
18376      "typename": "",
18377      "static": false
18378    },
18379    {
18380      "name": "7400_v1.1",
18381      "typename": "",
18382      "static": false
18383    },
18384    {
18385      "name": "mpc8347et",
18386      "typename": "",
18387      "static": false
18388    },
18389    {
18390      "name": "7441_v2.10",
18391      "typename": "",
18392      "static": false
18393    },
18394    {
18395      "name": "603e_v1.4",
18396      "typename": "",
18397      "static": false
18398    },
18399    {
18400      "name": "mpc8543_v10",
18401      "typename": "",
18402      "static": false
18403    },
18404    {
18405      "name": "401c2",
18406      "typename": "",
18407      "static": false
18408    },
18409    {
18410      "name": "7451_v2.10",
18411      "typename": "",
18412      "static": false
18413    },
18414    {
18415      "name": "750cx_v2.2",
18416      "typename": "",
18417      "static": false
18418    },
18419    {
18420      "name": "mpc8543_v21",
18421      "typename": "",
18422      "static": false
18423    },
18424    {
18425      "name": "603e7",
18426      "typename": "",
18427      "static": false
18428    },
18429    {
18430      "name": "7448_v2.1",
18431      "typename": "",
18432      "static": false
18433    },
18434    {
18435      "name": "7441_v2.3",
18436      "typename": "",
18437      "static": false
18438    },
18439    {
18440      "name": "405crb",
18441      "typename": "",
18442      "static": false
18443    },
18444    {
18445      "name": "604",
18446      "typename": "",
18447      "static": false
18448    },
18449    {
18450      "name": "7400_v2.1",
18451      "typename": "",
18452      "static": false
18453    },
18454    {
18455      "name": "440-xilinx-w-dfpu",
18456      "typename": "",
18457      "static": false
18458    },
18459    {
18460      "name": "7445_v2.1",
18461      "typename": "",
18462      "static": false
18463    },
18464    {
18465      "name": "cobra",
18466      "typename": "",
18467      "static": false
18468    },
18469    {
18470      "name": "e500_v20",
18471      "typename": "",
18472      "static": false
18473    },
18474    {
18475      "name": "mpc8541_v11",
18476      "typename": "",
18477      "static": false
18478    },
18479    {
18480      "name": "750gx_v1.1",
18481      "typename": "",
18482      "static": false
18483    },
18484    {
18485      "name": "750cxe_v2.4",
18486      "typename": "",
18487      "static": false
18488    },
18489    {
18490      "name": "mpc8641d",
18491      "typename": "",
18492      "static": false
18493    },
18494    {
18495      "name": "mpc8543e_v21",
18496      "typename": "",
18497      "static": false
18498    },
18499    {
18500      "name": "750l_v2.1",
18501      "typename": "",
18502      "static": false
18503    },
18504    {
18505      "name": "7457_v1.0",
18506      "typename": "",
18507      "static": false
18508    },
18509    {
18510      "name": "7450_v1.2",
18511      "typename": "",
18512      "static": false
18513    },
18514    {
18515      "name": "755_v2.5",
18516      "typename": "",
18517      "static": false
18518    },
18519    {
18520      "name": "7410_v1.3",
18521      "typename": "",
18522      "static": false
18523    },
18524    {
18525      "name": "745_v2.3",
18526      "typename": "",
18527      "static": false
18528    },
18529    {
18530      "name": "755_v2.0",
18531      "typename": "",
18532      "static": false
18533    },
18534    {
18535      "name": "e500v2_v30",
18536      "typename": "",
18537      "static": false
18538    },
18539    {
18540      "name": "7455_v3.3",
18541      "typename": "",
18542      "static": false
18543    },
18544    {
18545      "name": "mpc8540_v20",
18546      "typename": "",
18547      "static": false
18548    },
18549    {
18550      "name": "405d2",
18551      "typename": "",
18552      "static": false
18553    },
18554    {
18555      "name": "mpc8560_v21",
18556      "typename": "",
18557      "static": false
18558    },
18559    {
18560      "name": "mpc8343",
18561      "typename": "",
18562      "static": false
18563    },
18564    {
18565      "name": "mpc8548_v20",
18566      "typename": "",
18567      "static": false
18568    },
18569    {
18570      "name": "mpc8347t",
18571      "typename": "",
18572      "static": false
18573    },
18574    {
18575      "name": "755_v1.0",
18576      "typename": "",
18577      "static": false
18578    },
18579    {
18580      "name": "603e_v1.3",
18581      "typename": "",
18582      "static": false
18583    },
18584    {
18585      "name": "host",
18586      "typename": "",
18587      "static": false
18588    },
18589    {
18590      "name": "mpc8543e_v10",
18591      "typename": "",
18592      "static": false
18593    },
18594    {
18595      "name": "mpc8347eap",
18596      "typename": "",
18597      "static": false
18598    },
18599    {
18600      "name": "mpc8548e_v11",
18601      "typename": "",
18602      "static": false
18603    },
18604    {
18605      "name": "mpc8543_v20",
18606      "typename": "",
18607      "static": false
18608    },
18609    {
18610      "name": "401d2",
18611      "typename": "",
18612      "static": false
18613    },
18614    {
18615      "name": "power8_v2.0",
18616      "typename": "",
18617      "static": false
18618    },
18619    {
18620      "name": "740_v3.1",
18621      "typename": "",
18622      "static": false
18623    },
18624    {
18625      "name": "e200z5",
18626      "typename": "",
18627      "static": false
18628    },
18629    {
18630      "name": "405cra",
18631      "typename": "",
18632      "static": false
18633    },
18634    {
18635      "name": "7400_v2.0",
18636      "typename": "",
18637      "static": false
18638    },
18639    {
18640      "name": "750cxe_v2.3",
18641      "typename": "",
18642      "static": false
18643    },
18644    {
18645      "name": "745_v2.7",
18646      "typename": "",
18647      "static": false
18648    },
18649    {
18650      "name": "mpc8560_v10",
18651      "typename": "",
18652      "static": false
18653    },
18654    {
18655      "name": "e5500",
18656      "typename": "",
18657      "static": false
18658    },
18659    {
18660      "name": "mpc8544_v11",
18661      "typename": "",
18662      "static": false
18663    },
18664    {
18665      "name": "7448_v1.0",
18666      "typename": "",
18667      "static": false
18668    },
18669    {
18670      "name": "401e2",
18671      "typename": "",
18672      "static": false
18673    },
18674    {
18675      "name": "740_v2.1",
18676      "typename": "",
18677      "static": false
18678    },
18679    {
18680      "name": "745_v2.2",
18681      "typename": "",
18682      "static": false
18683    },
18684    {
18685      "name": "7400_v1.0",
18686      "typename": "",
18687      "static": false
18688    },
18689    {
18690      "name": "7410_v1.2",
18691      "typename": "",
18692      "static": false
18693    },
18694    {
18695      "name": "x2vp4",
18696      "typename": "",
18697      "static": false
18698    },
18699    {
18700      "name": "mpc8347ap",
18701      "typename": "",
18702      "static": false
18703    },
18704    {
18705      "name": "mpc8533_v11",
18706      "typename": "",
18707      "static": false
18708    },
18709    {
18710      "name": "mpc5200b_v21",
18711      "typename": "",
18712      "static": false
18713    },
18714    {
18715      "name": "750fx_v2.3",
18716      "typename": "",
18717      "static": false
18718    },
18719    {
18720      "name": "601_v2",
18721      "typename": "",
18722      "static": false
18723    },
18724    {
18725      "name": "g2legp3",
18726      "typename": "",
18727      "static": false
18728    },
18729    {
18730      "name": "604e_v1.0",
18731      "typename": "",
18732      "static": false
18733    },
18734    {
18735      "name": "750cx_v2.1",
18736      "typename": "",
18737      "static": false
18738    },
18739    {
18740      "name": "mpc8610",
18741      "typename": "",
18742      "static": false
18743    },
18744    {
18745      "name": "g2h4",
18746      "typename": "",
18747      "static": false
18748    },
18749    {
18750      "name": "750l_v3.0",
18751      "typename": "",
18752      "static": false
18753    },
18754    {
18755      "name": "mpc8377e",
18756      "typename": "",
18757      "static": false
18758    },
18759    {
18760      "name": "e300c4",
18761      "typename": "",
18762      "static": false
18763    },
18764    {
18765      "name": "mpc5200_v12",
18766      "typename": "",
18767      "static": false
18768    },
18769    {
18770      "name": "7448_v2.0",
18771      "typename": "",
18772      "static": false
18773    },
18774    {
18775      "name": "7450_v2.1",
18776      "typename": "",
18777      "static": false
18778    },
18779    {
18780      "name": "750cxe_v3.1b",
18781      "typename": "",
18782      "static": false
18783    },
18784    {
18785      "name": "g2",
18786      "typename": "",
18787      "static": false
18788    },
18789    {
18790      "name": "7400_v2.9",
18791      "typename": "",
18792      "static": false
18793    },
18794    {
18795      "name": "405gpd",
18796      "typename": "",
18797      "static": false
18798    },
18799    {
18800      "name": "603",
18801      "typename": "",
18802      "static": false
18803    },
18804    {
18805      "name": "603e7t",
18806      "typename": "",
18807      "static": false
18808    },
18809    {
18810      "name": "mpc8555_v11",
18811      "typename": "",
18812      "static": false
18813    },
18814    {
18815      "name": "750gx_v1.0",
18816      "typename": "",
18817      "static": false
18818    },
18819    {
18820      "name": "mpc8541_v10",
18821      "typename": "",
18822      "static": false
18823    },
18824    {
18825      "name": "mpc8543e_v20",
18826      "typename": "",
18827      "static": false
18828    },
18829    {
18830      "name": "750fl",
18831      "typename": "",
18832      "static": false
18833    },
18834    {
18835      "name": "750l_v2.0",
18836      "typename": "",
18837      "static": false
18838    },
18839    {
18840      "name": "stb04",
18841      "typename": "",
18842      "static": false
18843    },
18844    {
18845      "name": "mpc8548e_v21",
18846      "typename": "",
18847      "static": false
18848    },
18849    {
18850      "name": "x2vp20",
18851      "typename": "",
18852      "static": false
18853    },
18854    {
18855      "name": "405ez",
18856      "typename": "",
18857      "static": false
18858    },
18859    {
18860      "name": "e600",
18861      "typename": "",
18862      "static": false
18863    },
18864    {
18865      "name": "7450_v1.1",
18866      "typename": "",
18867      "static": false
18868    },
18869    {
18870      "name": "755_v2.4",
18871      "typename": "",
18872      "static": false
18873    },
18874    {
18875      "name": "mpc8379",
18876      "typename": "",
18877      "static": false
18878    },
18879    {
18880      "name": "7445_v1.0",
18881      "typename": "",
18882      "static": false
18883    },
18884    {
18885      "name": "7447_v1.1",
18886      "typename": "",
18887      "static": false
18888    },
18889    {
18890      "name": "603e_v2.2",
18891      "typename": "",
18892      "static": false
18893    },
18894    {
18895      "name": "603e_v4",
18896      "typename": "",
18897      "static": false
18898    },
18899    {
18900      "name": "g2legp",
18901      "typename": "",
18902      "static": false
18903    },
18904    {
18905      "name": "7455_v3.2",
18906      "typename": "",
18907      "static": false
18908    },
18909    {
18910      "name": "740_v2.0",
18911      "typename": "",
18912      "static": false
18913    },
18914    {
18915      "name": "mpc8560_v20",
18916      "typename": "",
18917      "static": false
18918    },
18919    {
18920      "name": "440-xilinx",
18921      "typename": "",
18922      "static": false
18923    },
18924    {
18925      "name": "401f2",
18926      "typename": "",
18927      "static": false
18928    },
18929    {
18930      "name": "mpc8533_v10",
18931      "typename": "",
18932      "static": false
18933    },
18934    {
18935      "name": "405gpr",
18936      "typename": "",
18937      "static": false
18938    },
18939    {
18940      "name": "mpc8349a",
18941      "typename": "",
18942      "static": false
18943    },
18944    {
18945      "name": "stb25",
18946      "typename": "",
18947      "static": false
18948    },
18949    {
18950      "name": "603e_v1.2",
18951      "typename": "",
18952      "static": false
18953    },
18954    {
18955      "name": "mpc5200b_v20",
18956      "typename": "",
18957      "static": false
18958    },
18959    {
18960      "name": "750fx_v2.2",
18961      "typename": "",
18962      "static": false
18963    },
18964    {
18965      "name": "mpc8347eat",
18966      "typename": "",
18967      "static": false
18968    },
18969    {
18970      "name": "740_v1.0",
18971      "typename": "",
18972      "static": false
18973    },
18974    {
18975      "name": "601_v1",
18976      "typename": "",
18977      "static": false
18978    },
18979    {
18980      "name": "745_v1.1",
18981      "typename": "",
18982      "static": false
18983    },
18984    {
18985      "name": "750cx_v2.0",
18986      "typename": "",
18987      "static": false
18988    },
18989    {
18990      "name": "mpc8548e_v10",
18991      "typename": "",
18992      "static": false
18993    },
18994    {
18995      "name": "7447a_v1.2",
18996      "typename": "",
18997      "static": false
18998    },
18999    {
19000      "name": "403gc",
19001      "typename": "",
19002      "static": false
19003    },
19004    {
19005      "name": "e300c3",
19006      "typename": "",
19007      "static": false
19008    },
19009    {
19010      "name": "mpc5200_v11",
19011      "typename": "",
19012      "static": false
19013    },
19014    {
19015      "name": "7441_v2.1",
19016      "typename": "",
19017      "static": false
19018    },
19019    {
19020      "name": "740_v3.0",
19021      "typename": "",
19022      "static": false
19023    },
19024    {
19025      "name": "mpc8545e_v21",
19026      "typename": "",
19027      "static": false
19028    },
19029    {
19030      "name": "602",
19031      "typename": "",
19032      "static": false
19033    },
19034    {
19035      "name": "mpc8378e",
19036      "typename": "",
19037      "static": false
19038    },
19039    {
19040      "name": "mpc8343a",
19041      "typename": "",
19042      "static": false
19043    },
19044    {
19045      "name": "460exb",
19046      "typename": "",
19047      "static": false
19048    },
19049    {
19050      "name": "mpc8555_v10",
19051      "typename": "",
19052      "static": false
19053    },
19054    {
19055      "name": "mpc8568",
19056      "typename": "",
19057      "static": false
19058    },
19059    {
19060      "name": "7457a_v1.2",
19061      "typename": "",
19062      "static": false
19063    },
19064    {
19065      "name": "750cx_v1.0",
19066      "typename": "",
19067      "static": false
19068    },
19069    {
19070      "name": "750cxe_v2.2",
19071      "typename": "",
19072      "static": false
19073    },
19074    {
19075      "name": "604e_v2.4",
19076      "typename": "",
19077      "static": false
19078    },
19079    {
19080      "name": "755_v2.8",
19081      "typename": "",
19082      "static": false
19083    },
19084    {
19085      "name": "405lp",
19086      "typename": "",
19087      "static": false
19088    },
19089    {
19090      "name": "745_v2.6",
19091      "typename": "",
19092      "static": false
19093    },
19094    {
19095      "name": "stb03",
19096      "typename": "",
19097      "static": false
19098    },
19099    {
19100      "name": "405ep",
19101      "typename": "",
19102      "static": false
19103    },
19104    {
19105      "name": "mpc8544_v10",
19106      "typename": "",
19107      "static": false
19108    },
19109    {
19110      "name": "mpc8347at",
19111      "typename": "",
19112      "static": false
19113    },
19114    {
19115      "name": "750_v2.2",
19116      "typename": "",
19117      "static": false
19118    },
19119    {
19120      "name": "7450_v1.0",
19121      "typename": "",
19122      "static": false
19123    },
19124    {
19125      "name": "755_v2.3",
19126      "typename": "",
19127      "static": false
19128    },
19129    {
19130      "name": "7410_v1.1",
19131      "typename": "",
19132      "static": false
19133    },
19134    {
19135      "name": "745_v2.1",
19136      "typename": "",
19137      "static": false
19138    },
19139    {
19140      "name": "750gl",
19141      "typename": "",
19142      "static": false
19143    },
19144    {
19145      "name": "e6500",
19146      "typename": "",
19147      "static": false
19148    },
19149    {
19150      "name": "750p",
19151      "typename": "",
19152      "static": false
19153    },
19154    {
19155      "name": "7445_v3.4",
19156      "typename": "",
19157      "static": false
19158    },
19159    {
19160      "name": "440epb",
19161      "typename": "",
19162      "static": false
19163    },
19164    {
19165      "name": "npe4gs3",
19166      "typename": "",
19167      "static": false
19168    },
19169    {
19170      "name": "603e_v3",
19171      "typename": "",
19172      "static": false
19173    },
19174    {
19175      "name": "mpc8349e",
19176      "typename": "",
19177      "static": false
19178    },
19179    {
19180      "name": "970_v2.2",
19181      "typename": "",
19182      "static": false
19183    },
19184    {
19185      "name": "g2lels",
19186      "typename": "",
19187      "static": false
19188    },
19189    {
19190      "name": "g2hip4",
19191      "typename": "",
19192      "static": false
19193    },
19194    {
19195      "name": "740p",
19196      "typename": "",
19197      "static": false
19198    },
19199    {
19200      "name": "mpc8567e",
19201      "typename": "",
19202      "static": false
19203    },
19204    {
19205      "name": "mpc8533e_v11",
19206      "typename": "",
19207      "static": false
19208    },
19209    {
19210      "name": "7451_v2.3",
19211      "typename": "",
19212      "static": false
19213    },
19214    {
19215      "name": "603e_v1.1",
19216      "typename": "",
19217      "static": false
19218    },
19219    {
19220      "name": "401g2",
19221      "typename": "",
19222      "static": false
19223    },
19224    {
19225      "name": "7400_v2.8",
19226      "typename": "",
19227      "static": false
19228    },
19229    {
19230      "name": "7455_v2.1",
19231      "typename": "",
19232      "static": false
19233    },
19234    {
19235      "name": "405gpc",
19236      "typename": "",
19237      "static": false
19238    },
19239    {
19240      "name": "power7+_v2.1",
19241      "typename": "",
19242      "static": false
19243    },
19244    {
19245      "name": "mpc8544e_v11",
19246      "typename": "",
19247      "static": false
19248    },
19249    {
19250      "name": "7450_v2.0",
19251      "typename": "",
19252      "static": false
19253    },
19254    {
19255      "name": "970mp_v1.1",
19256      "typename": "",
19257      "static": false
19258    },
19259    {
19260      "name": "603e7v2",
19261      "typename": "",
19262      "static": false
19263    },
19264    {
19265      "name": "604r",
19266      "typename": "",
19267      "static": false
19268    },
19269    {
19270      "name": "e500v2_v22",
19271      "typename": "",
19272      "static": false
19273    },
19274    {
19275      "name": "mpc8548e_v20",
19276      "typename": "",
19277      "static": false
19278    },
19279    {
19280      "name": "mpc8545e_v20",
19281      "typename": "",
19282      "static": false
19283    },
19284    {
19285      "name": "mpc8378",
19286      "typename": "",
19287      "static": false
19288    },
19289    {
19290      "name": "mpc8567",
19291      "typename": "",
19292      "static": false
19293    },
19294    {
19295      "name": "7457_v1.2",
19296      "typename": "",
19297      "static": false
19298    },
19299    {
19300      "name": "7447_v1.0",
19301      "typename": "",
19302      "static": false
19303    },
19304    {
19305      "name": "970fx_v3.1",
19306      "typename": "",
19307      "static": false
19308    },
19309    {
19310      "name": "745_v2.5",
19311      "typename": "",
19312      "static": false
19313    },
19314    {
19315      "name": "mpc8379e",
19316      "typename": "",
19317      "static": false
19318    },
19319    {
19320      "name": "mpc8641",
19321      "typename": "",
19322      "static": false
19323    },
19324    {
19325      "name": "750cxe_v2.4b",
19326      "typename": "",
19327      "static": false
19328    },
19329    {
19330      "name": "7410_v1.0",
19331      "typename": "",
19332      "static": false
19333    },
19334    {
19335      "name": "mpc603",
19336      "typename": "",
19337      "static": false
19338    },
19339    {
19340      "name": "603e_v4.1",
19341      "typename": "",
19342      "static": false
19343    },
19344    {
19345      "name": "7445_v3.3",
19346      "typename": "",
19347      "static": false
19348    },
19349    {
19350      "name": "440epa",
19351      "typename": "",
19352      "static": false
19353    },
19354    {
19355      "name": "970fx_v2.1",
19356      "typename": "",
19357      "static": false
19358    },
19359    {
19360      "name": "iop480",
19361      "typename": "",
19362      "static": false
19363    },
19364    {
19365      "name": "750fx_v2.1",
19366      "typename": "",
19367      "static": false
19368    },
19369    {
19370      "name": "601_v0",
19371      "typename": "",
19372      "static": false
19373    },
19374    {
19375      "name": "g2legp1",
19376      "typename": "",
19377      "static": false
19378    },
19379    {
19380      "name": "745_v1.0",
19381      "typename": "",
19382      "static": false
19383    },
19384    {
19385      "name": "750cl_v2.0",
19386      "typename": "",
19387      "static": false
19388    },
19389    {
19390      "name": "750cxr",
19391      "typename": "",
19392      "static": false
19393    },
19394    {
19395      "name": "401",
19396      "typename": "",
19397      "static": false
19398    },
19399    {
19400      "name": "mpc8541e_v11",
19401      "typename": "",
19402      "static": false
19403    },
19404    {
19405      "name": "750cxe_v3.1",
19406      "typename": "",
19407      "static": false
19408    },
19409    {
19410      "name": "mpc8555e_v11",
19411      "typename": "",
19412      "static": false
19413    },
19414    {
19415      "name": "power5+_v2.1",
19416      "typename": "",
19417      "static": false
19418    },
19419    {
19420      "name": "7447a_v1.1",
19421      "typename": "",
19422      "static": false
19423    },
19424    {
19425      "name": "403gb",
19426      "typename": "",
19427      "static": false
19428    },
19429    {
19430      "name": "e300c2",
19431      "typename": "",
19432      "static": false
19433    },
19434    {
19435      "name": "npe405h2",
19436      "typename": "",
19437      "static": false
19438    },
19439    {
19440      "name": "mpc8343e",
19441      "typename": "",
19442      "static": false
19443    },
19444    {
19445      "name": "mpc8533e_v10",
19446      "typename": "",
19447      "static": false
19448    },
19449    {
19450      "name": "mpc5200_v10",
19451      "typename": "",
19452      "static": false
19453    },
19454    {
19455      "name": "750_v3.1",
19456      "typename": "",
19457      "static": false
19458    },
19459    {
19460      "name": "power8e_v2.1",
19461      "typename": "",
19462      "static": false
19463    },
19464    {
19465      "name": "mpc8568e",
19466      "typename": "",
19467      "static": false
19468    }
19469  ],
19470  "id": "libvirt-36"
19471}
19472
19473{
19474  "execute": "query-tpm-models",
19475  "id": "libvirt-37"
19476}
19477
19478{
19479  "return": [
19480  ],
19481  "id": "libvirt-37"
19482}
19483
19484{
19485  "execute": "query-tpm-types",
19486  "id": "libvirt-38"
19487}
19488
19489{
19490  "return": [
19491    "emulator"
19492  ],
19493  "id": "libvirt-38"
19494}
19495
19496{
19497  "execute": "query-command-line-options",
19498  "id": "libvirt-39"
19499}
19500
19501{
19502  "return": [
19503    {
19504      "parameters": [
19505        {
19506          "name": "timeout",
19507          "help": "Request timeout in seconds (default 0 = no timeout)",
19508          "type": "number"
19509        },
19510        {
19511          "name": "initiator-name",
19512          "help": "Initiator iqn name to use when connecting",
19513          "type": "string"
19514        },
19515        {
19516          "name": "header-digest",
19517          "help": "HeaderDigest setting. {CRC32C|CRC32C-NONE|NONE-CRC32C|NONE}",
19518          "type": "string"
19519        },
19520        {
19521          "name": "password-secret",
19522          "help": "ID of the secret providing password for CHAP authentication to target",
19523          "type": "string"
19524        },
19525        {
19526          "name": "password",
19527          "help": "password for CHAP authentication to target",
19528          "type": "string"
19529        },
19530        {
19531          "name": "user",
19532          "help": "username for CHAP authentication to target",
19533          "type": "string"
19534        }
19535      ],
19536      "option": "iscsi"
19537    },
19538    {
19539      "parameters": [
19540        {
19541          "name": "non-adaptive",
19542          "type": "boolean"
19543        },
19544        {
19545          "name": "lossy",
19546          "type": "boolean"
19547        },
19548        {
19549          "name": "acl",
19550          "type": "boolean"
19551        },
19552        {
19553          "name": "x509verify",
19554          "type": "string"
19555        },
19556        {
19557          "name": "tls",
19558          "type": "boolean"
19559        },
19560        {
19561          "name": "sasl",
19562          "type": "boolean"
19563        },
19564        {
19565          "name": "key-delay-ms",
19566          "type": "number"
19567        },
19568        {
19569          "name": "lock-key-sync",
19570          "type": "boolean"
19571        },
19572        {
19573          "name": "reverse",
19574          "type": "boolean"
19575        },
19576        {
19577          "name": "password",
19578          "type": "boolean"
19579        },
19580        {
19581          "name": "ipv6",
19582          "type": "boolean"
19583        },
19584        {
19585          "name": "ipv4",
19586          "type": "boolean"
19587        },
19588        {
19589          "name": "to",
19590          "type": "number"
19591        },
19592        {
19593          "name": "connections",
19594          "type": "number"
19595        },
19596        {
19597          "name": "head",
19598          "type": "number"
19599        },
19600        {
19601          "name": "display",
19602          "type": "string"
19603        },
19604        {
19605          "name": "share",
19606          "type": "string"
19607        },
19608        {
19609          "name": "x509",
19610          "type": "string"
19611        },
19612        {
19613          "name": "tls-creds",
19614          "type": "string"
19615        },
19616        {
19617          "name": "websocket",
19618          "type": "string"
19619        },
19620        {
19621          "name": "vnc",
19622          "type": "string"
19623        }
19624      ],
19625      "option": "vnc"
19626    },
19627    {
19628      "parameters": [
19629        {
19630          "name": "dmode",
19631          "type": "number"
19632        },
19633        {
19634          "name": "fmode",
19635          "type": "number"
19636        },
19637        {
19638          "name": "sock_fd",
19639          "type": "number"
19640        },
19641        {
19642          "name": "socket",
19643          "type": "string"
19644        },
19645        {
19646          "name": "readonly",
19647          "type": "boolean"
19648        },
19649        {
19650          "name": "writeout",
19651          "type": "string"
19652        },
19653        {
19654          "name": "security_model",
19655          "type": "string"
19656        },
19657        {
19658          "name": "mount_tag",
19659          "type": "string"
19660        },
19661        {
19662          "name": "path",
19663          "type": "string"
19664        },
19665        {
19666          "name": "fsdriver",
19667          "type": "string"
19668        }
19669      ],
19670      "option": "virtfs"
19671    },
19672    {
19673      "parameters": [
19674        {
19675          "name": "throttling.iops-size",
19676          "help": "when limiting by iops max size of an I/O in bytes",
19677          "type": "number"
19678        },
19679        {
19680          "name": "throttling.bps-write-max-length",
19681          "help": "length of the bps-write-max burst period, in seconds",
19682          "type": "number"
19683        },
19684        {
19685          "name": "throttling.bps-read-max-length",
19686          "help": "length of the bps-read-max burst period, in seconds",
19687          "type": "number"
19688        },
19689        {
19690          "name": "throttling.bps-total-max-length",
19691          "help": "length of the bps-total-max burst period, in seconds",
19692          "type": "number"
19693        },
19694        {
19695          "name": "throttling.iops-write-max-length",
19696          "help": "length of the iops-write-max burst period, in seconds",
19697          "type": "number"
19698        },
19699        {
19700          "name": "throttling.iops-read-max-length",
19701          "help": "length of the iops-read-max burst period, in seconds",
19702          "type": "number"
19703        },
19704        {
19705          "name": "throttling.iops-total-max-length",
19706          "help": "length of the iops-total-max burst period, in seconds",
19707          "type": "number"
19708        },
19709        {
19710          "name": "throttling.bps-write-max",
19711          "help": "total bytes write burst",
19712          "type": "number"
19713        },
19714        {
19715          "name": "throttling.bps-read-max",
19716          "help": "total bytes read burst",
19717          "type": "number"
19718        },
19719        {
19720          "name": "throttling.bps-total-max",
19721          "help": "total bytes burst",
19722          "type": "number"
19723        },
19724        {
19725          "name": "throttling.iops-write-max",
19726          "help": "I/O operations write burst",
19727          "type": "number"
19728        },
19729        {
19730          "name": "throttling.iops-read-max",
19731          "help": "I/O operations read burst",
19732          "type": "number"
19733        },
19734        {
19735          "name": "throttling.iops-total-max",
19736          "help": "I/O operations burst",
19737          "type": "number"
19738        },
19739        {
19740          "name": "throttling.bps-write",
19741          "help": "limit write bytes per second",
19742          "type": "number"
19743        },
19744        {
19745          "name": "throttling.bps-read",
19746          "help": "limit read bytes per second",
19747          "type": "number"
19748        },
19749        {
19750          "name": "throttling.bps-total",
19751          "help": "limit total bytes per second",
19752          "type": "number"
19753        },
19754        {
19755          "name": "throttling.iops-write",
19756          "help": "limit write operations per second",
19757          "type": "number"
19758        },
19759        {
19760          "name": "throttling.iops-read",
19761          "help": "limit read operations per second",
19762          "type": "number"
19763        },
19764        {
19765          "name": "throttling.iops-total",
19766          "help": "limit total I/O operations per second",
19767          "type": "number"
19768        },
19769        {
19770          "name": "dmode",
19771          "type": "number"
19772        },
19773        {
19774          "name": "fmode",
19775          "type": "number"
19776        },
19777        {
19778          "name": "sock_fd",
19779          "type": "number"
19780        },
19781        {
19782          "name": "socket",
19783          "type": "string"
19784        },
19785        {
19786          "name": "readonly",
19787          "type": "boolean"
19788        },
19789        {
19790          "name": "writeout",
19791          "type": "string"
19792        },
19793        {
19794          "name": "security_model",
19795          "type": "string"
19796        },
19797        {
19798          "name": "path",
19799          "type": "string"
19800        },
19801        {
19802          "name": "fsdriver",
19803          "type": "string"
19804        }
19805      ],
19806      "option": "fsdev"
19807    },
19808    {
19809      "parameters": [
19810        {
19811          "name": "string",
19812          "help": "Sets content of the blob to be inserted from a string",
19813          "type": "string"
19814        },
19815        {
19816          "name": "file",
19817          "help": "Sets the name of the file from which\nthe fw_cfg blob will be loaded",
19818          "type": "string"
19819        },
19820        {
19821          "name": "name",
19822          "help": "Sets the fw_cfg name of the blob to be inserted",
19823          "type": "string"
19824        }
19825      ],
19826      "option": "fw_cfg"
19827    },
19828    {
19829      "parameters": [
19830        {
19831          "name": "arg",
19832          "type": "string"
19833        },
19834        {
19835          "name": "target",
19836          "type": "string"
19837        },
19838        {
19839          "name": "enable",
19840          "type": "boolean"
19841        }
19842      ],
19843      "option": "semihosting-config"
19844    },
19845    {
19846      "parameters": [
19847        {
19848          "name": "rrsnapshot",
19849          "type": "string"
19850        },
19851        {
19852          "name": "rrfile",
19853          "type": "string"
19854        },
19855        {
19856          "name": "rr",
19857          "type": "string"
19858        },
19859        {
19860          "name": "sleep",
19861          "type": "boolean"
19862        },
19863        {
19864          "name": "align",
19865          "type": "boolean"
19866        },
19867        {
19868          "name": "shift",
19869          "type": "string"
19870        }
19871      ],
19872      "option": "icount"
19873    },
19874    {
19875      "parameters": [
19876      ],
19877      "option": "numa"
19878    },
19879    {
19880      "parameters": [
19881        {
19882          "name": "debug-threads",
19883          "help": "When enabled, name the individual threads; defaults off.\nNOTE: The thread names are for debugging and not a\nstable API.",
19884          "type": "boolean"
19885        },
19886        {
19887          "name": "process",
19888          "help": "Sets the name of the QEMU process, as shown in top etc",
19889          "type": "string"
19890        },
19891        {
19892          "name": "guest",
19893          "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",
19894          "type": "string"
19895        }
19896      ],
19897      "option": "name"
19898    },
19899    {
19900      "parameters": [
19901        {
19902          "name": "timestamp",
19903          "type": "boolean"
19904        }
19905      ],
19906      "option": "msg"
19907    },
19908    {
19909      "parameters": [
19910        {
19911          "name": "mlock",
19912          "type": "boolean"
19913        }
19914      ],
19915      "option": "realtime"
19916    },
19917    {
19918      "parameters": [
19919      ],
19920      "option": "tpmdev"
19921    },
19922    {
19923      "parameters": [
19924      ],
19925      "option": "object"
19926    },
19927    {
19928      "parameters": [
19929        {
19930          "name": "opaque",
19931          "help": "free-form string used to describe fd",
19932          "type": "string"
19933        },
19934        {
19935          "name": "set",
19936          "help": "ID of the fd set to add fd to",
19937          "type": "number"
19938        },
19939        {
19940          "name": "fd",
19941          "help": "file descriptor of which a duplicate is added to fd set",
19942          "type": "number"
19943        }
19944      ],
19945      "option": "add-fd"
19946    },
19947    {
19948      "parameters": [
19949        {
19950          "name": "resourcecontrol",
19951          "type": "string"
19952        },
19953        {
19954          "name": "spawn",
19955          "type": "string"
19956        },
19957        {
19958          "name": "elevateprivileges",
19959          "type": "string"
19960        },
19961        {
19962          "name": "obsolete",
19963          "type": "string"
19964        },
19965        {
19966          "name": "enable",
19967          "type": "boolean"
19968        }
19969      ],
19970      "option": "sandbox"
19971    },
19972    {
19973      "parameters": [
19974        {
19975          "name": "strict",
19976          "type": "boolean"
19977        },
19978        {
19979          "name": "reboot-timeout",
19980          "type": "string"
19981        },
19982        {
19983          "name": "splash-time",
19984          "type": "string"
19985        },
19986        {
19987          "name": "splash",
19988          "type": "string"
19989        },
19990        {
19991          "name": "menu",
19992          "type": "boolean"
19993        },
19994        {
19995          "name": "once",
19996          "type": "string"
19997        },
19998        {
19999          "name": "order",
20000          "type": "string"
20001        }
20002      ],
20003      "option": "boot-opts"
20004    },
20005    {
20006      "parameters": [
20007        {
20008          "name": "maxcpus",
20009          "type": "number"
20010        },
20011        {
20012          "name": "threads",
20013          "type": "number"
20014        },
20015        {
20016          "name": "cores",
20017          "type": "number"
20018        },
20019        {
20020          "name": "sockets",
20021          "type": "number"
20022        },
20023        {
20024          "name": "cpus",
20025          "type": "number"
20026        }
20027      ],
20028      "option": "smp-opts"
20029    },
20030    {
20031      "parameters": [
20032        {
20033          "name": "maxmem",
20034          "type": "size"
20035        },
20036        {
20037          "name": "slots",
20038          "type": "number"
20039        },
20040        {
20041          "name": "size",
20042          "type": "size"
20043        }
20044      ],
20045      "option": "memory"
20046    },
20047    {
20048      "parameters": [
20049        {
20050          "name": "thread",
20051          "help": "Enable/disable multi-threaded TCG",
20052          "type": "string"
20053        },
20054        {
20055          "name": "accel",
20056          "help": "Select the type of accelerator",
20057          "type": "string"
20058        }
20059      ],
20060      "option": "accel"
20061    },
20062    {
20063      "parameters": [
20064        {
20065          "name": "loadparm",
20066          "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",
20067          "type": "string"
20068        },
20069        {
20070          "name": "dea-key-wrap",
20071          "help": "enable/disable DEA key wrapping using the CPACF wrapping key",
20072          "type": "boolean"
20073        },
20074        {
20075          "name": "aes-key-wrap",
20076          "help": "enable/disable AES key wrapping using the CPACF wrapping key",
20077          "type": "boolean"
20078        },
20079        {
20080          "name": "suppress-vmdesc",
20081          "help": "Set on to disable self-describing migration",
20082          "type": "boolean"
20083        },
20084        {
20085          "name": "iommu",
20086          "help": "Set on/off to enable/disable Intel IOMMU (VT-d)",
20087          "type": "boolean"
20088        },
20089        {
20090          "name": "firmware",
20091          "help": "firmware image",
20092          "type": "string"
20093        },
20094        {
20095          "name": "usb",
20096          "help": "Set on/off to enable/disable usb",
20097          "type": "boolean"
20098        },
20099        {
20100          "name": "mem-merge",
20101          "help": "enable/disable memory merge support",
20102          "type": "boolean"
20103        },
20104        {
20105          "name": "dump-guest-core",
20106          "help": "Include guest memory in  a core dump",
20107          "type": "boolean"
20108        },
20109        {
20110          "name": "dt_compatible",
20111          "help": "Overrides the \"compatible\" property of the dt root node",
20112          "type": "string"
20113        },
20114        {
20115          "name": "phandle_start",
20116          "help": "The first phandle ID we may generate dynamically",
20117          "type": "number"
20118        },
20119        {
20120          "name": "dumpdtb",
20121          "help": "Dump current dtb to a file and quit",
20122          "type": "string"
20123        },
20124        {
20125          "name": "dtb",
20126          "help": "Linux kernel device tree file",
20127          "type": "string"
20128        },
20129        {
20130          "name": "append",
20131          "help": "Linux kernel command line",
20132          "type": "string"
20133        },
20134        {
20135          "name": "initrd",
20136          "help": "Linux initial ramdisk file",
20137          "type": "string"
20138        },
20139        {
20140          "name": "kernel",
20141          "help": "Linux kernel image file",
20142          "type": "string"
20143        },
20144        {
20145          "name": "kvm_shadow_mem",
20146          "help": "KVM shadow MMU size",
20147          "type": "size"
20148        },
20149        {
20150          "name": "kernel_irqchip",
20151          "help": "use KVM in-kernel irqchip",
20152          "type": "boolean"
20153        },
20154        {
20155          "name": "accel",
20156          "help": "accelerator list",
20157          "type": "string"
20158        },
20159        {
20160          "name": "type",
20161          "help": "emulated machine",
20162          "type": "string"
20163        }
20164      ],
20165      "option": "machine"
20166    },
20167    {
20168      "parameters": [
20169        {
20170          "name": "romfile",
20171          "type": "string"
20172        },
20173        {
20174          "name": "bootindex",
20175          "type": "number"
20176        }
20177      ],
20178      "option": "option-rom"
20179    },
20180    {
20181      "parameters": [
20182        {
20183          "name": "file",
20184          "type": "string"
20185        },
20186        {
20187          "name": "events",
20188          "type": "string"
20189        },
20190        {
20191          "name": "enable",
20192          "type": "string"
20193        }
20194      ],
20195      "option": "trace"
20196    },
20197    {
20198      "parameters": [
20199        {
20200          "name": "pretty",
20201          "type": "boolean"
20202        },
20203        {
20204          "name": "chardev",
20205          "type": "string"
20206        },
20207        {
20208          "name": "mode",
20209          "type": "string"
20210        }
20211      ],
20212      "option": "mon"
20213    },
20214    {
20215      "parameters": [
20216        {
20217          "name": "value",
20218          "type": "string"
20219        },
20220        {
20221          "name": "property",
20222          "type": "string"
20223        },
20224        {
20225          "name": "driver",
20226          "type": "string"
20227        }
20228      ],
20229      "option": "global"
20230    },
20231    {
20232      "parameters": [
20233        {
20234          "name": "driftfix",
20235          "type": "string"
20236        },
20237        {
20238          "name": "clock",
20239          "type": "string"
20240        },
20241        {
20242          "name": "base",
20243          "type": "string"
20244        }
20245      ],
20246      "option": "rtc"
20247    },
20248    {
20249      "parameters": [
20250      ],
20251      "option": "net"
20252    },
20253    {
20254      "parameters": [
20255      ],
20256      "option": "nic"
20257    },
20258    {
20259      "parameters": [
20260      ],
20261      "option": "netdev"
20262    },
20263    {
20264      "parameters": [
20265      ],
20266      "option": "device"
20267    },
20268    {
20269      "parameters": [
20270        {
20271          "name": "logappend",
20272          "type": "boolean"
20273        },
20274        {
20275          "name": "logfile",
20276          "type": "string"
20277        },
20278        {
20279          "name": "append",
20280          "type": "boolean"
20281        },
20282        {
20283          "name": "chardev",
20284          "type": "string"
20285        },
20286        {
20287          "name": "size",
20288          "type": "size"
20289        },
20290        {
20291          "name": "debug",
20292          "type": "number"
20293        },
20294        {
20295          "name": "name",
20296          "type": "string"
20297        },
20298        {
20299          "name": "signal",
20300          "type": "boolean"
20301        },
20302        {
20303          "name": "mux",
20304          "type": "boolean"
20305        },
20306        {
20307          "name": "rows",
20308          "type": "number"
20309        },
20310        {
20311          "name": "cols",
20312          "type": "number"
20313        },
20314        {
20315          "name": "height",
20316          "type": "number"
20317        },
20318        {
20319          "name": "width",
20320          "type": "number"
20321        },
20322        {
20323          "name": "tls-creds",
20324          "type": "string"
20325        },
20326        {
20327          "name": "tn3270",
20328          "type": "boolean"
20329        },
20330        {
20331          "name": "telnet",
20332          "type": "boolean"
20333        },
20334        {
20335          "name": "reconnect",
20336          "type": "number"
20337        },
20338        {
20339          "name": "delay",
20340          "type": "boolean"
20341        },
20342        {
20343          "name": "server",
20344          "type": "boolean"
20345        },
20346        {
20347          "name": "wait",
20348          "type": "boolean"
20349        },
20350        {
20351          "name": "ipv6",
20352          "type": "boolean"
20353        },
20354        {
20355          "name": "ipv4",
20356          "type": "boolean"
20357        },
20358        {
20359          "name": "to",
20360          "type": "number"
20361        },
20362        {
20363          "name": "localport",
20364          "type": "string"
20365        },
20366        {
20367          "name": "localaddr",
20368          "type": "string"
20369        },
20370        {
20371          "name": "fd",
20372          "type": "string"
20373        },
20374        {
20375          "name": "port",
20376          "type": "string"
20377        },
20378        {
20379          "name": "host",
20380          "type": "string"
20381        },
20382        {
20383          "name": "path",
20384          "type": "string"
20385        },
20386        {
20387          "name": "backend",
20388          "type": "string"
20389        }
20390      ],
20391      "option": "chardev"
20392    },
20393    {
20394      "parameters": [
20395        {
20396          "name": "copy-on-read",
20397          "help": "copy read data from backing file into image file",
20398          "type": "boolean"
20399        },
20400        {
20401          "name": "werror",
20402          "help": "write error action",
20403          "type": "string"
20404        },
20405        {
20406          "name": "rerror",
20407          "help": "read error action",
20408          "type": "string"
20409        },
20410        {
20411          "name": "read-only",
20412          "help": "open drive file as read-only",
20413          "type": "boolean"
20414        },
20415        {
20416          "name": "file",
20417          "help": "file name",
20418          "type": "string"
20419        },
20420        {
20421          "name": "serial",
20422          "help": "disk serial number",
20423          "type": "string"
20424        },
20425        {
20426          "name": "addr",
20427          "help": "pci address (virtio only)",
20428          "type": "string"
20429        },
20430        {
20431          "name": "trans",
20432          "help": "chs translation (auto, lba, none)",
20433          "type": "string"
20434        },
20435        {
20436          "name": "secs",
20437          "help": "number of sectors (ide disk geometry)",
20438          "type": "number"
20439        },
20440        {
20441          "name": "heads",
20442          "help": "number of heads (ide disk geometry)",
20443          "type": "number"
20444        },
20445        {
20446          "name": "cyls",
20447          "help": "number of cylinders (ide disk geometry)",
20448          "type": "number"
20449        },
20450        {
20451          "name": "if",
20452          "help": "interface (ide, scsi, sd, mtd, floppy, pflash, virtio)",
20453          "type": "string"
20454        },
20455        {
20456          "name": "media",
20457          "help": "media type (disk, cdrom)",
20458          "type": "string"
20459        },
20460        {
20461          "name": "index",
20462          "help": "index number",
20463          "type": "number"
20464        },
20465        {
20466          "name": "unit",
20467          "help": "unit number (i.e. lun for scsi)",
20468          "type": "number"
20469        },
20470        {
20471          "name": "bus",
20472          "help": "bus number",
20473          "type": "number"
20474        },
20475        {
20476          "name": "stats-account-failed",
20477          "help": "whether to account for failed I/O operations in the statistics",
20478          "type": "boolean"
20479        },
20480        {
20481          "name": "stats-account-invalid",
20482          "help": "whether to account for invalid I/O operations in the statistics",
20483          "type": "boolean"
20484        },
20485        {
20486          "name": "detect-zeroes",
20487          "help": "try to optimize zero writes (off, on, unmap)",
20488          "type": "string"
20489        },
20490        {
20491          "name": "throttling.group",
20492          "help": "name of the block throttling group",
20493          "type": "string"
20494        },
20495        {
20496          "name": "throttling.iops-size",
20497          "help": "when limiting by iops max size of an I/O in bytes",
20498          "type": "number"
20499        },
20500        {
20501          "name": "throttling.bps-write-max-length",
20502          "help": "length of the bps-write-max burst period, in seconds",
20503          "type": "number"
20504        },
20505        {
20506          "name": "throttling.bps-read-max-length",
20507          "help": "length of the bps-read-max burst period, in seconds",
20508          "type": "number"
20509        },
20510        {
20511          "name": "throttling.bps-total-max-length",
20512          "help": "length of the bps-total-max burst period, in seconds",
20513          "type": "number"
20514        },
20515        {
20516          "name": "throttling.iops-write-max-length",
20517          "help": "length of the iops-write-max burst period, in seconds",
20518          "type": "number"
20519        },
20520        {
20521          "name": "throttling.iops-read-max-length",
20522          "help": "length of the iops-read-max burst period, in seconds",
20523          "type": "number"
20524        },
20525        {
20526          "name": "throttling.iops-total-max-length",
20527          "help": "length of the iops-total-max burst period, in seconds",
20528          "type": "number"
20529        },
20530        {
20531          "name": "throttling.bps-write-max",
20532          "help": "total bytes write burst",
20533          "type": "number"
20534        },
20535        {
20536          "name": "throttling.bps-read-max",
20537          "help": "total bytes read burst",
20538          "type": "number"
20539        },
20540        {
20541          "name": "throttling.bps-total-max",
20542          "help": "total bytes burst",
20543          "type": "number"
20544        },
20545        {
20546          "name": "throttling.iops-write-max",
20547          "help": "I/O operations write burst",
20548          "type": "number"
20549        },
20550        {
20551          "name": "throttling.iops-read-max",
20552          "help": "I/O operations read burst",
20553          "type": "number"
20554        },
20555        {
20556          "name": "throttling.iops-total-max",
20557          "help": "I/O operations burst",
20558          "type": "number"
20559        },
20560        {
20561          "name": "throttling.bps-write",
20562          "help": "limit write bytes per second",
20563          "type": "number"
20564        },
20565        {
20566          "name": "throttling.bps-read",
20567          "help": "limit read bytes per second",
20568          "type": "number"
20569        },
20570        {
20571          "name": "throttling.bps-total",
20572          "help": "limit total bytes per second",
20573          "type": "number"
20574        },
20575        {
20576          "name": "throttling.iops-write",
20577          "help": "limit write operations per second",
20578          "type": "number"
20579        },
20580        {
20581          "name": "throttling.iops-read",
20582          "help": "limit read operations per second",
20583          "type": "number"
20584        },
20585        {
20586          "name": "throttling.iops-total",
20587          "help": "limit total I/O operations per second",
20588          "type": "number"
20589        },
20590        {
20591          "name": "werror",
20592          "help": "write error action",
20593          "type": "string"
20594        },
20595        {
20596          "name": "format",
20597          "help": "disk format (raw, qcow2, ...)",
20598          "type": "string"
20599        },
20600        {
20601          "name": "cache.writeback",
20602          "help": "Enable writeback mode",
20603          "type": "boolean"
20604        },
20605        {
20606          "name": "aio",
20607          "help": "host AIO implementation (threads, native)",
20608          "type": "string"
20609        },
20610        {
20611          "name": "snapshot",
20612          "help": "enable/disable snapshot mode",
20613          "type": "boolean"
20614        },
20615        {
20616          "name": "force-share",
20617          "help": "always accept other writers (default: off)",
20618          "type": "boolean"
20619        },
20620        {
20621          "name": "discard",
20622          "help": "discard operation (ignore/off, unmap/on)",
20623          "type": "string"
20624        },
20625        {
20626          "name": "read-only",
20627          "help": "Node is opened in read-only mode",
20628          "type": "boolean"
20629        },
20630        {
20631          "name": "cache.no-flush",
20632          "help": "Ignore flush requests",
20633          "type": "boolean"
20634        },
20635        {
20636          "name": "cache.direct",
20637          "help": "Bypass software writeback cache on the host",
20638          "type": "boolean"
20639        },
20640        {
20641          "name": "driver",
20642          "help": "Block driver to use for the node",
20643          "type": "string"
20644        },
20645        {
20646          "name": "node-name",
20647          "help": "Node name of the block device node",
20648          "type": "string"
20649        }
20650      ],
20651      "option": "drive"
20652    }
20653  ],
20654  "id": "libvirt-39"
20655}
20656
20657{
20658  "execute": "query-migrate-capabilities",
20659  "id": "libvirt-40"
20660}
20661
20662{
20663  "return": [
20664    {
20665      "state": false,
20666      "capability": "xbzrle"
20667    },
20668    {
20669      "state": false,
20670      "capability": "rdma-pin-all"
20671    },
20672    {
20673      "state": false,
20674      "capability": "auto-converge"
20675    },
20676    {
20677      "state": false,
20678      "capability": "zero-blocks"
20679    },
20680    {
20681      "state": false,
20682      "capability": "compress"
20683    },
20684    {
20685      "state": false,
20686      "capability": "events"
20687    },
20688    {
20689      "state": false,
20690      "capability": "postcopy-ram"
20691    },
20692    {
20693      "state": false,
20694      "capability": "x-colo"
20695    },
20696    {
20697      "state": false,
20698      "capability": "release-ram"
20699    },
20700    {
20701      "state": false,
20702      "capability": "block"
20703    },
20704    {
20705      "state": false,
20706      "capability": "return-path"
20707    },
20708    {
20709      "state": false,
20710      "capability": "pause-before-switchover"
20711    },
20712    {
20713      "state": false,
20714      "capability": "x-multifd"
20715    },
20716    {
20717      "state": false,
20718      "capability": "dirty-bitmaps"
20719    }
20720  ],
20721  "id": "libvirt-40"
20722}
20723
20724{
20725  "execute": "qmp_capabilities",
20726  "id": "libvirt-1"
20727}
20728
20729{
20730  "return": {
20731  },
20732  "id": "libvirt-1"
20733}
20734
20735{
20736  "execute": "query-cpu-definitions",
20737  "id": "libvirt-2"
20738}
20739
20740{
20741  "return": [
20742    {
20743      "name": "default",
20744      "typename": "604-powerpc64-cpu",
20745      "static": false
20746    },
20747    {
20748      "name": "ppc",
20749      "typename": "604-powerpc64-cpu",
20750      "static": false
20751    },
20752    {
20753      "name": "ppc32",
20754      "typename": "604-powerpc64-cpu",
20755      "static": false
20756    },
20757    {
20758      "name": "ppc64",
20759      "typename": "970fx_v3.1-powerpc64-cpu",
20760      "static": false
20761    },
20762    {
20763      "name": "970mp",
20764      "typename": "970mp_v1.1-powerpc64-cpu",
20765      "static": false
20766    },
20767    {
20768      "name": "970fx",
20769      "typename": "970fx_v3.1-powerpc64-cpu",
20770      "static": false
20771    },
20772    {
20773      "name": "970",
20774      "typename": "970_v2.2-powerpc64-cpu",
20775      "static": false
20776    },
20777    {
20778      "name": "power9",
20779      "typename": "power9_v2.0-powerpc64-cpu",
20780      "static": false
20781    },
20782    {
20783      "name": "power8nvl",
20784      "typename": "power8nvl_v1.0-powerpc64-cpu",
20785      "static": false
20786    },
20787    {
20788      "name": "power8",
20789      "typename": "power8_v2.0-powerpc64-cpu",
20790      "static": false
20791    },
20792    {
20793      "name": "power8e",
20794      "typename": "power8e_v2.1-powerpc64-cpu",
20795      "static": false
20796    },
20797    {
20798      "name": "power7+",
20799      "typename": "power7+_v2.1-powerpc64-cpu",
20800      "static": false
20801    },
20802    {
20803      "name": "power7",
20804      "typename": "power7_v2.3-powerpc64-cpu",
20805      "static": false
20806    },
20807    {
20808      "name": "power5gs",
20809      "typename": "power5+_v2.1-powerpc64-cpu",
20810      "static": false
20811    },
20812    {
20813      "name": "power5+",
20814      "typename": "power5+_v2.1-powerpc64-cpu",
20815      "static": false
20816    },
20817    {
20818      "name": "apollo7pm",
20819      "typename": "7457a_v1.0-powerpc64-cpu",
20820      "static": false
20821    },
20822    {
20823      "name": "7457a",
20824      "typename": "7457a_v1.2-powerpc64-cpu",
20825      "static": false
20826    },
20827    {
20828      "name": "7447a",
20829      "typename": "7447a_v1.2-powerpc64-cpu",
20830      "static": false
20831    },
20832    {
20833      "name": "apollo7",
20834      "typename": "7457_v1.2-powerpc64-cpu",
20835      "static": false
20836    },
20837    {
20838      "name": "7457",
20839      "typename": "7457_v1.2-powerpc64-cpu",
20840      "static": false
20841    },
20842    {
20843      "name": "7447",
20844      "typename": "7447_v1.1-powerpc64-cpu",
20845      "static": false
20846    },
20847    {
20848      "name": "apollo6",
20849      "typename": "7455_v3.2-powerpc64-cpu",
20850      "static": false
20851    },
20852    {
20853      "name": "7455",
20854      "typename": "7455_v3.2-powerpc64-cpu",
20855      "static": false
20856    },
20857    {
20858      "name": "7445",
20859      "typename": "7445_v3.2-powerpc64-cpu",
20860      "static": false
20861    },
20862    {
20863      "name": "7451",
20864      "typename": "7451_v2.3-powerpc64-cpu",
20865      "static": false
20866    },
20867    {
20868      "name": "7441",
20869      "typename": "7441_v2.3-powerpc64-cpu",
20870      "static": false
20871    },
20872    {
20873      "name": "vger",
20874      "typename": "7450_v2.1-powerpc64-cpu",
20875      "static": false
20876    },
20877    {
20878      "name": "7450",
20879      "typename": "7450_v2.1-powerpc64-cpu",
20880      "static": false
20881    },
20882    {
20883      "name": "7448",
20884      "typename": "7448_v2.1-powerpc64-cpu",
20885      "static": false
20886    },
20887    {
20888      "name": "nitro",
20889      "typename": "7410_v1.4-powerpc64-cpu",
20890      "static": false
20891    },
20892    {
20893      "name": "7410",
20894      "typename": "7410_v1.4-powerpc64-cpu",
20895      "static": false
20896    },
20897    {
20898      "name": "g4",
20899      "typename": "7400_v2.9-powerpc64-cpu",
20900      "static": false
20901    },
20902    {
20903      "name": "max",
20904      "typename": "7400_v2.9-powerpc64-cpu",
20905      "static": false
20906    },
20907    {
20908      "name": "7400",
20909      "typename": "7400_v2.9-powerpc64-cpu",
20910      "static": false
20911    },
20912    {
20913      "name": "goldfinger",
20914      "typename": "755_v2.8-powerpc64-cpu",
20915      "static": false
20916    },
20917    {
20918      "name": "755",
20919      "typename": "755_v2.8-powerpc64-cpu",
20920      "static": false
20921    },
20922    {
20923      "name": "745",
20924      "typename": "745_v2.8-powerpc64-cpu",
20925      "static": false
20926    },
20927    {
20928      "name": "lonestar",
20929      "typename": "750l_v3.2-powerpc64-cpu",
20930      "static": false
20931    },
20932    {
20933      "name": "750l",
20934      "typename": "750l_v3.2-powerpc64-cpu",
20935      "static": false
20936    },
20937    {
20938      "name": "750gx",
20939      "typename": "750gx_v1.2-powerpc64-cpu",
20940      "static": false
20941    },
20942    {
20943      "name": "750fx",
20944      "typename": "750fx_v2.3-powerpc64-cpu",
20945      "static": false
20946    },
20947    {
20948      "name": "750cxe",
20949      "typename": "750cxe_v3.1b-powerpc64-cpu",
20950      "static": false
20951    },
20952    {
20953      "name": "750cx",
20954      "typename": "750cx_v2.2-powerpc64-cpu",
20955      "static": false
20956    },
20957    {
20958      "name": "750cl",
20959      "typename": "750cl_v2.0-powerpc64-cpu",
20960      "static": false
20961    },
20962    {
20963      "name": "conan/doyle",
20964      "typename": "750p-powerpc64-cpu",
20965      "static": false
20966    },
20967    {
20968      "name": "g3",
20969      "typename": "750_v3.1-powerpc64-cpu",
20970      "static": false
20971    },
20972    {
20973      "name": "typhoon",
20974      "typename": "750_v3.1-powerpc64-cpu",
20975      "static": false
20976    },
20977    {
20978      "name": "750",
20979      "typename": "750_v3.1-powerpc64-cpu",
20980      "static": false
20981    },
20982    {
20983      "name": "arthur",
20984      "typename": "740_v3.1-powerpc64-cpu",
20985      "static": false
20986    },
20987    {
20988      "name": "740",
20989      "typename": "740_v3.1-powerpc64-cpu",
20990      "static": false
20991    },
20992    {
20993      "name": "mach5",
20994      "typename": "604r-powerpc64-cpu",
20995      "static": false
20996    },
20997    {
20998      "name": "sirocco",
20999      "typename": "604e_v2.4-powerpc64-cpu",
21000      "static": false
21001    },
21002    {
21003      "name": "604e",
21004      "typename": "604e_v2.4-powerpc64-cpu",
21005      "static": false
21006    },
21007    {
21008      "name": "goldeneye",
21009      "typename": "603e7t-powerpc64-cpu",
21010      "static": false
21011    },
21012    {
21013      "name": "603r",
21014      "typename": "603e7t-powerpc64-cpu",
21015      "static": false
21016    },
21017    {
21018      "name": "vaillant",
21019      "typename": "603e7v-powerpc64-cpu",
21020      "static": false
21021    },
21022    {
21023      "name": "stretch",
21024      "typename": "603e_v4.1-powerpc64-cpu",
21025      "static": false
21026    },
21027    {
21028      "name": "603e",
21029      "typename": "603e_v4.1-powerpc64-cpu",
21030      "static": false
21031    },
21032    {
21033      "name": "vanilla",
21034      "typename": "603-powerpc64-cpu",
21035      "static": false
21036    },
21037    {
21038      "name": "601v",
21039      "typename": "601_v2-powerpc64-cpu",
21040      "static": false
21041    },
21042    {
21043      "name": "601",
21044      "typename": "601_v2-powerpc64-cpu",
21045      "static": false
21046    },
21047    {
21048      "name": "mpc8560",
21049      "typename": "mpc8560_v21-powerpc64-cpu",
21050      "static": false
21051    },
21052    {
21053      "name": "mpc8555e",
21054      "typename": "mpc8555e_v11-powerpc64-cpu",
21055      "static": false
21056    },
21057    {
21058      "name": "mpc8555",
21059      "typename": "mpc8555_v11-powerpc64-cpu",
21060      "static": false
21061    },
21062    {
21063      "name": "mpc8548e",
21064      "typename": "mpc8548e_v21-powerpc64-cpu",
21065      "static": false
21066    },
21067    {
21068      "name": "mpc8548",
21069      "typename": "mpc8548_v21-powerpc64-cpu",
21070      "static": false
21071    },
21072    {
21073      "name": "mpc8547e",
21074      "typename": "mpc8547e_v21-powerpc64-cpu",
21075      "static": false
21076    },
21077    {
21078      "name": "mpc8545e",
21079      "typename": "mpc8545e_v21-powerpc64-cpu",
21080      "static": false
21081    },
21082    {
21083      "name": "mpc8545",
21084      "typename": "mpc8545_v21-powerpc64-cpu",
21085      "static": false
21086    },
21087    {
21088      "name": "mpc8544e",
21089      "typename": "mpc8544e_v11-powerpc64-cpu",
21090      "static": false
21091    },
21092    {
21093      "name": "mpc8544",
21094      "typename": "mpc8544_v11-powerpc64-cpu",
21095      "static": false
21096    },
21097    {
21098      "name": "mpc8543e",
21099      "typename": "mpc8543e_v21-powerpc64-cpu",
21100      "static": false
21101    },
21102    {
21103      "name": "mpc8543",
21104      "typename": "mpc8543_v21-powerpc64-cpu",
21105      "static": false
21106    },
21107    {
21108      "name": "mpc8541e",
21109      "typename": "mpc8541e_v11-powerpc64-cpu",
21110      "static": false
21111    },
21112    {
21113      "name": "mpc8541",
21114      "typename": "mpc8541_v11-powerpc64-cpu",
21115      "static": false
21116    },
21117    {
21118      "name": "mpc8540",
21119      "typename": "mpc8540_v21-powerpc64-cpu",
21120      "static": false
21121    },
21122    {
21123      "name": "mpc8533e",
21124      "typename": "mpc8533e_v11-powerpc64-cpu",
21125      "static": false
21126    },
21127    {
21128      "name": "mpc8533",
21129      "typename": "mpc8533_v11-powerpc64-cpu",
21130      "static": false
21131    },
21132    {
21133      "name": "e500v2",
21134      "typename": "e500v2_v22-powerpc64-cpu",
21135      "static": false
21136    },
21137    {
21138      "name": "e500v1",
21139      "typename": "e500_v20-powerpc64-cpu",
21140      "static": false
21141    },
21142    {
21143      "name": "e500",
21144      "typename": "e500v2_v22-powerpc64-cpu",
21145      "static": false
21146    },
21147    {
21148      "name": "mpc8347ea",
21149      "typename": "mpc8347eat-powerpc64-cpu",
21150      "static": false
21151    },
21152    {
21153      "name": "mpc8347e",
21154      "typename": "mpc8347et-powerpc64-cpu",
21155      "static": false
21156    },
21157    {
21158      "name": "mpc8347a",
21159      "typename": "mpc8347at-powerpc64-cpu",
21160      "static": false
21161    },
21162    {
21163      "name": "mpc8347",
21164      "typename": "mpc8347t-powerpc64-cpu",
21165      "static": false
21166    },
21167    {
21168      "name": "e300",
21169      "typename": "e300c3-powerpc64-cpu",
21170      "static": false
21171    },
21172    {
21173      "name": "e200",
21174      "typename": "e200z6-powerpc64-cpu",
21175      "static": false
21176    },
21177    {
21178      "name": "mpc8280",
21179      "typename": "g2legp3-powerpc64-cpu",
21180      "static": false
21181    },
21182    {
21183      "name": "mpc8275",
21184      "typename": "g2legp3-powerpc64-cpu",
21185      "static": false
21186    },
21187    {
21188      "name": "mpc8272",
21189      "typename": "g2legp3-powerpc64-cpu",
21190      "static": false
21191    },
21192    {
21193      "name": "mpc8271",
21194      "typename": "g2legp3-powerpc64-cpu",
21195      "static": false
21196    },
21197    {
21198      "name": "mpc8270",
21199      "typename": "g2legp3-powerpc64-cpu",
21200      "static": false
21201    },
21202    {
21203      "name": "mpc8266_hip4",
21204      "typename": "g2hip4-powerpc64-cpu",
21205      "static": false
21206    },
21207    {
21208      "name": "mpc8266_hip3",
21209      "typename": "g2hip3-powerpc64-cpu",
21210      "static": false
21211    },
21212    {
21213      "name": "mpc8266",
21214      "typename": "g2hip4-powerpc64-cpu",
21215      "static": false
21216    },
21217    {
21218      "name": "mpc8265_hip4",
21219      "typename": "g2hip4-powerpc64-cpu",
21220      "static": false
21221    },
21222    {
21223      "name": "mpc8265_hip3",
21224      "typename": "g2hip3-powerpc64-cpu",
21225      "static": false
21226    },
21227    {
21228      "name": "mpc8265",
21229      "typename": "g2hip4-powerpc64-cpu",
21230      "static": false
21231    },
21232    {
21233      "name": "mpc8264_hip4",
21234      "typename": "g2hip4-powerpc64-cpu",
21235      "static": false
21236    },
21237    {
21238      "name": "mpc8264_hip3",
21239      "typename": "g2hip3-powerpc64-cpu",
21240      "static": false
21241    },
21242    {
21243      "name": "mpc8264",
21244      "typename": "g2hip4-powerpc64-cpu",
21245      "static": false
21246    },
21247    {
21248      "name": "mpc8260_hip4",
21249      "typename": "g2hip4-powerpc64-cpu",
21250      "static": false
21251    },
21252    {
21253      "name": "mpc8260_hip3",
21254      "typename": "g2hip3-powerpc64-cpu",
21255      "static": false
21256    },
21257    {
21258      "name": "mpc8260",
21259      "typename": "g2hip4-powerpc64-cpu",
21260      "static": false
21261    },
21262    {
21263      "name": "mpc8255_hip4",
21264      "typename": "g2hip4-powerpc64-cpu",
21265      "static": false
21266    },
21267    {
21268      "name": "mpc8255_hip3",
21269      "typename": "g2hip3-powerpc64-cpu",
21270      "static": false
21271    },
21272    {
21273      "name": "mpc8255",
21274      "typename": "g2hip4-powerpc64-cpu",
21275      "static": false
21276    },
21277    {
21278      "name": "mpc8250_hip4",
21279      "typename": "g2hip4-powerpc64-cpu",
21280      "static": false
21281    },
21282    {
21283      "name": "mpc8250_hip3",
21284      "typename": "g2hip3-powerpc64-cpu",
21285      "static": false
21286    },
21287    {
21288      "name": "mpc8250",
21289      "typename": "g2hip4-powerpc64-cpu",
21290      "static": false
21291    },
21292    {
21293      "name": "mpc8248",
21294      "typename": "g2legp3-powerpc64-cpu",
21295      "static": false
21296    },
21297    {
21298      "name": "mpc8247",
21299      "typename": "g2legp3-powerpc64-cpu",
21300      "static": false
21301    },
21302    {
21303      "name": "mpc8245",
21304      "typename": "g2hip4-powerpc64-cpu",
21305      "static": false
21306    },
21307    {
21308      "name": "mpc8241",
21309      "typename": "g2hip4-powerpc64-cpu",
21310      "static": false
21311    },
21312    {
21313      "name": "powerquicc-ii",
21314      "typename": "g2legp3-powerpc64-cpu",
21315      "static": false
21316    },
21317    {
21318      "name": "mpc82xx",
21319      "typename": "g2legp3-powerpc64-cpu",
21320      "static": false
21321    },
21322    {
21323      "name": "mpc5200b",
21324      "typename": "mpc5200b_v21-powerpc64-cpu",
21325      "static": false
21326    },
21327    {
21328      "name": "mpc5200",
21329      "typename": "mpc5200_v12-powerpc64-cpu",
21330      "static": false
21331    },
21332    {
21333      "name": "mpc52xx",
21334      "typename": "mpc5200_v12-powerpc64-cpu",
21335      "static": false
21336    },
21337    {
21338      "name": "mpc8240",
21339      "typename": "603-powerpc64-cpu",
21340      "static": false
21341    },
21342    {
21343      "name": "460ex",
21344      "typename": "460exb-powerpc64-cpu",
21345      "static": false
21346    },
21347    {
21348      "name": "440ep",
21349      "typename": "440epb-powerpc64-cpu",
21350      "static": false
21351    },
21352    {
21353      "name": "x2vp50",
21354      "typename": "x2vp20-powerpc64-cpu",
21355      "static": false
21356    },
21357    {
21358      "name": "x2vp7",
21359      "typename": "x2vp4-powerpc64-cpu",
21360      "static": false
21361    },
21362    {
21363      "name": "405gpe",
21364      "typename": "405crc-powerpc64-cpu",
21365      "static": false
21366    },
21367    {
21368      "name": "405gp",
21369      "typename": "405gpd-powerpc64-cpu",
21370      "static": false
21371    },
21372    {
21373      "name": "405cr",
21374      "typename": "405crc-powerpc64-cpu",
21375      "static": false
21376    },
21377    {
21378      "name": "405",
21379      "typename": "405d4-powerpc64-cpu",
21380      "static": false
21381    },
21382    {
21383      "name": "403",
21384      "typename": "403gc-powerpc64-cpu",
21385      "static": false
21386    },
21387    {
21388      "name": "mpc8547e_v21",
21389      "typename": "",
21390      "static": false
21391    },
21392    {
21393      "name": "750cl_v1.0",
21394      "typename": "",
21395      "static": false
21396    },
21397    {
21398      "name": "7457a_v1.1",
21399      "typename": "",
21400      "static": false
21401    },
21402    {
21403      "name": "g2gp",
21404      "typename": "",
21405      "static": false
21406    },
21407    {
21408      "name": "750cxe_v2.1",
21409      "typename": "",
21410      "static": false
21411    },
21412    {
21413      "name": "755_v2.7",
21414      "typename": "",
21415      "static": false
21416    },
21417    {
21418      "name": "750_v2.1",
21419      "typename": "",
21420      "static": false
21421    },
21422    {
21423      "name": "755_v2.2",
21424      "typename": "",
21425      "static": false
21426    },
21427    {
21428      "name": "745_v2.0",
21429      "typename": "",
21430      "static": false
21431    },
21432    {
21433      "name": "mpc8377",
21434      "typename": "",
21435      "static": false
21436    },
21437    {
21438      "name": "7455_v1.0",
21439      "typename": "",
21440      "static": false
21441    },
21442    {
21443      "name": "mpc8545_v21",
21444      "typename": "",
21445      "static": false
21446    },
21447    {
21448      "name": "mpc8548_v11",
21449      "typename": "",
21450      "static": false
21451    },
21452    {
21453      "name": "405d4",
21454      "typename": "",
21455      "static": false
21456    },
21457    {
21458      "name": "g2le",
21459      "typename": "",
21460      "static": false
21461    },
21462    {
21463      "name": "g2hip3",
21464      "typename": "",
21465      "static": false
21466    },
21467    {
21468      "name": "750e",
21469      "typename": "",
21470      "static": false
21471    },
21472    {
21473      "name": "mpc8572",
21474      "typename": "",
21475      "static": false
21476    },
21477    {
21478      "name": "970fx_v2.0",
21479      "typename": "",
21480      "static": false
21481    },
21482    {
21483      "name": "750fx_v2.0",
21484      "typename": "",
21485      "static": false
21486    },
21487    {
21488      "name": "603p",
21489      "typename": "",
21490      "static": false
21491    },
21492    {
21493      "name": "405gpb",
21494      "typename": "",
21495      "static": false
21496    },
21497    {
21498      "name": "7400_v2.7",
21499      "typename": "",
21500      "static": false
21501    },
21502    {
21503      "name": "mpc8544e_v10",
21504      "typename": "",
21505      "static": false
21506    },
21507    {
21508      "name": "e500v2_v10",
21509      "typename": "",
21510      "static": false
21511    },
21512    {
21513      "name": "e500mc",
21514      "typename": "",
21515      "static": false
21516    },
21517    {
21518      "name": "603e7v1",
21519      "typename": "",
21520      "static": false
21521    },
21522    {
21523      "name": "970mp_v1.0",
21524      "typename": "",
21525      "static": false
21526    },
21527    {
21528      "name": "740e",
21529      "typename": "",
21530      "static": false
21531    },
21532    {
21533      "name": "405crc",
21534      "typename": "",
21535      "static": false
21536    },
21537    {
21538      "name": "403ga",
21539      "typename": "",
21540      "static": false
21541    },
21542    {
21543      "name": "7447a_v1.0",
21544      "typename": "",
21545      "static": false
21546    },
21547    {
21548      "name": "7400_v2.2",
21549      "typename": "",
21550      "static": false
21551    },
21552    {
21553      "name": "e300c1",
21554      "typename": "",
21555      "static": false
21556    },
21557    {
21558      "name": "mpc8572e",
21559      "typename": "",
21560      "static": false
21561    },
21562    {
21563      "name": "e500v2_v21",
21564      "typename": "",
21565      "static": false
21566    },
21567    {
21568      "name": "970fx_v1.0",
21569      "typename": "",
21570      "static": false
21571    },
21572    {
21573      "name": "750gx_v1.2",
21574      "typename": "",
21575      "static": false
21576    },
21577    {
21578      "name": "750fx_v1.0",
21579      "typename": "",
21580      "static": false
21581    },
21582    {
21583      "name": "7457_v1.1",
21584      "typename": "",
21585      "static": false
21586    },
21587    {
21588      "name": "970fx_v3.0",
21589      "typename": "",
21590      "static": false
21591    },
21592    {
21593      "name": "604e_v2.2",
21594      "typename": "",
21595      "static": false
21596    },
21597    {
21598      "name": "755_v2.6",
21599      "typename": "",
21600      "static": false
21601    },
21602    {
21603      "name": "401a1",
21604      "typename": "",
21605      "static": false
21606    },
21607    {
21608      "name": "power9_v1.0",
21609      "typename": "",
21610      "static": false
21611    },
21612    {
21613      "name": "npe405h",
21614      "typename": "",
21615      "static": false
21616    },
21617    {
21618      "name": "7410_v1.4",
21619      "typename": "",
21620      "static": false
21621    },
21622    {
21623      "name": "g2ls",
21624      "typename": "",
21625      "static": false
21626    },
21627    {
21628      "name": "750_v2.0",
21629      "typename": "",
21630      "static": false
21631    },
21632    {
21633      "name": "401b2",
21634      "typename": "",
21635      "static": false
21636    },
21637    {
21638      "name": "mpc8349",
21639      "typename": "",
21640      "static": false
21641    },
21642    {
21643      "name": "mpc8347ep",
21644      "typename": "",
21645      "static": false
21646    },
21647    {
21648      "name": "7445_v3.2",
21649      "typename": "",
21650      "static": false
21651    },
21652    {
21653      "name": "mpc8540_v21",
21654      "typename": "",
21655      "static": false
21656    },
21657    {
21658      "name": "mpc8543_v11",
21659      "typename": "",
21660      "static": false
21661    },
21662    {
21663      "name": "403gcx",
21664      "typename": "",
21665      "static": false
21666    },
21667    {
21668      "name": "745_v2.4",
21669      "typename": "",
21670      "static": false
21671    },
21672    {
21673      "name": "mpc8548_v21",
21674      "typename": "",
21675      "static": false
21676    },
21677    {
21678      "name": "750l_v3.2",
21679      "typename": "",
21680      "static": false
21681    },
21682    {
21683      "name": "750_v1.0",
21684      "typename": "",
21685      "static": false
21686    },
21687    {
21688      "name": "755_v1.1",
21689      "typename": "",
21690      "static": false
21691    },
21692    {
21693      "name": "e500_v10",
21694      "typename": "",
21695      "static": false
21696    },
21697    {
21698      "name": "750cxe_v3.0",
21699      "typename": "",
21700      "static": false
21701    },
21702    {
21703      "name": "mpc8541e_v10",
21704      "typename": "",
21705      "static": false
21706    },
21707    {
21708      "name": "mpc8347p",
21709      "typename": "",
21710      "static": false
21711    },
21712    {
21713      "name": "mpc8555e_v10",
21714      "typename": "",
21715      "static": false
21716    },
21717    {
21718      "name": "power9_v2.0",
21719      "typename": "",
21720      "static": false
21721    },
21722    {
21723      "name": "power7_v2.3",
21724      "typename": "",
21725      "static": false
21726    },
21727    {
21728      "name": "603e7v",
21729      "typename": "",
21730      "static": false
21731    },
21732    {
21733      "name": "mpc8543e_v11",
21734      "typename": "",
21735      "static": false
21736    },
21737    {
21738      "name": "750_v3.0",
21739      "typename": "",
21740      "static": false
21741    },
21742    {
21743      "name": "7400_v2.6",
21744      "typename": "",
21745      "static": false
21746    },
21747    {
21748      "name": "405gpa",
21749      "typename": "",
21750      "static": false
21751    },
21752    {
21753      "name": "440epx",
21754      "typename": "",
21755      "static": false
21756    },
21757    {
21758      "name": "750l_v2.2",
21759      "typename": "",
21760      "static": false
21761    },
21762    {
21763      "name": "e200z6",
21764      "typename": "",
21765      "static": false
21766    },
21767    {
21768      "name": "mpc8547e_v20",
21769      "typename": "",
21770      "static": false
21771    },
21772    {
21773      "name": "7457a_v1.0",
21774      "typename": "",
21775      "static": false
21776    },
21777    {
21778      "name": "mpc8349ea",
21779      "typename": "",
21780      "static": false
21781    },
21782    {
21783      "name": "e500v2_v20",
21784      "typename": "",
21785      "static": false
21786    },
21787    {
21788      "name": "power8nvl_v1.0",
21789      "typename": "",
21790      "static": false
21791    },
21792    {
21793      "name": "mpc8540_v10",
21794      "typename": "",
21795      "static": false
21796    },
21797    {
21798      "name": "755_v2.1",
21799      "typename": "",
21800      "static": false
21801    },
21802    {
21803      "name": "745_v2.8",
21804      "typename": "",
21805      "static": false
21806    },
21807    {
21808      "name": "npe405l",
21809      "typename": "",
21810      "static": false
21811    },
21812    {
21813      "name": "mpc8343ea",
21814      "typename": "",
21815      "static": false
21816    },
21817    {
21818      "name": "mpc8545_v20",
21819      "typename": "",
21820      "static": false
21821    },
21822    {
21823      "name": "mpc8548_v10",
21824      "typename": "",
21825      "static": false
21826    },
21827    {
21828      "name": "7448_v1.1",
21829      "typename": "",
21830      "static": false
21831    },
21832    {
21833      "name": "7455_v3.4",
21834      "typename": "",
21835      "static": false
21836    },
21837    {
21838      "name": "740_v2.2",
21839      "typename": "",
21840      "static": false
21841    },
21842    {
21843      "name": "7400_v1.1",
21844      "typename": "",
21845      "static": false
21846    },
21847    {
21848      "name": "mpc8347et",
21849      "typename": "",
21850      "static": false
21851    },
21852    {
21853      "name": "7441_v2.10",
21854      "typename": "",
21855      "static": false
21856    },
21857    {
21858      "name": "603e_v1.4",
21859      "typename": "",
21860      "static": false
21861    },
21862    {
21863      "name": "mpc8543_v10",
21864      "typename": "",
21865      "static": false
21866    },
21867    {
21868      "name": "401c2",
21869      "typename": "",
21870      "static": false
21871    },
21872    {
21873      "name": "7451_v2.10",
21874      "typename": "",
21875      "static": false
21876    },
21877    {
21878      "name": "750cx_v2.2",
21879      "typename": "",
21880      "static": false
21881    },
21882    {
21883      "name": "mpc8543_v21",
21884      "typename": "",
21885      "static": false
21886    },
21887    {
21888      "name": "603e7",
21889      "typename": "",
21890      "static": false
21891    },
21892    {
21893      "name": "7448_v2.1",
21894      "typename": "",
21895      "static": false
21896    },
21897    {
21898      "name": "7441_v2.3",
21899      "typename": "",
21900      "static": false
21901    },
21902    {
21903      "name": "405crb",
21904      "typename": "",
21905      "static": false
21906    },
21907    {
21908      "name": "604",
21909      "typename": "",
21910      "static": false
21911    },
21912    {
21913      "name": "7400_v2.1",
21914      "typename": "",
21915      "static": false
21916    },
21917    {
21918      "name": "440-xilinx-w-dfpu",
21919      "typename": "",
21920      "static": false
21921    },
21922    {
21923      "name": "7445_v2.1",
21924      "typename": "",
21925      "static": false
21926    },
21927    {
21928      "name": "cobra",
21929      "typename": "",
21930      "static": false
21931    },
21932    {
21933      "name": "e500_v20",
21934      "typename": "",
21935      "static": false
21936    },
21937    {
21938      "name": "mpc8541_v11",
21939      "typename": "",
21940      "static": false
21941    },
21942    {
21943      "name": "750gx_v1.1",
21944      "typename": "",
21945      "static": false
21946    },
21947    {
21948      "name": "750cxe_v2.4",
21949      "typename": "",
21950      "static": false
21951    },
21952    {
21953      "name": "mpc8641d",
21954      "typename": "",
21955      "static": false
21956    },
21957    {
21958      "name": "mpc8543e_v21",
21959      "typename": "",
21960      "static": false
21961    },
21962    {
21963      "name": "750l_v2.1",
21964      "typename": "",
21965      "static": false
21966    },
21967    {
21968      "name": "7457_v1.0",
21969      "typename": "",
21970      "static": false
21971    },
21972    {
21973      "name": "7450_v1.2",
21974      "typename": "",
21975      "static": false
21976    },
21977    {
21978      "name": "755_v2.5",
21979      "typename": "",
21980      "static": false
21981    },
21982    {
21983      "name": "7410_v1.3",
21984      "typename": "",
21985      "static": false
21986    },
21987    {
21988      "name": "745_v2.3",
21989      "typename": "",
21990      "static": false
21991    },
21992    {
21993      "name": "755_v2.0",
21994      "typename": "",
21995      "static": false
21996    },
21997    {
21998      "name": "e500v2_v30",
21999      "typename": "",
22000      "static": false
22001    },
22002    {
22003      "name": "7455_v3.3",
22004      "typename": "",
22005      "static": false
22006    },
22007    {
22008      "name": "mpc8540_v20",
22009      "typename": "",
22010      "static": false
22011    },
22012    {
22013      "name": "405d2",
22014      "typename": "",
22015      "static": false
22016    },
22017    {
22018      "name": "mpc8560_v21",
22019      "typename": "",
22020      "static": false
22021    },
22022    {
22023      "name": "mpc8343",
22024      "typename": "",
22025      "static": false
22026    },
22027    {
22028      "name": "mpc8548_v20",
22029      "typename": "",
22030      "static": false
22031    },
22032    {
22033      "name": "mpc8347t",
22034      "typename": "",
22035      "static": false
22036    },
22037    {
22038      "name": "755_v1.0",
22039      "typename": "",
22040      "static": false
22041    },
22042    {
22043      "name": "603e_v1.3",
22044      "typename": "",
22045      "static": false
22046    },
22047    {
22048      "name": "mpc8543e_v10",
22049      "typename": "",
22050      "static": false
22051    },
22052    {
22053      "name": "mpc8347eap",
22054      "typename": "",
22055      "static": false
22056    },
22057    {
22058      "name": "mpc8548e_v11",
22059      "typename": "",
22060      "static": false
22061    },
22062    {
22063      "name": "mpc8543_v20",
22064      "typename": "",
22065      "static": false
22066    },
22067    {
22068      "name": "401d2",
22069      "typename": "",
22070      "static": false
22071    },
22072    {
22073      "name": "power8_v2.0",
22074      "typename": "",
22075      "static": false
22076    },
22077    {
22078      "name": "740_v3.1",
22079      "typename": "",
22080      "static": false
22081    },
22082    {
22083      "name": "e200z5",
22084      "typename": "",
22085      "static": false
22086    },
22087    {
22088      "name": "405cra",
22089      "typename": "",
22090      "static": false
22091    },
22092    {
22093      "name": "7400_v2.0",
22094      "typename": "",
22095      "static": false
22096    },
22097    {
22098      "name": "750cxe_v2.3",
22099      "typename": "",
22100      "static": false
22101    },
22102    {
22103      "name": "745_v2.7",
22104      "typename": "",
22105      "static": false
22106    },
22107    {
22108      "name": "mpc8560_v10",
22109      "typename": "",
22110      "static": false
22111    },
22112    {
22113      "name": "e5500",
22114      "typename": "",
22115      "static": false
22116    },
22117    {
22118      "name": "mpc8544_v11",
22119      "typename": "",
22120      "static": false
22121    },
22122    {
22123      "name": "7448_v1.0",
22124      "typename": "",
22125      "static": false
22126    },
22127    {
22128      "name": "401e2",
22129      "typename": "",
22130      "static": false
22131    },
22132    {
22133      "name": "740_v2.1",
22134      "typename": "",
22135      "static": false
22136    },
22137    {
22138      "name": "745_v2.2",
22139      "typename": "",
22140      "static": false
22141    },
22142    {
22143      "name": "7400_v1.0",
22144      "typename": "",
22145      "static": false
22146    },
22147    {
22148      "name": "7410_v1.2",
22149      "typename": "",
22150      "static": false
22151    },
22152    {
22153      "name": "x2vp4",
22154      "typename": "",
22155      "static": false
22156    },
22157    {
22158      "name": "mpc8347ap",
22159      "typename": "",
22160      "static": false
22161    },
22162    {
22163      "name": "mpc8533_v11",
22164      "typename": "",
22165      "static": false
22166    },
22167    {
22168      "name": "mpc5200b_v21",
22169      "typename": "",
22170      "static": false
22171    },
22172    {
22173      "name": "750fx_v2.3",
22174      "typename": "",
22175      "static": false
22176    },
22177    {
22178      "name": "601_v2",
22179      "typename": "",
22180      "static": false
22181    },
22182    {
22183      "name": "g2legp3",
22184      "typename": "",
22185      "static": false
22186    },
22187    {
22188      "name": "604e_v1.0",
22189      "typename": "",
22190      "static": false
22191    },
22192    {
22193      "name": "750cx_v2.1",
22194      "typename": "",
22195      "static": false
22196    },
22197    {
22198      "name": "mpc8610",
22199      "typename": "",
22200      "static": false
22201    },
22202    {
22203      "name": "g2h4",
22204      "typename": "",
22205      "static": false
22206    },
22207    {
22208      "name": "750l_v3.0",
22209      "typename": "",
22210      "static": false
22211    },
22212    {
22213      "name": "mpc8377e",
22214      "typename": "",
22215      "static": false
22216    },
22217    {
22218      "name": "e300c4",
22219      "typename": "",
22220      "static": false
22221    },
22222    {
22223      "name": "mpc5200_v12",
22224      "typename": "",
22225      "static": false
22226    },
22227    {
22228      "name": "7448_v2.0",
22229      "typename": "",
22230      "static": false
22231    },
22232    {
22233      "name": "7450_v2.1",
22234      "typename": "",
22235      "static": false
22236    },
22237    {
22238      "name": "750cxe_v3.1b",
22239      "typename": "",
22240      "static": false
22241    },
22242    {
22243      "name": "g2",
22244      "typename": "",
22245      "static": false
22246    },
22247    {
22248      "name": "7400_v2.9",
22249      "typename": "",
22250      "static": false
22251    },
22252    {
22253      "name": "405gpd",
22254      "typename": "",
22255      "static": false
22256    },
22257    {
22258      "name": "603",
22259      "typename": "",
22260      "static": false
22261    },
22262    {
22263      "name": "603e7t",
22264      "typename": "",
22265      "static": false
22266    },
22267    {
22268      "name": "mpc8555_v11",
22269      "typename": "",
22270      "static": false
22271    },
22272    {
22273      "name": "750gx_v1.0",
22274      "typename": "",
22275      "static": false
22276    },
22277    {
22278      "name": "mpc8541_v10",
22279      "typename": "",
22280      "static": false
22281    },
22282    {
22283      "name": "mpc8543e_v20",
22284      "typename": "",
22285      "static": false
22286    },
22287    {
22288      "name": "750fl",
22289      "typename": "",
22290      "static": false
22291    },
22292    {
22293      "name": "750l_v2.0",
22294      "typename": "",
22295      "static": false
22296    },
22297    {
22298      "name": "stb04",
22299      "typename": "",
22300      "static": false
22301    },
22302    {
22303      "name": "mpc8548e_v21",
22304      "typename": "",
22305      "static": false
22306    },
22307    {
22308      "name": "x2vp20",
22309      "typename": "",
22310      "static": false
22311    },
22312    {
22313      "name": "405ez",
22314      "typename": "",
22315      "static": false
22316    },
22317    {
22318      "name": "e600",
22319      "typename": "",
22320      "static": false
22321    },
22322    {
22323      "name": "7450_v1.1",
22324      "typename": "",
22325      "static": false
22326    },
22327    {
22328      "name": "755_v2.4",
22329      "typename": "",
22330      "static": false
22331    },
22332    {
22333      "name": "mpc8379",
22334      "typename": "",
22335      "static": false
22336    },
22337    {
22338      "name": "7445_v1.0",
22339      "typename": "",
22340      "static": false
22341    },
22342    {
22343      "name": "7447_v1.1",
22344      "typename": "",
22345      "static": false
22346    },
22347    {
22348      "name": "603e_v2.2",
22349      "typename": "",
22350      "static": false
22351    },
22352    {
22353      "name": "603e_v4",
22354      "typename": "",
22355      "static": false
22356    },
22357    {
22358      "name": "g2legp",
22359      "typename": "",
22360      "static": false
22361    },
22362    {
22363      "name": "7455_v3.2",
22364      "typename": "",
22365      "static": false
22366    },
22367    {
22368      "name": "740_v2.0",
22369      "typename": "",
22370      "static": false
22371    },
22372    {
22373      "name": "mpc8560_v20",
22374      "typename": "",
22375      "static": false
22376    },
22377    {
22378      "name": "440-xilinx",
22379      "typename": "",
22380      "static": false
22381    },
22382    {
22383      "name": "401f2",
22384      "typename": "",
22385      "static": false
22386    },
22387    {
22388      "name": "mpc8533_v10",
22389      "typename": "",
22390      "static": false
22391    },
22392    {
22393      "name": "405gpr",
22394      "typename": "",
22395      "static": false
22396    },
22397    {
22398      "name": "mpc8349a",
22399      "typename": "",
22400      "static": false
22401    },
22402    {
22403      "name": "stb25",
22404      "typename": "",
22405      "static": false
22406    },
22407    {
22408      "name": "603e_v1.2",
22409      "typename": "",
22410      "static": false
22411    },
22412    {
22413      "name": "mpc5200b_v20",
22414      "typename": "",
22415      "static": false
22416    },
22417    {
22418      "name": "750fx_v2.2",
22419      "typename": "",
22420      "static": false
22421    },
22422    {
22423      "name": "mpc8347eat",
22424      "typename": "",
22425      "static": false
22426    },
22427    {
22428      "name": "740_v1.0",
22429      "typename": "",
22430      "static": false
22431    },
22432    {
22433      "name": "601_v1",
22434      "typename": "",
22435      "static": false
22436    },
22437    {
22438      "name": "745_v1.1",
22439      "typename": "",
22440      "static": false
22441    },
22442    {
22443      "name": "750cx_v2.0",
22444      "typename": "",
22445      "static": false
22446    },
22447    {
22448      "name": "mpc8548e_v10",
22449      "typename": "",
22450      "static": false
22451    },
22452    {
22453      "name": "7447a_v1.2",
22454      "typename": "",
22455      "static": false
22456    },
22457    {
22458      "name": "403gc",
22459      "typename": "",
22460      "static": false
22461    },
22462    {
22463      "name": "e300c3",
22464      "typename": "",
22465      "static": false
22466    },
22467    {
22468      "name": "mpc5200_v11",
22469      "typename": "",
22470      "static": false
22471    },
22472    {
22473      "name": "7441_v2.1",
22474      "typename": "",
22475      "static": false
22476    },
22477    {
22478      "name": "740_v3.0",
22479      "typename": "",
22480      "static": false
22481    },
22482    {
22483      "name": "mpc8545e_v21",
22484      "typename": "",
22485      "static": false
22486    },
22487    {
22488      "name": "602",
22489      "typename": "",
22490      "static": false
22491    },
22492    {
22493      "name": "mpc8378e",
22494      "typename": "",
22495      "static": false
22496    },
22497    {
22498      "name": "mpc8343a",
22499      "typename": "",
22500      "static": false
22501    },
22502    {
22503      "name": "460exb",
22504      "typename": "",
22505      "static": false
22506    },
22507    {
22508      "name": "mpc8555_v10",
22509      "typename": "",
22510      "static": false
22511    },
22512    {
22513      "name": "mpc8568",
22514      "typename": "",
22515      "static": false
22516    },
22517    {
22518      "name": "7457a_v1.2",
22519      "typename": "",
22520      "static": false
22521    },
22522    {
22523      "name": "750cx_v1.0",
22524      "typename": "",
22525      "static": false
22526    },
22527    {
22528      "name": "750cxe_v2.2",
22529      "typename": "",
22530      "static": false
22531    },
22532    {
22533      "name": "604e_v2.4",
22534      "typename": "",
22535      "static": false
22536    },
22537    {
22538      "name": "755_v2.8",
22539      "typename": "",
22540      "static": false
22541    },
22542    {
22543      "name": "405lp",
22544      "typename": "",
22545      "static": false
22546    },
22547    {
22548      "name": "745_v2.6",
22549      "typename": "",
22550      "static": false
22551    },
22552    {
22553      "name": "stb03",
22554      "typename": "",
22555      "static": false
22556    },
22557    {
22558      "name": "405ep",
22559      "typename": "",
22560      "static": false
22561    },
22562    {
22563      "name": "mpc8544_v10",
22564      "typename": "",
22565      "static": false
22566    },
22567    {
22568      "name": "mpc8347at",
22569      "typename": "",
22570      "static": false
22571    },
22572    {
22573      "name": "750_v2.2",
22574      "typename": "",
22575      "static": false
22576    },
22577    {
22578      "name": "7450_v1.0",
22579      "typename": "",
22580      "static": false
22581    },
22582    {
22583      "name": "755_v2.3",
22584      "typename": "",
22585      "static": false
22586    },
22587    {
22588      "name": "7410_v1.1",
22589      "typename": "",
22590      "static": false
22591    },
22592    {
22593      "name": "745_v2.1",
22594      "typename": "",
22595      "static": false
22596    },
22597    {
22598      "name": "750gl",
22599      "typename": "",
22600      "static": false
22601    },
22602    {
22603      "name": "e6500",
22604      "typename": "",
22605      "static": false
22606    },
22607    {
22608      "name": "750p",
22609      "typename": "",
22610      "static": false
22611    },
22612    {
22613      "name": "7445_v3.4",
22614      "typename": "",
22615      "static": false
22616    },
22617    {
22618      "name": "440epb",
22619      "typename": "",
22620      "static": false
22621    },
22622    {
22623      "name": "npe4gs3",
22624      "typename": "",
22625      "static": false
22626    },
22627    {
22628      "name": "603e_v3",
22629      "typename": "",
22630      "static": false
22631    },
22632    {
22633      "name": "mpc8349e",
22634      "typename": "",
22635      "static": false
22636    },
22637    {
22638      "name": "970_v2.2",
22639      "typename": "",
22640      "static": false
22641    },
22642    {
22643      "name": "g2lels",
22644      "typename": "",
22645      "static": false
22646    },
22647    {
22648      "name": "g2hip4",
22649      "typename": "",
22650      "static": false
22651    },
22652    {
22653      "name": "740p",
22654      "typename": "",
22655      "static": false
22656    },
22657    {
22658      "name": "mpc8567e",
22659      "typename": "",
22660      "static": false
22661    },
22662    {
22663      "name": "mpc8533e_v11",
22664      "typename": "",
22665      "static": false
22666    },
22667    {
22668      "name": "7451_v2.3",
22669      "typename": "",
22670      "static": false
22671    },
22672    {
22673      "name": "603e_v1.1",
22674      "typename": "",
22675      "static": false
22676    },
22677    {
22678      "name": "401g2",
22679      "typename": "",
22680      "static": false
22681    },
22682    {
22683      "name": "7400_v2.8",
22684      "typename": "",
22685      "static": false
22686    },
22687    {
22688      "name": "7455_v2.1",
22689      "typename": "",
22690      "static": false
22691    },
22692    {
22693      "name": "405gpc",
22694      "typename": "",
22695      "static": false
22696    },
22697    {
22698      "name": "power7+_v2.1",
22699      "typename": "",
22700      "static": false
22701    },
22702    {
22703      "name": "mpc8544e_v11",
22704      "typename": "",
22705      "static": false
22706    },
22707    {
22708      "name": "7450_v2.0",
22709      "typename": "",
22710      "static": false
22711    },
22712    {
22713      "name": "970mp_v1.1",
22714      "typename": "",
22715      "static": false
22716    },
22717    {
22718      "name": "603e7v2",
22719      "typename": "",
22720      "static": false
22721    },
22722    {
22723      "name": "604r",
22724      "typename": "",
22725      "static": false
22726    },
22727    {
22728      "name": "e500v2_v22",
22729      "typename": "",
22730      "static": false
22731    },
22732    {
22733      "name": "mpc8548e_v20",
22734      "typename": "",
22735      "static": false
22736    },
22737    {
22738      "name": "mpc8545e_v20",
22739      "typename": "",
22740      "static": false
22741    },
22742    {
22743      "name": "mpc8378",
22744      "typename": "",
22745      "static": false
22746    },
22747    {
22748      "name": "mpc8567",
22749      "typename": "",
22750      "static": false
22751    },
22752    {
22753      "name": "7457_v1.2",
22754      "typename": "",
22755      "static": false
22756    },
22757    {
22758      "name": "7447_v1.0",
22759      "typename": "",
22760      "static": false
22761    },
22762    {
22763      "name": "970fx_v3.1",
22764      "typename": "",
22765      "static": false
22766    },
22767    {
22768      "name": "745_v2.5",
22769      "typename": "",
22770      "static": false
22771    },
22772    {
22773      "name": "mpc8379e",
22774      "typename": "",
22775      "static": false
22776    },
22777    {
22778      "name": "mpc8641",
22779      "typename": "",
22780      "static": false
22781    },
22782    {
22783      "name": "750cxe_v2.4b",
22784      "typename": "",
22785      "static": false
22786    },
22787    {
22788      "name": "7410_v1.0",
22789      "typename": "",
22790      "static": false
22791    },
22792    {
22793      "name": "mpc603",
22794      "typename": "",
22795      "static": false
22796    },
22797    {
22798      "name": "603e_v4.1",
22799      "typename": "",
22800      "static": false
22801    },
22802    {
22803      "name": "7445_v3.3",
22804      "typename": "",
22805      "static": false
22806    },
22807    {
22808      "name": "440epa",
22809      "typename": "",
22810      "static": false
22811    },
22812    {
22813      "name": "970fx_v2.1",
22814      "typename": "",
22815      "static": false
22816    },
22817    {
22818      "name": "iop480",
22819      "typename": "",
22820      "static": false
22821    },
22822    {
22823      "name": "750fx_v2.1",
22824      "typename": "",
22825      "static": false
22826    },
22827    {
22828      "name": "601_v0",
22829      "typename": "",
22830      "static": false
22831    },
22832    {
22833      "name": "g2legp1",
22834      "typename": "",
22835      "static": false
22836    },
22837    {
22838      "name": "745_v1.0",
22839      "typename": "",
22840      "static": false
22841    },
22842    {
22843      "name": "750cl_v2.0",
22844      "typename": "",
22845      "static": false
22846    },
22847    {
22848      "name": "750cxr",
22849      "typename": "",
22850      "static": false
22851    },
22852    {
22853      "name": "401",
22854      "typename": "",
22855      "static": false
22856    },
22857    {
22858      "name": "mpc8541e_v11",
22859      "typename": "",
22860      "static": false
22861    },
22862    {
22863      "name": "750cxe_v3.1",
22864      "typename": "",
22865      "static": false
22866    },
22867    {
22868      "name": "mpc8555e_v11",
22869      "typename": "",
22870      "static": false
22871    },
22872    {
22873      "name": "power5+_v2.1",
22874      "typename": "",
22875      "static": false
22876    },
22877    {
22878      "name": "7447a_v1.1",
22879      "typename": "",
22880      "static": false
22881    },
22882    {
22883      "name": "403gb",
22884      "typename": "",
22885      "static": false
22886    },
22887    {
22888      "name": "e300c2",
22889      "typename": "",
22890      "static": false
22891    },
22892    {
22893      "name": "npe405h2",
22894      "typename": "",
22895      "static": false
22896    },
22897    {
22898      "name": "mpc8343e",
22899      "typename": "",
22900      "static": false
22901    },
22902    {
22903      "name": "mpc8533e_v10",
22904      "typename": "",
22905      "static": false
22906    },
22907    {
22908      "name": "mpc5200_v10",
22909      "typename": "",
22910      "static": false
22911    },
22912    {
22913      "name": "750_v3.1",
22914      "typename": "",
22915      "static": false
22916    },
22917    {
22918      "name": "power8e_v2.1",
22919      "typename": "",
22920      "static": false
22921    },
22922    {
22923      "name": "mpc8568e",
22924      "typename": "",
22925      "static": false
22926    }
22927  ],
22928  "id": "libvirt-2"
22929}
22930
22931{
22932  "execute": "query-machines",
22933  "id": "libvirt-3"
22934}
22935
22936{
22937  "return": [
22938    {
22939      "hotpluggable-cpus": false,
22940      "name": "ref405ep",
22941      "cpu-max": 1
22942    },
22943    {
22944      "hotpluggable-cpus": false,
22945      "name": "sam460ex",
22946      "cpu-max": 1
22947    },
22948    {
22949      "hotpluggable-cpus": false,
22950      "name": "none",
22951      "cpu-max": 1
22952    },
22953    {
22954      "hotpluggable-cpus": false,
22955      "name": "virtex-ml507",
22956      "cpu-max": 1
22957    },
22958    {
22959      "hotpluggable-cpus": false,
22960      "name": "powernv",
22961      "cpu-max": 2048
22962    },
22963    {
22964      "hotpluggable-cpus": false,
22965      "name": "ppce500",
22966      "cpu-max": 32
22967    },
22968    {
22969      "hotpluggable-cpus": false,
22970      "name": "mpc8544ds",
22971      "cpu-max": 15
22972    },
22973    {
22974      "hotpluggable-cpus": true,
22975      "name": "pseries-2.12-sxxm",
22976      "cpu-max": 1024
22977    },
22978    {
22979      "hotpluggable-cpus": false,
22980      "name": "bamboo",
22981      "cpu-max": 1
22982    },
22983    {
22984      "hotpluggable-cpus": false,
22985      "name": "g3beige",
22986      "cpu-max": 1
22987    },
22988    {
22989      "hotpluggable-cpus": true,
22990      "name": "pseries-2.10",
22991      "cpu-max": 1024
22992    },
22993    {
22994      "hotpluggable-cpus": false,
22995      "name": "prep",
22996      "cpu-max": 1
22997    },
22998    {
22999      "hotpluggable-cpus": true,
23000      "name": "pseries-2.11",
23001      "cpu-max": 1024
23002    },
23003    {
23004      "hotpluggable-cpus": true,
23005      "name": "pseries-2.12",
23006      "is-default": true,
23007      "cpu-max": 1024,
23008      "alias": "pseries"
23009    },
23010    {
23011      "hotpluggable-cpus": true,
23012      "name": "pseries-2.9",
23013      "cpu-max": 1024
23014    },
23015    {
23016      "hotpluggable-cpus": false,
23017      "name": "mac99",
23018      "cpu-max": 1
23019    },
23020    {
23021      "hotpluggable-cpus": false,
23022      "name": "pseries-2.6",
23023      "cpu-max": 1024
23024    },
23025    {
23026      "hotpluggable-cpus": true,
23027      "name": "pseries-2.7",
23028      "cpu-max": 1024
23029    },
23030    {
23031      "hotpluggable-cpus": true,
23032      "name": "pseries-2.8",
23033      "cpu-max": 1024
23034    },
23035    {
23036      "hotpluggable-cpus": false,
23037      "name": "pseries-2.4",
23038      "cpu-max": 1024
23039    },
23040    {
23041      "hotpluggable-cpus": false,
23042      "name": "pseries-2.5",
23043      "cpu-max": 1024
23044    },
23045    {
23046      "hotpluggable-cpus": false,
23047      "name": "pseries-2.2",
23048      "cpu-max": 1024
23049    },
23050    {
23051      "hotpluggable-cpus": false,
23052      "name": "taihu",
23053      "cpu-max": 1
23054    },
23055    {
23056      "hotpluggable-cpus": false,
23057      "name": "pseries-2.3",
23058      "cpu-max": 1024
23059    },
23060    {
23061      "hotpluggable-cpus": false,
23062      "name": "pseries-2.1",
23063      "cpu-max": 1024
23064    },
23065    {
23066      "hotpluggable-cpus": false,
23067      "name": "40p",
23068      "cpu-max": 1
23069    }
23070  ],
23071  "id": "libvirt-3"
23072}
23073