On Thu, Nov 12, 2020 at 05:19:08PM -0600, Mike Christie wrote: > The next patch adds a callout so drivers can perform some action when we > get a VHOST_SET_VRING_ENABLE, so this patch moves the msg_handler callout > to a new vhost_dev_ops struct just to keep all the callouts better > organized. > > Signed-off-by: Mike Christie > --- > drivers/vhost/vdpa.c | 7 +++++-- > drivers/vhost/vhost.c | 10 ++++------ > drivers/vhost/vhost.h | 11 ++++++----- > 3 files changed, 15 insertions(+), 13 deletions(-) Reviewed-by: Stefan Hajnoczi