Re: [Qemu-devel] [PATCH 0/5] Error handling cleanup and fixes

2017-07-06 Thread Markus Armbruster
Eduardo Habkost writes: > This series fixes and simplifies some of the existing code that > assigns to *errp directly. PATCH 1-3 applied to error-next, thanks!

Re: [Qemu-devel] [PATCH 0/5] Error handling cleanup and fixes

2017-07-05 Thread Markus Armbruster
Eduardo Habkost writes: > This series fixes and simplifies some of the existing code that > assigns to *errp directly. > > Eduardo Habkost (5): > xilinx: Fix error handling > block: Don't try to set *errp directly > websock: Don't try to set *errp directly > migration: Don't try to set *e

Re: [Qemu-devel] [PATCH 0/5] Error handling cleanup and fixes

2017-06-08 Thread Eric Blake
On 06/08/2017 08:39 AM, Eduardo Habkost wrote: > This series fixes and simplifies some of the existing code that > assigns to *errp directly. > > Eduardo Habkost (5): > xilinx: Fix error handling > block: Don't try to set *errp directly > websock: Don't try to set *errp directly > migratio