Search results

  1. C

    PCI pass through

    Yippee it is working thanks a bunch spirit
  2. C

    PCI pass through

    nevermind i found it
  3. C

    PCI pass through

    I do not see the spaces where?
  4. C

    PCI pass through

    ok i have added the ioumm stuff to grub and it does get me more output regarding iommu. However i still get an error below when trying to run the vm command. dmesg | grep -e DMAR -e IOMMU ACPI: DMAR 00000000bf7e8000 000B0 (v01 INTEL SNB 00000001 INTL 00000001) Intel-IOMMU: enabled...
  5. C

    PCI pass through

    This functionality is absolutely necessary for me, as well as other using proxmox, think we are getting close now. Please can we get this feature going??
  6. C

    iPhone App in progress !!

    Notice how no one has even commented on iPhone all Android requests
  7. C

    PCI pass through

    Those commands seem to run without error i am guessing that is a good sign. root@sun:/home/c0mputerking# lspci -n 00:00.0 0600: 8086:0108 (rev 09) 00:1a.0 0c03: 8086:1c2d (rev 04) 00:1c.0 0604: 8086:1c10 (rev b4) 00:1c.4 0604: 8086:1c18 (rev b4) 00:1c.5 0604: 8086:1c1a (rev b4) 00:1d.0 0c03...
  8. C

    PCI pass through

    Ok it appears that command was closer thanks now i get this error *** EHCI support is under development *** No IOMMU found. Unable to assign device "hostpci0" kvm: -device pci-assign,host=04:05.0,id=hostpci0,bus=pci.0,addr=0x10: Device 'pci-assign' could not be initialized
  9. C

    PCI pass through

    Nice to see this post is picking up some fan fare :D Maxprox
  10. C

    PCI pass through

    A new error I guess you could call that progress, not sure what you changed the commands probalby not looking close enough i will take a better look once i get this post out. however addr-0x12 is not the dvr card is it? should be 0x10 not that i know much about hardware addresses could not...
  11. C

    PCI pass through

    Seems kvm could not open disk image /usr/bin/kvm -id 105 -chardev socket,id=monitor,path=/var/run/qemu-server/105.mon,server,nowait -mon chardev=monitor,mode=readline -vnc unix:/var/run/qemu-server/105.vnc,x509,password -pidfile /var/run/qemu-server/105.pid -daemonize -readconfig...
  12. C

    PCI pass through

    When i enter "hostpci0: 04:05.0" without quotes of course i get the error below also "hostpci1: 04.05.0" give a similar error. start failed: command '/usr/bin/kvm -id 105 -chardev socket,id=monitor,path=/var/run/qemu-server/105.mon,server,nowait -mon chardev=monitor,mode=readline -vnc...
  13. C

    qmrestore problem

    How much longer for backups
  14. C

    PCI pass through

    Interesting i get an error when starting the monitor about the all important hostpci line, see below, directly below is my DMAR stuff dmesg | grep -e DMAR -e IOMMU ACPI: DMAR 00000000bf7e8000 000B0 (v01 INTEL SNB 00000001 INTL 00000001) DMAR: Host address width 36 DMAR: DRHD base...
  15. C

    PCI pass through

    what i do not understand
  16. C

    PCI pass through

    Ok i have corrected my syntax error and attached the entire config file again for completeness. However the card still does not appear in lspci and it does not seem to work with the installed software on the VM either. Should it appear in lspci, how do i know it is being forwarded? ide0...
  17. C

    PCI pass through

    I did post it above, but it was kind of unclear, and not in qoute tags as it should have been! plus sometimes i get carried away and post to much infos all at once here is the entire contents of my /etc/pve/nodes/sun/qemu-server/104.conf file. It is the very last line, the three directly above...
  18. C

    PCI pass through

    When i try to edit my VM using the GUI by going to the hardware tab i get the following error unable to parse config file: hostpci 04:05.0 (500) NOTE this only happens on the VM that i have tried to add the hostpci line into. Could this be causing problems with pci pass through??
  19. C

    PCI / PCIe passthrough

    This is a dmesg output is my system pci pass through enabled or not? what does it mean CONFIG_DMAR_DEFAULT_ON do i need it to get pass through working? Also my KVM boots with this line hostpci 04:05.0 should it be 04:05 is the last 0 not needed? dmesg | grep -e DMAR -e IOMMU ACPI: DMAR...