Re: [Qemu-devel] [PATCH v2 3/9] qom: Implement qom-set HMP command
On 2015/3/13 0:43, Andreas Färber wrote: > Re-implemented based on qmp_qom_set() to facilitate argument parsing. > > Warn about ambiguous path arguments. > > Signed-off-by: Andreas Färber > --- > hmp-commands.hx | 13 + > hmp.c | 21 + > hmp.h
[Qemu-devel] [PATCH v2 3/9] qom: Implement qom-set HMP command
Re-implemented based on qmp_qom_set() to facilitate argument parsing. Warn about ambiguous path arguments. Signed-off-by: Andreas Färber --- hmp-commands.hx | 13 + hmp.c | 21 + hmp.h | 1 + 3 files changed, 35 insertions(+) diff --git a/hm