On Fri, Dec 10, 2021 at 11:37:30 +0000, Daniel P. Berrangé wrote: > There are limits on the number of SEV/SEV-ES guests that can > be run on machines, which may be influenced by firmware > settings. This is important to expose to users. > > Signed-off-by: Daniel P. Berrangé <berrange@xxxxxxxxxx> > --- > docs/formatdomaincaps.html.in | 6 ++++++ > docs/schemas/domaincaps.rng | 6 ++++++ > src/conf/domain_capabilities.c | 4 ++++ > src/conf/domain_capabilities.h | 2 ++ > tests/domaincapsdata/qemu_2.12.0-q35.x86_64.xml | 2 ++ > tests/domaincapsdata/qemu_2.12.0-tcg.x86_64.xml | 2 ++ > tests/domaincapsdata/qemu_2.12.0.x86_64.xml | 2 ++ > tests/domaincapsdata/qemu_6.0.0-q35.x86_64.xml | 2 ++ > tests/domaincapsdata/qemu_6.0.0-tcg.x86_64.xml | 2 ++ > tests/domaincapsdata/qemu_6.0.0.x86_64.xml | 2 ++ > 10 files changed, 30 insertions(+) Reviewed-by: Peter Krempa <pkrempa@xxxxxxxxxx>