]> git.proxmox.com Git - mirror_qemu.git/commit - vl.c
vl: redo -object parsing
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 10 Jun 2014 11:15:15 +0000 (19:15 +0800)
committerMichael S. Tsirkin <mst@redhat.com>
Thu, 19 Jun 2014 15:44:20 +0000 (18:44 +0300)
commitc4090f8ef661fc314610883008c6593c720db564
treecf2c9894b9f0bb2324934b25fda43b1f2828057e
parent7f56e740a68c9f4ccebf7ad7590e82fbb30ffc87
vl: redo -object parsing

Follow the lines of the HMP implementation, using OptsVisitor
to parse the options.  This gives access to OptsVisitor's
rich parsing of integer lists.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Hu Tao <hutao@cn.fujitsu.com>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
vl.c