Code:
<domain type='kvm'>
<name>easyvdr</name>
<uuid>859974db-5b49-56bd-69e3-502d75017b63</uuid>
<memory>768000</memory>
<currentMemory>768000</currentMemory>
<vcpu>1</vcpu>
<os>
<type arch='i686' machine='pc'>hvm</type>
<boot dev='hd'/>
</os>
<features>
<acpi/>
<apic/>
<pae/>
</features>
<clock offset='localtime'/>
<on_poweroff>destroy</on_poweroff>
<on_reboot>restart</on_reboot>
<on_crash>restart</on_crash>
<devices>
<emulator>/usr/bin/kvm</emulator>
<disk type='block' device='disk'>
<source dev='/dev/vm/easyvdr'/>
<target dev='hda' bus='ide'/>
</disk>
<disk type='file' device='cdrom'>
<source file='/isos/EasyVDR-liveCD-0.6.08_beta(wolf).iso'/>
<target dev='hdc' bus='ide'/>
<readonly/>
</disk>
<interface type='bridge'>
<mac address='54:52:00:1a:19:69'/>
<source bridge='br0'/>
<model type='rtl8139'/>
</interface>
<serial type='pty'>
<target port='0'/>
</serial>
<console type='pty'>
<target port='0'/>
</console>
<input type='mouse' bus='ps2'/>
<graphics type='vnc' port='-1' autoport='yes' keymap='de'/>
<hostdev mode='subsystem' type='pci' managed='no'>
<source>
<address domain='0x0000' bus='0x04' slot='0x02' function='0x0'/>
</source>
</hostdev>
</devices>
</domain>
Habe auch schon Qemu als Domäne und usr/bin/qemu-system-x86_64 probiert.
Code:
root@kvmserver:~# tail /var/log/libvirt/qemu/easyvdr.log
Failed to assign irq for "04:02.0": Operation not supported
Perhaps you are assigning a device that shares an IRQ with another device?
LC_ALL=C PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin /usr/bin/kvm -S -M pc -cpu qemu32 -m 750 -smp 1 -name easyvdr -uuid 859974db-5b49-56bd-69e3-502d75017b63 -monitor pty -pidfile /var/run/libvirt/qemu//easyvdr.pid -localtime -boot c -drive file=/dev/vm/easyvdr,if=ide,index=0,boot=on -drive file=/isos/EasyVDR-liveCD-0.6.08_beta(wolf).iso,if=ide,media=cdrom,index=2 -net nic,macaddr=54:52:00:1a:19:69,vlan=0,model=rtl8139 -net tap,fd=20,script=,vlan=0,ifname=vnet3 -serial pty -parallel none -usb -vnc 0.0.0.0:2 -k de -pcidevice host=04:02.0
char device redirected to /dev/pts/4
char device redirected to /dev/pts/5
info cpus
* CPU #0: pc=0x00000000000ffff0 thread_id=3027
cont
Failed to assign irq for "04:02.0": Operation not supported
Perhaps you are assigning a device that shares an IRQ with another device?
Zuletzt bearbeitet: