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 12:53:18 +08:00
2018-12-12 13:23:28 +08:00
2018-12-14 09:43:06 +08:00
2018-12-12 13:08:10 +08:00
2018-12-12 13:08:10 +08:00
2018-12-14 08:56:15 +08:00
2018-12-12 09:12:12 +08:00
2018-12-14 09:42:49 +08:00
2018-11-13 16:28:58 +08:00
2018-12-12 09:07:43 +08:00
2018-12-14 08:56:15 +08:00
2018-12-12 13:08:10 +08:00
2018-12-04 09:10:54 +08:00
2018-12-12 09:07:43 +08:00
2018-12-03 13:20:35 +08:00
2018-11-22 12:44:21 +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
2018-11-02 13:15:48 +08:00
2018-12-05 13:17:38 +08:00
2018-06-01 10:43:06 +08:00
2018-12-12 13:08:10 +08:00
2018-12-14 09:42:49 +08:00
2018-12-12 13:08:10 +08:00
2018-12-14 09:11:37 +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-12 13:08:10 +08:00
2018-09-30 14:45:37 +08:00