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

zhanglei posted 5 patches 2 years, 5 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20211015100751.1492806-1-zhanglei@smartx.com
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 v4 0/5] add interface infomation in guestinfo command
Posted by zhanglei 2 years, 5 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 v4 0/5] add interface infomation in guestinfo command
Posted by Ján Tomko 2 years, 4 months ago
On a Friday in 2021, zhanglei 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(-)
>

Reviewed-by: Ján Tomko <jtomko@redhat.com>

and pushed (with the changes I pointed out)

Jano