[libvirt] [PATCH 00/12] qemu: input device hotplug

Ján Tomko posted 12 patches 6 years, 6 months ago
Failed in applying to current master (apply log)
src/conf/domain_audit.c        |  44 ++++++++
src/conf/domain_audit.h        |   5 +
src/conf/domain_conf.c         |  37 +++++++
src/conf/domain_conf.h         |   3 +
src/libvirt_private.syms       |   3 +
src/qemu/qemu_alias.c          |  24 ++++-
src/qemu/qemu_alias.h          |   3 +
src/qemu/qemu_command.c        |  82 +++++---------
src/qemu/qemu_command.h        |  12 ++-
src/qemu/qemu_domain.c         |  40 +++++++
src/qemu/qemu_domain.h         |   5 +
src/qemu/qemu_domain_address.c |  45 ++++++++
src/qemu/qemu_domain_address.h |   4 +
src/qemu/qemu_driver.c         |  25 ++++-
src/qemu/qemu_hotplug.c        | 239 +++++++++++++++++++++++++++--------------
src/qemu/qemu_hotplug.h        |   8 ++
16 files changed, 436 insertions(+), 143 deletions(-)
[libvirt] [PATCH 00/12] qemu: input device hotplug
Posted by Ján Tomko 6 years, 6 months ago
https://bugzilla.redhat.com/show_bug.cgi?id=1379603

Ján Tomko (12):
  conf: audit passthrough input devices at domain startup
  qemuDomainAttachControllerDevice: remove dead code
  qemuDomainAttachRNGDevice: do not access source.file randomly
  Move qemuCheckCCWS390AddressSupport to qemu_domain
  Split out qemuDomainEnsureVirtioAddress
  Use qemuDomainEnsureVirtioAddress where possible
  qemu: allow coldplugging input devices
  qemu: allow cold unplugging of input devices
  split out qemuAssignDeviceInputAlias
  Introduce qemuBuildInputDevStr
  qemu: implement input device hotplug
  qemu: implement input device hotunplug

 src/conf/domain_audit.c        |  44 ++++++++
 src/conf/domain_audit.h        |   5 +
 src/conf/domain_conf.c         |  37 +++++++
 src/conf/domain_conf.h         |   3 +
 src/libvirt_private.syms       |   3 +
 src/qemu/qemu_alias.c          |  24 ++++-
 src/qemu/qemu_alias.h          |   3 +
 src/qemu/qemu_command.c        |  82 +++++---------
 src/qemu/qemu_command.h        |  12 ++-
 src/qemu/qemu_domain.c         |  40 +++++++
 src/qemu/qemu_domain.h         |   5 +
 src/qemu/qemu_domain_address.c |  45 ++++++++
 src/qemu/qemu_domain_address.h |   4 +
 src/qemu/qemu_driver.c         |  25 ++++-
 src/qemu/qemu_hotplug.c        | 239 +++++++++++++++++++++++++++--------------
 src/qemu/qemu_hotplug.h        |   8 ++
 16 files changed, 436 insertions(+), 143 deletions(-)

-- 
2.13.0

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH 00/12] qemu: input device hotplug
Posted by John Ferlan 6 years, 6 months ago

On 10/17/2017 11:04 AM, Ján Tomko wrote:
> https://bugzilla.redhat.com/show_bug.cgi?id=1379603
> 
> Ján Tomko (12):
>   conf: audit passthrough input devices at domain startup
>   qemuDomainAttachControllerDevice: remove dead code
>   qemuDomainAttachRNGDevice: do not access source.file randomly
>   Move qemuCheckCCWS390AddressSupport to qemu_domain
>   Split out qemuDomainEnsureVirtioAddress
>   Use qemuDomainEnsureVirtioAddress where possible
>   qemu: allow coldplugging input devices
>   qemu: allow cold unplugging of input devices
>   split out qemuAssignDeviceInputAlias
>   Introduce qemuBuildInputDevStr
>   qemu: implement input device hotplug
>   qemu: implement input device hotunplug
> 
>  src/conf/domain_audit.c        |  44 ++++++++
>  src/conf/domain_audit.h        |   5 +
>  src/conf/domain_conf.c         |  37 +++++++
>  src/conf/domain_conf.h         |   3 +
>  src/libvirt_private.syms       |   3 +
>  src/qemu/qemu_alias.c          |  24 ++++-
>  src/qemu/qemu_alias.h          |   3 +
>  src/qemu/qemu_command.c        |  82 +++++---------
>  src/qemu/qemu_command.h        |  12 ++-
>  src/qemu/qemu_domain.c         |  40 +++++++
>  src/qemu/qemu_domain.h         |   5 +
>  src/qemu/qemu_domain_address.c |  45 ++++++++
>  src/qemu/qemu_domain_address.h |   4 +
>  src/qemu/qemu_driver.c         |  25 ++++-
>  src/qemu/qemu_hotplug.c        | 239 +++++++++++++++++++++++++++--------------
>  src/qemu/qemu_hotplug.h        |   8 ++
>  16 files changed, 436 insertions(+), 143 deletions(-)
> 

Noted a couple of issues along the way to clean up for a...

Reviewed-by: John Ferlan <jferlan@redhat.com>
(series)

John

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list