Re: [Qemu-devel] [RFC 1/3] qemu-ga: add support for events

2017-07-13 Thread Tomáš Golembiovský
On Fri, 7 Jul 2017 15:53:37 -0500 Eric Blake wrote: > On 06/23/2017 08:02 AM, Tomáš Golembiovský wrote: > > Events can play an integral role when monitoring internal state of the > > guest OS. This patch adds the core functionality for adding events to > > QEMU Guest Agent. > > Will sending ev

Re: [Qemu-devel] [RFC 1/3] qemu-ga: add support for events

2017-07-07 Thread Eric Blake
On 06/23/2017 08:02 AM, Tomáš Golembiovský wrote: > Events can play an integral role when monitoring internal state of the > guest OS. This patch adds the core functionality for adding events to > QEMU Guest Agent. Will sending events confuse existing clients that aren't expecting them? Do we need

[Qemu-devel] [RFC 1/3] qemu-ga: add support for events

2017-06-23 Thread Tomáš Golembiovský
Events can play an integral role when monitoring internal state of the guest OS. This patch adds the core functionality for adding events to QEMU Guest Agent. Signed-off-by: Tomáš Golembiovský --- Makefile | 7 +- qga/Makefile.objs | 2 +- qga/channel-posix.c| 8 +++