Files
acrn-hypervisor/hypervisor/arch/x86
Kaige Fu baf055ec21 HV: instr_emul: Using size2mask array directly
There are size2mask array to convert addsize to corresponding mask and function
vie_size2mask doing the same thing except validation check of addrsize.
Theoretically, addrsize can only be one of (1, 2, 4, 8). So, the check of addrsize
is unnecessary.

This patch remove vie_size2mask and use size2maks directly.

Signed-off-by: Kaige Fu <kaige.fu@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2018-08-03 13:05:12 +08:00
..
2018-07-25 15:29:34 +08:00
2018-07-25 15:29:34 +08:00
2018-08-02 09:51:58 +08:00
2018-08-02 14:03:38 +08:00
2018-08-02 09:51:58 +08:00
2018-08-02 14:03:38 +08:00
2018-08-01 11:36:27 +08:00
2018-08-03 11:27:52 +08:00
2018-08-02 14:03:38 +08:00