On Fri, Mar 06, 2026 at 10:58:19AM +0000, Anatoly Burakov wrote: > For some functionality, we will need to know if the virtchnl message queue > interrupts are enabled (i.e. if the new virtchnl messages will be delivered > into an interrupt thread as opposed to having to directly poll the queue). > Add such flag and track its status during init/close. > > Signed-off-by: Anatoly Burakov <[email protected]> > --- Acked-by: Bruce Richardson <[email protected]>

