[libvirt] [PATCH 0/2] Make virsh *edit more bearable

Michal Privoznik mprivozn at redhat.com
Fri May 18 12:48:37 UTC 2012


If there's an error in XML, all changes made by user are lost.
Users (read /me) tends to get angry with this. Allow them to
get back and re-edit.

Michal Privoznik (2):
  virsh: Switch from generated cmd*Edit commands to nongenerated
  virsh: Allow users to reedit rejected XML

 cfg.mk             |    4 +-
 po/POTFILES.in     |    1 +
 tools/Makefile.am  |   36 +----
 tools/console.c    |   40 +++--
 tools/console.h    |    2 +
 tools/virsh-edit.c |   75 +++++++++
 tools/virsh.c      |  439 ++++++++++++++++++++--------------------------------
 7 files changed, 277 insertions(+), 320 deletions(-)
 create mode 100644 tools/virsh-edit.c

-- 
1.7.8.5




More information about the libvir-list mailing list