On Tue, May 25, 2021 at 01:05:52PM -0500, Mike Christie wrote: > This is just a prep patch. It moves the worker related fields to a new > vhost_worker struct and moves the code around to create some helpers that > will be used in the next patches. > > Signed-off-by: Mike Christie > --- > drivers/vhost/vhost.c | 94 +++++++++++++++++++++++++++++-------------- > drivers/vhost/vhost.h | 9 ++++- > 2 files changed, 70 insertions(+), 33 deletions(-) Reviewed-by: Stefan Hajnoczi