Re: [libvirt] [PATCH 1/2] qemu: add vhost-scsi-pci definitions

2014-07-24 Thread Paolo Bonzini
Il 24/07/2014 05:24, Nicholas A. Bellinger ha scritto: From: Mike Perez thin...@gmail.com This patch adds the necessary definitions to support vhost-scsi-pci and VIR_DOMAIN_CONTROLLER_MODEL_SCSI_VHOST_SCSI in QEMU = v1.5.x code. This includes: - Add QEMU_CAPS_VHOST_SCSI - Add

Re: [libvirt] [PATCH v2] leaseshelper: improvements to support all events

2014-07-24 Thread Peter Krempa
On 07/23/14 23:42, Nehal J Wani wrote: On IRC, we discussed another alternative - keep the top-level item as an array, and instead of adding server-duid as an array element, just add it as an optional field member of each {} ipv6 lease in the array (multiple copies of the string, but oh well).

Re: [libvirt] [PATCH v2 1/6] Introduce virFileFindHugeTLBFS

2014-07-24 Thread Peter Krempa
On 07/23/14 21:06, Daniel P. Berrange wrote: On Wed, Jul 23, 2014 at 05:37:17PM +0200, Michal Privoznik wrote: +int +virFileFindHugeTLBFS(virHugeTLBFSPtr *ret_fs, + size_t *ret_nfs) +{ +int ret = -1; +FILE *f = NULL; +struct mntent mb; +char

Re: [libvirt] [PATCH V2 0/6] Some improvements for video model.

2014-07-24 Thread Wang Rui
On 2014/7/14 19:20, Wang Rui wrote: From: Zeng Junliang zengjunli...@huawei.com https://www.redhat.com/archives/libvir-list/2014-June/msg00569.html ping ... diff to v1: - Rmoving the confusing vram attribute for cirrus and stdvga. - leave out cirrus for the new vgamem attribute. - add

Re: [libvirt] [PATCHv1.5 5/8] security: DAC: Plumb usage of chown callback

2014-07-24 Thread Peter Krempa
On 07/22/14 17:59, John Ferlan wrote: On 07/22/2014 05:20 AM, Peter Krempa wrote: Use the callback to set disk and storage image labels by modifying the existing functions and adding wrappers to avoid refactoring a lot of the code. --- src/security/security_dac.c | 89

Re: [libvirt] [PATCH v2 1/6] Introduce virFileFindHugeTLBFS

2014-07-24 Thread Michal Privoznik
On 24.07.2014 08:41, Peter Krempa wrote: On 07/23/14 21:06, Daniel P. Berrange wrote: On Wed, Jul 23, 2014 at 05:37:17PM +0200, Michal Privoznik wrote: +int +virFileFindHugeTLBFS(virHugeTLBFSPtr *ret_fs, + size_t *ret_nfs) +{ +int ret = -1; +FILE *f = NULL; +

Re: [libvirt] [PATCHv1.5 8/8] qemu: snapshot: Use storage driver to pre-create snapshot file

2014-07-24 Thread Peter Krempa
On 07/22/14 18:30, John Ferlan wrote: On 07/22/2014 05:21 AM, Peter Krempa wrote: Move the last operation done on local files to the storage driver API. --- src/qemu/qemu_driver.c | 17 +++-- 1 file changed, 7 insertions(+), 10 deletions(-) ACK John I went through

Re: [libvirt] [PATCH RFC] storage: ZFS support

2014-07-24 Thread Ján Tomko
On 07/22/2014 07:08 PM, Roman Bogorodskiy wrote: Implement ZFS storage backend driver. Currently supported only on FreeBSD because of ZFS limitations on Linux. Features supported: - pool-start, pool-stop - pool-info - vol-list - vol-create / vol-delete Pool definition looks like

Re: [libvirt] [PATCH 1/2] LXC: add support for --config in setmaxmem command

2014-07-24 Thread Michal Privoznik
On 16.07.2014 11:51, Chen Hanxiao wrote: In lxc, we could not use setmaxmem command with --config options. This patch will add support for this. Signed-off-by: Chen Hanxiao chenhanx...@cn.fujitsu.com --- src/lxc/lxc_driver.c | 69 ++-- 1 file

Re: [libvirt] [PATCH 2/2] LXC: use lxcDomainSetMemoryFlags to do lxcDomainSetMaxMemory's work

2014-07-24 Thread Michal Privoznik
On 16.07.2014 11:51, Chen Hanxiao wrote: Signed-off-by: Chen Hanxiao chenhanx...@cn.fujitsu.com --- src/lxc/lxc_driver.c | 36 +--- 1 file changed, 5 insertions(+), 31 deletions(-) diff --git a/src/lxc/lxc_driver.c b/src/lxc/lxc_driver.c index be6ee19..9f974eb

Re: [libvirt] [PATCH] bhyve: cdrom support

2014-07-24 Thread Ján Tomko
On 07/19/2014 06:03 PM, Roman Bogorodskiy wrote: Add support for CDROM devices for bhyve driver using bhyve(8)'s 'ahci-cd' device type. As bhyve currently does not support media insertion at runtime, disallow to start a domain with an empty source path for cdrom devices. ---

Re: [libvirt] [PATCH V2 1/6] qemu: Remove vram attribute in some cases

2014-07-24 Thread Pavel Hrdina
On 14.7.2014 13:20, Wang Rui wrote: From: Zeng Junliang zengjunli...@huawei.com The vram attribute is invalid for cirrus and stdvga device, and default vram value would make us confused. It would be better to remove it. Signed-off-by: Zeng Junliang zengjunli...@huawei.com Signed-off-by:

Re: [libvirt] [PATCH V2 2/6] qemu: Introduce vgamem attribute for video model

2014-07-24 Thread Michal Privoznik
On 14.07.2014 13:20, Wang Rui wrote: From: Zeng Junliang zengjunli...@huawei.com This patch introduces vgamem attribute for video model, and sets its default value as qemu used. Parse it in two ways accroding to qemu startup parameters supported: -device or -vga. Signed-off-by: Zeng Junliang

Re: [libvirt] [PATCH V2 2/6] qemu: Introduce vgamem attribute for video model

2014-07-24 Thread Pavel Hrdina
On 14.7.2014 13:20, Wang Rui wrote: From: Zeng Junliang zengjunli...@huawei.com This patch introduces vgamem attribute for video model, and sets its default value as qemu used. Parse it in two ways accroding to qemu startup parameters supported: -device or -vga. Signed-off-by: Zeng

Re: [libvirt] [PATCH 1/2] qemu: add vhost-scsi-pci definitions

2014-07-24 Thread Daniel P. Berrange
On Thu, Jul 24, 2014 at 08:25:59AM +0200, Paolo Bonzini wrote: Il 24/07/2014 05:24, Nicholas A. Bellinger ha scritto: From: Mike Perez thin...@gmail.com This patch adds the necessary definitions to support vhost-scsi-pci and VIR_DOMAIN_CONTROLLER_MODEL_SCSI_VHOST_SCSI in QEMU = v1.5.x

Re: [libvirt] [PATCH 0/2] qemu: add vhost-scsi-pci support

2014-07-24 Thread Daniel P. Berrange
On Thu, Jul 24, 2014 at 03:24:12AM +, Nicholas A. Bellinger wrote: From: Nicholas Bellinger n...@linux-iscsi.org Hi Daniel Co, The following is the patch series to add support for vhost-scsi-pci from QEMU = v1.5.x into libvirt. It includes proper support for passing a pre-opened

Re: [libvirt] [PATCH V2 3/6] qemu: Add support for secondary-vga

2014-07-24 Thread Pavel Hrdina
On 14.7.2014 13:20, Wang Rui wrote: From: Zeng Junliang zengjunli...@huawei.com Secondary-vga is supported by QEMU in currently master. Add it supported in libvirt as qemu commandline shows: '-device secondary-vga'. Signed-off-by: Zeng Junliang zengjunli...@huawei.com Signed-off-by: Wang

Re: [libvirt] [PATCH v2 2/3] nodedev: move pci express types to virpci.h

2014-07-24 Thread Martin Kletzander
On Wed, Jul 23, 2014 at 09:06:07PM -0600, Eric Blake wrote: Finding virPCIE* code is more intuitive if located in virpci.h instead of node_device_conf.h. * src/conf/node_device_conf.h (virPCIELinkSpeed, virPCIELink) (virPCIEDeviceInfo): Move... * src/util/virpci.h: ...here. *

Re: [libvirt] [PATCH v2 0/3] fix pciexpress memory leak

2014-07-24 Thread Martin Kletzander
On Wed, Jul 23, 2014 at 09:06:05PM -0600, Eric Blake wrote: diff in v2: split out trivial fixes, refactor pcie code to virpci.h, add proper free function to cover all leaks Eric Blake (3): nodedev: let compiler help us on switches nodedev: move pci express types to virpci.h nodedev: fix pci

Re: [libvirt] [PATCH] spec: drop anything older than Fedora 13

2014-07-24 Thread Martin Kletzander
On Wed, Jul 23, 2014 at 02:03:17PM -0600, Eric Blake wrote: Ping. I'm not that skilled in spec files, but if you'd rebase it so it applies onto current master (with changes from jdenemar), I'd my convince myself to learn a bit more spec-magic and have a look at it. On 07/15/2014 05:31 PM,

Re: [libvirt] [PATCH v2 5/8] Add virConnectPtr for qemuBuildSCSIHostdevDrvStr

2014-07-24 Thread John Ferlan
On 07/23/2014 09:31 PM, Eric Blake wrote: On 07/21/2014 02:47 PM, John Ferlan wrote: Add a conn for future patches to be able to grab the secret when authenticating an iSCSI host device Signed-off-by: John Ferlan jfer...@redhat.com --- src/qemu/qemu_command.c | 5 +++--

Re: [libvirt] [PATCH v2 6/8] hostdev: Introduce virDomainHostdevSubsysSCSIiSCSI

2014-07-24 Thread John Ferlan
On 07/23/2014 10:08 PM, Eric Blake wrote: On 07/21/2014 02:47 PM, John Ferlan wrote: Create the structures and API's to hold and manage the iSCSI host device. This extends the 'scsi_host' definitions added in commit id '5c811dce'. A future patch will add the XML parsing, but that code

Re: [libvirt] [PATCH V2 6/6] docs: add description for vgamem attribute and secondary-vga

2014-07-24 Thread Pavel Hrdina
On 14.7.2014 13:20, Wang Rui wrote: From: Zeng Junliang zengjunli...@huawei.com Enhance schema. Add description for vgamem attribute and secondary-vga. Signed-off-by: Zeng Junliang zengjunli...@huawei.com Signed-off-by: Wang Rui moon.wang...@huawei.com --- docs/formatdomain.html.in

[libvirt] [PATCH] change blkiotune weight range min from 100 to 10

2014-07-24 Thread Martin Kletzander
This reflects the same change made in kernel commit df457f845e (before v2.6.38-rc7). On the rare occasion when the user would try setting the weight to value in range 10, 100) on older kernel, we will error out with EINVAL properly. Modifying the error message (adding a hint for example) would

[libvirt] Building libvirt-python under mingw32

2014-07-24 Thread Фарит Мутугуллин
Hello. I'm trying to build libvirt-python. And get these error messages: http://s17.postimg.org/4uor0767z/libvirt_python.jpg I have python 2.7.8 x86. What can be problem with?-- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list

Re: [libvirt] [libvirt-sandbox PATCH 0/2] virt-sandbox-service fixes

2014-07-24 Thread Michal Privoznik
On 07.07.2014 15:47, Cédric Bosdonnat wrote: Here are a 2 fixes that make virt-sandbox-service work for me. One allows it to work if selinux isn't handled by libvirtd, the other safely handles some file copying that can be different across distros. Cédric Bosdonnat (2): virt-sandbox-service:

[libvirt] [RFC] Memory hotplug for qemu guests and the relevant XML parts

2014-07-24 Thread Peter Krempa
Hi, qemu recently added support for memory hotplug (hot unplug will arrive later) since commit ~ bef3492d1169a54c966cecd0e0b1dd25e9341582 in qemu.git. For the hotplug to work the VM needs to be started with a certain number of dimm slots for plugging virtual memory modules. The memory of the VM

Re: [libvirt] [PATCH 1/2] Add test for virtio serial port assignment

2014-07-24 Thread Michal Privoznik
On 25.06.2014 19:22, Ján Tomko wrote: Add a test to demonstrate the effect of the next patch. --- .../qemuxml2argv-channel-virtio-autoassign.args| 20 + .../qemuxml2argv-channel-virtio-autoassign.xml | 50 ++ tests/qemuxml2argvtest.c

Re: [libvirt] [RFC PATCH 2/2] Implement virtio serial address allocation

2014-07-24 Thread Michal Privoznik
On 25.06.2014 19:22, Ján Tomko wrote: Over-engineered to allow non-contiguous indexes. Free ports of a controller are stored in a virBitmap. These bitmaps are stored in a hash table, indexed by the controller index formatted as a string. Buses are ignored for now, QEMU doesn't seem to support

[libvirt] [PATCH] qemu: Remove extraneous space in function prototypes

2014-07-24 Thread John Ferlan
During review of the iSCSI hostdev series, eblake noted that the prototypes shouldn't have the extranenous space between the * and the function name: http://www.redhat.com/archives/libvir-list/2014-July/msg01227.html Since it was more invasive than 1 or 2 lines - I said I'd send a patch covering

Re: [libvirt] [PATCH] change blkiotune weight range min from 100 to 10

2014-07-24 Thread Ján Tomko
On 07/24/2014 02:03 PM, Martin Kletzander wrote: This reflects the same change made in kernel commit df457f845e (before v2.6.38-rc7). On the rare occasion when the user would try setting the weight to value in range 10, 100) on older kernel, we will error out with EINVAL properly. Modifying

Re: [libvirt] [PATCH] change blkiotune weight range min from 100 to 10

2014-07-24 Thread Martin Kletzander
On Thu, Jul 24, 2014 at 03:31:53PM +0200, Ján Tomko wrote: On 07/24/2014 02:03 PM, Martin Kletzander wrote: This reflects the same change made in kernel commit df457f845e (before v2.6.38-rc7). On the rare occasion when the user would try setting the weight to value in range 10, 100) on older

[libvirt] [PATCH 0/2] Allow display type selection in virsh domdisplay

2014-07-24 Thread Martin Kletzander
Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=997802 Martin Kletzander (2): virsh: add error message when no graphical display is found virsh: add option for selecting domdisplay type tools/virsh-domain.c | 23 ++- 1 file changed, 22 insertions(+), 1 deletion(-)

[libvirt] [PATCH 1/2] virsh: add error message when no graphical display is found

2014-07-24 Thread Martin Kletzander
Signed-off-by: Martin Kletzander mklet...@redhat.com --- tools/virsh-domain.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/virsh-domain.c b/tools/virsh-domain.c index ba47258..4652b7e 100644 --- a/tools/virsh-domain.c +++ b/tools/virsh-domain.c @@ -9543,6 +9543,9 @@

[libvirt] [PATCH 2/2] virsh: add option for selecting domdisplay type

2014-07-24 Thread Martin Kletzander
Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=997802 Signed-off-by: Martin Kletzander mklet...@redhat.com --- tools/virsh-domain.c | 24 +--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/tools/virsh-domain.c b/tools/virsh-domain.c index

Re: [libvirt] [PATCH RFC] storage: ZFS support

2014-07-24 Thread Roman Bogorodskiy
Ján Tomko wrote: On 07/22/2014 07:08 PM, Roman Bogorodskiy wrote: Implement ZFS storage backend driver. Currently supported only on FreeBSD because of ZFS limitations on Linux. Features supported: - pool-start, pool-stop - pool-info - vol-list - vol-create / vol-delete

[libvirt] [PATCH 0/3] Multiple RNG device support

2014-07-24 Thread Peter Krempa
Qemu and kernel support multiple RNG's, so I revived my old patch to add the support to libvirt. Peter Krempa (3): qemu: cgroup: Don't use NULL path on default backed RNGs virtio-rng: allow multiple RNG devices test: qemu: Add tests for multiple virtio-rng devices src/conf/domain_audit.c

[libvirt] [PATCH 3/3] test: qemu: Add tests for multiple virtio-rng devices

2014-07-24 Thread Peter Krempa
--- .../qemuxml2argv-virtio-rng-multiple.args | 9 +++ .../qemuxml2argv-virtio-rng-multiple.xml | 31 ++ tests/qemuxml2argvtest.c | 2 ++ 3 files changed, 42 insertions(+) create mode 100644

[libvirt] [PATCH 2/3] virtio-rng: allow multiple RNG devices

2014-07-24 Thread Peter Krempa
qemu supports adding multiple RNG devices. This patch allows libvirt to support this. --- src/conf/domain_audit.c | 4 ++-- src/conf/domain_conf.c | 58 - src/conf/domain_conf.h | 4 +++- src/qemu/qemu_cgroup.c | 33 ++--

[libvirt] [PATCH 1/3] qemu: cgroup: Don't use NULL path on default backed RNGs

2014-07-24 Thread Peter Krempa
The random backend for virtio-rng can be started with no path specified which equals to /dev/random. The cgroup code didn't consider this and called few of the functions with NULL resulting into: $ virsh start rng-vm error: Failed to start domain rng-vm error: Path '(null)' is not accessible:

Re: [libvirt] [PATCH 0/2] Allow display type selection in virsh domdisplay

2014-07-24 Thread Ján Tomko
On 07/24/2014 03:46 PM, Martin Kletzander wrote: Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=997802 Martin Kletzander (2): virsh: add error message when no graphical display is found virsh: add option for selecting domdisplay type tools/virsh-domain.c | 23

Re: [libvirt] [PATCH] qemu: Remove extraneous space in function prototypes

2014-07-24 Thread Martin Kletzander
On Thu, Jul 24, 2014 at 09:31:33AM -0400, John Ferlan wrote: During review of the iSCSI hostdev series, eblake noted that the prototypes shouldn't have the extranenous space between the * and the function name: http://www.redhat.com/archives/libvir-list/2014-July/msg01227.html Since it was

Re: [libvirt] [RFC] Memory hotplug for qemu guests and the relevant XML parts

2014-07-24 Thread Daniel P. Berrange
On Thu, Jul 24, 2014 at 02:20:22PM +0200, Peter Krempa wrote: For the hotplug to work the VM needs to be started with a certain number of dimm slots for plugging virtual memory modules. The memory of the VM at startup has to occupy at least one of the slots. Later on the management can decide

Re: [libvirt] [RFC] Memory hotplug for qemu guests and the relevant XML parts

2014-07-24 Thread Peter Krempa
On 07/24/14 16:21, Daniel P. Berrange wrote: On Thu, Jul 24, 2014 at 02:20:22PM +0200, Peter Krempa wrote: ... For targetting the RAM module the target element could have the following format: target model=dimm node='2' address='0xdeadbeef'/ node determines the guest numa node to connect

Re: [libvirt] [RFC] Memory hotplug for qemu guests and the relevant XML parts

2014-07-24 Thread Daniel P. Berrange
On Thu, Jul 24, 2014 at 04:30:43PM +0200, Peter Krempa wrote: On 07/24/14 16:21, Daniel P. Berrange wrote: On Thu, Jul 24, 2014 at 02:20:22PM +0200, Peter Krempa wrote: ... For targetting the RAM module the target element could have the following format: target model=dimm

Re: [libvirt] [RFC] Memory hotplug for qemu guests and the relevant XML parts

2014-07-24 Thread Martin Kletzander
On Thu, Jul 24, 2014 at 04:30:43PM +0200, Peter Krempa wrote: On 07/24/14 16:21, Daniel P. Berrange wrote: On Thu, Jul 24, 2014 at 02:20:22PM +0200, Peter Krempa wrote: ... For targetting the RAM module the target element could have the following format: target model=dimm node='2'

[libvirt] [PATCH] qemuConnectGetDomainCapabilities: Report error on unknown arch

2014-07-24 Thread Michal Privoznik
If user hasn't provided any @emulatorbin, the qemuCaps are searched by @arch provided (which in fact can be guessed from the host). However, there's no guarantee that the qemu binary for @arch will exist. Therefore qemu capabilities may be nonexistent too. If that's the case, we should throw an

[libvirt] [PATCH] remove range checking for blkiotune weight

2014-07-24 Thread Martin Kletzander
This was changed before: https://www.redhat.com/archives/libvir-list/2013-October/msg00525.html but not everywhere in the code. Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1100769 Signed-off-by: Martin Kletzander mklet...@redhat.com --- src/lxc/lxc_driver.c | 14 --

Re: [libvirt] [PATCH] qemuConnectGetDomainCapabilities: Report error on unknown arch

2014-07-24 Thread Daniel P. Berrange
On Thu, Jul 24, 2014 at 04:45:20PM +0200, Michal Privoznik wrote: If user hasn't provided any @emulatorbin, the qemuCaps are searched by @arch provided (which in fact can be guessed from the host). However, there's no guarantee that the qemu binary for @arch will exist. Therefore qemu

Re: [libvirt] [PATCH] remove range checking for blkiotune weight

2014-07-24 Thread Ján Tomko
On 07/24/2014 04:46 PM, Martin Kletzander wrote: This was changed before: https://www.redhat.com/archives/libvir-list/2013-October/msg00525.html but not everywhere in the code. Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1100769 Signed-off-by: Martin Kletzander

Re: [libvirt] [PATCH] bhyve: cdrom support

2014-07-24 Thread Roman Bogorodskiy
Ján Tomko wrote: On 07/19/2014 06:03 PM, Roman Bogorodskiy wrote: Add support for CDROM devices for bhyve driver using bhyve(8)'s 'ahci-cd' device type. As bhyve currently does not support media insertion at runtime, disallow to start a domain with an empty source path for cdrom

Re: [libvirt] [RFC] Memory hotplug for qemu guests and the relevant XML parts

2014-07-24 Thread Peter Krempa
On 07/24/14 16:40, Daniel P. Berrange wrote: On Thu, Jul 24, 2014 at 04:30:43PM +0200, Peter Krempa wrote: On 07/24/14 16:21, Daniel P. Berrange wrote: On Thu, Jul 24, 2014 at 02:20:22PM +0200, Peter Krempa wrote: ... For targetting the RAM module the target element could have the

Re: [libvirt] [PATCH 0/3] Multiple RNG device support

2014-07-24 Thread Ján Tomko
On 07/24/2014 04:07 PM, Peter Krempa wrote: Qemu and kernel support multiple RNG's, so I revived my old patch to add the support to libvirt. Peter Krempa (3): qemu: cgroup: Don't use NULL path on default backed RNGs virtio-rng: allow multiple RNG devices test: qemu: Add tests for

Re: [libvirt] [PATCH 0/3] Multiple RNG device support

2014-07-24 Thread Peter Krempa
On 07/24/14 17:15, Ján Tomko wrote: On 07/24/2014 04:07 PM, Peter Krempa wrote: Qemu and kernel support multiple RNG's, so I revived my old patch to add the support to libvirt. Peter Krempa (3): qemu: cgroup: Don't use NULL path on default backed RNGs virtio-rng: allow multiple RNG

Re: [libvirt] [PATCH] qemu: Remove extraneous space in function prototypes

2014-07-24 Thread John Ferlan
Not that it's required (because there's a LOT of those), but if you will, I'd have a hint. If you modify bracket-spacing.pl with diff that follows, you can then run (because by default bracket-spacing.pl runs only on .c files): git ls-files | grep '\.[hc]$' | xargs

[libvirt] [PATCH] docs: bhyve: document recent changes

2014-07-24 Thread Roman Bogorodskiy
- mention that one disk and one network limitation is no longer actual for 1.2.6 and newer - add 'cdrom' device to the sample domain XML --- docs/drvbhyve.html.in | 12 +--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/docs/drvbhyve.html.in b/docs/drvbhyve.html.in

Re: [libvirt] KVM Forum 2014 Call for Participation (reminder)

2014-07-24 Thread Paolo Bonzini
The deadline is coming in three days! Paolo Il 16/06/2014 18:08, Paolo Bonzini ha scritto: = KVM Forum 2014: Call For Participation October 14-16, 2014 - Congress Centre Düsseldorf - Düsseldorf, Germany (All submissions must

Re: [libvirt] [PATCH 0/3] Multiple RNG device support

2014-07-24 Thread Giuseppe Scrivano
Peter Krempa pkre...@redhat.com writes: Qemu and kernel support multiple RNG's, so I revived my old patch to add the support to libvirt. Peter Krempa (3): qemu: cgroup: Don't use NULL path on default backed RNGs virtio-rng: allow multiple RNG devices test: qemu: Add tests for