Re: [PATCH 02/24] DAX: libvhost-user: Route slave message payload

2021-02-11 Thread Stefan Hajnoczi
On Tue, Feb 09, 2021 at 07:02:02PM +, Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" > > Route the uint64 payload from message replies on the slave back up > through vu_process_message_reply and to the callers. > > Signed-off-by: Dr. David Alan Gilbert > --- > subproj

[PATCH 02/24] DAX: libvhost-user: Route slave message payload

2021-02-09 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" Route the uint64 payload from message replies on the slave back up through vu_process_message_reply and to the callers. Signed-off-by: Dr. David Alan Gilbert --- subprojects/libvhost-user/libvhost-user.c | 14 +++--- 1 file changed, 11 insertions(+), 3 de