qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PULL 0/4] Error reporting patches for 2020-03-17


From: Markus Armbruster
Subject: [PULL 0/4] Error reporting patches for 2020-03-17
Date: Tue, 17 Mar 2020 17:33:39 +0100

The following changes since commit 40c67636f67c2a89745f2e698522fe917326a952:

  Merge remote-tracking branch 'remotes/kraxel/tags/usb-20200317-pull-request' 
into staging (2020-03-17 14:00:56 +0000)

are available in the Git repository at:

  git://repo.or.cz/qemu/armbru.git tags/pull-error-2020-03-17

for you to fetch changes up to 709dfb64925ed2b2978bf4c17ab98b2c7a9a05c1:

  hw/sd/ssi-sd: fix error handling in ssi_sd_realize (2020-03-17 17:30:03 +0100)

----------------------------------------------------------------
Error reporting patches for 2020-03-17

----------------------------------------------------------------
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

Vladimir Sementsov-Ogievskiy (1):
      hw/sd/ssi-sd: fix error handling in ssi_sd_realize

 block/monitor/block-hmp-cmds.c |  4 +---
 hw/block/xen-block.c           | 10 ++++------
 hw/misc/ivshmem.c              |  7 +++----
 hw/sd/ssi-sd.c                 | 16 ++++++++++++++--
 target/arm/monitor.c           |  8 ++------
 tests/qtest/fuzz/qos_fuzz.c    |  7 ++-----
 6 files changed, 26 insertions(+), 26 deletions(-)

-- 
2.21.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]