In the commit summary:
s/hilight/highlight/
On a Thursday in 2025, Peter Krempa via Devel wrote:
From: Peter Krempa <pkrempa(a)redhat.com>
Move the 'dataFileRaw' field to the main block as it's based on the data
in the qcow2 header same as 'backingStoreRaw'.
Indent and annotate the corresponding dataFile block to show where it
belongs.
Signed-off-by: Peter Krempa <pkrempa(a)redhat.com>
---
tests/virstoragetest.c | 20 ++++++++++---------
tests/virstoragetestdata/out/directory-dir | 1 +
tests/virstoragetestdata/out/directory-none | 1 +
tests/virstoragetestdata/out/directory-raw | 1 +
.../out/qcow2-auto_qcow2-qcow2_raw-raw | 1 +
.../out/qcow2-auto_raw-raw-relative | 1 +
tests/virstoragetestdata/out/qcow2-datafile | 15 +++++++-------
.../out/qcow2-protocol-backing-file | 2 ++
.../out/qcow2-protocol-backing-nbd | 2 ++
.../out/qcow2-qcow2_nbd-raw | 2 ++
.../out/qcow2-qcow2_qcow2-auto | 2 ++
.../out/qcow2-qcow2_qcow2-qcow2_qcow2-auto | 3 +++
.../out/qcow2-qcow2_qcow2-qcow2_raw-auto | 3 +++
.../out/qcow2-qcow2_qcow2-qcow2_raw-raw | 3 +++
.../out/qcow2-qcow2_raw-raw-relative | 2 ++
tests/virstoragetestdata/out/qcow2-symlinks | 3 +++
.../out/qcow2datafile-qcow2_qcow2-datafile | 16 +++++++--------
tests/virstoragetestdata/out/qed-auto_raw | 1 +
tests/virstoragetestdata/out/qed-qed_raw | 2 ++
tests/virstoragetestdata/out/raw-auto | 1 +
tests/virstoragetestdata/out/raw-raw | 1 +
21 files changed, 58 insertions(+), 25 deletions(-)
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano