On Wed, Jun 18, 2025 at 12:46:21 +0200, Ján Tomko via Devel wrote:
From: Ján Tomko <jtomko(a)redhat.com>
For the newly supported AMD device.
Signed-off-by: Ján Tomko <jtomko(a)redhat.com>
---
docs/formatdomain.rst | 8 ++++++++
src/conf/domain_conf.c | 30 +++++++++++++++++++++++++++++
src/conf/domain_conf.h | 2 ++
src/conf/schemas/domaincommon.rng | 10 ++++++++++
tests/qemuxmlconfdata/amd-iommu.xml | 2 +-
5 files changed, 51 insertions(+), 1 deletion(-)
Since you've explicitly forbidden unsupported attributes from 'amd' you
should do the same for these with 'intel'.
Reviewed-by: Peter Krempa <pkrempa(a)redhat.com>