[libvirt PATCH v2 0/4] report interface infomation in guestinfo command

zhanglei posted 4 patches 2 years, 6 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20210914075645.166703-1-zhanglei@smartx.com
NEWS.rst                         |  5 ++
docs/manpages/virsh.rst          | 12 ++++-
include/libvirt/libvirt-domain.h |  1 +
src/libvirt-domain.c             | 13 +++++
src/qemu/qemu_agent.c            |  9 ++--
src/qemu/qemu_agent.h            |  3 +-
src/qemu/qemu_driver.c           | 89 +++++++++++++++++++++++++++++++-
tests/qemuagenttest.c            |  2 +-
tools/virsh-domain.c             |  6 +++
9 files changed, 131 insertions(+), 9 deletions(-)
[libvirt PATCH v2 0/4] report interface infomation in guestinfo command
Posted by zhanglei 2 years, 6 months ago

zhanglei (4):
  domain: add interface information to 'virDomainGetGuestInfo'
  virsh: add interface information to guestinfo command
  qemu: report guest interface information in 'qemuDomainGetGuestInfo'
  NEWS: qemu: report guest interfaces information in
    'virDomainGetGuestInfo'

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

-- 
2.31.1