Re: [Qemu-devel] [PATCH] Modify qemu_opt_rename to realize renaming all items in opts

2014-09-23 Thread Jun Li
On Tue, 09/23 10:47, Eric Blake wrote: > On 09/23/2014 07:13 AM, Jun Li wrote: > > Add realization of rename all items in opts for qemu_opt_rename. > > e.g: > > When add bps twice in command line, need to rename all bps to > > throttling.bps-total. > > > > Signed-off-by: Jun Li > > --- > > This p

Re: [Qemu-devel] [PATCH] Modify qemu_opt_rename to realize renaming all items in opts

2014-09-23 Thread Eric Blake
On 09/23/2014 07:13 AM, Jun Li wrote: > Add realization of rename all items in opts for qemu_opt_rename. > e.g: > When add bps twice in command line, need to rename all bps to > throttling.bps-total. > > Signed-off-by: Jun Li > --- > This patch solved following bug: > Bug 1145586 - qemu-kvm will

[Qemu-devel] [PATCH] Modify qemu_opt_rename to realize renaming all items in opts

2014-09-23 Thread Jun Li
Add realization of rename all items in opts for qemu_opt_rename. e.g: When add bps twice in command line, need to rename all bps to throttling.bps-total. Signed-off-by: Jun Li --- This patch solved following bug: Bug 1145586 - qemu-kvm will give strange hint when add bps twice for a drive ref:htt