RE: [RFC 11/27] vhost: introduce backend ops

2023-05-04 Thread Xia, Chenbo
.@redhat.com; > amore...@redhat.com > Cc: Maxime Coquelin > Subject: [RFC 11/27] vhost: introduce backend ops > > This patch introduces backend ops struct, that will enable > calling backend specifics callbacks (Vhost-user, VDUSE), in > shared code. > > This is an

[RFC 11/27] vhost: introduce backend ops

2023-03-31 Thread Maxime Coquelin
This patch introduces backend ops struct, that will enable calling backend specifics callbacks (Vhost-user, VDUSE), in shared code. This is an empty shell for now, it will be filled in later patches. Signed-off-by: Maxime Coquelin --- lib/vhost/socket.c | 2 +- lib/vhost/vhost.c | 8