qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Laurent Vivier <laurent@vivier.eu>
To: qemu-devel@nongnu.org
Cc: "Peter Maydell" <peter.maydell@linaro.org>,
	"Thomas Huth" <thuth@redhat.com>,
	qemu-trivial@nongnu.org, "Michael Tokarev" <mjt@tls.msk.ru>,
	"Philippe Mathieu-Daudé" <f4bug@amsat.org>,
	"Laurent Vivier" <laurent@vivier.eu>,
	"Michele Denber" <denber@mindspring.com>
Subject: [PULL 7/7] net/tap-solaris.c: Include qemu-common.h for TFR macro
Date: Tue,  7 Jul 2020 12:52:55 +0200	[thread overview]
Message-ID: <20200707105255.362318-8-laurent@vivier.eu> (raw)
In-Reply-To: <20200707105255.362318-1-laurent@vivier.eu>

From: Peter Maydell <peter.maydell@linaro.org>

In commit a8d2532645cf5ce4 we cleaned up usage of the qemu-common.h header
so that it was always included from .c files and never from other .h files.
We missed adding it to net/tap-solaris.c (which previously was pulling it
in via tap-int.h), which broke building on Solaris hosts.

Fixes: a8d2532645cf5ce4
Reported-by: Michele Denber <denber@mindspring.com>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Tested-by: Michele Denber <denber@mindspring.com>
Message-Id: <20200704092317.12943-1-peter.maydell@linaro.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
---
 net/tap-solaris.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net/tap-solaris.c b/net/tap-solaris.c
index 4725d2314eef..d03165c57c9f 100644
--- a/net/tap-solaris.c
+++ b/net/tap-solaris.c
@@ -27,6 +27,7 @@
 #include "tap_int.h"
 #include "qemu/ctype.h"
 #include "qemu/cutils.h"
+#include "qemu-common.h"
 
 #include <sys/ethernet.h>
 #include <sys/sockio.h>
-- 
2.26.2



  parent reply	other threads:[~2020-07-07 10:59 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-07 10:52 [PULL 0/7] Trivial branch for 5.1 patches Laurent Vivier
2020-07-07 10:52 ` [PULL 1/7] fix the prototype of muls64/mulu64 Laurent Vivier
2020-07-07 10:52 ` [PULL 2/7] trivial: Respect alphabetical order of .o files in Makefile.objs Laurent Vivier
2020-07-07 10:52 ` [PULL 3/7] .mailmap: Update Alexander Graf email address Laurent Vivier
2020-07-07 10:52 ` [PULL 4/7] MAINTAINERS: Update Radoslaw Biernacki " Laurent Vivier
2020-07-07 10:52 ` [PULL 5/7] util/qemu-option: Document the get_opt_value() function Laurent Vivier
2020-07-07 10:52 ` [PULL 6/7] intel_iommu: "aw-bits" error message still refers to "x-aw-bits" Laurent Vivier
2020-07-07 10:52 ` Laurent Vivier [this message]
2020-07-09 15:49 ` [PULL 0/7] Trivial branch for 5.1 patches Peter Maydell

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=20200707105255.362318-8-laurent@vivier.eu \
    --to=laurent@vivier.eu \
    --cc=denber@mindspring.com \
    --cc=f4bug@amsat.org \
    --cc=mjt@tls.msk.ru \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-trivial@nongnu.org \
    --cc=thuth@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 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).