mirror of https://gitee.com/openkylin/libvirt.git
13 lines
288 B
INI
13 lines
288 B
INI
name = "pvtest"
|
|
uuid = "596a5d21-71f4-8fb2-e068-e2386a5c413e"
|
|
maxmem = 420
|
|
memory = 420
|
|
vcpus = 2
|
|
bootloader = "/usr/bin/pypxeboot"
|
|
bootargs = "mac=AA:00:86:e2:35:72"
|
|
localtime = 0
|
|
on_poweroff = "destroy"
|
|
on_reboot = "destroy"
|
|
on_crash = "destroy"
|
|
disk = [ "file:/root/some.img,xvda,w" ]
|