Re: [libvirt] [PATCH 6/6] qemu: Replace Mlock with MemLock in function names

2015-12-09 Thread John Ferlan
On 11/24/2015 08:56 AM, Andrea Bolognani wrote: > MemLock is already used in other modules and, while still an > abbreviation, is not ambiguous. > --- > src/qemu/qemu_command.c | 4 ++-- > src/qemu/qemu_domain.c | 10 +- > src/qemu/qemu_domain.h | 4 ++-- > 3 files changed, 9

[libvirt] [PATCH 6/6] qemu: Replace Mlock with MemLock in function names

2015-11-24 Thread Andrea Bolognani
MemLock is already used in other modules and, while still an abbreviation, is not ambiguous. --- src/qemu/qemu_command.c | 4 ++-- src/qemu/qemu_domain.c | 10 +- src/qemu/qemu_domain.h | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/qemu/qemu_command.c