[Spice-devel] [vdagent-win PATCH 1/2] vdagent: add support for VD_AGENT_CLIENT_DISCONNECTED

2013-05-08 Thread Arnon Gilboa
vdagent is stopped, so a new instance is to be launched by vdservice. imho, this seems simpler than cleaning agent in/out msg state and reseting the vio-serial device to cleanup pending msgs. rhbz #956133 --- vdagent/vdagent.cpp |4 1 files changed, 4 insertions(+), 0 deletions(-) diff

Re: [Spice-devel] [vdagent-win PATCH 1/2] vdagent: add support for VD_AGENT_CLIENT_DISCONNECTED

2013-05-08 Thread Hans de Goede
Looks good, ack series. On 05/08/2013 05:01 PM, Arnon Gilboa wrote: vdagent is stopped, so a new instance is to be launched by vdservice. imho, this seems simpler than cleaning agent in/out msg state and reseting the vio-serial device to cleanup pending msgs. rhbz #956133 ---