jongyrocka

Members
  • Posts

    4
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

jongyrocka's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Cheers - This was already enabled, but changing the custome network type back to 'ipvlan' seem to resolve the issue.
  2. For some reason I am unable to set a custom br0 IP on any docker containers no more. The drop down only has host/bridge/none.
  3. I have this exact same issue, any luck with fixing this?
  4. 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>