All of lore.kernel.org
 help / color / mirror / Atom feed
From: Samuel Thibault <samuel.thibault@ens-lyon.org>
To: qemu-devel@nongnu.org, peter.maydell@linaro.org
Cc: "Marc-André Lureau" <marcandre.lureau@redhat.com>,
	stefanha@redhat.com, jan.kiszka@siemens.com,
	"Samuel Thibault" <samuel.thibault@ens-lyon.org>
Subject: [Qemu-devel] [PULL 12/12] slirp: remove QEMU Makefile.objs
Date: Thu,  7 Mar 2019 00:58:50 +0100	[thread overview]
Message-ID: <20190306235850.30110-13-samuel.thibault@ens-lyon.org> (raw)
In-Reply-To: <20190306235850.30110-1-samuel.thibault@ens-lyon.org>

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

QEMU no longer includes it, and treats slirp/ as a separate project.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <20190212162524.31504-8-marcandre.lureau@redhat.com>
Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
---
 slirp/Makefile.objs | 36 ------------------------------------
 1 file changed, 36 deletions(-)
 delete mode 100644 slirp/Makefile.objs

diff --git a/slirp/Makefile.objs b/slirp/Makefile.objs
deleted file mode 100644
index 0250229dfa..0000000000
--- a/slirp/Makefile.objs
+++ /dev/null
@@ -1,36 +0,0 @@
-slirp-obj-y = slirp.mo
-
-slirp.mo-objs = \
-	src/arp_table.o \
-	src/bootp.o \
-	src/cksum.o \
-	src/dhcpv6.o \
-	src/dnssearch.o \
-	src/if.o \
-	src/ip6_icmp.o \
-	src/ip6_input.o \
-	src/ip6_output.o \
-	src/ip_icmp.o \
-	src/ip_input.o \
-	src/ip_output.o \
-	src/mbuf.o \
-	src/misc.o \
-	src/ncsi.o \
-	src/ndp_table.o \
-	src/sbuf.o \
-	src/slirp.o \
-	src/socket.o \
-	src/state.o \
-	src/stream.o \
-	src/tcp_input.o \
-	src/tcp_output.o \
-	src/tcp_subr.o \
-	src/tcp_timer.o \
-	src/tftp.o \
-	src/udp.o \
-	src/udp6.o \
-	src/util.o \
-	src/vmstate.o \
-	$(NULL)
-
-slirp.mo-cflags = -DG_LOG_DOMAIN=\"Slirp\"
-- 
2.20.1

  parent reply	other threads:[~2019-03-06 23:59 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-06 23:58 [Qemu-devel] [PULL 00/12] slirp updates Samuel Thibault
2019-03-06 23:58 ` [Qemu-devel] [PULL 01/12] slirp: Fix build with gcc 9 Samuel Thibault
2019-03-06 23:58 ` [Qemu-devel] [PULL 02/12] slirp: check for ioctlsocket error and 0-length udp payload Samuel Thibault
2019-03-06 23:58 ` [Qemu-devel] [PULL 03/12] slirp: check sscanf result when emulating ident Samuel Thibault
2019-03-06 23:58 ` [Qemu-devel] [PULL 04/12] slirp: fix big/little endian conversion in ident protocol Samuel Thibault
2019-03-06 23:58 ` [Qemu-devel] [PULL 05/12] slirp: Mark pieces missing IPv6 support Samuel Thibault
2019-03-06 23:58 ` [Qemu-devel] [PULL 06/12] slirp: adapt a subset of QEMU vmstate code Samuel Thibault
2019-03-06 23:58 ` [Qemu-devel] [PULL 07/12] slirp: use libslirp migration code Samuel Thibault
2019-03-06 23:58 ` [Qemu-devel] [PULL 08/12] slirp: use "slirp_" prefix for inet_aton() win32 implementation Samuel Thibault
2019-03-06 23:58 ` [Qemu-devel] [PULL 09/12] slirp: move sources to src/ subdirectory Samuel Thibault
2019-03-06 23:58 ` [Qemu-devel] [PULL 10/12] slirp: add a standalone Makefile Samuel Thibault
2019-03-06 23:58 ` [Qemu-devel] [PULL 11/12] build-sys: link with slirp as an external project Samuel Thibault
2019-03-06 23:58 ` Samuel Thibault [this message]
2019-03-07  0:13 ` [Qemu-devel] [PULL 00/12] slirp updates no-reply
2019-03-07 11:27 ` Peter Maydell
2019-03-07 11:52   ` Samuel Thibault

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190306235850.30110-13-samuel.thibault@ens-lyon.org \
    --to=samuel.thibault@ens-lyon.org \
    --cc=jan.kiszka@siemens.com \
    --cc=marcandre.lureau@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    --cc=stefanha@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.