Re: [Intel-gfx] [PATCH 04/13] vfio/samples: Delete useless open/close

2021-07-19 Thread Cornelia Huck
On Wed, Jul 14 2021, Jason Gunthorpe wrote: > The core code no longer requires these ops to be defined, so delete these > empty functions and leave the op as NULL. mtty's functions only log a > pointless message, delete that entirely. > > Signed-off-by: Yishai Hadas > Signed-off-by: Jason Guntho

[Intel-gfx] [PATCH 04/13] vfio/samples: Delete useless open/close

2021-07-14 Thread Jason Gunthorpe
The core code no longer requires these ops to be defined, so delete these empty functions and leave the op as NULL. mtty's functions only log a pointless message, delete that entirely. Signed-off-by: Yishai Hadas Signed-off-by: Jason Gunthorpe --- samples/vfio-mdev/mbochs.c | 6 -- samples