M
Mirko76
Guest
na das kann ja noch Monate dauern, aber ist schonmal der richtige Weg.
Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: this_feature_currently_requires_accessing_site_using_safari
hat schon jemand PCI Passtrough mit kvm ans laufen bekommen?
die die mit Xen nicht klar kommen, können sich mal Proxmox angucke der Kernel ist aktueller und ist mit KVM unterbau und ist dank Oberfläche recht einfach zu Händeln. Für andere kann ich noch Convirt empfehlen für Xen, allerdings sollte man bevor man Convirt nutzt, min. 2-3 VM ohne aufsetzen.
<domain type='kvm'>
<name>subversion</name>
<uuid>b3684e25-208d-ea68-6ae7-16f84613d1e3</uuid>
<memory>524288</memory>
<currentMemory>524288</currentMemory>
<vcpu>1</vcpu>
<os>
<type arch='x86_64' machine='pc'>hvm</type>
<boot dev='hd'/>
</os>
<features>
<acpi/>
<apic/>
<pae/>
</features>
<clock offset='utc'/>
<on_poweroff>destroy</on_poweroff>
<on_reboot>restart</on_reboot>
<on_crash>restart</on_crash>
<devices>
<disk type='file' device='cdrom'>
<target dev='hdc' bus='ide'/>
<readonly/>
</disk>
<disk type='file' device='disk'>
<source file='/vms/subversion.img'/>
<target dev='hda' bus='virtio'/>
</disk>
<interface type='bridge'>
<mac address='00:16:36:06:53:7c'/>
<source bridge='br0'/>
<model type='virtio'/>
</interface>
<serial type='pty'>
<source path='/dev/pts/18'/>
<target port='0'/>
</serial>
<console type='pty' tty='/dev/pts/18'>
<source path='/dev/pts/18'/>
<target port='0'/>
</console>
<input type='mouse' bus='ps2'/>
<graphics type='vnc' port='-1' autoport='yes'/>
</devices>
</domain>
virt-install -n squid -r 512 --vcpus=1 -f /vms/squid.img -w bridge:br0 --vnc --accelerate -v -c /vms/isos/debian-testing-amd64-netinst.iso --os-type=linux --os-variant=debianLenny
<disk type='file' device='disk'>
<source file='/dev/mapper/lvm-bla'/>
<target dev='hdb' bus='ide'/>
</disk>
Bus 004 Device 002: ID 04a9:107f
<hostdev mode='subsystem' type='usb'>
<source>
<vendor id='0x04a9'/>
<product id='0x107f'/>
</source>
</hostdev>
qemu-system-x86_64 -hda /media/vm/fileserver/hda.img -m 256 -boot c -vnc :3 --net nic,model=virtio -net tap,ifname=tap03,downscript=no -k de -usb -usbdevice host:04a9:107f
In file included from qemu_driver.h:33,
from qemu_driver.c:59:
/usr/local/include/linux/kvm.h:169: error: field 'arch' has incomplete type
/usr/local/include/linux/kvm.h:329: error: field 'arch' has incomplete type
make[3]: *** [libvirt_driver_qemu_la-qemu_driver.lo] Error 1
make[3]: Leaving directory `/usr/local/src/libvirt/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/usr/local/src/libvirt/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/libvirt'
make: *** [all] Fehler 2