mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 20:01:16 +00:00
10 lines
510 B
Plaintext
10 lines
510 B
Plaintext
|
(domain (domid 3)(name 'fvtest')(memory 400)(maxmem 400)(vcpus 1)\
|
||
|
(uuid 'b5d70dd275cdaca517769660b059d8bc')(on_poweroff 'destroy')\
|
||
|
(on_reboot 'restart')(on_crash 'restart')\
|
||
|
(image (hvm (loader /usr/lib/xen/boot/hvmloader)(kernel '')\
|
||
|
(device_model '/usr/lib64/xen/bin/qemu-dm')(boot d)(cdrom '/root/boot.iso')\
|
||
|
(acpi 1)(vnc 1)(keymap ja)))(device (vbd (dev 'ioemu:hda')\
|
||
|
(uname 'file:/root/foo.img')(mode 'w')))\
|
||
|
(device (vif (mac '00:16:3e:1b:b1:47')(bridge 'xenbr0')\
|
||
|
(script 'vif-bridge')(type ioemu))))
|