
On 04/12/2013 04:47 AM, Daniel P. Berrange wrote:
On Thu, Apr 11, 2013 at 01:24:21PM -0400, Stefan Berger wrote:
On Fri, Apr 05, 2013 at 10:06:02AM -0400, Stefan Berger wrote:
Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com> Reviewed-by: Corey Bryant <coreyb@linux.vnet.ibm.com> Tested-by: Corey Bryant <coreyb@linux.vnet.ibm.com>
--- tests/qemuxml2argvdata/qemuxml2argv-tpm-passthrough.args | 6 +++ tests/qemuxml2argvdata/qemuxml2argv-tpm-passthrough.xml | 29 +++++++++++++++ tests/qemuxml2argvtest.c | 3 + tests/qemuxml2xmltest.c | 2 + 4 files changed, 40 insertions(+) Since you implemented support for parsing -tpmdev args, you should also add to tests/qemuargv2xmltest.c - the same data files can be used for all 3 testcases. Ok, so this creates quite some problems to have an XML generated
On 04/11/2013 11:43 AM, Daniel P. Berrange wrote: that one doesn't have to edit afterwards, which I suppose is not expect. Should I just drop the parser code ? I'm not sure I understand what your problem is ?
-device is not handled and generates warnings in the parser. The XML for the TPM was generated correctly, but -device ended up showing up in the XML again along with its parameters, which would make it appear on the command line twice when trying to start a VM with this XML. Further, if it encounters a command line with a balloon device, it will also create the XML with -device and not the specific XML for the balloon device. Stefan