Gregory Haskins wrote:
Avi Kivity wrote:
pav wrote:
I understand I could use a unix socket and qemu_chr_open() and
friends for this, but isn't a full-blown socket a bit of an overkill
for a simple "kick" interface?
Not at all. Send a byte to have the other side wake up.
FWIW: you could also use an eventfd here.
To share the eventfd with someone else you need a unix domain socket
anyway. Once you do that setup, however, it works out quite nicely
(esp. if it's connected to iosignalfd).
--
I have a truly marvellous patch that fixes the bug which this
signature is too narrow to contain.
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html