Files
acrn-hypervisor/hypervisor/arch/x86
Shiqing Gao e95b316dd0 hv: vtd: fix improper use of DMAR_GCMD_REG
The initialization of "dmar_unit->gcmd" shall be done via reading from
Global Status Register rather than Global Command Register.

Rationale:
According to Chapter 10.4.4 Global Command Register in VT-d spec, Global Command
Register is a write-only register to control remapping hardware.
Global Status Register is the corresponding read-only register to report remapping
hardware status.

Tracked-On: #1842
Signed-off-by: Shiqing Gao <shiqing.gao@intel.com>
2019-12-12 09:11:04 +08:00
..
2019-12-02 16:20:24 +08:00
2019-06-14 14:22:51 +08:00
2019-10-31 09:02:59 +08:00
2019-12-02 09:31:12 +08:00
2019-12-02 16:20:24 +08:00
2019-02-22 13:14:36 +08:00
2019-09-11 17:30:24 +08:00