Re: [PATCH 0/2] libvhost-user: lower dependency on QEMU headers

2020-11-18 Thread Stefan Hajnoczi
On Wed, Nov 18, 2020 at 12:09:00PM +0400, marcandre.lur...@redhat.com wrote: > From: Marc-André Lureau > > Hi, > > libvhost-user is meant to be free of glib dependency, and easily > copyable/reusable outside of QEMU. Clean-up some dependencies that crept in > recently (the one remaining is qemu/

[PATCH 0/2] libvhost-user: lower dependency on QEMU headers

2020-11-18 Thread marcandre . lureau
From: Marc-André Lureau Hi, libvhost-user is meant to be free of glib dependency, and easily copyable/reusable outside of QEMU. Clean-up some dependencies that crept in recently (the one remaining is qemu/atomic.h, from which a subset is used) Marc-André Lureau (2): libvhost-user: replace qem