Re: [libvirt] [PATCH v3 3/3] tests: add test case for tpm-crb QEMU device command line

2018-05-01 Thread Stefan Berger
On 05/01/2018 09:14 AM, John Ferlan wrote: I'll change the $subj to be: qemu: Add tpm-crb QEMU device to the command line On 04/26/2018 01:42 PM, Stefan Berger wrote: Add a test case for the formation of the tpm-crb QEMU device command line. And the commit msg changes to: Alter qemuBuildTPMD

Re: [libvirt] [PATCH v3 3/3] tests: add test case for tpm-crb QEMU device command line

2018-05-01 Thread John Ferlan
I'll change the $subj to be: qemu: Add tpm-crb QEMU device to the command line On 04/26/2018 01:42 PM, Stefan Berger wrote: > Add a test case for the formation of the tpm-crb QEMU device > command line. And the commit msg changes to: Alter qemuBuildTPMDevStr to format the tpm-crb on the comman

[libvirt] [PATCH v3 3/3] tests: add test case for tpm-crb QEMU device command line

2018-04-26 Thread Stefan Berger
Add a test case for the formation of the tpm-crb QEMU device command line. Signed-off-by: Stefan Berger --- src/qemu/qemu_command.c | 16 ++- tests/qemuxml2argvdata/tpm-passthrough-crb.args | 26 + tests/qemuxml2argvtest.c