[libvirt] [PATCH RFC 04/22] qemu_process: Refer to proc not cmd in process code

Jiri Denemark jdenemar at redhat.com
Tue Nov 27 15:30:06 UTC 2018


On Sun, Nov 11, 2018 at 13:59:12 -0600, Chris Venteicher wrote:
> s/cmd/proc/ in process code imported from qemu_capabilities.
> 
> No functionality is changed.  Just variable renaming.
> 
> Process code imported from qemu_capabilities was oriented around
> starting a process to issue a single QMP command.
> 
> Future usecases (ex. baseline, compare) expect to use a single process
> to issue multiple different QMP commands.
> 
> This patch changes the variable naming from cmd to proc to put focus
> on the process being maintained to issue commands.
> 
> Signed-off-by: Chris Venteicher <cventeic at redhat.com>
> ---
>  src/qemu/qemu_capabilities.c |  14 ++--
>  src/qemu/qemu_process.c      | 140 +++++++++++++++++------------------
>  src/qemu/qemu_process.h      |   6 +-
>  3 files changed, 80 insertions(+), 80 deletions(-)

OK

Jirka




More information about the libvir-list mailing list