Re: [Qemu-devel] [FIRST-PATCH] updated the negation STREQ to STRNEQ

2015-09-21 Thread Michal Privoznik
On 21.09.2015 13:05, Michal Privoznik wrote: > [You've got the wrong list. This is a libvirt patch and as such it > should have been sent to the libvir-l...@redhat.com] > > On 19.09.2015 16:59, Lasya wrote: >> Hi, >> This is my first patch in QEMU. I have solved a bite-sized bug. I have >> update

Re: [Qemu-devel] [FIRST-PATCH] updated the negation STREQ to STRNEQ

2015-09-21 Thread Michal Privoznik
[You've got the wrong list. This is a libvirt patch and as such it should have been sent to the libvir-l...@redhat.com] On 19.09.2015 16:59, Lasya wrote: > Hi, > This is my first patch in QEMU. I have solved a bite-sized bug. I have > updated the !STREQ with STRNEQ in the following files. Thanks.

[Qemu-devel] [FIRST-PATCH] updated the negation STREQ to STRNEQ

2015-09-19 Thread Lasya
Hi, This is my first patch in QEMU. I have solved a bite-sized bug. I have updated the !STREQ with STRNEQ in the following files. Thanks. --- src/bhyve/bhyve_driver.c | 2 +- src/conf/network_conf.c | 4 ++-- src/conf/nwfilter_conf.c | 2 +- src/conf/n