Re: [PATCH 1/2] conf: allow display and ramfb for vfio pci hostdevs

2024-03-20 Thread Jonathon Jongsma
On 3/20/24 3:08 AM, Daniel P. Berrangé wrote: On Tue, Mar 19, 2024 at 05:25:54PM -0500, Jonathon Jongsma wrote: We already allow the user to specify display="on" and ramfb="on" for mdev host devices. But newer GPU models will no longer use the mdev framework, so we should enable this same

Re: [PATCH 1/2] conf: allow display and ramfb for vfio pci hostdevs

2024-03-20 Thread Daniel P . Berrangé
On Tue, Mar 19, 2024 at 05:25:54PM -0500, Jonathon Jongsma wrote: > We already allow the user to specify display="on" and ramfb="on" for > mdev host devices. But newer GPU models will no longer use the mdev > framework, so we should enable this same functionality for other > non-mdev passthrough

[PATCH 1/2] conf: allow display and ramfb for vfio pci hostdevs

2024-03-19 Thread Jonathon Jongsma
We already allow the user to specify display="on" and ramfb="on" for mdev host devices. But newer GPU models will no longer use the mdev framework, so we should enable this same functionality for other non-mdev passthrough PCI devices. Resolves: https://issues.redhat.com/browse/RHEL-28808