qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] Update libslirp & make it a subproject
@ 2021-01-14 12:56 marcandre.lureau
  2021-01-14 12:56 ` [PATCH 1/5] build-sys: remove unused LIBS marcandre.lureau
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: marcandre.lureau @ 2021-01-14 12:56 UTC (permalink / raw)
  To: qemu-devel; +Cc: pbonzini, j, Marc-André Lureau, samuel.thibault

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

Hi,

Here is a few patches to update libslirp to git upstream.
Since it now supports meson subproject(), adapt the build
system to use it, and related fixes.

Marc-André Lureau (5):
  build-sys: remove unused LIBS
  build-sys: set global arguments for cflags/ldflags
  build-sys: add libvhost-user missing dependencies
  slirp: update to git master
  build-sys: make libslirp a meson subproject

 configure                             | 34 +-----------
 meson.build                           | 78 +++++----------------------
 .gitmodules                           |  6 +--
 slirp                                 |  1 -
 subprojects/libslirp                  |  1 +
 subprojects/libvhost-user/meson.build |  3 ++
 6 files changed, 20 insertions(+), 103 deletions(-)
 delete mode 160000 slirp
 create mode 160000 subprojects/libslirp

-- 
2.29.0




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

end of thread, other threads:[~2021-01-14 13:35 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-14 12:56 [PATCH 0/5] Update libslirp & make it a subproject marcandre.lureau
2021-01-14 12:56 ` [PATCH 1/5] build-sys: remove unused LIBS marcandre.lureau
2021-01-14 12:56 ` [PATCH 2/5] build-sys: set global arguments for cflags/ldflags marcandre.lureau
2021-01-14 12:56 ` [PATCH 3/5] build-sys: add libvhost-user missing dependencies marcandre.lureau
2021-01-14 13:17   ` Philippe Mathieu-Daudé
2021-01-14 12:56 ` [PATCH 4/5] slirp: update to git master marcandre.lureau
2021-01-14 12:56 ` [PATCH 5/5] build-sys: make libslirp a meson subproject marcandre.lureau
2021-01-14 13:33 ` [PATCH 0/5] Update libslirp & make it a subproject Paolo Bonzini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).