On a Thursday in 2024, Michal Prívozník wrote:
On 12/12/24 12:37, Ján Tomko wrote:
> On a Thursday in 2024, Michal Privoznik wrote:
>> This is a follow up of my previous commits. If the number of
>> vCPUs exceeds some arbitrary value (255) then QEMU requires IOMMU
>> with EIM and interemap enabled. But in turn, intremap IOMMU
>
> s/interemap/intremap/
>
With the typo fixed:
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano
>> requires split I/O APIC (per virDomainDefIOMMUValidate()).
Since
>> after my previous commits (e.g. v10.10.0-rc1~183) IOMMU is added
>> automagically, the I/O APIC can be also enabled automagically.
>>
>> Signed-off-by: Michal Privoznik <mprivozn(a)redhat.com>
>> ---
>> src/qemu/qemu_postparse.c | 7 +++++++
>> tests/qemuxmlconfdata/intel-iommu-eim-autoadd.xml | 3 ---
>> 2 files changed, 7 insertions(+), 3 deletions(-)
>>