On Wed, Jun 18, 2025 at 12:46:21 +0200, Ján Tomko via Devel wrote: > From: Ján Tomko <jto...@redhat.com> > > For the newly supported AMD device. > > Signed-off-by: Ján Tomko <jto...@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 <pkre...@redhat.com>