The AI-powered unified PSA-RMM platform for modern MSPs.
Trusted PSA-RMM partner of MSPs worldwide
SuperOps.ai is the only PSA-RMM platform powered by intelligent automation and thoughtfully crafted for the new-age MSP. The platform also helps MSPs manage their projects, clients, and IT documents from a single place.
Learn More
Network Management Software and Tools for Businesses and Organizations | Auvik Networks
Mapping, inventory, config backup, and more.
Reduce IT headaches and save time with a proven solution for automated network discovery, documentation, and performance monitoring. Choose Auvik because you'll see value in minutes, and stay with us to improve your IT for years to come.
My changes to qemu for legacy free GPU passthrough
...Only one adapter can use legacy vga regions at same time.
This is an attemp to achieve a qemu gpu passthrough without legacy vga accesses to graphics card.
Legacy io accesses to vga registers are replaced through MMIO accesses.
Legacy accesses to vga memory are replaced through accesses to plain framebuffer.
This avoids vga arbiter problems in linux kernel.
...Xvisor primarily supports Full virtualization hence, supports a wide range of unmodified Guest operating systems. Paravirtualization is optional for Xvisor and will be supported in an architecture independent manner (such as VirtIO PCI/MMIO devices) to ensure no-change in Guest OS for using paravirtualization.