[Qemu-devel] First contribution - Interested in Outreachy

2017-04-12 Thread Prerna Garg
Hello, This is my first patch submission. I am interested in the block filter project for this round of Outreachy. diff --git a/backends/hostmem.c b/backends/hostmem.c index 89feb9e..f056a25 100644 --- a/backends/hostmem.c +++ b/backends/hostmem.c @@ -263,7 +263,7 @@ host_memory_backend_memory

Re: [Qemu-devel] First contribution - Interested in Outreachy

2017-04-11 Thread Prerna Garg
Hello, The previous patch was incorrect. Sorry for the inconvenience. Please consider this as my first contribution. diff --git a/block/iscsi.c b/block/iscsi.c index 716e74a..b926ed4 100644 --- a/block/iscsi.c +++ b/block/iscsi.c @@ -1034,7 +1034,7 @@ static BlockAIOCB *iscsi_aio_ioctl(BlockDr

Re: [Qemu-devel] First contribution - Interested in Outreachy

2017-04-11 Thread Kevin Wolf
Hi Prerna, Am 10.04.2017 um 21:59 hat Prerna Garg geschrieben: > The previous patch was incorrect. Sorry for the inconvenience. Please consider > this as my first contribution. Please read this wiki page about how to submit patches to QEMU: http://wiki.qemu-project.org/Contribute/SubmitAPat