tests: Xen: use qemu-system-i386 for emulator

Many of the old xm and sexpr test files used qemu-dm as the emulator.
Modern Xen systems no longer use the old, forked qemu-dm, instead
preferring the distro provided qemu or an "upstream" qemu that is
built when the Xen tools are built. This qemu is typically installed
in /usr/lib/xen/bin/qemu-system-i386.

The libxl test files already use /usr/lib/xen/bin/qemu-system-i386.
For consistency, change the old test files to use the same emulator

Signed-off-by: Jim Fehlig <jfehlig@suse.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
Jim Fehlig 2018-04-11 10:38:14 -06:00
parent 3c66d5108f
commit cec1022e01
107 changed files with 107 additions and 107 deletions

View File

@ -23,7 +23,7 @@
(hvm (hvm
(kernel /usr/lib/xen/boot/hvmloader) (kernel /usr/lib/xen/boot/hvmloader)
(boot d) (boot d)
(device_model /usr/lib/xen/bin/qemu-dm) (device_model /usr/lib/xen/bin/qemu-system-i386)
(keymap en-us) (keymap en-us)
(localtime 1) (localtime 1)
(pae 1) (pae 1)

View File

@ -17,7 +17,7 @@
<on_reboot>destroy</on_reboot> <on_reboot>destroy</on_reboot>
<on_crash>destroy</on_crash> <on_crash>destroy</on_crash>
<devices> <devices>
<emulator>/usr/lib/xen/bin/qemu-dm</emulator> <emulator>/usr/lib/xen/bin/qemu-system-i386</emulator>
<disk type='block' device='disk'> <disk type='block' device='disk'>
<driver name='phy' type='raw'/> <driver name='phy' type='raw'/>
<source dev='/iscsi/winxp'/> <source dev='/iscsi/winxp'/>

View File

@ -2,7 +2,7 @@
(uuid 'b5d70dd275cdaca517769660b059d8bc')(on_poweroff 'destroy')\ (uuid 'b5d70dd275cdaca517769660b059d8bc')(on_poweroff 'destroy')\
(on_reboot 'restart')(on_crash 'restart')\ (on_reboot 'restart')(on_crash 'restart')\
(image (hvm (loader /usr/lib/xen/boot/hvmloader)(kernel '')\ (image (hvm (loader /usr/lib/xen/boot/hvmloader)(kernel '')\
(device_model '/usr/lib64/xen/bin/qemu-dm')(boot d)(cdrom '/root/boot.iso')\ (device_model '/usr/lib/xen/bin/qemu-system-i386')(boot d)(cdrom '/root/boot.iso')\
(acpi 1)(vnc 1)(keymap ja)))(device (vbd (dev 'hda')\ (acpi 1)(vnc 1)(keymap ja)))(device (vbd (dev 'hda')\
(uname 'file:/root/foo.img')(mode 'w')))\ (uname 'file:/root/foo.img')(mode 'w')))\
(device (vbd (dev 'hdc:cdrom')\ (device (vbd (dev 'hdc:cdrom')\

View File

@ -17,7 +17,7 @@
<on_reboot>restart</on_reboot> <on_reboot>restart</on_reboot>
<on_crash>restart</on_crash> <on_crash>restart</on_crash>
<devices> <devices>
<emulator>/usr/lib64/xen/bin/qemu-dm</emulator> <emulator>/usr/lib/xen/bin/qemu-system-i386</emulator>
<disk type='file' device='disk'> <disk type='file' device='disk'>
<driver name='file' type='raw'/> <driver name='file' type='raw'/>
<source file='/root/foo.img'/> <source file='/root/foo.img'/>

View File

@ -3,7 +3,7 @@
(on_reboot 'restart')(on_crash 'restart')\ (on_reboot 'restart')(on_crash 'restart')\
(image (hvm (kernel '/usr/lib/xen/boot/hvmloader')(vcpus 1)(boot c)\ (image (hvm (kernel '/usr/lib/xen/boot/hvmloader')(vcpus 1)(boot c)\
(acpi 1)(usb 1)(parallel none)(serial none)\ (acpi 1)(usb 1)(parallel none)(serial none)\
(device_model '/usr/lib64/xen/bin/qemu-dm')(hpet 1)(vnc 1)))\ (device_model '/usr/lib/xen/bin/qemu-system-i386')(hpet 1)(vnc 1)))\
(device (vbd (dev 'ioemu:hda')(uname 'file:/root/foo.img')(mode 'w')))\ (device (vbd (dev 'ioemu:hda')(uname 'file:/root/foo.img')(mode 'w')))\
(device (vbd (dev 'hdc:cdrom')\ (device (vbd (dev 'hdc:cdrom')\
(uname 'file:/root/boot.iso')(mode 'r')))\ (uname 'file:/root/boot.iso')(mode 'r')))\

View File

@ -19,7 +19,7 @@
<on_reboot>restart</on_reboot> <on_reboot>restart</on_reboot>
<on_crash>restart</on_crash> <on_crash>restart</on_crash>
<devices> <devices>
<emulator>/usr/lib64/xen/bin/qemu-dm</emulator> <emulator>/usr/lib/xen/bin/qemu-system-i386</emulator>
<disk type='file' device='disk'> <disk type='file' device='disk'>
<driver name='file' type='raw'/> <driver name='file' type='raw'/>
<source file='/root/foo.img'/> <source file='/root/foo.img'/>

View File

@ -3,7 +3,7 @@
(on_reboot 'restart')(on_crash 'restart')\ (on_reboot 'restart')(on_crash 'restart')\
(image (hvm (kernel '/usr/lib/xen/boot/hvmloader')(vcpus 1)(boot c)\ (image (hvm (kernel '/usr/lib/xen/boot/hvmloader')(vcpus 1)(boot c)\
(acpi 1)(usb 1)(parallel none)(serial none)\ (acpi 1)(usb 1)(parallel none)(serial none)\
(device_model '/usr/lib64/xen/bin/qemu-dm')(hpet 0)(vnc 1)))\ (device_model '/usr/lib/xen/bin/qemu-system-i386')(hpet 0)(vnc 1)))\
(device (vbd (dev 'ioemu:hda')(uname 'file:/root/foo.img')(mode 'w')))\ (device (vbd (dev 'ioemu:hda')(uname 'file:/root/foo.img')(mode 'w')))\
(device (vbd (dev 'hdc:cdrom')\ (device (vbd (dev 'hdc:cdrom')\
(uname 'file:/root/boot.iso')(mode 'r')))\ (uname 'file:/root/boot.iso')(mode 'r')))\

View File

@ -19,7 +19,7 @@
<on_reboot>restart</on_reboot> <on_reboot>restart</on_reboot>
<on_crash>restart</on_crash> <on_crash>restart</on_crash>
<devices> <devices>
<emulator>/usr/lib64/xen/bin/qemu-dm</emulator> <emulator>/usr/lib/xen/bin/qemu-system-i386</emulator>
<disk type='file' device='disk'> <disk type='file' device='disk'>
<driver name='file' type='raw'/> <driver name='file' type='raw'/>
<source file='/root/foo.img'/> <source file='/root/foo.img'/>

View File

@ -23,7 +23,7 @@
(hvm (hvm
(kernel /usr/lib/xen/boot/hvmloader) (kernel /usr/lib/xen/boot/hvmloader)
(boot c) (boot c)
(device_model /usr/lib/xen/bin/qemu-dm) (device_model /usr/lib/xen/bin/qemu-system-i386)
(keymap en-us) (keymap en-us)
(localtime 0) (localtime 0)
(pae 1) (pae 1)

View File

@ -17,7 +17,7 @@
<on_reboot>restart</on_reboot> <on_reboot>restart</on_reboot>
<on_crash>restart</on_crash> <on_crash>restart</on_crash>
<devices> <devices>
<emulator>/usr/lib/xen/bin/qemu-dm</emulator> <emulator>/usr/lib/xen/bin/qemu-system-i386</emulator>
<interface type='ethernet'> <interface type='ethernet'>
<target dev='vif1.0'/> <target dev='vif1.0'/>
<mac address='00:16:3e:3b:b9:d7'/> <mac address='00:16:3e:3b:b9:d7'/>

View File

@ -2,7 +2,7 @@
(uuid 'b5d70dd275cdaca517769660b059d8bc')(on_poweroff 'destroy')\ (uuid 'b5d70dd275cdaca517769660b059d8bc')(on_poweroff 'destroy')\
(on_reboot 'restart')(on_crash 'restart')\ (on_reboot 'restart')(on_crash 'restart')\
(image (hvm (kernel '/usr/lib/xen/boot/hvmloader')\ (image (hvm (kernel '/usr/lib/xen/boot/hvmloader')\
(device_model '/usr/lib64/xen/bin/qemu-dm')(boot c)\ (device_model '/usr/lib/xen/bin/qemu-system-i386')(boot c)\
(acpi 1)(vnc 1)(keymap ja)(localtime 1)))\ (acpi 1)(vnc 1)(keymap ja)(localtime 1)))\
(device (vbd (dev 'ioemu:hda')(uname 'file:/root/foo.img')(mode 'w')))\ (device (vbd (dev 'ioemu:hda')(uname 'file:/root/foo.img')(mode 'w')))\
(device (vbd (dev 'hdc:cdrom')(uname 'file:/root/boot.iso')(mode 'r')))\ (device (vbd (dev 'hdc:cdrom')(uname 'file:/root/boot.iso')(mode 'r')))\

View File

@ -17,7 +17,7 @@
<on_reboot>restart</on_reboot> <on_reboot>restart</on_reboot>
<on_crash>restart</on_crash> <on_crash>restart</on_crash>
<devices> <devices>
<emulator>/usr/lib64/xen/bin/qemu-dm</emulator> <emulator>/usr/lib/xen/bin/qemu-system-i386</emulator>
<disk type='file' device='disk'> <disk type='file' device='disk'>
<driver name='file' type='raw'/> <driver name='file' type='raw'/>
<source file='/root/foo.img'/> <source file='/root/foo.img'/>

View File

@ -2,7 +2,7 @@
(uuid 'b5d70dd275cdaca517769660b059d8bc')(on_poweroff 'destroy')\ (uuid 'b5d70dd275cdaca517769660b059d8bc')(on_poweroff 'destroy')\
(on_reboot 'restart')(on_crash 'restart')\ (on_reboot 'restart')(on_crash 'restart')\
(image (hvm (kernel '/usr/lib/xen/boot/hvmloader')\ (image (hvm (kernel '/usr/lib/xen/boot/hvmloader')\
(device_model '/usr/lib64/xen/bin/qemu-dm')(boot c)\ (device_model '/usr/lib/xen/bin/qemu-system-i386')(boot c)\
(acpi 1)(vnc 1)(keymap ja)))(device (vbd (dev 'ioemu:hda')\ (acpi 1)(vnc 1)(keymap ja)))(device (vbd (dev 'ioemu:hda')\
(uname 'file:/root/foo.img')(mode 'w')))\ (uname 'file:/root/foo.img')(mode 'w')))\
(device (vbd (dev 'hdc:cdrom')\ (device (vbd (dev 'hdc:cdrom')\

View File

@ -17,7 +17,7 @@
<on_reboot>restart</on_reboot> <on_reboot>restart</on_reboot>
<on_crash>restart</on_crash> <on_crash>restart</on_crash>
<devices> <devices>
<emulator>/usr/lib64/xen/bin/qemu-dm</emulator> <emulator>/usr/lib/xen/bin/qemu-system-i386</emulator>
<disk type='file' device='disk'> <disk type='file' device='disk'>
<driver name='file' type='raw'/> <driver name='file' type='raw'/>
<source file='/root/foo.img'/> <source file='/root/foo.img'/>

View File

@ -3,7 +3,7 @@
(on_reboot 'restart')(on_crash 'restart')\ (on_reboot 'restart')(on_crash 'restart')\
(image (hvm (kernel '/usr/lib/xen/boot/hvmloader')(vcpus 1)(boot c)\ (image (hvm (kernel '/usr/lib/xen/boot/hvmloader')(vcpus 1)(boot c)\
(acpi 1)(usb 1)(parallel tcp:localhost:9999)\ (acpi 1)(usb 1)(parallel tcp:localhost:9999)\
(serial none)(device_model '/usr/lib64/xen/bin/qemu-dm')(vnc 1)))\ (serial none)(device_model '/usr/lib/xen/bin/qemu-system-i386')(vnc 1)))\
(device (vbd (dev 'ioemu:hda')(uname 'file:/root/foo.img')(mode 'w')))\ (device (vbd (dev 'ioemu:hda')(uname 'file:/root/foo.img')(mode 'w')))\
(device (vbd (dev 'hdc:cdrom')(uname 'file:/root/boot.iso')(mode 'r')))\ (device (vbd (dev 'hdc:cdrom')(uname 'file:/root/boot.iso')(mode 'r')))\
(device (vif (mac '00:16:3e:1b:b1:47')(bridge 'xenbr0')\ (device (vif (mac '00:16:3e:1b:b1:47')(bridge 'xenbr0')\

View File

@ -17,7 +17,7 @@
<on_reboot>restart</on_reboot> <on_reboot>restart</on_reboot>
<on_crash>restart</on_crash> <on_crash>restart</on_crash>
<devices> <devices>
<emulator>/usr/lib64/xen/bin/qemu-dm</emulator> <emulator>/usr/lib/xen/bin/qemu-system-i386</emulator>
<disk type='file' device='disk'> <disk type='file' device='disk'>
<driver name='file' type='raw'/> <driver name='file' type='raw'/>
<source file='/root/foo.img'/> <source file='/root/foo.img'/>

View File

@ -3,7 +3,7 @@
(on_reboot 'restart')(on_crash 'restart')\ (on_reboot 'restart')(on_crash 'restart')\
(image (hvm (kernel '/usr/lib/xen/boot/hvmloader')(vcpus 1)(boot c)\ (image (hvm (kernel '/usr/lib/xen/boot/hvmloader')(vcpus 1)(boot c)\
(cdrom '/root/boot.iso')(acpi 1)(usb 1)(parallel none)\ (cdrom '/root/boot.iso')(acpi 1)(usb 1)(parallel none)\
(serial (/dev/ttyS0 /dev/ttyS1))(device_model '/usr/lib64/xen/bin/qemu-dm')\ (serial (/dev/ttyS0 /dev/ttyS1))(device_model '/usr/lib/xen/bin/qemu-system-i386')\
(vnc 1)))(device (vbd (dev 'ioemu:hda')(uname 'file:/root/foo.img')\ (vnc 1)))(device (vbd (dev 'ioemu:hda')(uname 'file:/root/foo.img')\
(mode 'w')))\ (mode 'w')))\
(device (vbd (dev 'hdc:cdrom')\ (device (vbd (dev 'hdc:cdrom')\

View File

@ -17,7 +17,7 @@
<on_reboot>restart</on_reboot> <on_reboot>restart</on_reboot>
<on_crash>restart</on_crash> <on_crash>restart</on_crash>
<devices> <devices>
<emulator>/usr/lib64/xen/bin/qemu-dm</emulator> <emulator>/usr/lib/xen/bin/qemu-system-i386</emulator>
<disk type='file' device='disk'> <disk type='file' device='disk'>
<driver name='file' type='raw'/> <driver name='file' type='raw'/>
<source file='/root/foo.img'/> <source file='/root/foo.img'/>

View File

@ -3,7 +3,7 @@
(on_reboot 'restart')(on_crash 'restart')\ (on_reboot 'restart')(on_crash 'restart')\
(image (hvm (kernel '/usr/lib/xen/boot/hvmloader')(vcpus 1)(boot c)\ (image (hvm (kernel '/usr/lib/xen/boot/hvmloader')(vcpus 1)(boot c)\
(acpi 1)(usb 1)(parallel none)\ (acpi 1)(usb 1)(parallel none)\
(serial (none /dev/ttyS1))(device_model '/usr/lib64/xen/bin/qemu-dm')(vnc 1)))\ (serial (none /dev/ttyS1))(device_model '/usr/lib/xen/bin/qemu-system-i386')(vnc 1)))\
(device (vbd (dev 'ioemu:hda')(uname 'file:/root/foo.img')(mode 'w')))\ (device (vbd (dev 'ioemu:hda')(uname 'file:/root/foo.img')(mode 'w')))\
(device (vbd (dev 'hdc:cdrom')\ (device (vbd (dev 'hdc:cdrom')\
(uname 'file:/root/boot.iso')(mode 'r')))\ (uname 'file:/root/boot.iso')(mode 'r')))\

View File

@ -17,7 +17,7 @@
<on_reboot>restart</on_reboot> <on_reboot>restart</on_reboot>
<on_crash>restart</on_crash> <on_crash>restart</on_crash>
<devices> <devices>
<emulator>/usr/lib64/xen/bin/qemu-dm</emulator> <emulator>/usr/lib/xen/bin/qemu-system-i386</emulator>
<disk type='file' device='disk'> <disk type='file' device='disk'>
<driver name='file' type='raw'/> <driver name='file' type='raw'/>
<source file='/root/foo.img'/> <source file='/root/foo.img'/>

View File

@ -3,7 +3,7 @@
(on_reboot 'restart')(on_crash 'restart')\ (on_reboot 'restart')(on_crash 'restart')\
(image (hvm (kernel '/usr/lib/xen/boot/hvmloader')(vcpus 1)(boot c)\ (image (hvm (kernel '/usr/lib/xen/boot/hvmloader')(vcpus 1)(boot c)\
(acpi 1)(usb 1)(parallel none)\ (acpi 1)(usb 1)(parallel none)\
(serial file:/tmp/serial.log)(device_model '/usr/lib64/xen/bin/qemu-dm')\ (serial file:/tmp/serial.log)(device_model '/usr/lib/xen/bin/qemu-system-i386')\
(vnc 1)))(device (vbd (dev 'ioemu:hda')(uname 'file:/root/foo.img')\ (vnc 1)))(device (vbd (dev 'ioemu:hda')(uname 'file:/root/foo.img')\
(mode 'w')))\ (mode 'w')))\
(device (vbd (dev 'hdc:cdrom')\ (device (vbd (dev 'hdc:cdrom')\

View File

@ -17,7 +17,7 @@
<on_reboot>restart</on_reboot> <on_reboot>restart</on_reboot>
<on_crash>restart</on_crash> <on_crash>restart</on_crash>
<devices> <devices>
<emulator>/usr/lib64/xen/bin/qemu-dm</emulator> <emulator>/usr/lib/xen/bin/qemu-system-i386</emulator>
<disk type='file' device='disk'> <disk type='file' device='disk'>
<driver name='file' type='raw'/> <driver name='file' type='raw'/>
<source file='/root/foo.img'/> <source file='/root/foo.img'/>

View File

@ -3,7 +3,7 @@
(on_reboot 'restart')(on_crash 'restart')\ (on_reboot 'restart')(on_crash 'restart')\
(image (hvm (kernel '/usr/lib/xen/boot/hvmloader')(vcpus 1)(boot c)\ (image (hvm (kernel '/usr/lib/xen/boot/hvmloader')(vcpus 1)(boot c)\
(acpi 1)(usb 1)(parallel none)(serial null)\ (acpi 1)(usb 1)(parallel none)(serial null)\
(device_model '/usr/lib64/xen/bin/qemu-dm')(vnc 1)))\ (device_model '/usr/lib/xen/bin/qemu-system-i386')(vnc 1)))\
(device (vbd (dev 'ioemu:hda')(uname 'file:/root/foo.img')(mode 'w')))\ (device (vbd (dev 'ioemu:hda')(uname 'file:/root/foo.img')(mode 'w')))\
(device (vbd (dev 'hdc:cdrom')(uname 'file:/root/boot.iso')(mode 'r')))\ (device (vbd (dev 'hdc:cdrom')(uname 'file:/root/boot.iso')(mode 'r')))\
(device (vif (mac '00:16:3e:1b:b1:47')(bridge 'xenbr0')\ (device (vif (mac '00:16:3e:1b:b1:47')(bridge 'xenbr0')\

View File

@ -17,7 +17,7 @@
<on_reboot>restart</on_reboot> <on_reboot>restart</on_reboot>
<on_crash>restart</on_crash> <on_crash>restart</on_crash>
<devices> <devices>
<emulator>/usr/lib64/xen/bin/qemu-dm</emulator> <emulator>/usr/lib/xen/bin/qemu-system-i386</emulator>
<disk type='file' device='disk'> <disk type='file' device='disk'>
<driver name='file' type='raw'/> <driver name='file' type='raw'/>
<source file='/root/foo.img'/> <source file='/root/foo.img'/>

View File

@ -3,7 +3,7 @@
(on_reboot 'restart')(on_crash 'restart')\ (on_reboot 'restart')(on_crash 'restart')\
(image (hvm (kernel '/usr/lib/xen/boot/hvmloader')(vcpus 1)(boot c)\ (image (hvm (kernel '/usr/lib/xen/boot/hvmloader')(vcpus 1)(boot c)\
(acpi 1)(usb 1)(parallel none)\ (acpi 1)(usb 1)(parallel none)\
(serial pipe:/tmp/serial.pipe)(device_model '/usr/lib64/xen/bin/qemu-dm')\ (serial pipe:/tmp/serial.pipe)(device_model '/usr/lib/xen/bin/qemu-system-i386')\
(vnc 1)))(device (vbd (dev 'ioemu:hda')(uname 'file:/root/foo.img')\ (vnc 1)))(device (vbd (dev 'ioemu:hda')(uname 'file:/root/foo.img')\
(mode 'w')))\ (mode 'w')))\
(device (vbd (dev 'hdc:cdrom')\ (device (vbd (dev 'hdc:cdrom')\

View File

@ -17,7 +17,7 @@
<on_reboot>restart</on_reboot> <on_reboot>restart</on_reboot>
<on_crash>restart</on_crash> <on_crash>restart</on_crash>
<devices> <devices>
<emulator>/usr/lib64/xen/bin/qemu-dm</emulator> <emulator>/usr/lib/xen/bin/qemu-system-i386</emulator>
<disk type='file' device='disk'> <disk type='file' device='disk'>
<driver name='file' type='raw'/> <driver name='file' type='raw'/>
<source file='/root/foo.img'/> <source file='/root/foo.img'/>

View File

@ -3,7 +3,7 @@
(on_reboot 'restart')(on_crash 'restart')\ (on_reboot 'restart')(on_crash 'restart')\
(image (hvm (kernel '/usr/lib/xen/boot/hvmloader')(vcpus 1)(boot c)\ (image (hvm (kernel '/usr/lib/xen/boot/hvmloader')(vcpus 1)(boot c)\
(acpi 1)(usb 1)(parallel none)(serial pty)\ (acpi 1)(usb 1)(parallel none)(serial pty)\
(device_model '/usr/lib64/xen/bin/qemu-dm')(vnc 1)))\ (device_model '/usr/lib/xen/bin/qemu-system-i386')(vnc 1)))\
(device (vbd (dev 'ioemu:hda')(uname 'file:/root/foo.img')(mode 'w')))\ (device (vbd (dev 'ioemu:hda')(uname 'file:/root/foo.img')(mode 'w')))\
(device (vbd (dev 'hdc:cdrom')\ (device (vbd (dev 'hdc:cdrom')\
(uname 'file:/root/boot.iso')(mode 'r')))\ (uname 'file:/root/boot.iso')(mode 'r')))\

View File

@ -17,7 +17,7 @@
<on_reboot>restart</on_reboot> <on_reboot>restart</on_reboot>
<on_crash>restart</on_crash> <on_crash>restart</on_crash>
<devices> <devices>
<emulator>/usr/lib64/xen/bin/qemu-dm</emulator> <emulator>/usr/lib/xen/bin/qemu-system-i386</emulator>
<disk type='file' device='disk'> <disk type='file' device='disk'>
<driver name='file' type='raw'/> <driver name='file' type='raw'/>
<source file='/root/foo.img'/> <source file='/root/foo.img'/>

View File

@ -3,7 +3,7 @@
(on_reboot 'restart')(on_crash 'restart')\ (on_reboot 'restart')(on_crash 'restart')\
(image (hvm (kernel '/usr/lib/xen/boot/hvmloader')(vcpus 1)(boot c)\ (image (hvm (kernel '/usr/lib/xen/boot/hvmloader')(vcpus 1)(boot c)\
(acpi 1)(usb 1)(parallel none)(serial stdio)\ (acpi 1)(usb 1)(parallel none)(serial stdio)\
(device_model '/usr/lib64/xen/bin/qemu-dm')(vnc 1)))\ (device_model '/usr/lib/xen/bin/qemu-system-i386')(vnc 1)))\
(device (vbd (dev 'ioemu:hda')(uname 'file:/root/foo.img')(mode 'w')))\ (device (vbd (dev 'ioemu:hda')(uname 'file:/root/foo.img')(mode 'w')))\
(device (vbd (dev 'hdc:cdrom')(uname 'file:/root/boot.iso')(mode 'r')))\ (device (vbd (dev 'hdc:cdrom')(uname 'file:/root/boot.iso')(mode 'r')))\
(device (vif (mac '00:16:3e:1b:b1:47')(bridge 'xenbr0')(script 'vif-bridge')\ (device (vif (mac '00:16:3e:1b:b1:47')(bridge 'xenbr0')(script 'vif-bridge')\

View File

@ -17,7 +17,7 @@
<on_reboot>restart</on_reboot> <on_reboot>restart</on_reboot>
<on_crash>restart</on_crash> <on_crash>restart</on_crash>
<devices> <devices>
<emulator>/usr/lib64/xen/bin/qemu-dm</emulator> <emulator>/usr/lib/xen/bin/qemu-system-i386</emulator>
<disk type='file' device='disk'> <disk type='file' device='disk'>
<driver name='file' type='raw'/> <driver name='file' type='raw'/>
<source file='/root/foo.img'/> <source file='/root/foo.img'/>

View File

@ -4,7 +4,7 @@
(image (hvm (kernel '/usr/lib/xen/boot/hvmloader')(vcpus 1)(boot c)\ (image (hvm (kernel '/usr/lib/xen/boot/hvmloader')(vcpus 1)(boot c)\
(acpi 1)(usb 1)(parallel none)\ (acpi 1)(usb 1)(parallel none)\
(serial telnet:localhost:9999,server,nowait)\ (serial telnet:localhost:9999,server,nowait)\
(device_model '/usr/lib64/xen/bin/qemu-dm')(vnc 1)))\ (device_model '/usr/lib/xen/bin/qemu-system-i386')(vnc 1)))\
(device (vbd (dev 'ioemu:hda')(uname 'file:/root/foo.img')(mode 'w')))\ (device (vbd (dev 'ioemu:hda')(uname 'file:/root/foo.img')(mode 'w')))\
(device (vbd (dev 'hdc:cdrom')(uname 'file:/root/boot.iso')(mode 'r')))\ (device (vbd (dev 'hdc:cdrom')(uname 'file:/root/boot.iso')(mode 'r')))\
(device (vif (mac '00:16:3e:1b:b1:47')(bridge 'xenbr0')\ (device (vif (mac '00:16:3e:1b:b1:47')(bridge 'xenbr0')\

View File

@ -17,7 +17,7 @@
<on_reboot>restart</on_reboot> <on_reboot>restart</on_reboot>
<on_crash>restart</on_crash> <on_crash>restart</on_crash>
<devices> <devices>
<emulator>/usr/lib64/xen/bin/qemu-dm</emulator> <emulator>/usr/lib/xen/bin/qemu-system-i386</emulator>
<disk type='file' device='disk'> <disk type='file' device='disk'>
<driver name='file' type='raw'/> <driver name='file' type='raw'/>
<source file='/root/foo.img'/> <source file='/root/foo.img'/>

View File

@ -4,7 +4,7 @@
(image (hvm (kernel '/usr/lib/xen/boot/hvmloader')(vcpus 1)(boot c)\ (image (hvm (kernel '/usr/lib/xen/boot/hvmloader')(vcpus 1)(boot c)\
(acpi 1)(usb 1)(parallel none)\ (acpi 1)(usb 1)(parallel none)\
(serial tcp:localhost:9999,server,nowait)\ (serial tcp:localhost:9999,server,nowait)\
(device_model '/usr/lib64/xen/bin/qemu-dm')(vnc 1)))\ (device_model '/usr/lib/xen/bin/qemu-system-i386')(vnc 1)))\
(device (vbd (dev 'ioemu:hda')(uname 'file:/root/foo.img')(mode 'w')))\ (device (vbd (dev 'ioemu:hda')(uname 'file:/root/foo.img')(mode 'w')))\
(device (vbd (dev 'hdc:cdrom')(uname 'file:/root/boot.iso')(mode 'r')))\ (device (vbd (dev 'hdc:cdrom')(uname 'file:/root/boot.iso')(mode 'r')))\
(device (vif (mac '00:16:3e:1b:b1:47')(bridge 'xenbr0')\ (device (vif (mac '00:16:3e:1b:b1:47')(bridge 'xenbr0')\

View File

@ -17,7 +17,7 @@
<on_reboot>restart</on_reboot> <on_reboot>restart</on_reboot>
<on_crash>restart</on_crash> <on_crash>restart</on_crash>
<devices> <devices>
<emulator>/usr/lib64/xen/bin/qemu-dm</emulator> <emulator>/usr/lib/xen/bin/qemu-system-i386</emulator>
<disk type='file' device='disk'> <disk type='file' device='disk'>
<driver name='file' type='raw'/> <driver name='file' type='raw'/>
<source file='/root/foo.img'/> <source file='/root/foo.img'/>

View File

@ -4,7 +4,7 @@
(image (hvm (kernel '/usr/lib/xen/boot/hvmloader')(vcpus 1)(boot c)\ (image (hvm (kernel '/usr/lib/xen/boot/hvmloader')(vcpus 1)(boot c)\
(acpi 1)(usb 1)(parallel none)\ (acpi 1)(usb 1)(parallel none)\
(serial udp:localhost:9998@localhost:9999)\ (serial udp:localhost:9998@localhost:9999)\
(device_model '/usr/lib64/xen/bin/qemu-dm')(vnc 1)))\ (device_model '/usr/lib/xen/bin/qemu-system-i386')(vnc 1)))\
(device (vbd (dev 'ioemu:hda')(uname 'file:/root/foo.img')(mode 'w')))\ (device (vbd (dev 'ioemu:hda')(uname 'file:/root/foo.img')(mode 'w')))\
(device (vbd (dev 'hdc:cdrom')(uname 'file:/root/boot.iso')(mode 'r')))\ (device (vbd (dev 'hdc:cdrom')(uname 'file:/root/boot.iso')(mode 'r')))\
(device (vif (mac '00:16:3e:1b:b1:47')(bridge 'xenbr0')\ (device (vif (mac '00:16:3e:1b:b1:47')(bridge 'xenbr0')\

View File

@ -17,7 +17,7 @@
<on_reboot>restart</on_reboot> <on_reboot>restart</on_reboot>
<on_crash>restart</on_crash> <on_crash>restart</on_crash>
<devices> <devices>
<emulator>/usr/lib64/xen/bin/qemu-dm</emulator> <emulator>/usr/lib/xen/bin/qemu-system-i386</emulator>
<disk type='file' device='disk'> <disk type='file' device='disk'>
<driver name='file' type='raw'/> <driver name='file' type='raw'/>
<source file='/root/foo.img'/> <source file='/root/foo.img'/>

View File

@ -4,7 +4,7 @@
(image (hvm (kernel '/usr/lib/xen/boot/hvmloader')(vcpus 1)(boot c)\ (image (hvm (kernel '/usr/lib/xen/boot/hvmloader')(vcpus 1)(boot c)\
(acpi 1)(usb 1)(parallel none)\ (acpi 1)(usb 1)(parallel none)\
(serial unix:/tmp/serial.sock,server,nowait)\ (serial unix:/tmp/serial.sock,server,nowait)\
(device_model '/usr/lib64/xen/bin/qemu-dm')(vnc 1)))\ (device_model '/usr/lib/xen/bin/qemu-system-i386')(vnc 1)))\
(device (vbd (dev 'ioemu:hda')(uname 'file:/root/foo.img')(mode 'w')))\ (device (vbd (dev 'ioemu:hda')(uname 'file:/root/foo.img')(mode 'w')))\
(device (vbd (dev 'hdc:cdrom')(uname 'file:/root/boot.iso')(mode 'r')))\ (device (vbd (dev 'hdc:cdrom')(uname 'file:/root/boot.iso')(mode 'r')))\
(device (vif (mac '00:16:3e:1b:b1:47')(bridge 'xenbr0')\ (device (vif (mac '00:16:3e:1b:b1:47')(bridge 'xenbr0')\

View File

@ -17,7 +17,7 @@
<on_reboot>restart</on_reboot> <on_reboot>restart</on_reboot>
<on_crash>restart</on_crash> <on_crash>restart</on_crash>
<devices> <devices>
<emulator>/usr/lib64/xen/bin/qemu-dm</emulator> <emulator>/usr/lib/xen/bin/qemu-system-i386</emulator>
<disk type='file' device='disk'> <disk type='file' device='disk'>
<driver name='file' type='raw'/> <driver name='file' type='raw'/>
<source file='/root/foo.img'/> <source file='/root/foo.img'/>

View File

@ -2,7 +2,7 @@
(uuid 'b5d70dd275cdaca517769660b059d8bc')(on_poweroff 'destroy')\ (uuid 'b5d70dd275cdaca517769660b059d8bc')(on_poweroff 'destroy')\
(on_reboot 'restart')(on_crash 'restart')\ (on_reboot 'restart')(on_crash 'restart')\
(image (hvm (kernel '/usr/lib/xen/boot/hvmloader')\ (image (hvm (kernel '/usr/lib/xen/boot/hvmloader')\
(device_model '/usr/lib64/xen/bin/qemu-dm')(boot c)\ (device_model '/usr/lib/xen/bin/qemu-system-i386')(boot c)\
(acpi 1)(vnc 1)(keymap ja)(soundhw 'all')))(device (vbd (dev 'ioemu:hda')\ (acpi 1)(vnc 1)(keymap ja)(soundhw 'all')))(device (vbd (dev 'ioemu:hda')\
(uname 'file:/root/foo.img')(mode 'w')))\ (uname 'file:/root/foo.img')(mode 'w')))\
(device (vbd (dev 'hdc:cdrom')\ (device (vbd (dev 'hdc:cdrom')\

View File

@ -17,7 +17,7 @@
<on_reboot>restart</on_reboot> <on_reboot>restart</on_reboot>
<on_crash>restart</on_crash> <on_crash>restart</on_crash>
<devices> <devices>
<emulator>/usr/lib64/xen/bin/qemu-dm</emulator> <emulator>/usr/lib/xen/bin/qemu-system-i386</emulator>
<disk type='file' device='disk'> <disk type='file' device='disk'>
<driver name='file' type='raw'/> <driver name='file' type='raw'/>
<source file='/root/foo.img'/> <source file='/root/foo.img'/>

View File

@ -2,7 +2,7 @@
(uuid 'b5d70dd275cdaca517769660b059d8bc')(on_poweroff 'destroy')\ (uuid 'b5d70dd275cdaca517769660b059d8bc')(on_poweroff 'destroy')\
(on_reboot 'restart')(on_crash 'restart')\ (on_reboot 'restart')(on_crash 'restart')\
(image (hvm (kernel '/usr/lib/xen/boot/hvmloader')\ (image (hvm (kernel '/usr/lib/xen/boot/hvmloader')\
(device_model '/usr/lib64/xen/bin/qemu-dm')(boot c)\ (device_model '/usr/lib/xen/bin/qemu-system-i386')(boot c)\
(acpi 1)(vnc 1)(keymap ja)(soundhw 'sb16,es1370')))\ (acpi 1)(vnc 1)(keymap ja)(soundhw 'sb16,es1370')))\
(device (vbd (dev 'ioemu:hda')(uname 'file:/root/foo.img')(mode 'w')))\ (device (vbd (dev 'ioemu:hda')(uname 'file:/root/foo.img')(mode 'w')))\
(device (vbd (dev 'hdc:cdrom')(uname 'file:/root/boot.iso')(mode 'r')))\ (device (vbd (dev 'hdc:cdrom')(uname 'file:/root/boot.iso')(mode 'r')))\

View File

@ -17,7 +17,7 @@
<on_reboot>restart</on_reboot> <on_reboot>restart</on_reboot>
<on_crash>restart</on_crash> <on_crash>restart</on_crash>
<devices> <devices>
<emulator>/usr/lib64/xen/bin/qemu-dm</emulator> <emulator>/usr/lib/xen/bin/qemu-system-i386</emulator>
<disk type='file' device='disk'> <disk type='file' device='disk'>
<driver name='file' type='raw'/> <driver name='file' type='raw'/>
<source file='/root/foo.img'/> <source file='/root/foo.img'/>

View File

@ -2,7 +2,7 @@
(uuid 'b5d70dd275cdaca517769660b059d8bc')(on_poweroff 'destroy')\ (uuid 'b5d70dd275cdaca517769660b059d8bc')(on_poweroff 'destroy')\
(on_reboot 'restart')(on_crash 'restart')\ (on_reboot 'restart')(on_crash 'restart')\
(image (hvm (kernel '/usr/lib/xen/boot/hvmloader')\ (image (hvm (kernel '/usr/lib/xen/boot/hvmloader')\
(device_model '/usr/lib64/xen/bin/qemu-dm')(boot c)\ (device_model '/usr/lib/xen/bin/qemu-system-i386')(boot c)\
(acpi 1)(usbdevice mouse)(vnc 1)(keymap ja)))\ (acpi 1)(usbdevice mouse)(vnc 1)(keymap ja)))\
(device (vbd (dev 'ioemu:hda')(uname 'file:/root/foo.img')(mode 'w')))\ (device (vbd (dev 'ioemu:hda')(uname 'file:/root/foo.img')(mode 'w')))\
(device (vbd (dev 'hdc:cdrom')(uname 'file:/root/boot.iso')(mode 'r')))\ (device (vbd (dev 'hdc:cdrom')(uname 'file:/root/boot.iso')(mode 'r')))\

View File

@ -17,7 +17,7 @@
<on_reboot>restart</on_reboot> <on_reboot>restart</on_reboot>
<on_crash>restart</on_crash> <on_crash>restart</on_crash>
<devices> <devices>
<emulator>/usr/lib64/xen/bin/qemu-dm</emulator> <emulator>/usr/lib/xen/bin/qemu-system-i386</emulator>
<disk type='file' device='disk'> <disk type='file' device='disk'>
<driver name='file' type='raw'/> <driver name='file' type='raw'/>
<source file='/root/foo.img'/> <source file='/root/foo.img'/>

View File

@ -2,7 +2,7 @@
(uuid 'b5d70dd275cdaca517769660b059d8bc')(on_poweroff 'destroy')\ (uuid 'b5d70dd275cdaca517769660b059d8bc')(on_poweroff 'destroy')\
(on_reboot 'restart')(on_crash 'restart')\ (on_reboot 'restart')(on_crash 'restart')\
(image (hvm (kernel '/usr/lib/xen/boot/hvmloader')\ (image (hvm (kernel '/usr/lib/xen/boot/hvmloader')\
(device_model '/usr/lib64/xen/bin/qemu-dm')(boot c)\ (device_model '/usr/lib/xen/bin/qemu-system-i386')(boot c)\
(acpi 1)(usb 1)(usbdevice tablet)(vnc 1)(keymap ja)))\ (acpi 1)(usb 1)(usbdevice tablet)(vnc 1)(keymap ja)))\
(device (vbd (dev 'ioemu:hda')(uname 'file:/root/foo.img')(mode 'w')))\ (device (vbd (dev 'ioemu:hda')(uname 'file:/root/foo.img')(mode 'w')))\
(device (vbd (dev 'hdc:cdrom')(uname 'file:/root/boot.iso')(mode 'r')))\ (device (vbd (dev 'hdc:cdrom')(uname 'file:/root/boot.iso')(mode 'r')))\

View File

@ -17,7 +17,7 @@
<on_reboot>restart</on_reboot> <on_reboot>restart</on_reboot>
<on_crash>restart</on_crash> <on_crash>restart</on_crash>
<devices> <devices>
<emulator>/usr/lib64/xen/bin/qemu-dm</emulator> <emulator>/usr/lib/xen/bin/qemu-system-i386</emulator>
<disk type='file' device='disk'> <disk type='file' device='disk'>
<driver name='file' type='raw'/> <driver name='file' type='raw'/>
<source file='/root/foo.img'/> <source file='/root/foo.img'/>

View File

@ -2,7 +2,7 @@
(uuid 'b5d70dd275cdaca517769660b059d8bc')(on_poweroff 'destroy')\ (uuid 'b5d70dd275cdaca517769660b059d8bc')(on_poweroff 'destroy')\
(on_reboot 'restart')(on_crash 'restart')\ (on_reboot 'restart')(on_crash 'restart')\
(image (hvm (kernel '/usr/lib/xen/boot/hvmloader')\ (image (hvm (kernel '/usr/lib/xen/boot/hvmloader')\
(device_model '/usr/lib64/xen/bin/qemu-dm')(boot c)(cdrom '/root/boot.iso')\ (device_model '/usr/lib/xen/bin/qemu-system-i386')(boot c)(cdrom '/root/boot.iso')\
(acpi 1)(vnc 1)(keymap ja)))(device (vbd (dev 'ioemu:hda')\ (acpi 1)(vnc 1)(keymap ja)))(device (vbd (dev 'ioemu:hda')\
(uname 'file:/root/foo.img')(mode 'w')))\ (uname 'file:/root/foo.img')(mode 'w')))\
(device (vbd (dev 'hdc:cdrom')\ (device (vbd (dev 'hdc:cdrom')\

View File

@ -17,7 +17,7 @@
<on_reboot>restart</on_reboot> <on_reboot>restart</on_reboot>
<on_crash>restart</on_crash> <on_crash>restart</on_crash>
<devices> <devices>
<emulator>/usr/lib64/xen/bin/qemu-dm</emulator> <emulator>/usr/lib/xen/bin/qemu-system-i386</emulator>
<disk type='file' device='disk'> <disk type='file' device='disk'>
<driver name='file' type='raw'/> <driver name='file' type='raw'/>
<source file='/root/foo.img'/> <source file='/root/foo.img'/>

View File

@ -2,7 +2,7 @@
(uuid 'b5d70dd275cdaca517769660b059d8bc')(on_poweroff 'destroy')\ (uuid 'b5d70dd275cdaca517769660b059d8bc')(on_poweroff 'destroy')\
(on_reboot 'restart')(on_crash 'restart')\ (on_reboot 'restart')(on_crash 'restart')\
(image (hvm (kernel '/usr/lib/xen/boot/hvmloader')\ (image (hvm (kernel '/usr/lib/xen/boot/hvmloader')\
(device_model '/usr/lib64/xen/bin/qemu-dm')(boot c)(acpi 1)(vnc 1)\ (device_model '/usr/lib/xen/bin/qemu-system-i386')(boot c)(acpi 1)(vnc 1)\
(keymap ja)))(device (vbd (dev 'hda:disk')(uname 'file:/root/foo.img')\ (keymap ja)))(device (vbd (dev 'hda:disk')(uname 'file:/root/foo.img')\
(mode 'w')))(device (vbd (dev 'hdc:cdrom')(uname 'file:/root/boot.iso')\ (mode 'w')))(device (vbd (dev 'hdc:cdrom')(uname 'file:/root/boot.iso')\
(mode 'r')))(device (vif (mac '00:16:3e:1b:b1:47')(bridge 'xenbr0')\ (mode 'r')))(device (vif (mac '00:16:3e:1b:b1:47')(bridge 'xenbr0')\

View File

@ -17,7 +17,7 @@
<on_reboot>restart</on_reboot> <on_reboot>restart</on_reboot>
<on_crash>restart</on_crash> <on_crash>restart</on_crash>
<devices> <devices>
<emulator>/usr/lib64/xen/bin/qemu-dm</emulator> <emulator>/usr/lib/xen/bin/qemu-system-i386</emulator>
<disk type='file' device='disk'> <disk type='file' device='disk'>
<driver name='file' type='raw'/> <driver name='file' type='raw'/>
<source file='/root/foo.img'/> <source file='/root/foo.img'/>

View File

@ -2,7 +2,7 @@
(uuid 'b5d70dd275cdaca517769660b059d8bc')(on_poweroff 'destroy')\ (uuid 'b5d70dd275cdaca517769660b059d8bc')(on_poweroff 'destroy')\
(on_reboot 'restart')(on_crash 'restart')\ (on_reboot 'restart')(on_crash 'restart')\
(image (hvm (kernel '/usr/lib/xen/boot/hvmloader')\ (image (hvm (kernel '/usr/lib/xen/boot/hvmloader')\
(device_model '/usr/lib64/xen/bin/qemu-dm')(boot c)\ (device_model '/usr/lib/xen/bin/qemu-system-i386')(boot c)\
(acpi 1)(vnc 1)(keymap ja)))(device (vbd (dev 'ioemu:hda')\ (acpi 1)(vnc 1)(keymap ja)))(device (vbd (dev 'ioemu:hda')\
(uname 'file:/root/foo.img')(mode 'w')))\ (uname 'file:/root/foo.img')(mode 'w')))\
(device (vbd (dev 'hdc:cdrom')\ (device (vbd (dev 'hdc:cdrom')\

View File

@ -17,7 +17,7 @@
<on_reboot>restart</on_reboot> <on_reboot>restart</on_reboot>
<on_crash>restart</on_crash> <on_crash>restart</on_crash>
<devices> <devices>
<emulator>/usr/lib64/xen/bin/qemu-dm</emulator> <emulator>/usr/lib/xen/bin/qemu-system-i386</emulator>
<disk type='file' device='disk'> <disk type='file' device='disk'>
<driver name='file' type='raw'/> <driver name='file' type='raw'/>
<source file='/root/foo.img'/> <source file='/root/foo.img'/>

View File

@ -25,7 +25,7 @@
(kernel /usr/lib/xen/boot/hvmloader) (kernel /usr/lib/xen/boot/hvmloader)
(vnc 1) (vnc 1)
(vncunused 1) (vncunused 1)
(device_model /usr/lib/xen/bin/qemu-dm) (device_model /usr/lib/xen/bin/qemu-system-i386)
(pae 1) (pae 1)
(apic 1) (apic 1)
(acpi 1) (acpi 1)

View File

@ -19,7 +19,7 @@
<on_reboot>destroy</on_reboot> <on_reboot>destroy</on_reboot>
<on_crash>destroy</on_crash> <on_crash>destroy</on_crash>
<devices> <devices>
<emulator>/usr/lib/xen/bin/qemu-dm</emulator> <emulator>/usr/lib/xen/bin/qemu-system-i386</emulator>
<disk type='block' device='disk'> <disk type='block' device='disk'>
<driver name='phy' type='raw'/> <driver name='phy' type='raw'/>
<source dev='/dev/sda8'/> <source dev='/dev/sda8'/>

View File

@ -21,7 +21,7 @@
(image (image
(linux (linux
(kernel ) (kernel )
(device_model /usr/lib/xen/bin/qemu-dm) (device_model /usr/lib/xen/bin/qemu-system-i386)
(notes (notes
(FEATURES (FEATURES
'writable_page_tables|writable_descriptor_tables|auto_translated_physmap|pae_pgdir_above_4gb|supervisor_mode_kernel' 'writable_page_tables|writable_descriptor_tables|auto_translated_physmap|pae_pgdir_above_4gb|supervisor_mode_kernel'

View File

@ -13,7 +13,7 @@
<on_reboot>restart</on_reboot> <on_reboot>restart</on_reboot>
<on_crash>restart</on_crash> <on_crash>restart</on_crash>
<devices> <devices>
<emulator>/usr/lib/xen/bin/qemu-dm</emulator> <emulator>/usr/lib/xen/bin/qemu-system-i386</emulator>
<disk type='block' device='disk'> <disk type='block' device='disk'>
<driver name='phy' type='raw'/> <driver name='phy' type='raw'/>
<source dev='/dev/vg_dom0test/test2vm'/> <source dev='/dev/vg_dom0test/test2vm'/>

View File

@ -2,7 +2,7 @@
(uuid 'b5d70dd275cdaca517769660b059d8bc')(on_poweroff 'destroy')\ (uuid 'b5d70dd275cdaca517769660b059d8bc')(on_poweroff 'destroy')\
(on_reboot 'restart')(on_crash 'restart')\ (on_reboot 'restart')(on_crash 'restart')\
(image (hvm (kernel '/usr/lib/xen/boot/hvmloader')\ (image (hvm (kernel '/usr/lib/xen/boot/hvmloader')\
(device_model '/usr/lib64/xen/bin/qemu-dm')(boot c)\ (device_model '/usr/lib/xen/bin/qemu-system-i386')(boot c)\
(acpi 1)(vnc 1)(keymap ja)))(device (vbd (dev 'ioemu:hda')\ (acpi 1)(vnc 1)(keymap ja)))(device (vbd (dev 'ioemu:hda')\
(uname 'file:/root/foo.img')(mode 'w')))\ (uname 'file:/root/foo.img')(mode 'w')))\
(device (vbd (dev 'hdc:cdrom')\ (device (vbd (dev 'hdc:cdrom')\

View File

@ -17,7 +17,7 @@
<on_reboot>restart</on_reboot> <on_reboot>restart</on_reboot>
<on_crash>restart</on_crash> <on_crash>restart</on_crash>
<devices> <devices>
<emulator>/usr/lib64/xen/bin/qemu-dm</emulator> <emulator>/usr/lib/xen/bin/qemu-system-i386</emulator>
<disk type='file' device='disk'> <disk type='file' device='disk'>
<driver name='file' type='raw'/> <driver name='file' type='raw'/>
<source file='/root/foo.img'/> <source file='/root/foo.img'/>

View File

@ -12,7 +12,7 @@ localtime = 0
on_poweroff = "destroy" on_poweroff = "destroy"
on_reboot = "restart" on_reboot = "restart"
on_crash = "restart" on_crash = "restart"
device_model = "/usr/lib/xen/bin/qemu-dm&test" device_model = "/usr/lib/xen/bin/qemu-system-i386&test"
sdl = 0 sdl = 0
vnc = 1 vnc = 1
vncunused = 1 vncunused = 1

View File

@ -19,7 +19,7 @@
<on_reboot>restart</on_reboot> <on_reboot>restart</on_reboot>
<on_crash>restart</on_crash> <on_crash>restart</on_crash>
<devices> <devices>
<emulator>/usr/lib/xen/bin/qemu-dm&amp;test</emulator> <emulator>/usr/lib/xen/bin/qemu-system-i386&amp;test</emulator>
<disk type='block' device='disk'> <disk type='block' device='disk'>
<driver name='phy' type='raw'/> <driver name='phy' type='raw'/>
<source dev='/dev/HostVG/XenGuest2'/> <source dev='/dev/HostVG/XenGuest2'/>

View File

@ -13,7 +13,7 @@ localtime = 0
on_poweroff = "destroy" on_poweroff = "destroy"
on_reboot = "restart" on_reboot = "restart"
on_crash = "restart" on_crash = "restart"
device_model = "/usr/lib/xen/bin/qemu-dm" device_model = "/usr/lib/xen/bin/qemu-system-i386"
sdl = 0 sdl = 0
vnc = 1 vnc = 1
vncunused = 1 vncunused = 1

View File

@ -21,7 +21,7 @@
<on_reboot>restart</on_reboot> <on_reboot>restart</on_reboot>
<on_crash>restart</on_crash> <on_crash>restart</on_crash>
<devices> <devices>
<emulator>/usr/lib/xen/bin/qemu-dm</emulator> <emulator>/usr/lib/xen/bin/qemu-system-i386</emulator>
<disk type='block' device='disk'> <disk type='block' device='disk'>
<driver name='phy' type='raw'/> <driver name='phy' type='raw'/>
<source dev='/dev/HostVG/XenGuest2'/> <source dev='/dev/HostVG/XenGuest2'/>

View File

@ -13,7 +13,7 @@ localtime = 0
on_poweroff = "destroy" on_poweroff = "destroy"
on_reboot = "restart" on_reboot = "restart"
on_crash = "restart" on_crash = "restart"
device_model = "/usr/lib/xen/bin/qemu-dm" device_model = "/usr/lib/xen/bin/qemu-system-i386"
sdl = 0 sdl = 0
vnc = 1 vnc = 1
vncunused = 1 vncunused = 1

View File

@ -21,7 +21,7 @@
<on_reboot>restart</on_reboot> <on_reboot>restart</on_reboot>
<on_crash>restart</on_crash> <on_crash>restart</on_crash>
<devices> <devices>
<emulator>/usr/lib/xen/bin/qemu-dm</emulator> <emulator>/usr/lib/xen/bin/qemu-system-i386</emulator>
<disk type='block' device='disk'> <disk type='block' device='disk'>
<driver name='phy' type='raw'/> <driver name='phy' type='raw'/>
<source dev='/dev/HostVG/XenGuest2'/> <source dev='/dev/HostVG/XenGuest2'/>

View File

@ -13,7 +13,7 @@ localtime = 0
on_poweroff = "destroy" on_poweroff = "destroy"
on_reboot = "restart" on_reboot = "restart"
on_crash = "restart" on_crash = "restart"
device_model = "/usr/lib/xen/bin/qemu-dm" device_model = "/usr/lib/xen/bin/qemu-system-i386"
sdl = 0 sdl = 0
vnc = 1 vnc = 1
vncunused = 1 vncunused = 1

View File

@ -21,7 +21,7 @@
<on_reboot>restart</on_reboot> <on_reboot>restart</on_reboot>
<on_crash>restart</on_crash> <on_crash>restart</on_crash>
<devices> <devices>
<emulator>/usr/lib/xen/bin/qemu-dm</emulator> <emulator>/usr/lib/xen/bin/qemu-system-i386</emulator>
<disk type='block' device='disk'> <disk type='block' device='disk'>
<driver name='phy' type='raw'/> <driver name='phy' type='raw'/>
<source dev='/dev/HostVG/XenGuest2'/> <source dev='/dev/HostVG/XenGuest2'/>

View File

@ -12,7 +12,7 @@ localtime = 1
on_poweroff = "destroy" on_poweroff = "destroy"
on_reboot = "restart" on_reboot = "restart"
on_crash = "restart" on_crash = "restart"
device_model = "/usr/lib/xen/bin/qemu-dm" device_model = "/usr/lib/xen/bin/qemu-system-i386"
sdl = 0 sdl = 0
vnc = 1 vnc = 1
vncunused = 1 vncunused = 1

View File

@ -19,7 +19,7 @@
<on_reboot>restart</on_reboot> <on_reboot>restart</on_reboot>
<on_crash>restart</on_crash> <on_crash>restart</on_crash>
<devices> <devices>
<emulator>/usr/lib/xen/bin/qemu-dm</emulator> <emulator>/usr/lib/xen/bin/qemu-system-i386</emulator>
<disk type='block' device='disk'> <disk type='block' device='disk'>
<driver name='phy' type='raw'/> <driver name='phy' type='raw'/>
<source dev='/dev/HostVG/XenGuest2'/> <source dev='/dev/HostVG/XenGuest2'/>

View File

@ -12,7 +12,7 @@ localtime = 0
on_poweroff = "destroy" on_poweroff = "destroy"
on_reboot = "restart" on_reboot = "restart"
on_crash = "restart" on_crash = "restart"
device_model = "/usr/lib/xen/bin/qemu-dm" device_model = "/usr/lib/xen/bin/qemu-system-i386"
sdl = 0 sdl = 0
vnc = 1 vnc = 1
vncunused = 1 vncunused = 1

View File

@ -19,7 +19,7 @@
<on_reboot>restart</on_reboot> <on_reboot>restart</on_reboot>
<on_crash>restart</on_crash> <on_crash>restart</on_crash>
<devices> <devices>
<emulator>/usr/lib/xen/bin/qemu-dm</emulator> <emulator>/usr/lib/xen/bin/qemu-system-i386</emulator>
<disk type='block' device='disk'> <disk type='block' device='disk'>
<driver name='phy' type='raw'/> <driver name='phy' type='raw'/>
<source dev='/dev/HostVG/XenGuest2'/> <source dev='/dev/HostVG/XenGuest2'/>

View File

@ -12,7 +12,7 @@ localtime = 0
on_poweroff = "destroy" on_poweroff = "destroy"
on_reboot = "restart" on_reboot = "restart"
on_crash = "restart" on_crash = "restart"
device_model = "/usr/lib/xen/bin/qemu-dm" device_model = "/usr/lib/xen/bin/qemu-system-i386"
sdl = 0 sdl = 0
vnc = 1 vnc = 1
vncunused = 1 vncunused = 1

View File

@ -19,7 +19,7 @@
<on_reboot>restart</on_reboot> <on_reboot>restart</on_reboot>
<on_crash>restart</on_crash> <on_crash>restart</on_crash>
<devices> <devices>
<emulator>/usr/lib/xen/bin/qemu-dm</emulator> <emulator>/usr/lib/xen/bin/qemu-system-i386</emulator>
<disk type='block' device='disk'> <disk type='block' device='disk'>
<driver name='phy' type='raw'/> <driver name='phy' type='raw'/>
<source dev='/dev/HostVG/XenGuest2'/> <source dev='/dev/HostVG/XenGuest2'/>

View File

@ -13,7 +13,7 @@ localtime = 0
on_poweroff = "destroy" on_poweroff = "destroy"
on_reboot = "restart" on_reboot = "restart"
on_crash = "restart" on_crash = "restart"
device_model = "/usr/lib/xen/bin/qemu-dm" device_model = "/usr/lib/xen/bin/qemu-system-i386"
sdl = 0 sdl = 0
vnc = 1 vnc = 1
vncunused = 1 vncunused = 1

View File

@ -20,7 +20,7 @@
<on_reboot>restart</on_reboot> <on_reboot>restart</on_reboot>
<on_crash>restart</on_crash> <on_crash>restart</on_crash>
<devices> <devices>
<emulator>/usr/lib/xen/bin/qemu-dm</emulator> <emulator>/usr/lib/xen/bin/qemu-system-i386</emulator>
<disk type='block' device='disk'> <disk type='block' device='disk'>
<driver name='phy' type='raw'/> <driver name='phy' type='raw'/>
<source dev='/dev/HostVG/XenGuest2'/> <source dev='/dev/HostVG/XenGuest2'/>

View File

@ -12,7 +12,7 @@ localtime = 0
on_poweroff = "destroy" on_poweroff = "destroy"
on_reboot = "restart" on_reboot = "restart"
on_crash = "restart" on_crash = "restart"
device_model = "/usr/lib/xen/bin/qemu-dm" device_model = "/usr/lib/xen/bin/qemu-system-i386"
sdl = 0 sdl = 0
vnc = 1 vnc = 1
vncunused = 1 vncunused = 1

View File

@ -19,7 +19,7 @@
<on_reboot>restart</on_reboot> <on_reboot>restart</on_reboot>
<on_crash>restart</on_crash> <on_crash>restart</on_crash>
<devices> <devices>
<emulator>/usr/lib/xen/bin/qemu-dm</emulator> <emulator>/usr/lib/xen/bin/qemu-system-i386</emulator>
<disk type='block' device='disk'> <disk type='block' device='disk'>
<driver name='phy' type='raw'/> <driver name='phy' type='raw'/>
<source dev='/dev/HostVG/XenGuest2'/> <source dev='/dev/HostVG/XenGuest2'/>

View File

@ -12,7 +12,7 @@ localtime = 0
on_poweroff = "destroy" on_poweroff = "destroy"
on_reboot = "restart" on_reboot = "restart"
on_crash = "restart" on_crash = "restart"
device_model = "/usr/lib/xen/bin/qemu-dm" device_model = "/usr/lib/xen/bin/qemu-system-i386"
sdl = 0 sdl = 0
vnc = 1 vnc = 1
vncunused = 1 vncunused = 1

View File

@ -19,7 +19,7 @@
<on_reboot>restart</on_reboot> <on_reboot>restart</on_reboot>
<on_crash>restart</on_crash> <on_crash>restart</on_crash>
<devices> <devices>
<emulator>/usr/lib/xen/bin/qemu-dm</emulator> <emulator>/usr/lib/xen/bin/qemu-system-i386</emulator>
<disk type='block' device='disk'> <disk type='block' device='disk'>
<driver name='phy' type='raw'/> <driver name='phy' type='raw'/>
<source dev='/dev/HostVG/XenGuest2'/> <source dev='/dev/HostVG/XenGuest2'/>

View File

@ -12,7 +12,7 @@ localtime = 0
on_poweroff = "destroy" on_poweroff = "destroy"
on_reboot = "restart" on_reboot = "restart"
on_crash = "restart" on_crash = "restart"
device_model = "/usr/lib/xen/bin/qemu-dm" device_model = "/usr/lib/xen/bin/qemu-system-i386"
sdl = 0 sdl = 0
vnc = 1 vnc = 1
vncunused = 1 vncunused = 1

View File

@ -19,7 +19,7 @@
<on_reboot>restart</on_reboot> <on_reboot>restart</on_reboot>
<on_crash>restart</on_crash> <on_crash>restart</on_crash>
<devices> <devices>
<emulator>/usr/lib/xen/bin/qemu-dm</emulator> <emulator>/usr/lib/xen/bin/qemu-system-i386</emulator>
<disk type='block' device='disk'> <disk type='block' device='disk'>
<driver name='phy' type='raw'/> <driver name='phy' type='raw'/>
<source dev='/dev/HostVG/XenGuest2'/> <source dev='/dev/HostVG/XenGuest2'/>

View File

@ -12,7 +12,7 @@ localtime = 0
on_poweroff = "destroy" on_poweroff = "destroy"
on_reboot = "restart" on_reboot = "restart"
on_crash = "restart" on_crash = "restart"
device_model = "/usr/lib/xen/bin/qemu-dm" device_model = "/usr/lib/xen/bin/qemu-system-i386"
sdl = 0 sdl = 0
vnc = 1 vnc = 1
vncunused = 1 vncunused = 1

View File

@ -19,7 +19,7 @@
<on_reboot>restart</on_reboot> <on_reboot>restart</on_reboot>
<on_crash>restart</on_crash> <on_crash>restart</on_crash>
<devices> <devices>
<emulator>/usr/lib/xen/bin/qemu-dm</emulator> <emulator>/usr/lib/xen/bin/qemu-system-i386</emulator>
<disk type='block' device='disk'> <disk type='block' device='disk'>
<driver name='phy' type='raw'/> <driver name='phy' type='raw'/>
<source dev='/dev/HostVG/XenGuest2'/> <source dev='/dev/HostVG/XenGuest2'/>

View File

@ -12,7 +12,7 @@ localtime = 0
on_poweroff = "destroy" on_poweroff = "destroy"
on_reboot = "restart" on_reboot = "restart"
on_crash = "restart" on_crash = "restart"
device_model = "/usr/lib/xen/bin/qemu-dm" device_model = "/usr/lib/xen/bin/qemu-system-i386"
sdl = 0 sdl = 0
vnc = 1 vnc = 1
vncunused = 1 vncunused = 1

View File

@ -19,7 +19,7 @@
<on_reboot>restart</on_reboot> <on_reboot>restart</on_reboot>
<on_crash>restart</on_crash> <on_crash>restart</on_crash>
<devices> <devices>
<emulator>/usr/lib/xen/bin/qemu-dm</emulator> <emulator>/usr/lib/xen/bin/qemu-system-i386</emulator>
<disk type='block' device='disk'> <disk type='block' device='disk'>
<driver name='phy' type='raw'/> <driver name='phy' type='raw'/>
<source dev='/dev/HostVG/XenGuest2'/> <source dev='/dev/HostVG/XenGuest2'/>

View File

@ -12,7 +12,7 @@ localtime = 0
on_poweroff = "destroy" on_poweroff = "destroy"
on_reboot = "restart" on_reboot = "restart"
on_crash = "restart" on_crash = "restart"
device_model = "/usr/lib/xen/bin/qemu-dm" device_model = "/usr/lib/xen/bin/qemu-system-i386"
sdl = 0 sdl = 0
vnc = 1 vnc = 1
vncunused = 1 vncunused = 1

View File

@ -19,7 +19,7 @@
<on_reboot>restart</on_reboot> <on_reboot>restart</on_reboot>
<on_crash>restart</on_crash> <on_crash>restart</on_crash>
<devices> <devices>
<emulator>/usr/lib/xen/bin/qemu-dm</emulator> <emulator>/usr/lib/xen/bin/qemu-system-i386</emulator>
<disk type='block' device='disk'> <disk type='block' device='disk'>
<driver name='phy' type='raw'/> <driver name='phy' type='raw'/>
<source dev='/dev/HostVG/XenGuest2'/> <source dev='/dev/HostVG/XenGuest2'/>

View File

@ -12,7 +12,7 @@ localtime = 0
on_poweroff = "destroy" on_poweroff = "destroy"
on_reboot = "restart" on_reboot = "restart"
on_crash = "restart" on_crash = "restart"
device_model = "/usr/lib/xen/bin/qemu-dm" device_model = "/usr/lib/xen/bin/qemu-system-i386"
sdl = 0 sdl = 0
vnc = 1 vnc = 1
vncunused = 1 vncunused = 1

View File

@ -19,7 +19,7 @@
<on_reboot>restart</on_reboot> <on_reboot>restart</on_reboot>
<on_crash>restart</on_crash> <on_crash>restart</on_crash>
<devices> <devices>
<emulator>/usr/lib/xen/bin/qemu-dm</emulator> <emulator>/usr/lib/xen/bin/qemu-system-i386</emulator>
<disk type='block' device='disk'> <disk type='block' device='disk'>
<driver name='phy' type='raw'/> <driver name='phy' type='raw'/>
<source dev='/dev/HostVG/XenGuest2'/> <source dev='/dev/HostVG/XenGuest2'/>

View File

@ -12,7 +12,7 @@ localtime = 0
on_poweroff = "destroy" on_poweroff = "destroy"
on_reboot = "restart" on_reboot = "restart"
on_crash = "restart" on_crash = "restart"
device_model = "/usr/lib/xen/bin/qemu-dm" device_model = "/usr/lib/xen/bin/qemu-system-i386"
sdl = 0 sdl = 0
vnc = 1 vnc = 1
vncunused = 1 vncunused = 1

View File

@ -19,7 +19,7 @@
<on_reboot>restart</on_reboot> <on_reboot>restart</on_reboot>
<on_crash>restart</on_crash> <on_crash>restart</on_crash>
<devices> <devices>
<emulator>/usr/lib/xen/bin/qemu-dm</emulator> <emulator>/usr/lib/xen/bin/qemu-system-i386</emulator>
<disk type='block' device='disk'> <disk type='block' device='disk'>
<driver name='phy' type='raw'/> <driver name='phy' type='raw'/>
<source dev='/dev/HostVG/XenGuest2'/> <source dev='/dev/HostVG/XenGuest2'/>

View File

@ -12,7 +12,7 @@ localtime = 0
on_poweroff = "destroy" on_poweroff = "destroy"
on_reboot = "restart" on_reboot = "restart"
on_crash = "restart" on_crash = "restart"
device_model = "/usr/lib/xen/bin/qemu-dm" device_model = "/usr/lib/xen/bin/qemu-system-i386"
sdl = 0 sdl = 0
vnc = 1 vnc = 1
vncunused = 1 vncunused = 1

View File

@ -19,7 +19,7 @@
<on_reboot>restart</on_reboot> <on_reboot>restart</on_reboot>
<on_crash>restart</on_crash> <on_crash>restart</on_crash>
<devices> <devices>
<emulator>/usr/lib/xen/bin/qemu-dm</emulator> <emulator>/usr/lib/xen/bin/qemu-system-i386</emulator>
<disk type='block' device='disk'> <disk type='block' device='disk'>
<driver name='phy' type='raw'/> <driver name='phy' type='raw'/>
<source dev='/dev/HostVG/XenGuest2'/> <source dev='/dev/HostVG/XenGuest2'/>

View File

@ -12,7 +12,7 @@ localtime = 0
on_poweroff = "destroy" on_poweroff = "destroy"
on_reboot = "restart" on_reboot = "restart"
on_crash = "restart" on_crash = "restart"
device_model = "/usr/lib/xen/bin/qemu-dm" device_model = "/usr/lib/xen/bin/qemu-system-i386"
sdl = 0 sdl = 0
vnc = 1 vnc = 1
vncunused = 1 vncunused = 1

View File

@ -19,7 +19,7 @@
<on_reboot>restart</on_reboot> <on_reboot>restart</on_reboot>
<on_crash>restart</on_crash> <on_crash>restart</on_crash>
<devices> <devices>
<emulator>/usr/lib/xen/bin/qemu-dm</emulator> <emulator>/usr/lib/xen/bin/qemu-system-i386</emulator>
<disk type='block' device='disk'> <disk type='block' device='disk'>
<driver name='phy' type='raw'/> <driver name='phy' type='raw'/>
<source dev='/dev/HostVG/XenGuest2'/> <source dev='/dev/HostVG/XenGuest2'/>

View File

@ -12,7 +12,7 @@ localtime = 0
on_poweroff = "destroy" on_poweroff = "destroy"
on_reboot = "restart" on_reboot = "restart"
on_crash = "restart" on_crash = "restart"
device_model = "/usr/lib/xen/bin/qemu-dm" device_model = "/usr/lib/xen/bin/qemu-system-i386"
sdl = 0 sdl = 0
vnc = 1 vnc = 1
vncunused = 1 vncunused = 1

View File

@ -19,7 +19,7 @@
<on_reboot>restart</on_reboot> <on_reboot>restart</on_reboot>
<on_crash>restart</on_crash> <on_crash>restart</on_crash>
<devices> <devices>
<emulator>/usr/lib/xen/bin/qemu-dm</emulator> <emulator>/usr/lib/xen/bin/qemu-system-i386</emulator>
<disk type='block' device='disk'> <disk type='block' device='disk'>
<driver name='phy' type='raw'/> <driver name='phy' type='raw'/>
<source dev='/dev/HostVG/XenGuest2'/> <source dev='/dev/HostVG/XenGuest2'/>

View File

@ -12,7 +12,7 @@ localtime = 0
on_poweroff = "destroy" on_poweroff = "destroy"
on_reboot = "restart" on_reboot = "restart"
on_crash = "restart" on_crash = "restart"
device_model = "/usr/lib/xen/bin/qemu-dm" device_model = "/usr/lib/xen/bin/qemu-system-i386"
sdl = 0 sdl = 0
vnc = 1 vnc = 1
vncunused = 1 vncunused = 1

View File

@ -19,7 +19,7 @@
<on_reboot>restart</on_reboot> <on_reboot>restart</on_reboot>
<on_crash>restart</on_crash> <on_crash>restart</on_crash>
<devices> <devices>
<emulator>/usr/lib/xen/bin/qemu-dm</emulator> <emulator>/usr/lib/xen/bin/qemu-system-i386</emulator>
<disk type='block' device='disk'> <disk type='block' device='disk'>
<driver name='phy' type='raw'/> <driver name='phy' type='raw'/>
<source dev='/dev/HostVG/XenGuest2'/> <source dev='/dev/HostVG/XenGuest2'/>

View File

@ -19,7 +19,7 @@
</features> </features>
<clock offset='utc' adjustment='reset'/> <clock offset='utc' adjustment='reset'/>
<devices> <devices>
<emulator>/usr/lib/xen/bin/qemu-dm</emulator> <emulator>/usr/lib/xen/bin/qemu-system-i386</emulator>
<disk type='block' device='disk'> <disk type='block' device='disk'>
<driver name='phy'/> <driver name='phy'/>
<source dev='/dev/HostVG/XenGuest2'/> <source dev='/dev/HostVG/XenGuest2'/>

View File

@ -12,7 +12,7 @@ localtime = 0
on_poweroff = "destroy" on_poweroff = "destroy"
on_reboot = "restart" on_reboot = "restart"
on_crash = "restart" on_crash = "restart"
device_model = "/usr/lib/xen/bin/qemu-dm" device_model = "/usr/lib/xen/bin/qemu-system-i386"
sdl = 0 sdl = 0
vnc = 1 vnc = 1
vncunused = 1 vncunused = 1

Some files were not shown because too many files have changed in this diff Show More