Re: [KERNEL PATCH v9 2/3] xen/pvh: Setup gsi for passthrough device

2024-09-18 Thread Stefano Stabellini
On Thu, 12 Sep 2024, Jiqian Chen wrote: > In PVH dom0, the gsis don't get registered, but the gsi of > a passthrough device must be configured for it to be able to be > mapped into a domU. > > When assigning a device to passthrough, proactively setup the gsi > of the device during that process. >

[KERNEL PATCH v9 2/3] xen/pvh: Setup gsi for passthrough device

2024-09-12 Thread Jiqian Chen
In PVH dom0, the gsis don't get registered, but the gsi of a passthrough device must be configured for it to be able to be mapped into a domU. When assigning a device to passthrough, proactively setup the gsi of the device during that process. Signed-off-by: Jiqian Chen Signed-off-by: Huang Rui