Re: [libvirt] [PATCH 1/4] virtio-rng: allow multiple RNG devices

2013-02-26 Thread Peter Krempa
On 02/25/13 23:31, Peter Krempa wrote: qemu supports adding multiple RNG devices. This patch allows libvirt to support this. This patch isn't relevant anymore. Qemu supports adding multiple RNG devices but it apparently shouldn't and the support will be limited in the next release. Peter -

[libvirt] [PATCH 1/4] virtio-rng: allow multiple RNG devices

2013-02-25 Thread Peter Krempa
qemu supports adding multiple RNG devices. This patch allows libvirt to support this. --- src/conf/domain_conf.c | 61 + src/conf/domain_conf.h | 4 +++- src/qemu/qemu_command.c | 19 +++ 3 files changed, 44 insertions(+), 40 deletions