Re: [libvirt PATCH v2 3/3] qemu: add tests for the ISA debug console command line

2022-02-02 Thread Andrea Bolognani
On Wed, Feb 02, 2022 at 12:44:45PM +, Daniel P. Berrangé wrote: > +++ b/tests/qemuxml2argvdata/serial-debugcon.xml > @@ -0,0 +1,29 @@ > + > + QEMUGuest1 > + c7a5fdbd-edaf-9455-926a-d65c16db1809 > + 219136 > + 219136 > + 1 > + > +hvm > + > + > + > + destroy > + restart > +

[libvirt PATCH v2 3/3] qemu: add tests for the ISA debug console command line

2022-02-02 Thread Daniel P . Berrangé
The XML-to-XML test validates that we don't accidentally copy the isa-debug into a . Signed-off-by: Daniel P. Berrangé --- .../serial-debugcon.x86_64-latest.args| 39 + tests/qemuxml2argvdata/serial-debugcon.xml| 29 + tests/qemuxml2argvtest.c