From: "Philippe Mathieu-Daudé" <f4bug@amsat.org>
To: qemu-devel@nongnu.org
Cc: "Thomas Huth" <huth@tuxfamily.org>,
"Michael Tokarev" <mjt@tls.msk.ru>,
"Philippe Mathieu-Daudé" <f4bug@amsat.org>,
"Laurent Vivier" <laurent@vivier.eu>,
qemu-trivial@nongnu.org, "Gerd Hoffmann" <kraxel@redhat.com>
Subject: [PATCH 2/2] hw/display/edid: Add missing 'qdev-properties.h' header
Date: Mon, 4 May 2020 10:20:03 +0200 [thread overview]
Message-ID: <20200504082003.16298-3-f4bug@amsat.org> (raw)
In-Reply-To: <20200504082003.16298-1-f4bug@amsat.org>
To use the DEFINE_EDID_PROPERTIES() macro we need the
definitions from "hw/qdev-properties.h".
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
---
include/hw/display/edid.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/hw/display/edid.h b/include/hw/display/edid.h
index ff99dc0a05..23371ee82c 100644
--- a/include/hw/display/edid.h
+++ b/include/hw/display/edid.h
@@ -2,6 +2,7 @@
#define EDID_H
#include "qom/object.h"
+#include "hw/qdev-properties.h"
typedef struct qemu_edid_info {
const char *vendor; /* http://www.uefi.org/pnp_id_list */
--
2.21.3
next prev parent reply other threads:[~2020-05-04 8:21 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-05-04 8:20 [PATCH 0/2] hw/display: Trivial include cleanups Philippe Mathieu-Daudé
2020-05-04 8:20 ` [PATCH 1/2] hw/display: Include local 'framebuffer.h' Philippe Mathieu-Daudé
2020-05-04 9:50 ` Thomas Huth
2020-05-04 17:31 ` Richard Henderson
2020-05-18 13:41 ` Gerd Hoffmann
2020-05-04 8:20 ` Philippe Mathieu-Daudé [this message]
2020-05-04 17:34 ` [PATCH 2/2] hw/display/edid: Add missing 'qdev-properties.h' header Richard Henderson
2020-05-04 18:37 ` Richard Henderson
2020-05-08 18:55 ` Philippe Mathieu-Daudé
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=20200504082003.16298-3-f4bug@amsat.org \
--to=f4bug@amsat.org \
--cc=huth@tuxfamily.org \
--cc=kraxel@redhat.com \
--cc=laurent@vivier.eu \
--cc=mjt@tls.msk.ru \
--cc=qemu-devel@nongnu.org \
--cc=qemu-trivial@nongnu.org \
/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).