Re: [Spice-devel] [PATCH spice-server 4/8] stream-device: Disable guest device on errors

2018-02-27 Thread Frediano Ziglio
> > On Sun, Feb 18, 2018 at 06:58:10PM +, Frediano Ziglio wrote: > > To communicate the error and avoiding to have to read any data the > > guest want to write disable the device. > > I am having troubles parsing this. Is this missing a comma before > "disable"? > > "To communicate the

Re: [Spice-devel] [PATCH spice-server 4/8] stream-device: Disable guest device on errors

2018-02-23 Thread Christophe Fergeau
On Sun, Feb 18, 2018 at 06:58:10PM +, Frediano Ziglio wrote: > To communicate the error and avoiding to have to read any data the > guest want to write disable the device. I am having troubles parsing this. Is this missing a comma before "disable"? "To communicate the error and avoiding to

[Spice-devel] [PATCH spice-server 4/8] stream-device: Disable guest device on errors

2018-02-18 Thread Frediano Ziglio
To communicate the error and avoiding to have to read any data the guest want to write disable the device. Signed-off-by: Frediano Ziglio --- server/stream-device.c | 20 1 file changed, 20 insertions(+) diff --git a/server/stream-device.c