On Fri, Apr 23, 2021 at 15:24:34 +0200, Michal Privoznik wrote:
New 'update-memory-device' command is introduced which aims
on
making it user friendly to change <memory/> device. So far I just
need to change <requested/> so I'm introducing --requested-size
only; but the idea is that this is extensible for other cases
too. For instance, want to change <myElement/>? A new
--my-element argument can be easily introduced.
Signed-off-by: Michal Privoznik <mprivozn(a)redhat.com>
---
docs/manpages/virsh.rst | 30 ++++++++
tools/virsh-domain.c | 149 ++++++++++++++++++++++++++++++++++++++++
2 files changed, 179 insertions(+)
Reviewed-by: Peter Krempa <pkrempa(a)redhat.com>