summaryrefslogtreecommitdiffstats
path: root/hw/display/trace-events
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé2020-05-26 08:22:39 +0200
committerGerd Hoffmann2020-05-28 11:38:57 +0200
commitedcbea008d7943633911c2d385fd0c94bb84403c (patch)
tree5efc8a6fe0b4c11438163f4c17a8b0de10c278fa /hw/display/trace-events
parentMerge remote-tracking branch 'remotes/philmd-gitlab/tags/mips-hw-next-2020052... (diff)
downloadqemu-edcbea008d7943633911c2d385fd0c94bb84403c.tar.gz
qemu-edcbea008d7943633911c2d385fd0c94bb84403c.tar.xz
qemu-edcbea008d7943633911c2d385fd0c94bb84403c.zip
hw/display/edid: Add missing 'qdev-properties.h' header
When trying to consume the DEFINE_EDID_PROPERTIES() macro by including "hw/display/edid.h", we get this build failure: include/hw/display/edid.h:24:5: error: implicit declaration of function ‘DEFINE_PROP_UINT32’ [-Werror=implicit-function-declaration] 24 | DEFINE_PROP_UINT32("xres", _state, _edid_info.prefx, 0), \ | ^~~~~~~~~~~~~~~~~~ Headers should be self-contained, and one shouldn't have to dig to find the missing headers. In this case "hw/qdev-properties.h" is missing. Add it. Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Alistair Francis <alistair.francis@wdc.com> Message-id: 20200526062252.19852-2-f4bug@amsat.org Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'hw/display/trace-events')
0 files changed, 0 insertions, 0 deletions