]> xenbits.xensource.com Git - xen.git/commit
vt-d: fix IM bit mask and unmask of Fault Event Control Register
authorQuan Xu <quan.xu@intel.com>
Fri, 25 Sep 2015 07:08:22 +0000 (09:08 +0200)
committerJan Beulich <jbeulich@suse.com>
Fri, 25 Sep 2015 07:08:22 +0000 (09:08 +0200)
commit86f3ff9fc4cc3cb69b96c1de74bcc51f738fe2b9
treeded1c04446559e60c64a541d411c799c311c54b8
parentf96b29118a3ce99b1eb45e79564d5af382395607
vt-d: fix IM bit mask and unmask of Fault Event Control Register

Bit 0:29 in Fault Event Control Register are 'Reserved and Preserved',
software cannot write 0 to it unconditionally. Software must preserve
the value read for writes.

Signed-off-by: Quan Xu <quan.xu@intel.com>
Acked-by: Yang Zhang <yang.z.zhang@intel.com>
xen/drivers/passthrough/vtd/iommu.c