All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] libvhost-user: lower dependency on QEMU headers
@ 2020-11-18  8:09 marcandre.lureau
  2020-11-18  8:09 ` [PATCH 1/2] libvhost-user: replace qemu/bswap.h with glibc endian.h marcandre.lureau
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: marcandre.lureau @ 2020-11-18  8:09 UTC (permalink / raw)
  To: qemu-devel; +Cc: Marc-André Lureau, armbru, stefanha, dgilbert

From: Marc-André Lureau <marcandre.lureau@redhat.com>

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 qemu/bswap.h with glibc endian.h
  libvhost-user: replace qemu/memfd.h usage

 contrib/libvhost-user/libvhost-user.c | 127 +++++++++++++++++---------
 1 file changed, 83 insertions(+), 44 deletions(-)

-- 
2.29.0




^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2020-11-24 14:41 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-18  8:09 [PATCH 0/2] libvhost-user: lower dependency on QEMU headers marcandre.lureau
2020-11-18  8:09 ` [PATCH 1/2] libvhost-user: replace qemu/bswap.h with glibc endian.h marcandre.lureau
2020-11-24 11:31   ` Dr. David Alan Gilbert
2020-11-18  8:09 ` [PATCH 2/2] libvhost-user: replace qemu/memfd.h usage marcandre.lureau
2020-11-24 11:54   ` Dr. David Alan Gilbert
2020-11-24 13:32     ` Marc-André Lureau
2020-11-24 13:35       ` Marc-André Lureau
2020-11-24 14:39       ` Dr. David Alan Gilbert
2020-11-18  8:58 ` [PATCH 0/2] libvhost-user: lower dependency on QEMU headers Stefan Hajnoczi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.