• 1 Post
  • 241 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle














  • You should be good to go. Make sure vfio is loaded in the modules-load.d

    vfio
    vfio_iommu_type1
    vfio_pci
    vfio_virqfd
    

    Make sure the module options are set correctly and the kernel module is blacklisted in /etc/modprobe.d/vfio.conf

    options vfio-pci ids=1000:0097
    blacklist MODULE_NAME
    

    Make sure.IOMMU is enabled in your kernel command line (ex via grub): intel_iommu=on iommu=pt

    This is probably not complete, but it should get you pretty far into allowing you to add the pci device in the hardware config of your vm



  • I’ve been coding since I was around 12. I’ve been doing it for around three decades now…

    On the opposite side of the spectrum, I work for a company that has a pretty strick no assholes policy. We’ve passed on a number of “rock stars” because we knew how personally toxic they were to a team. I do some of the culture fit (which we do first) and tech interviews.

    We don’t care all that much if you get it right or wrong. I mean if it’s all wrong and the candidate has no clue why sure. But sometimes candidates get stressed out being on display, being pressed for time, trying to come up with the most optimized answer instead of just completing. If it’s all wrong and the candidate can tell me exactly why and what they’d need to do to get it right, that’s mostly a pass for us.

    Ultimately wanna see a) how you think, what is your thought process and b) that you can grow.