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