qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 0/1] hw/arm/smmuv3: Check 31st bit to see if CD is valid


From: Joe Komlodi
Subject: [PATCH 0/1] hw/arm/smmuv3: Check 31st bit to see if CD is valid
Date: Mon, 19 Jul 2021 13:57:11 -0700

Hi all,

This fixes an off-by-1 error when checking to see if a context descriptor is
valid in SMMUv3.

I think it hasn't caused problems yet because Linux will also set the 30th bit,
which is the bit CD_VALID currently checks.

Thanks!
Joe

Joe Komlodi (1):
  hw/arm/smmuv3: Check 31st bit to see if CD is valid

 hw/arm/smmuv3-internal.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.7.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]