mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-09 23:10:08 +00:00
qemucapabilitiesdata: Document faked caps dumps
Document the reality that some dumps were faked for purpose of testing corner cases. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com> Reviewed-by: Andrea Bolognani <abologna@redhat.com>
This commit is contained in:
parent
52cde9f314
commit
bb932e2c15
@ -116,3 +116,21 @@ The tool validates and updates the numbering of the entries in the QMP dump in
|
|||||||
case something was modified.
|
case something was modified.
|
||||||
|
|
||||||
The tool also allows programatic modification of the ``.replies`` file.
|
The tool also allows programatic modification of the ``.replies`` file.
|
||||||
|
|
||||||
|
Fake test data dumps for certain architectures
|
||||||
|
==============================================
|
||||||
|
|
||||||
|
For some architectures it was impossible or impractical to fetch real capability
|
||||||
|
dumps. To ensure coverate of certain cases the dumps were collected from
|
||||||
|
corresponding binaries running on a different architecture.
|
||||||
|
|
||||||
|
Capabilities dumps for the following architectures are usually produced on real
|
||||||
|
hardware:
|
||||||
|
|
||||||
|
- x86_64
|
||||||
|
- aarch64
|
||||||
|
- ppc64
|
||||||
|
- s390x
|
||||||
|
|
||||||
|
In most other cases, x86_64 will be used as the host architecture. A fake caps
|
||||||
|
dump can be usually spotted by absence of KVM support.
|
||||||
|
Loading…
Reference in New Issue
Block a user