qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Minor error handling cleanups
@ 2020-03-13 17:05 Markus Armbruster
  2020-03-13 17:05 ` [PATCH 1/3] Use &error_abort instead of separate assert() Markus Armbruster
                   ` (5 more replies)
  0 siblings, 6 replies; 21+ messages in thread
From: Markus Armbruster @ 2020-03-13 17:05 UTC (permalink / raw)
  To: qemu-devel; +Cc: alxndr, vsementsov, ashijeetacharya, qemu-block, paul.durrant

Markus Armbruster (3):
  Use &error_abort instead of separate assert()
  hw/misc/ivshmem: Use one Error * variable instead of two
  xen-block: Use one Error * variable instead of two

 block/monitor/block-hmp-cmds.c | 4 +---
 hw/block/xen-block.c           | 5 +----
 hw/misc/ivshmem.c              | 7 +++----
 target/arm/monitor.c           | 8 ++------
 tests/qtest/fuzz/qos_fuzz.c    | 6 ++----
 5 files changed, 9 insertions(+), 21 deletions(-)

-- 
2.21.1



^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2020-03-17 20:05 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-13 17:05 [PATCH 0/3] Minor error handling cleanups Markus Armbruster
2020-03-13 17:05 ` [PATCH 1/3] Use &error_abort instead of separate assert() Markus Armbruster
2020-03-13 17:37   ` Alexander Bulekov
2020-03-13 17:57     ` Eric Blake
2020-03-14  4:58     ` Markus Armbruster
2020-03-17 12:21       ` Vladimir Sementsov-Ogievskiy
2020-03-13 17:05 ` [PATCH 2/3] hw/misc/ivshmem: Use one Error * variable instead of two Markus Armbruster
2020-03-13 17:58   ` Eric Blake
2020-03-17 12:27   ` Vladimir Sementsov-Ogievskiy
2020-03-13 17:05 ` [PATCH 3/3] xen-block: " Markus Armbruster
2020-03-13 18:01   ` Eric Blake
2020-03-13 19:48   ` Philippe Mathieu-Daudé
2020-03-17 12:32   ` Vladimir Sementsov-Ogievskiy
2020-03-17 19:03     ` Markus Armbruster
2020-03-17 20:04       ` Vladimir Sementsov-Ogievskiy
2020-03-13 17:26 ` [PATCH 0/3] Minor error handling cleanups Peter Maydell
2020-03-17 12:57 ` [PATCH v10 4/3] hw/sd/ssi-sd: fix error handling in ssi_sd_realize Vladimir Sementsov-Ogievskiy
2020-03-17 14:13   ` Philippe Mathieu-Daudé
2020-03-17 15:13   ` Markus Armbruster
2020-03-17 15:39   ` Markus Armbruster
2020-03-17 16:34 ` [PATCH 0/3] Minor error handling cleanups Markus Armbruster

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).