Show patches with: Series = Less clumsy error checking       |    State = Action Required       |    Archived = No       |   45 patches
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[v4,45/45] hmp: Ignore Error objects where the return value suffices Less clumsy error checking - - 1 - --- 2020-07-07 Markus Armbruster New
[v4,44/45] qdev: Ignore Error objects where the return value suffices Less clumsy error checking - - 1 - --- 2020-07-07 Markus Armbruster New
[v4,43/45] qemu-img: Ignore Error objects where the return value suffices Less clumsy error checking - - 1 - --- 2020-07-07 Markus Armbruster New
[v4,42/45] error: Avoid error_propagate() after migrate_add_blocker() Less clumsy error checking - - 2 - --- 2020-07-07 Markus Armbruster New
[v4,41/45] qapi: Purge error_propagate() from QAPI core Less clumsy error checking - - 1 - --- 2020-07-07 Markus Armbruster New
[v4,40/45] qapi: Smooth visitor error checking in generated code Less clumsy error checking - - 1 - --- 2020-07-07 Markus Armbruster New
[v4,39/45] qapi: Smooth another visitor error checking pattern Less clumsy error checking - - 1 - --- 2020-07-07 Markus Armbruster New
[v4,38/45] block/parallels: Simplify parallels_open() after previous commit Less clumsy error checking - - 2 - --- 2020-07-07 Markus Armbruster New
[v4,37/45] error: Reduce unnecessary error propagation Less clumsy error checking - - 1 - --- 2020-07-07 Markus Armbruster New
[v4,36/45] error: Eliminate error_propagate() manually Less clumsy error checking - - 1 - --- 2020-07-07 Markus Armbruster New
[v4,35/45] error: Eliminate error_propagate() with Coccinelle, part 2 Less clumsy error checking - - 1 - --- 2020-07-07 Markus Armbruster New
[v4,34/45] error: Eliminate error_propagate() with Coccinelle, part 1 Less clumsy error checking - - 1 - --- 2020-07-07 Markus Armbruster New
[v4,33/45] error: Avoid unnecessary error_propagate() after error_setg() Less clumsy error checking - - 1 - --- 2020-07-07 Markus Armbruster New
[v4,32/45] qdev: Use returned bool to check for failure, Coccinelle part Less clumsy error checking - - 1 - --- 2020-07-07 Markus Armbruster New
[v4,31/45] qdev: Make functions taking Error ** return bool, not void Less clumsy error checking - - 2 - --- 2020-07-07 Markus Armbruster New
[v4,30/45] qom: Make functions taking Error ** return bool, not 0/-1 Less clumsy error checking - - 2 - --- 2020-07-07 Markus Armbruster New
[v4,29/45] qom: Use returned bool to check for failure, manual part Less clumsy error checking - - 2 - --- 2020-07-07 Markus Armbruster New
[v4,28/45] qom: Use returned bool to check for failure, Coccinelle part Less clumsy error checking - - 2 - --- 2020-07-07 Markus Armbruster New
[v4,27/45] qom: Make functions taking Error ** return bool, not void Less clumsy error checking - - 2 - --- 2020-07-07 Markus Armbruster New
[v4,26/45] qom: Put name parameter before value / visitor parameter Less clumsy error checking - - 2 - --- 2020-07-07 Markus Armbruster New
[v4,25/45] qom: Use return values to check for error where that's simpler Less clumsy error checking - - 2 - --- 2020-07-07 Markus Armbruster New
[v4,24/45] qom: Don't handle impossible object_property_get_link() failure Less clumsy error checking - - 2 - --- 2020-07-07 Markus Armbruster New
[v4,23/45] qom: Crash more nicely on object_property_get_link() failure Less clumsy error checking - - 2 - --- 2020-07-07 Markus Armbruster New
[v4,22/45] qom: Rename qdev_get_type() to object_get_type() Less clumsy error checking - - 3 - --- 2020-07-07 Markus Armbruster New
[v4,21/45] qom: Use error_reportf_err() instead of g_printerr() in examples Less clumsy error checking - - 2 - --- 2020-07-07 Markus Armbruster New
[v4,20/45] s390x/pci: Fix harmless mistake in zpci's property fid's setter Less clumsy error checking - - 2 - --- 2020-07-07 Markus Armbruster New
[v4,19/45] qapi: Use returned bool to check for failure, manual part Less clumsy error checking - - 2 - --- 2020-07-07 Markus Armbruster New
[v4,18/45] qapi: Use returned bool to check for failure, Coccinelle part Less clumsy error checking - - 2 - --- 2020-07-07 Markus Armbruster New
[v4,17/45] qapi: Make visitor functions taking Error ** return bool, not void Less clumsy error checking - - 2 - --- 2020-07-07 Markus Armbruster New
[v4,16/45] hmp: Eliminate a variable in hmp_migrate_set_parameter() Less clumsy error checking - - 2 - --- 2020-07-07 Markus Armbruster New
[v4,15/45] block: Avoid error accumulation in bdrv_img_create() Less clumsy error checking - - 2 - --- 2020-07-07 Markus Armbruster New
[v4,14/45] qemu-option: Use returned bool to check for failure Less clumsy error checking - - 2 - --- 2020-07-07 Markus Armbruster New
[v4,13/45] qemu-option: Make functions taking Error ** return bool, not void Less clumsy error checking - - 2 - --- 2020-07-07 Markus Armbruster New
[v4,12/45] qemu-option: Replace opt_set() by cleaner opt_validate() Less clumsy error checking - - 2 - --- 2020-07-07 Markus Armbruster New
[v4,11/45] qemu-option: Factor out helper opt_create() Less clumsy error checking - - 2 - --- 2020-07-07 Markus Armbruster New
[v4,10/45] qemu-option: Simplify around find_default_by_name() Less clumsy error checking - - 3 - --- 2020-07-07 Markus Armbruster New
[v4,09/45] qemu-option: Factor out helper find_default_by_name() Less clumsy error checking - - 3 - --- 2020-07-07 Markus Armbruster New
[v4,08/45] qemu-option: Make uses of find_desc_by_name() more similar Less clumsy error checking - - 3 - --- 2020-07-07 Markus Armbruster New
[v4,07/45] qemu-option: Check return value instead of @err where convenient Less clumsy error checking - - 3 - --- 2020-07-07 Markus Armbruster New
[v4,06/45] virtio-crypto-pci: Tidy up virtio_crypto_pci_realize() Less clumsy error checking - - 3 - --- 2020-07-07 Markus Armbruster New
[v4,05/45] macio: Tidy up error handling in macio_newworld_realize() Less clumsy error checking 1 - 3 - --- 2020-07-07 Markus Armbruster New
[v4,04/45] qdev: Use returned bool to check for qdev_realize() etc. failure Less clumsy error checking - - 3 - --- 2020-07-07 Markus Armbruster New
[v4,03/45] error: Document Error API usage rules Less clumsy error checking - - 3 - --- 2020-07-07 Markus Armbruster New
[v4,02/45] error: Improve error.h's big comment Less clumsy error checking - - 2 - --- 2020-07-07 Markus Armbruster New
[v4,01/45] error: Fix examples in error.h's big comment Less clumsy error checking - - 3 - --- 2020-07-07 Markus Armbruster New