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
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
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
This patch adds check for NULL return value to uses of qemu_find_file.
Signed-off-by: Shreya Shrivastava
---
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 insertions(+), 1 deletion(-)
diff
Add checks for negative return value to uses of load_image_targphys.
Signed-off-by: Shreya Shrivastava
---
hw/arm/nseries.c | 9 +++--
hw/lm32/milkymist.c | 19 +++
hw/ppc/virtex_ml507.c | 5 +
3 files changed, 27 insertions(+), 6 deletions(-)
diff --git a/hw
Add checks for negative return value to uses of event_notifier_init.
Signed-off-by: Shreya Shrivastava
---
tests/test-aio.c | 59
1 file changed, 30 insertions(+), 29 deletions(-)
diff --git a/tests/test-aio.c b/tests/test-aio.c
index
Add checks for negative return value to uses of msix_init.
Signed-off-by: Shreya Shrivastava
---
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/usb/hcd-xhci.c
+++ b/hw/usb/hcd