[libvirt] [PATCH 00/12] Implement random number generator hot/cold (un)plug

Ján Tomko jtomko at redhat.com
Mon Feb 9 15:58:07 UTC 2015


On Fri, Feb 06, 2015 at 04:32:14PM +0100, Peter Krempa wrote:
> Extension of Luyao's series with changes that were possible due to the prepare
> series for memory hotplug.
> 
> Luyao Huang (7):
>   qemu: Add helper to assign RNG device aliases
>   qemu: refactor qemuBuildRNGDeviceArgs to allow reuse in RNG hotplug
>   qemu: command: Make RNG backend device IDs unique
>   audit: export virDomainAuditRNG
>   conf: Add helpers to insert/remove/find RNG devices in domain def
>   qemu: Implement random number generator hotplug
>   qemu: Implement random number generator hotunplug
> 
> Peter Krempa (5):
>   conf: Introduce helper to find duplicate device address
>   qemu: command: Shuffle around formatting of alias for RNG device
>     backend
>   qemu: command: Break some very long lines in qemuBuildRNGDevStr()
>   qemu: command: Refactor creation of RNG device commandline
>   qemu: Implement random number generator cold (un)plug
> 
>  src/conf/domain_audit.c                            |   2 +-
>  src/conf/domain_audit.h                            |   7 +
>  src/conf/domain_conf.c                             | 164 +++++++++++++++++
>  src/conf/domain_conf.h                             |   8 +
>  src/libvirt_private.syms                           |   6 +
>  src/qemu/qemu_command.c                            | 153 +++++++++++----
>  src/qemu/qemu_command.h                            |   9 +
>  src/qemu/qemu_driver.c                             |  41 ++++-
>  src/qemu/qemu_hotplug.c                            | 205 ++++++++++++++++++++-
>  src/qemu/qemu_hotplug.h                            |   7 +-
>  .../qemuxml2argv-aarch64-virt-virtio.args          |   4 +-
>  .../qemuxml2argv-arm-vexpressa9-virtio.args        |   4 +-
>  .../qemuxml2argv-arm-virt-virtio.args              |   4 +-
>  .../qemuxml2argv-s390-piix-controllers.args        |   3 +-
>  .../qemuxml2argv-s390-usb-none.args                |   3 +-
>  .../qemuxml2argv-virtio-rng-ccw.args               |   4 +-
>  .../qemuxml2argv-virtio-rng-default.args           |   4 +-
>  .../qemuxml2argv-virtio-rng-egd.args               |   4 +-
>  .../qemuxml2argv-virtio-rng-multiple.args          |   8 +-
>  .../qemuxml2argv-virtio-rng-random.args            |   4 +-
>  20 files changed, 578 insertions(+), 66 deletions(-)
> 

ACK series, see my replies to individual patches for some minor nits.

Jan
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20150209/1c107ca8/attachment-0001.sig>


More information about the libvir-list mailing list