mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 20:01:16 +00:00
bff2f781ab
Signed-off-by: Joao Martins <joao.m.martins@oracle.com> Acked-by: Jim Fehlig <jfehlig@suse.com> Signed-off-by: Jim Fehlig <jfehlig@suse.com>
14 lines
441 B
INI
14 lines
441 B
INI
name = "XenGuest1"
|
|
uuid = "45b60f51-88a9-47a8-a3b3-5e66d71b2283"
|
|
maxmem = 512
|
|
memory = 512
|
|
vcpus = 1
|
|
localtime = 0
|
|
on_poweroff = "preserve"
|
|
on_reboot = "restart"
|
|
on_crash = "preserve"
|
|
vif = [ "mac=5a:36:0e:be:00:09" ]
|
|
bootloader = "/usr/bin/pygrub"
|
|
disk = [ "format=qcow2,vdev=xvda,access=rw,backendtype=qdisk,target=/var/lib/xen/images/debian/disk.qcow2" ]
|
|
channel = [ "connection=socket,path=/path/to/socket,name=org.qemu.guest_agent.0" ]
|