On Fri, Jun 14, 2019 at 03:30:22PM +0200, Peter Krempa wrote:
All the code is mostly outdated and does not really help in most
cases.
Since this was already proposed and I did not see anything against here
are the patches.
As a follow up I'll refactor and move the rest of qemu_parse_command.c
once this is out of the way.
you can fetch this by
git fetch
https://github.com/pipo/libvirt.git parse-command-delete
Peter Krempa (5):
qemu: driver: Drop support for qemu-attach
qemu: parse: Drop qemuParseCommandLinePid and friends
qemu: driver: Remove support for native->XML conversion
tests: Drop qemuargv2xmltest
qemu: parse: Drop unused qemu command line parsing infrastructure
src/check-aclrules.pl | 1 +
src/qemu/qemu_domain.c | 2 +
[...]
delete mode 100644 tests/qemuargv2xmldata/watchdog.args
delete mode 100644 tests/qemuargv2xmldata/watchdog.xml
delete mode 100644 tests/qemuargv2xmltest.c
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
drvqemu.html might also need tuning
Jano