All of lore.kernel.org
 help / color / mirror / Atom feed
* question: asynchronous notification from vhost
@ 2019-10-15  9:23 Guennadi Liakhovetski
  2019-10-15 14:42 ` 0-copy (was Re: question: asynchronous notification from vhost) Guennadi Liakhovetski
  0 siblings, 1 reply; 2+ messages in thread
From: Guennadi Liakhovetski @ 2019-10-15  9:23 UTC (permalink / raw)
  To: virtualization

Hi,

I'm developing a virtualised audio / DSP virtio and vhost driver pair 
and I'm currently somewhat stuck trying to figure out how to 
asynchronously notify the guest from the vhost driver. I'm using the 
vhost_add_used_and_signal() function to return data back to the guest 
in the guest context, when the guest initiated an operation, that's 
working well. But how do I "kick" the guest from an asynchronous, e.g. 
from an interrupt thread context?

Thanks
Guennadi

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-10-15 14:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-15  9:23 question: asynchronous notification from vhost Guennadi Liakhovetski
2019-10-15 14:42 ` 0-copy (was Re: question: asynchronous notification from vhost) Guennadi Liakhovetski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.