[Qemu-devel] [PATCH 4/4] Added error checking for msix_init.

2016-10-15 Thread Shreya Shrivastava
Add checks for negative return value to uses of msix_init. Signed-off-by: Shreya Shrivastava <pin...@sigaint.org> --- hw/usb/hcd-xhci.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hw/usb/hcd-xhci.c b/hw/usb/hcd-xhci.c index 4acf0c6..cb854aa 100644 --- a/hw/u

[Qemu-devel] [PATCH 3/4] Add error checking for event_notifier_init.

2016-10-15 Thread Shreya Shrivastava
Add checks for negative return value to uses of event_notifier_init. Signed-off-by: Shreya Shrivastava <pin...@sigaint.org> --- tests/test-aio.c | 59 1 file changed, 30 insertions(+), 29 deletions(-) diff --git a/tests/test-aio.c b

[Qemu-devel] [PATCH 2/4] Add error checking for load_image_targphys.

2016-10-15 Thread Shreya Shrivastava
Add checks for negative return value to uses of load_image_targphys. Signed-off-by: Shreya Shrivastava <pin...@sigaint.org> --- hw/arm/nseries.c | 9 +++-- hw/lm32/milkymist.c | 19 +++ hw/ppc/virtex_ml507.c | 5 + 3 files changed, 27 insertions(+), 6 del

[Qemu-devel] [PATCH 1/4] Add error checking for qemu_find_file.

2016-10-15 Thread Shreya Shrivastava
This patch adds check for NULL return value to uses of qemu_find_file. Signed-off-by: Shreya Shrivastava <pin...@sigaint.org> --- hw/microblaze/boot.c | 5 + hw/ppc/e500.c | 5 - hw/ppc/mac_newworld.c | 5 + hw/ppc/mac_oldworld.c | 4 4 files changed, 18 inse

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

2016-10-15 Thread Shreya Shrivastava
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

[Qemu-devel] Aspirant for Outreachy 2016 December- Marc

2016-10-03 Thread Shreya Shrivastava
HI , I am interested in applying for Outreachy 2016 December- March round by contributing to VIRTIO 1.0 support in libqos project for Qemu. Kindly let me know how to get started with this project. Shreya Shrivastava

[Qemu-devel] (no subject)

2016-10-02 Thread Shreya Shrivastava
HI , I am interested in applying for Outreachy 2016 December- March round by contributing to VIRTIO 1.0 support in libqos project for Qemu. Kindly let me know how to get started with this project. Shreya Shrivastava