Re: [libvirt] [PATCH 06/12] qemu: add id when build RNG device and rename object id

2015-01-05 Thread lhuang
On 01/05/2015 11:45 PM, Peter Krempa wrote: On 01/05/15 15:51, Peter Krempa wrote: On 01/03/15 06:06, Luyao Huang wrote: We didn't set a id when we build RNG device cmdline before. Give a id to every RNG device and we can hotunplug it via QMP cmd device_del. Signed-off-by: Luyao Huang

Re: [libvirt] [PATCH 06/12] qemu: add id when build RNG device and rename object id

2015-01-05 Thread Peter Krempa
On 01/03/15 06:06, Luyao Huang wrote: We didn't set a id when we build RNG device cmdline before. Give a id to every RNG device and we can hotunplug it via QMP cmd device_del. Signed-off-by: Luyao Huang lhu...@redhat.com --- src/qemu/qemu_command.c | 12 ++-- 1 file changed, 6

Re: [libvirt] [PATCH 06/12] qemu: add id when build RNG device and rename object id

2015-01-05 Thread Peter Krempa
On 01/05/15 15:51, Peter Krempa wrote: On 01/03/15 06:06, Luyao Huang wrote: We didn't set a id when we build RNG device cmdline before. Give a id to every RNG device and we can hotunplug it via QMP cmd device_del. Signed-off-by: Luyao Huang lhu...@redhat.com --- src/qemu/qemu_command.c |

[libvirt] [PATCH 06/12] qemu: add id when build RNG device and rename object id

2015-01-02 Thread Luyao Huang
We didn't set a id when we build RNG device cmdline before. Give a id to every RNG device and we can hotunplug it via QMP cmd device_del. Signed-off-by: Luyao Huang lhu...@redhat.com --- src/qemu/qemu_command.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git