On 2026/1/4 11:15, Mohamed Mediouni wrote:

On 3. Jan 2026, at 06:21, Tao Tang <[email protected]> wrote:

Hi all,

Introduce a -M msi= argument to be able to control MSI-X support independently
from ITS, as part of supporting GICv3 + GICv2m platforms.

Remove vms->its as it's no longer needed after that change.

Signed-off-by: Mohamed Mediouni <[email protected]>
Reviewed-by: Pierrick Bouvier <[email protected]>
---
  hw/arm/virt-acpi-build.c |   3 +-
  hw/arm/virt.c            | 110 ++++++++++++++++++++++++++++++++-------
  include/hw/arm/virt.h    |   4 +-
  3 files changed, 94 insertions(+), 23 deletions(-)

diff --git a/hw/arm/virt-acpi-build.c b/hw/arm/virt-acpi-build.c
index 86024a1a73..f3adb95cfe 100644
I’m trying to clarify the current status of ITS under TCG for the virt 
machine.(may be a stupid question...)

The virt documentation states: "Note that ITS is not modeled in TCG mode." [1]
Hello,

That’s outdated documentation, ITS emulation was added in Qemu 6.2 to cover the 
TCG case.

Was implemented in patchset: 
https://lists.nongnu.org/archive/html/qemu-arm/2021-08/msg00070.html


Hi Mohamed,

Thanks for your reply and the pointer to the original 6.2 patchset. I noticed the commit([PATCH v13 09/28]) updating the virt.rst documentation and appreciate your effort on that. It really helps clear up the ITS/TCG confusion I ran into.

Best regards,
Tao


Reply via email to