Re: [Xen-devel] [PATCH v2 1/2] x86/HVM: drop hvm_fetch_from_guest_linear()

2018-09-05 Thread Olaf Hering
Am Mon, 03 Sep 2018 09:43:45 -0600 schrieb "Jan Beulich" : > It can easily be expressed through hvm_copy_from_guest_linear(), and in > two cases this even simplifies callers. > > Suggested-by: Paul Durrant > Signed-off-by: Jan Beulich > Reviewed-by: Andrew Cooper Tested-by: Olaf Hering

Re: [Xen-devel] [PATCH v2 1/2] x86/HVM: drop hvm_fetch_from_guest_linear()

2018-09-04 Thread Jan Beulich
>>> On 03.09.18 at 17:43, wrote: > It can easily be expressed through hvm_copy_from_guest_linear(), and in > two cases this even simplifies callers. > > Suggested-by: Paul Durrant > Signed-off-by: Jan Beulich > Reviewed-by: Andrew Cooper > --- > v2: Make sure this compiles standalone.

[Xen-devel] [PATCH v2 1/2] x86/HVM: drop hvm_fetch_from_guest_linear()

2018-09-03 Thread Jan Beulich
It can easily be expressed through hvm_copy_from_guest_linear(), and in two cases this even simplifies callers. Suggested-by: Paul Durrant Signed-off-by: Jan Beulich Reviewed-by: Andrew Cooper --- v2: Make sure this compiles standalone. Slightly adjust change in hvm_ud_intercept(). ---