[libvirt PATCH 0/2] snapshot revert fix followup

Pavel Hrdina posted 2 patches 2 years, 4 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1637677309.git.phrdina@redhat.com
docs/manpages/virsh.rst      |  4 ++++
src/qemu/qemu_monitor.c      | 11 -----------
src/qemu/qemu_monitor.h      |  1 -
src/qemu/qemu_monitor_text.c | 36 ------------------------------------
src/qemu/qemu_monitor_text.h |  1 -
5 files changed, 4 insertions(+), 49 deletions(-)
[libvirt PATCH 0/2] snapshot revert fix followup
Posted by Pavel Hrdina 2 years, 4 months ago
Pavel Hrdina (2):
  qemu_monitor: remove unused load snapshot code
  virsh: man: update snapshot-revert description

 docs/manpages/virsh.rst      |  4 ++++
 src/qemu/qemu_monitor.c      | 11 -----------
 src/qemu/qemu_monitor.h      |  1 -
 src/qemu/qemu_monitor_text.c | 36 ------------------------------------
 src/qemu/qemu_monitor_text.h |  1 -
 5 files changed, 4 insertions(+), 49 deletions(-)

-- 
2.31.1

Re: [libvirt PATCH 0/2] snapshot revert fix followup
Posted by Ján Tomko 2 years, 4 months ago
On a Tuesday in 2021, Pavel Hrdina wrote:
>Pavel Hrdina (2):
>  qemu_monitor: remove unused load snapshot code
>  virsh: man: update snapshot-revert description
>
> docs/manpages/virsh.rst      |  4 ++++
> src/qemu/qemu_monitor.c      | 11 -----------
> src/qemu/qemu_monitor.h      |  1 -
> src/qemu/qemu_monitor_text.c | 36 ------------------------------------
> src/qemu/qemu_monitor_text.h |  1 -
> 5 files changed, 4 insertions(+), 49 deletions(-)
>

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

Jano