]> Git Repo - qemu.git/blobdiff - include/hw/i386/intel_iommu.h
intel_iommu: support snoop control
[qemu.git] / include / hw / i386 / intel_iommu.h
index 41783ee46d5eec7ea5f68e797a53c46650b07cba..3b5ac869db6ed220785e21157f3111bbce29099f 100644 (file)
@@ -228,6 +228,7 @@ struct IntelIOMMUState {
 
     bool caching_mode;              /* RO - is cap CM enabled? */
     bool scalable_mode;             /* RO - is Scalable Mode supported? */
+    bool snoop_control;             /* RO - is SNP filed supported? */
 
     dma_addr_t root;                /* Current root table pointer */
     bool root_scalable;             /* Type of root table (scalable or not) */
This page took 0.022261 seconds and 4 git commands to generate.