]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/i386/intel_iommu.c
exec: RCUify AddressSpaceDispatch
[mirror_qemu.git] / hw / i386 / intel_iommu.c
index 0a4282adf300007533cd47de15e84b1934b9ea7d..7da70ff3492e89f7d3c44b690f728278a953803a 100644 (file)
@@ -745,6 +745,9 @@ static inline bool vtd_is_interrupt_addr(hwaddr addr)
 
 /* Map dev to context-entry then do a paging-structures walk to do a iommu
  * translation.
+ *
+ * Called from RCU critical section.
+ *
  * @bus_num: The bus number
  * @devfn: The devfn, which is the  combined of device and function number
  * @is_write: The access is a write operation