Re: [RFC v3 05/19] Add validation ops vector

2021-12-06 Thread John Johnson
> On Nov 19, 2021, at 2:42 PM, Alex Williamson > wrote: > > > Add a prefix on Subject: please. Same for previous in series. > ok > On Mon, 8 Nov 2021 16:46:33 -0800 > John Johnson wrote: > >> Validates cases where the return values aren't fully trusted >> (prep work for vfio-us

Re: [RFC v3 05/19] Add validation ops vector

2021-11-19 Thread Alex Williamson
Add a prefix on Subject: please. Same for previous in series. On Mon, 8 Nov 2021 16:46:33 -0800 John Johnson wrote: > Validates cases where the return values aren't fully trusted > (prep work for vfio-user, where the return values from the > remote process aren't trusted) > > Signed-off-by:

[RFC v3 05/19] Add validation ops vector

2021-11-08 Thread John Johnson
Validates cases where the return values aren't fully trusted (prep work for vfio-user, where the return values from the remote process aren't trusted) Signed-off-by: John G Johnson --- include/hw/vfio/vfio-common.h | 21 ++ hw/vfio/pci.c | 67 +