Re: [libvirt] [PATCH 2/3] qemu: Move TPM command line build code into own function

2015-02-24 Thread Martin Kletzander
On Mon, Feb 23, 2015 at 06:50:47AM -0500, Stefan Berger wrote: Move the TPM command line build code into its own function. Signed-off-by: Stefan Berger stef...@linux.vnet.ibm.com --- src/qemu/qemu_command.c | 37 + 1 file changed, 25 insertions(+), 12

[libvirt] [PATCH 2/3] qemu: Move TPM command line build code into own function

2015-02-23 Thread Stefan Berger
Move the TPM command line build code into its own function. Signed-off-by: Stefan Berger stef...@linux.vnet.ibm.com --- src/qemu/qemu_command.c | 37 + 1 file changed, 25 insertions(+), 12 deletions(-) diff --git a/src/qemu/qemu_command.c