Re: [Qemu-devel] [PATCH 0/2] slirp: handle errors in sosendoob()

2017-07-09 Thread Samuel Thibault
Peter Maydell, on dim. 09 juil. 2017 22:21:01 +0100, wrote: > Ping^2 ? I'm sorry I'm still too busy ATM, it's still far in my mbox. Samuel

Re: [Qemu-devel] [PATCH 0/2] slirp: handle errors in sosendoob()

2017-07-09 Thread Peter Maydell
Ping^2 ? thanks -- PMM On 26 June 2017 at 13:24, Peter Maydell wrote: > Ping for review? > > thanks > -- PMM > > On 5 June 2017 at 17:19, Peter Maydell wrote: >> At the moment the slirp sosendoob() function doesn't properly >> handle errors

Re: [Qemu-devel] [PATCH 0/2] slirp: handle errors in sosendoob()

2017-06-26 Thread Peter Maydell
Ping for review? thanks -- PMM On 5 June 2017 at 17:19, Peter Maydell wrote: > At the moment the slirp sosendoob() function doesn't properly > handle errors from slirp_send(), and its callers don't do > anything with its return value either. (Coverity spots the >

Re: [Qemu-devel] [PATCH 0/2] slirp: handle errors in sosendoob()

2017-06-05 Thread no-reply
Hi, This series seems to have some coding style problems. See output below for more information: Message-id: 1496679576-14336-1-git-send-email-peter.mayd...@linaro.org Subject: [Qemu-devel] [PATCH 0/2] slirp: handle errors in sosendoob() Type: series === TEST SCRIPT BEGIN === #!/bin/bash BASE

[Qemu-devel] [PATCH 0/2] slirp: handle errors in sosendoob()

2017-06-05 Thread Peter Maydell
At the moment the slirp sosendoob() function doesn't properly handle errors from slirp_send(), and its callers don't do anything with its return value either. (Coverity spots the latter as CID 1005633.) This patchset attempts to fix that. In the first patch we fix sosendoob() itself so that we