Displaying 2 results from an estimated 2 matches for "backend_domnam".
Did you mean:
backend_domname
2013 Apr 12
11
[PATCH v4 1/2] libxl: postpone backend name resolution
This adds a backend_domname field in libxl devices that contain a
backend_domid field, allowing either a domid or a domain name to be
specified in the configuration structures. The domain name is resolved
into a domain ID in the _setdefault function when adding the device.
This change allows the backend of the block devices...
2018 Sep 14
0
virsh doesn't support vtpm using XEN?
..."bridge": "dsip_ext_br0",
"script": "vif-bridge",
"nictype": "vif_ioemu"
}
],
"vtpms": [
{
"backend_domname": "vtpm01",
"devid": 0,
"uuid": "163088d1-1565-49a0-8e0b-64dfc62460bc"
}
],
"on_reboot": "restart",
"on_soft_reset": "soft_res...