From: Markus Armbruster <armbru@redhat.com>
To: qemu-devel@nongnu.org
Cc: peter.maydell@linaro.org, pbonzini@redhat.com, silbe@linux.vnet.ibm.com
Subject: [Qemu-devel] [PATCH RFC v3 5/5] Add a few missing #include "qemu/queue.h"
Date: Thu, 30 Jun 2016 14:53:33 +0200 [thread overview]
Message-ID: <1467291213-13393-6-git-send-email-armbru@redhat.com> (raw)
In-Reply-To: <1467291213-13393-1-git-send-email-armbru@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
---
audio/audio_int.h | 2 ++
block/vhdx.h | 2 ++
hw/9pfs/9p-synth.h | 3 +--
include/hw/pci/pci_bus.h | 2 ++
4 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/audio/audio_int.h b/audio/audio_int.h
index 9054747..38ff62e 100644
--- a/audio/audio_int.h
+++ b/audio/audio_int.h
@@ -27,6 +27,8 @@
#ifndef QEMU_AUDIO_INT_H
#define QEMU_AUDIO_INT_H
+#include "qemu/queue.h"
+
#ifdef CONFIG_COREAUDIO
#define FLOAT_MIXENG
/* #define RECIPROCAL */
diff --git a/block/vhdx.h b/block/vhdx.h
index a72559c..cd9487b 100644
--- a/block/vhdx.h
+++ b/block/vhdx.h
@@ -20,6 +20,8 @@
#ifndef BLOCK_VHDX_H
#define BLOCK_VHDX_H
+#include "qemu/queue.h"
+
#define KiB (1 * 1024)
#define MiB (KiB * 1024)
#define GiB (MiB * 1024)
diff --git a/hw/9pfs/9p-synth.h b/hw/9pfs/9p-synth.h
index d4eceb4..aa63a2c 100644
--- a/hw/9pfs/9p-synth.h
+++ b/hw/9pfs/9p-synth.h
@@ -11,11 +11,10 @@
*
*/
-/* FIXME Does not pass make check-headers, yet! */
-
#ifndef HW_9PFS_SYNTH_H
#define HW_9PFS_SYNTH_H 1
+#include "qemu/queue.h"
typedef struct V9fsSynthNode V9fsSynthNode;
typedef ssize_t (*v9fs_synth_read)(void *buf, int len, off_t offset,
diff --git a/include/hw/pci/pci_bus.h b/include/hw/pci/pci_bus.h
index daf32b3..e91ed29 100644
--- a/include/hw/pci/pci_bus.h
+++ b/include/hw/pci/pci_bus.h
@@ -3,6 +3,8 @@
#ifndef QEMU_PCI_BUS_H
#define QEMU_PCI_BUS_H
+#include "qemu/queue.h"
+
/*
* PCI Bus and Bridge datastructures.
*
--
2.5.5
prev parent reply other threads:[~2016-06-30 12:53 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-30 12:53 [Qemu-devel] [PATCH RFC v3 0/5] Baby steps towards saner headers Markus Armbruster
2016-06-30 12:53 ` [Qemu-devel] [PATCH RFC v3 1/5] tests: New make target check-source Markus Armbruster
2016-06-30 13:27 ` Paolo Bonzini
2016-06-30 14:30 ` Markus Armbruster
2016-06-30 14:31 ` Paolo Bonzini
2016-07-05 17:17 ` Sascha Silbe
2016-06-30 12:53 ` [Qemu-devel] [PATCH RFC v3 2/5] tests: Make check-block a phony target Markus Armbruster
2016-07-01 17:11 ` Eric Blake
2016-06-30 12:53 ` [Qemu-devel] [PATCH RFC v3 3/5] Include hw/irq.h where qemu_irq is used Markus Armbruster
2016-06-30 12:53 ` [Qemu-devel] [PATCH RFC v3 4/5] Include exec/hwaddr.h where hwaddr " Markus Armbruster
2016-06-30 12:53 ` Markus Armbruster [this message]
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=1467291213-13393-6-git-send-email-armbru@redhat.com \
--to=armbru@redhat.com \
--cc=pbonzini@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=silbe@linux.vnet.ibm.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).