qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 0/4] Error checking for NULL or negative return valu


From: Shreya Shrivastava
Subject: [Qemu-devel] [PATCH 0/4] Error checking for NULL or negative return value.
Date: Sun, 16 Oct 2016 00:40:18 -0000

Hello,

This series adds basic error checking for negative and null value return.

Shreya.

Shreya Shrivastava (4):
  Add error checking for qemu_find_file.
  Add error checking for load_image_targphys.
  Add error checking for event_notifier_init.
  Add error checking for msix_init.

 hw/arm/nseries.c      |  9 ++++++--
 hw/lm32/milkymist.c   | 19 +++++++++++++----
 hw/microblaze/boot.c  |  5 +++++
 hw/ppc/e500.c         |  5 ++++-
 hw/ppc/mac_newworld.c |  5 +++++
 hw/ppc/mac_oldworld.c |  4 ++++
 hw/ppc/virtex_ml507.c |  5 +++++
 hw/usb/hcd-xhci.c     |  3 ++-
 tests/test-aio.c      | 59
++++++++++++++++++++++++++-------------------------
 9 files changed, 77 insertions(+), 37 deletions(-)

-- 
1.9.1




reply via email to

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