Jump to content

jongyrocka

Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by jongyrocka

  1. On 10/2/2020 at 8:00 PM, segator said:

    but now i notice I have the sttuters only when high network usage, if for example I run iperf3 between host and guest I got 1.27gbps when I should got 10gbps and the VM is completely unusable meanwhile the test is running :(

     

     

     

     

    I have this exact same issue, any luck with fixing this?

  2. On 8/24/2020 at 12:53 AM, Dava2k7 said:

    I’m doubtful this will ever get sorted I can’t understand why unraid staff can’t type up how to downgrade properly from 6.9.0 beta 25 to 6.8.3 again without losing cache drives the tiny little info on the pre release you get doesn’t make any sense to me

     

    I was pulling my hair out for hours a couple weeks ago getting this all working. First AMD build in a loooooong time on a Ryzen 3700x + Asrock B550m Steel legend. After working out that I needed to move to 6.9 beta 25 for the internal NIC, I obviously found my self in the same position. Not sure where I found this from, but those commandline arguments are key to a successful win10 VM using host past thru. My build has been solid since working this out! Hope it helps!

      <vcpu placement='static'>8</vcpu>
      <iothreads>2</iothreads>
      <cputune>
        <vcpupin vcpu='0' cpuset='4'/>
        <vcpupin vcpu='1' cpuset='12'/>
        <vcpupin vcpu='2' cpuset='5'/>
        <vcpupin vcpu='3' cpuset='13'/>
        <vcpupin vcpu='4' cpuset='6'/>
        <vcpupin vcpu='5' cpuset='14'/>
        <vcpupin vcpu='6' cpuset='7'/>
        <vcpupin vcpu='7' cpuset='15'/>
        <emulatorpin cpuset='1,9'/>
        <iothreadpin iothread='1' cpuset='0-1'/>
        <iothreadpin iothread='2' cpuset='2-3'/>
      </cputune>
      <cpu mode='host-passthrough' check='none'>
        <topology sockets='1' dies='1' cores='4' threads='2'/>
        <cache mode='passthrough'/>
        <feature policy='require' name='topoext'/>
      </cpu>
    <qemu:commandline>
        <qemu:arg value='-cpu'/>
        <qemu:arg value='host,topoext=on,invtsc=on,hv-time,hv-relaxed,hv-vapic,hv-spinlocks=0x1fff,hv-vendor-id=kittycatss,hv-vpindex,hv-synic,hv-stimer,hv-reset,hv-frequencies,host-cache-info=on,l3-cache=off,-amd-stibp'/>
      </qemu:commandline>

     

×
×
  • Create New...