[libvirt] [PATCHv2] "Don't include .c file for editing support" bug was fixed. Callbacks in special struct were added instead of EDIT-* macros

2015-11-07 Thread rodinasophie
From: Sofia Rodina --- tools/Makefile.am | 1 + tools/virsh-domain.c| 187 tools/virsh-edit.c | 79 ++-- tools/virsh-edit.h | 42 +++ tools/virsh-interface.c | 64

[libvirt] [PATCHv2] *** "Don't include .c file for editing support" bug was fixed***

2015-11-07 Thread rodinasophie
From: Sophia Rodina *** When editing an XML of a domain, network or anything else, it is implemented in virsh-edit.c and currently included as a C file with the behaviour being influenced by EDIT_ macros. This should be changed so that the same file is not being

[libvirt] [PATCH 1/4] General structures and interfaces were added

2015-11-02 Thread rodinasophie
From: sonya --- tools/Makefile.am | 1 + tools/virsh-domain.c| 195 tools/virsh-edit.c | 97 +--- tools/virsh-interface.c | 66 tools/virsh-network.c | 66

[libvirt] [PATCH 3/4] Comment in virsh-edit.h was changed

2015-11-02 Thread rodinasophie
From: sonya --- tools/virsh-edit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/virsh-edit.h b/tools/virsh-edit.h index 55af613..d8ab7ff 100644 --- a/tools/virsh-edit.h +++ b/tools/virsh-edit.h @@ -1,5 +1,5 @@ /* - * virsh-edit.h:

[libvirt] [PATCH 4/4] Style-errors are fixed

2015-11-02 Thread rodinasophie
From: sonya --- tools/virsh-domain.c| 182 +++- tools/virsh-edit.c | 23 +++--- tools/virsh-edit.h | 12 ++-- tools/virsh-interface.c | 64 + tools/virsh-network.c | 64 +

[libvirt] [PATCH 0/4] *** Don't include .c file for editing support ***

2015-11-02 Thread rodinasophie
From: sonya *** BLURB HERE *** sonya (4): General structures and interfaces were added Virsh-edit interface was added Comment in virsh-edit.h was changed Style-errors are fixed tools/Makefile.am | 1 + tools/virsh-domain.c| 187

[libvirt] [PATCH 2/4] Virsh-edit interface was added

2015-11-02 Thread rodinasophie
From: sonya --- tools/virsh-edit.h | 44 1 file changed, 44 insertions(+) create mode 100644 tools/virsh-edit.h diff --git a/tools/virsh-edit.h b/tools/virsh-edit.h new file mode 100644 index 000..55af613 --- /dev/null