Zide Chen
c89d6e6526
modularization: clean up namings in vMTRR module
- rename 3 module interface APIs
init_mtrr() -> init_vmtrr()
mtrr_rdmsr -> read_vmtrr()
mtrr_wrmsr() -> write_vmtrr()
- follow naming convention for other modules, rename struct mtrr_state
to struct acrn_vmtrr. And add acrn_vcpu to it.
- because MTRR is x86 architecture specific, move struct acrn_vmtrr to
struct acrn_vcpu_arch.
Tracked-on: #1842
Signed-off-by: Zide Chen <zide.chen@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2018-12-14 09:43:06 +08:00
..
2018-12-12 09:07:43 +08:00
2018-12-14 09:43:06 +08:00
2018-11-05 15:35:49 +08:00
2018-12-03 15:14:57 +08:00
2018-12-12 13:08:10 +08:00
2018-12-14 08:56:15 +08:00
2018-11-01 11:21:15 +08:00
2018-12-13 09:08:02 +08:00
2018-12-12 09:12:12 +08:00
2018-09-18 09:43:43 +08:00
2018-12-07 16:39:58 +08:00
2018-12-14 09:43:06 +08:00
2018-12-12 09:07:43 +08:00
2018-12-14 08:56:15 +08:00
2018-12-04 09:10:54 +08:00
2018-11-23 12:21:02 +08:00
2018-12-12 13:08:10 +08:00
2018-12-12 13:08:10 +08:00
2018-11-02 15:34:36 -07:00
2018-12-12 13:08:10 +08:00
2018-11-21 14:45:43 +08:00
2018-12-12 13:08:10 +08:00
2018-12-04 18:28:32 +08:00
2018-12-03 15:14:57 +08:00
2018-11-30 14:55:17 +08:00
2018-11-05 15:35:49 +08:00
2018-12-12 13:08:10 +08:00
2018-12-03 09:09:44 +08:00
2018-12-12 13:08:10 +08:00
2018-12-12 13:08:10 +08:00
2018-12-12 13:08:10 +08:00
2018-12-12 13:08:10 +08:00
2018-12-07 15:21:39 +08:00