[libvirt] [PATCH v4.1 0/2] qemu: Add support for hot unplugging redirdev

Chen Hanxiao posted 2 patches 6 years, 3 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20180106055921.27658-1-chen_han_xiao@126.com
docs/news.xml           |  5 +++
src/qemu/qemu_driver.c  |  4 ++-
src/qemu/qemu_hotplug.c | 96 ++++++++++++++++++++++++++++++++++++++++++++++++-
src/qemu/qemu_hotplug.h |  4 +++
4 files changed, 107 insertions(+), 2 deletions(-)
[libvirt] [PATCH v4.1 0/2] qemu: Add support for hot unplugging redirdev
Posted by Chen Hanxiao 6 years, 3 months ago
v4.1:
  call qemuDomainRemoveRedirdevDevice in qemuDomainRemoveDevice
v4:
  update commit messages and news
v3:
  use helper qemuDomainDelChardevTLSObjects and address some comments
v2:
  rebased on master


Chen Hanxiao (2):
  qemu: Add support for hot unplugging redirdev device which can use the
    detach-device --live
  news: add change of hot unplug redirdev

 docs/news.xml           |  5 +++
 src/qemu/qemu_driver.c  |  4 ++-
 src/qemu/qemu_hotplug.c | 96 ++++++++++++++++++++++++++++++++++++++++++++++++-
 src/qemu/qemu_hotplug.h |  4 +++
 4 files changed, 107 insertions(+), 2 deletions(-)

-- 
2.14.3

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH v4.1 0/2] qemu: Add support for hot unplugging redirdev
Posted by John Ferlan 6 years, 3 months ago

On 01/06/2018 12:59 AM, Chen Hanxiao wrote:
> v4.1:
>   call qemuDomainRemoveRedirdevDevice in qemuDomainRemoveDevice
> v4:
>   update commit messages and news
> v3:
>   use helper qemuDomainDelChardevTLSObjects and address some comments
> v2:
>   rebased on master
> 
> 
> Chen Hanxiao (2):
>   qemu: Add support for hot unplugging redirdev device which can use the
>     detach-device --live
>   news: add change of hot unplug redirdev
> 
>  docs/news.xml           |  5 +++
>  src/qemu/qemu_driver.c  |  4 ++-
>  src/qemu/qemu_hotplug.c | 96 ++++++++++++++++++++++++++++++++++++++++++++++++-
>  src/qemu/qemu_hotplug.h |  4 +++
>  4 files changed, 107 insertions(+), 2 deletions(-)
> 

Couple of minor adjustments to commit messages, but now pushed.


John

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