Re: [Spice-devel] [PATCH 3/3] vdservice: stop service on virtio failure

2012-09-23 Thread Uri Lublin
On 09/16/2012 11:50 AM, Arnon Gilboa wrote: read& write are async, and their completion is handled by handle_event(), which returns status used by service execute loop. previously an error in GetOverlappedResult caused vdservice hang. also removed _events_vdi_port_base field as part of a cle

[Spice-devel] [PATCH 3/3] vdservice: stop service on virtio failure

2012-09-16 Thread Arnon Gilboa
read & write are async, and their completion is handled by handle_event(), which returns status used by service execute loop. previously an error in GetOverlappedResult caused vdservice hang. rhbz#839564 --- vdservice/pci_vdi_port.cpp|3 ++- vdservice/pci_vdi_port.h |2 +- vdserv