Re: [PATCH] x86, kvm: use macros to compute bank MSRs

2014-09-23 Thread Paolo Bonzini
Il 23/09/2014 04:44, Chen Yucong ha scritto: Avoid open coded calculations for bank MSRs by using well-defined macros that hide the index of higher bank MSRs. No semantic changes. Signed-off-by: Chen Yucong sla...@gmail.com --- arch/x86/kvm/x86.c |8 1 file changed, 4

[PATCH] x86, kvm: use macros to compute bank MSRs

2014-09-22 Thread Chen Yucong
Avoid open coded calculations for bank MSRs by using well-defined macros that hide the index of higher bank MSRs. No semantic changes. Signed-off-by: Chen Yucong sla...@gmail.com --- arch/x86/kvm/x86.c |8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git