mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 20:01:16 +00:00
f2899e44d9
Signed-off-by: Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com>
54 lines
1.1 KiB
JSON
54 lines
1.1 KiB
JSON
{
|
|
"c_info": {
|
|
"type": "hvm",
|
|
"name": "XenGuest2",
|
|
"uuid": "c7a5fdb2-cdaf-9455-926a-d65c16db1809"
|
|
},
|
|
"b_info": {
|
|
"max_vcpus": 1,
|
|
"avail_vcpus": [
|
|
0
|
|
],
|
|
"max_memkb": 592896,
|
|
"target_memkb": 403456,
|
|
"shadow_memkb": 5656,
|
|
"sched_params": {
|
|
},
|
|
"type.hvm": {
|
|
"pae": "True",
|
|
"apic": "True",
|
|
"acpi": "True",
|
|
"acpi_firmware": "/path/to/slic.dat",
|
|
"nographic": "True",
|
|
"vnc": {
|
|
"enable": "False"
|
|
},
|
|
"sdl": {
|
|
"enable": "False"
|
|
},
|
|
"spice": {
|
|
|
|
},
|
|
"boot": "c",
|
|
"rdm": {
|
|
|
|
}
|
|
},
|
|
"arch_arm": {
|
|
|
|
}
|
|
},
|
|
"disks": [
|
|
{
|
|
"pdev_path": "/dev/HostVG/XenGuest2",
|
|
"vdev": "hda",
|
|
"backend": "phy",
|
|
"format": "raw",
|
|
"removable": 1,
|
|
"readwrite": 1
|
|
}
|
|
],
|
|
"on_reboot": "restart",
|
|
"on_crash": "restart"
|
|
}
|