
On 03/02/2018 11:56 AM, Peter Krempa wrote:
Signed-off-by: Peter Krempa <pkrempa@redhat.com> --- tests/qemustatusxml2xmldata/modern-in.xml | 443 +++++++++++++++++++++++++++++ tests/qemustatusxml2xmldata/modern-out.xml | 443 +++++++++++++++++++++++++++++ tests/qemuxml2xmltest.c | 1 + 3 files changed, 887 insertions(+) create mode 100644 tests/qemustatusxml2xmldata/modern-in.xml create mode 100644 tests/qemustatusxml2xmldata/modern-out.xml
"modern" as of "today"... Of course I don't have a better suggestion for a name. Is it possible to print more of the qemuDomainObjPrivateXMLFormat data? I think only "namespaces", "lockstate", "jobs", and "fakereboot" are missing - you capture jobs on the subsequent patch. Not sure lockstate would be easy. John