Re: [libvirt] [PATCH 1/6] qemu_conf.c: Fix naming of *AddRemove* functions

2019-09-10 Thread Pavel Hrdina
On Mon, Sep 09, 2019 at 06:00:22PM +0200, Michal Privoznik wrote: > Our naming rules prefer qemuObjectOperation() scheme rather than > qemuOperationObject() for function names. These were not honoured > in recent commits to qemu_conf.c. > > Signed-off-by: Michal Privoznik > --- >

Re: [libvirt] [PATCH 1/6] qemu_conf.c: Fix naming of *AddRemove* functions

2019-09-09 Thread Daniel Henrique Barboza
On 9/9/19 1:00 PM, Michal Privoznik wrote: Our naming rules prefer qemuObjectOperation() scheme rather than qemuOperationObject() for function names. These were not honoured in recent commits to qemu_conf.c. Signed-off-by: Michal Privoznik --- Reviewed-by: Daniel Henrique Barboza

[libvirt] [PATCH 1/6] qemu_conf.c: Fix naming of *AddRemove* functions

2019-09-09 Thread Michal Privoznik
Our naming rules prefer qemuObjectOperation() scheme rather than qemuOperationObject() for function names. These were not honoured in recent commits to qemu_conf.c. Signed-off-by: Michal Privoznik --- src/qemu/qemu_conf.c | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-)