Re: [PATCH 2/5] virt: add Bao IPC shared memory driver

From: Greg KH
Date: Wed Dec 24 2025 - 10:54:53 EST


On Wed, Dec 24, 2025 at 01:52:14PM +0000, joaopeixoto@xxxxxxxxx wrote:
> +struct class *cl;

Why not just use the misc device api instead? No need for a full class
for just one char device, right? Or even if you have multiple ones,
again, no need for a whole class. That should make the code much
simpler overall.

thanks,

greg k-h