libvirt/tests/xlconfigdata/test-paravirt-cmdline-extra-root.cfg

16 lines
403 B
INI
Raw Normal View History

name = "XenGuest2"
uuid = "c7a5fdb2-cdaf-9455-926a-d65c16db1809"
maxmem = 579
memory = 394
vcpus = 1
localtime = 0
on_poweroff = "destroy"
on_reboot = "restart"
on_crash = "restart"
vif = [ "mac=00:16:3e:66:92:9c,bridge=xenbr1,script=vif-bridge" ]
kernel = "/tmp/vmlinuz"
ramdisk = "/tmp/initrd"
root = "/dev/xvda1"
extra = "console=hvc0"
disk = [ "/dev/HostVG/XenGuest2,raw,xvda,w,backendtype=qdisk" ]