Re: [libvirt] [PATCH 11/12] qemu: Implement random number generator hotplug

2015-02-10 Thread Peter Krempa
On Mon, Feb 09, 2015 at 16:57:17 +0100, Ján Tomko wrote: On Fri, Feb 06, 2015 at 04:32:25PM +0100, Peter Krempa wrote: From: Luyao Huang lhu...@redhat.com Export the required helpers and add backend code to hotplug RNG devices. Signed-off-by: Luyao Huang lhu...@redhat.com

Re: [libvirt] [PATCH 11/12] qemu: Implement random number generator hotplug

2015-02-09 Thread Ján Tomko
On Fri, Feb 06, 2015 at 04:32:25PM +0100, Peter Krempa wrote: From: Luyao Huang lhu...@redhat.com Export the required helpers and add backend code to hotplug RNG devices. Signed-off-by: Luyao Huang lhu...@redhat.com Signed-off-by: Peter Krempa pkre...@redhat.com ---

[libvirt] [PATCH 11/12] qemu: Implement random number generator hotplug

2015-02-06 Thread Peter Krempa
From: Luyao Huang lhu...@redhat.com Export the required helpers and add backend code to hotplug RNG devices. Signed-off-by: Luyao Huang lhu...@redhat.com Signed-off-by: Peter Krempa pkre...@redhat.com --- src/qemu/qemu_command.c | 2 +- src/qemu/qemu_command.h | 4 ++ src/qemu/qemu_driver.c