Re: [Qemu-devel] [PATCH] qtest: Rename qtest.c:qtest_init()

2019-08-13 Thread Thomas Huth
On 8/5/19 5:13 AM, Oleinik, Alexander wrote: > Both the qtest client, libqtest.c, and server, qtest.c, used the same > name for initialization functions which can cause confusion. > > Signed-off-by: Alexander Oleinik > --- > Thank you, Thomas Huth for the suggestion. Thanks you for the patch, it

Re: [Qemu-devel] [PATCH] qtest: Rename qtest.c:qtest_init()

2019-08-08 Thread Stefan Hajnoczi
On Mon, Aug 05, 2019 at 03:13:01AM +, Oleinik, Alexander wrote: > Both the qtest client, libqtest.c, and server, qtest.c, used the same > name for initialization functions which can cause confusion. > > Signed-off-by: Alexander Oleinik > --- > Thank you, Thomas Huth for the suggestion. > >

Re: [Qemu-devel] [PATCH] qtest: Rename qtest.c:qtest_init()

2019-08-05 Thread John Snow
On 8/4/19 11:13 PM, Oleinik, Alexander wrote: > Both the qtest client, libqtest.c, and server, qtest.c, used the same > name for initialization functions which can cause confusion. > > Signed-off-by: Alexander Oleinik > --- > Thank you, Thomas Huth for the suggestion. Sometimes we use: Sugge