Re: [PATCH v4 1/2] accel/tcg: Add probe_access_range_flags interface

2022-03-02 Thread Alistair Francis
On Thu, Feb 17, 2022 at 1:49 AM Christoph Muellner wrote: > > The existing probe_access* functions do not allow to specify the > access size and a non-faulting behavior at the same time. > > This is resolved by adding a generalization of probe_access_flags() > that takes an additional size paramet

[PATCH v4 1/2] accel/tcg: Add probe_access_range_flags interface

2022-02-16 Thread Christoph Muellner
The existing probe_access* functions do not allow to specify the access size and a non-faulting behavior at the same time. This is resolved by adding a generalization of probe_access_flags() that takes an additional size parameter. The semantics is basically the same as probe_access_flags(), but