[libvirt] [PATCH 00/12] qemu/virsh/docs: various minor fixes

Lin Ma posted 12 patches 3 years, 7 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20200911070619.12325-1-lma@suse.de
There is a newer version of this series
docs/manpages/virsh.rst      |  5 +++--
src/network/bridge_driver.c  |  7 +++++++
src/qemu/qemu_driver.c       |  8 ++++++--
tools/virsh-domain-monitor.c |  2 ++
tools/virsh-domain.c         | 17 ++++++++++++-----
tools/virsh-interface.c      |  2 ++
tools/virsh-network.c        |  1 +
tools/virsh-pool.c           |  2 ++
8 files changed, 35 insertions(+), 9 deletions(-)
[libvirt] [PATCH 00/12] qemu/virsh/docs: various minor fixes
Posted by Lin Ma 3 years, 7 months ago
Lin Ma (12):
  qemu: qemuDomainPMSuspendForDuration: Check availability of agent
  qemu: Return perf status that affect next boot for shutoff domains
  network: Check for active network during networkGetDHCPLeases
  virsh: domid: Error out if domain is not active
  virsh: net-port-create: log errors for non-existent xml file
  virsh: event: options --all and --event are mutually exclusive
  virsh: domblkinfo: options --all and --device are mutually exclusive
  virsh: domdisplay: options --all and --type are mutually exclusive
  virsh: iface-list: options --all and --inactive are mutually exclusive
  virsh: pool-list: options --all and --inactive are mutually exclusive
  docs: virsh: Document the IO mode 'io_uring'
  docs: virsh: Drop duplicate spelling for dompmwakeup

 docs/manpages/virsh.rst      |  5 +++--
 src/network/bridge_driver.c  |  7 +++++++
 src/qemu/qemu_driver.c       |  8 ++++++--
 tools/virsh-domain-monitor.c |  2 ++
 tools/virsh-domain.c         | 17 ++++++++++++-----
 tools/virsh-interface.c      |  2 ++
 tools/virsh-network.c        |  1 +
 tools/virsh-pool.c           |  2 ++
 8 files changed, 35 insertions(+), 9 deletions(-)

-- 
2.26.0

Re: [libvirt] [PATCH 00/12] qemu/virsh/docs: various minor fixes
Posted by Ján Tomko 3 years, 7 months ago
On a Friday in 2020, Lin Ma wrote:
>Lin Ma (12):
>  qemu: qemuDomainPMSuspendForDuration: Check availability of agent
>  virsh: domblkinfo: options --all and --device are mutually exclusive
>  virsh: domdisplay: options --all and --type are mutually exclusive
>  virsh: iface-list: options --all and --inactive are mutually exclusive
>  virsh: pool-list: options --all and --inactive are mutually exclusive
>  docs: virsh: Drop duplicate spelling for dompmwakeup
>

I've pushed the patches above ^^^

Jano

>  qemu: Return perf status that affect next boot for shutoff domains
>  network: Check for active network during networkGetDHCPLeases
>  virsh: domid: Error out if domain is not active
>  virsh: net-port-create: log errors for non-existent xml file
>  virsh: event: options --all and --event are mutually exclusive
>  docs: virsh: Document the IO mode 'io_uring'

> docs/manpages/virsh.rst      |  5 +++--
> src/network/bridge_driver.c  |  7 +++++++
> src/qemu/qemu_driver.c       |  8 ++++++--
> tools/virsh-domain-monitor.c |  2 ++
> tools/virsh-domain.c         | 17 ++++++++++++-----
> tools/virsh-interface.c      |  2 ++
> tools/virsh-network.c        |  1 +
> tools/virsh-pool.c           |  2 ++
> 8 files changed, 35 insertions(+), 9 deletions(-)
>