[Qemu-devel] [PATCH v3] qemu-char: Fix missed data on unix socket

2015-07-17 Thread pyssling
From: Nils Carlson Commit 812c1057 introduced HUP detection on unix and tcp sockets prior to a read in tcp_chr_read. This unfortunately broke CloudStack 4.2 which relied on the old behaviour where data on a socket was readable even if a HUP was present. A working solution seems to be to simply c

Re: [Qemu-devel] [PATCH v3] qemu-char: Fix missed data on unix socket

2015-07-17 Thread Paolo Bonzini
On 17/07/2015 19:11, pyssl...@ludd.ltu.se wrote: > From: Nils Carlson > > Commit 812c1057 introduced HUP detection on unix and tcp sockets prior > to a read in tcp_chr_read. This unfortunately broke CloudStack 4.2 > which relied on the old behaviour where data on a socket was readable > even if