On 2013年04月11日 17:37, Daniel P. Berrange wrote:
On Wed, Mar 27, 2013 at 01:07:56PM +0800, Li Zhang wrote:
> From: Li Zhang <zhlcindy(a)linux.vnet.ibm.com>
>
> This patch is to add NVRAM test cases.
>
> Signed-off-by: Li Zhang <zhlcindy(a)linux.vnet.ibm.com>
> ---
> .../qemuxml2argv-pseries-nvram.args | 1 +
> .../qemuxml2argv-pseries-nvram.xml | 20 ++++++++++++++++++++
> tests/qemuxml2argvtest.c | 2 ++
You should also add the same data files in tests/qemuargv2xmltest.c to validate
your code for parsing ARGV.
OK, I will add it.
Daniel