mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-02 11:21:12 +00:00
3b750d136e
* tests/xml2sexprdata/*.sexpr: Add backslash-newlines. * tests/sexpr2xmldata/*.sexpr: Likewise. * tests/qemuxml2argvdata/qemuxml2argv-disk-aio.args: Likewise.
10 lines
553 B
Plaintext
10 lines
553 B
Plaintext
(vm (name 'test')(memory 350)(maxmem 382)(vcpus 1)\
|
|
(uuid 'cc2315e7-d26a-307a-438c-6d188ec4c09c')(on_poweroff 'destroy')\
|
|
(on_reboot 'destroy')(on_crash 'destroy')\
|
|
(image (hvm (kernel '/usr/lib/xen/boot/hvmloader')(vcpus 1)(boot c)(acpi 1)\
|
|
(apic 1)(pae 1)(usb 1)(parallel none)(serial none)\
|
|
(device_model '/usr/lib/xen/bin/qemu-dm')(vnc 1)(vncunused 0)(vncdisplay 6)))\
|
|
(device (vbd (dev 'hda:disk')(uname 'phy:/dev/sda8')(mode 'w')))\
|
|
(device (vbd (dev 'hdc:cdrom')(mode 'r')))\
|
|
(device (vif (mac '00:16:3e:0a:7b:39')(model 'e1000')(type ioemu))))\
|