mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-02 19:31:18 +00:00
f05b0e46eb
The test for <vcpu> element is unrelated to vnc so the easiest fix is to remove related configuration.
13 lines
323 B
INI
13 lines
323 B
INI
name = "XenGuest1"
|
|
uuid = "c7a5fdb0-cdaf-9455-926a-d65c16db1809"
|
|
maxmem = 579
|
|
memory = 394
|
|
vcpus = 4
|
|
vcpu_avail = 3
|
|
bootloader = "/usr/bin/pygrub"
|
|
on_poweroff = "destroy"
|
|
on_reboot = "restart"
|
|
on_crash = "restart"
|
|
disk = [ "phy:/dev/HostVG/XenGuest1,xvda,w" ]
|
|
vif = [ "mac=00:16:3e:66:94:9c,bridge=br0,script=vif-bridge" ]
|