
On Thu, Sep 04, 2025 at 16:46:56 +0200, Jiri Denemark via Devel wrote:
From: Jiri Denemark <jdenemar@redhat.com>
The test cases show both the legacy method and the new one produce identical results.
Signed-off-by: Jiri Denemark <jdenemar@redhat.com> --- .../get-guest-cpu-SierraForest.json | 2985 +++++++++++++++++ .../get-guest-cpu-SkylakeClient.json | 2967 ++++++++++++++++ tests/qemumonitorjsontest.c | 2 + 3 files changed, 5954 insertions(+) create mode 100644 tests/qemumonitorjsondata/get-guest-cpu-SierraForest.json create mode 100644 tests/qemumonitorjsondata/get-guest-cpu-SkylakeClient.json
This data belongs more into the previous patch than the capability addition. Anyways since it's a masive diff keep it separate. Reviewed-by: Peter Krempa <pkrempa@redhat.com>