Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Working with Proxmox VirtIO GPU? (1AF4:1050) #21

Open
DocMAX opened this issue Dec 22, 2024 · 4 comments
Open

Working with Proxmox VirtIO GPU? (1AF4:1050) #21

DocMAX opened this issue Dec 22, 2024 · 4 comments

Comments

@DocMAX
Copy link

DocMAX commented Dec 22, 2024

Proxmox provides a GPU with ID 1AF4:105B, yours is 1AF4:1050. Whats the difference? Can you support this?

@nooodles2023
Copy link
Collaborator

Device id is not important when you use a virtual device.
The key difference is the implement of virtual device in hypervisor.
The guest driver need to transfer data to hypervisor and the hypervisor also need to consume them and send result back to guest. This process in Mvisor and Proxmox are implemented in completely different ways.

@nooodles2023
Copy link
Collaborator

The principles are the same, but the code implementation needs to be adjusted.

@DocMAX
Copy link
Author

DocMAX commented Dec 27, 2024

ok, then we need a proxmox version... also will you take a look on the "venus" implementaion of qemu (vulkan support)?

@nooodles2023
Copy link
Collaborator

Qemu is strong but too complex, implement a virtio device is more simple in Mvisor.
I'm not interested in Qemu honestly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants