~pmdj/ubuntu/trusty/qemu/2.9+applesmc+fadtv3

« back to all changes in this revision

Viewing changes to include/hw/i386/intel_iommu.h

  • Committer: Phil Dennis-Jordan
  • Date: 2017-07-21 08:03:43 UTC
  • mfrom: (1.1.1)
  • Revision ID: phil@philjordan.eu-20170721080343-2yr2vdj7713czahv
New upstream release 2.9.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
257
257
    uint8_t womask[DMAR_REG_SIZE];  /* WO (write only - read returns 0) */
258
258
    uint32_t version;
259
259
 
 
260
    bool caching_mode;          /* RO - is cap CM enabled? */
 
261
 
260
262
    dma_addr_t root;                /* Current root table pointer */
261
263
    bool root_extended;             /* Type of root table (extended or not) */
262
264
    bool dmar_enabled;              /* Set if DMA remapping is enabled */