[libvirt PATCH v3 0/5] add interface infomation in guestinfo command

zhanglei posted 5 patches 2 years, 7 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20210914114710.270816-1-zhanglei@smartx.com
There is a newer version of this series
NEWS.rst                         |  5 ++
docs/manpages/virsh.rst          | 12 ++++-
include/libvirt/libvirt-domain.h |  1 +
src/libvirt-domain.c             | 12 +++++
src/qemu/qemu_agent.c            |  9 ++--
src/qemu/qemu_agent.h            |  3 +-
src/qemu/qemu_driver.c           | 90 +++++++++++++++++++++++++++++++-
tests/qemuagenttest.c            |  2 +-
tools/virsh-domain.c             |  6 +++
9 files changed, 131 insertions(+), 9 deletions(-)
[libvirt PATCH v3 0/5] add interface infomation in guestinfo command
Posted by zhanglei 2 years, 7 months ago

zhanglei (5):
  domain: add interface information to 'virDomainGetGuestInfo'
  virsh: add interface information to guestinfo command
  qemu: refactor 'qemuAgentGetInterfaces'
  qemu: add guest interface information in 'qemuDomainGetGuestInfo'
  NEWS: add guest interface information in 'virDomainGetGuestInfo'

 NEWS.rst                         |  5 ++
 docs/manpages/virsh.rst          | 12 ++++-
 include/libvirt/libvirt-domain.h |  1 +
 src/libvirt-domain.c             | 12 +++++
 src/qemu/qemu_agent.c            |  9 ++--
 src/qemu/qemu_agent.h            |  3 +-
 src/qemu/qemu_driver.c           | 90 +++++++++++++++++++++++++++++++-
 tests/qemuagenttest.c            |  2 +-
 tools/virsh-domain.c             |  6 +++
 9 files changed, 131 insertions(+), 9 deletions(-)

-- 
2.31.1



Re: [libvirt PATCH v3 0/5] add interface infomation in guestinfo command
Posted by Lei Zhang 2 years, 6 months ago
please, any feedback to this patch?


On Tue, Sep 14, 2021 at 7:48 PM zhanglei <zhanglei@smartx.com> wrote:

>
>
> zhanglei (5):
>   domain: add interface information to 'virDomainGetGuestInfo'
>   virsh: add interface information to guestinfo command
>   qemu: refactor 'qemuAgentGetInterfaces'
>   qemu: add guest interface information in 'qemuDomainGetGuestInfo'
>   NEWS: add guest interface information in 'virDomainGetGuestInfo'
>
>  NEWS.rst                         |  5 ++
>  docs/manpages/virsh.rst          | 12 ++++-
>  include/libvirt/libvirt-domain.h |  1 +
>  src/libvirt-domain.c             | 12 +++++
>  src/qemu/qemu_agent.c            |  9 ++--
>  src/qemu/qemu_agent.h            |  3 +-
>  src/qemu/qemu_driver.c           | 90 +++++++++++++++++++++++++++++++-
>  tests/qemuagenttest.c            |  2 +-
>  tools/virsh-domain.c             |  6 +++
>  9 files changed, 131 insertions(+), 9 deletions(-)
>
> --
> 2.31.1
>
>