On Thu, Oct 25, 2012 at 9:06 PM, Peter Maydell wrote:
> On 25 October 2012 13:57, Dong Xu Wang wrote:
>> While id is NULL, qemu_opts_create can not fail, so ignore
>> errors is fine.
>>
>> Signed-off-by: Dong Xu Wang
>> ---
>> qemu-option.c |5 +
>> qemu-option.h |1 +
>> 2 files ch
While id is NULL, qemu_opts_create can not fail, so ignore
errors is fine.
Signed-off-by: Dong Xu Wang
---
qemu-option.c |5 +
qemu-option.h |1 +
2 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/qemu-option.c b/qemu-option.c
index e0131ce..d7d5ea9 100644
--- a/qemu-opt
On 25 October 2012 13:57, Dong Xu Wang wrote:
> While id is NULL, qemu_opts_create can not fail, so ignore
> errors is fine.
>
> Signed-off-by: Dong Xu Wang
> ---
> qemu-option.c |5 +
> qemu-option.h |1 +
> 2 files changed, 6 insertions(+), 0 deletions(-)
>
> diff --git a/qemu-opti