Re: [Qemu-devel] [PATCH v2 1/2] Header cleanups for functions declared in utils/ files

2019-04-01 Thread Aruna Jayasena
Thanks for the feedback! I have recreated the patch according to Daniels suggestions by separating the modifications. On Mon, 1 Apr 2019 at 18:25, Eric Blake wrote: > On 4/1/19 4:26 AM, Aruna Jayasena wrote: > > Declarations were moved out of qemu-common.h for functions declared in > utils/ file

Re: [Qemu-devel] [PATCH v2 1/2] Header cleanups for functions declared in utils/ files

2019-04-01 Thread Eric Blake
On 4/1/19 4:26 AM, Aruna Jayasena wrote: > Declarations were moved out of qemu-common.h for functions declared in utils/ > files. > This task was under https://wiki.qemu.org/Contribute/BiteSizedTasks > > Signed-off-by: Aruna Jayasena > > --- Thanks for working on this! Some hints for better re

[Qemu-devel] [PATCH v2 1/2] Header cleanups for functions declared in utils/ files

2019-04-01 Thread Aruna Jayasena
Declarations were moved out of qemu-common.h for functions declared in utils/ files. This task was under https://wiki.qemu.org/Contribute/BiteSizedTasks Signed-off-by: Aruna Jayasena --- include/qemu-common.h| 6 -- include/qemu/id.h| 3 +++ include/qemu/iov.h