Re: [RFC 3/5] libvhost-user: Simplify VHOST_USER_REM_MEM_REG

2022-01-05 Thread Stefan Hajnoczi
On Wed, Dec 15, 2021 at 10:29:52PM +, Raphael Norwitz wrote: > From: David Hildenbrand > > Let's avoid having to manually copy all elements. Copy only the ones > necessary to close the hole and perform the operation in-place without > a second array. > > Signed-off-by: David Hildenbrand > S

[RFC 3/5] libvhost-user: Simplify VHOST_USER_REM_MEM_REG

2021-12-15 Thread Raphael Norwitz
From: David Hildenbrand Let's avoid having to manually copy all elements. Copy only the ones necessary to close the hole and perform the operation in-place without a second array. Signed-off-by: David Hildenbrand Signed-off-by: Raphael Norwitz --- subprojects/libvhost-user/libvhost-user.c | 3