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

q35 support in Xen #435

Open
olivierlambert opened this issue Sep 9, 2020 · 2 comments
Open

q35 support in Xen #435

olivierlambert opened this issue Sep 9, 2020 · 2 comments
Assignees

Comments

@olivierlambert
Copy link
Member

olivierlambert commented Sep 9, 2020

Patch Xen to emulate the Q35 chipset to enable PCIe/GPU passthrough.

Xen currently only emulates the i440 chipset. i440 does not support PCI extended configuration registers (image attached). This patch series would support emulating the Q35 chipset, allowing guests to use devices that require PCIe extended configuration registers.

One reason the original patchset was rejected because they assumed that there would only be one IOREQ server per VM, which is not a generalizable assumption because Xen does support more than one per VM. The discussion thread starts here: https://lore.kernel.org/xen-devel/62c7a3037bb9f5631542f635dc36ae3338c7bf47.1520867741.git.x1917x@gmail.com/

image(1)

@tklengyel
Copy link

Just for reference, the patchset on xen-devel is https://lists.xenproject.org/archives/html/xen-devel/2018-03/msg01176.html
There was another patchset that implemented q35 support at OpenXT/xenclient-oe#729

@beshleman
Copy link

Awesome, thanks for the reference to the patchset Tamas

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

No branches or pull requests

4 participants