Re: [Xen-devel] [PATCH v2 4/4] tools/xen-mceinj: Pass in GPA when injecting through MSR_MCI_ADDR

2015-09-16 Thread Egger, Christoph
On 2015/09/16 7:35, Haozhong Zhang wrote: > This patch removes the address translation in xen-mceinj which > translates the guest physical address passed-in through the argument of > '-p' to the host machine address. Instead, xen-mceinj now passes a flag > MC_MSRINJ_F_GPADDR to ask do_mca() in the

Re: [Xen-devel] [PATCH v2 4/4] tools/xen-mceinj: Pass in GPA when injecting through MSR_MCI_ADDR

2015-09-16 Thread Jan Beulich
>>> On 16.09.15 at 07:35, wrote: > This patch removes the address translation in xen-mceinj which > translates the guest physical address passed-in through the argument of > '-p' to the host machine address. Instead, xen-mceinj now passes a flag > MC_MSRINJ_F_GPADDR to

Re: [Xen-devel] [PATCH v2 4/4] tools/xen-mceinj: Pass in GPA when injecting through MSR_MCI_ADDR

2015-09-16 Thread Wei Liu
On Wed, Sep 16, 2015 at 01:35:15PM +0800, Haozhong Zhang wrote: > This patch removes the address translation in xen-mceinj which > translates the guest physical address passed-in through the argument of > '-p' to the host machine address. Instead, xen-mceinj now passes a flag > MC_MSRINJ_F_GPADDR

[Xen-devel] [PATCH v2 4/4] tools/xen-mceinj: Pass in GPA when injecting through MSR_MCI_ADDR

2015-09-15 Thread Haozhong Zhang
This patch removes the address translation in xen-mceinj which translates the guest physical address passed-in through the argument of '-p' to the host machine address. Instead, xen-mceinj now passes a flag MC_MSRINJ_F_GPADDR to ask do_mca() in the hypervisor to do this translation.