qemu-devel
[Top][All Lists]
Advanced

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

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


From: Eduardo Habkost
Subject: [Qemu-devel] [PATCH 0/5] Error handling cleanup and fixes
Date: Thu, 8 Jun 2017 10:39:01 -0300

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 *errp directly
  vnc: No need for Error** parameter at vnc_client_io_error()

 ui/vnc.h                |  2 +-
 block.c                 |  8 +++-----
 hw/dma/xilinx_axidma.c  |  4 +---
 hw/net/xilinx_axienet.c |  4 +---
 io/channel-websock.c    |  4 ++--
 migration/migration.c   |  2 +-
 ui/vnc.c                | 13 +++++--------
 7 files changed, 14 insertions(+), 23 deletions(-)

-- 
2.11.0.259.g40922b1




reply via email to

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