Re: [Qemu-devel] [PATCH] QemuOpt: add unit tests

2014-03-17 Thread Leandro Dorileo
On Mon, Mar 17, 2014 at 10:16:12AM -0600, Eric Blake wrote: > On 03/16/2014 03:18 PM, Leandro Dorileo wrote: > > Cover basic aspects and API usage for QemuOpt. The current implementation > > covers the API's planed to be changed by Chunyan Liu in his > > QEMUOptionParameter > > s/planed/planned/

Re: [Qemu-devel] [PATCH] QemuOpt: add unit tests

2014-03-17 Thread Eric Blake
On 03/16/2014 03:18 PM, Leandro Dorileo wrote: > Cover basic aspects and API usage for QemuOpt. The current implementation > covers the API's planed to be changed by Chunyan Liu in his > QEMUOptionParameter s/planed/planned/ > replacement/cleanup job. > > Other APIs should be covered in future

[Qemu-devel] [PATCH] QemuOpt: add unit tests

2014-03-16 Thread Leandro Dorileo
Cover basic aspects and API usage for QemuOpt. The current implementation covers the API's planed to be changed by Chunyan Liu in his QEMUOptionParameter replacement/cleanup job. Other APIs should be covered in future improvements. Signed-off-by: Leandro Dorileo --- tests/Makefile | 3