Re: [libvirt] [PATCH 1/3] qemuBuildSevCommandLine: s/obj/buf/

2018-06-13 Thread Ján Tomko
On Wed, Jun 13, 2018 at 12:51:57PM +0200, Michal Privoznik wrote: The variable points to a buffer not a domain object therefore its current name is misleading. Signed-off-by: Michal Privoznik --- src/qemu/qemu_command.c | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-)

[libvirt] [PATCH 1/3] qemuBuildSevCommandLine: s/obj/buf/

2018-06-13 Thread Michal Privoznik
The variable points to a buffer not a domain object therefore its current name is misleading. Signed-off-by: Michal Privoznik --- src/qemu/qemu_command.c | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/qemu/qemu_command.c b/src/qemu/qemu_command.c index