qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Markus Armbruster <armbru@redhat.com>
To: qemu-devel@nongnu.org
Cc: eblake@redhat.com, mst@redhat.com, pbonzini@redhat.com
Subject: [Qemu-devel] [PATCH RFC 4/5] include: Move typedef qemu_irq to qemu/typedefs.h
Date: Thu, 23 Jun 2016 18:12:09 +0200	[thread overview]
Message-ID: <1466698330-6021-5-git-send-email-armbru@redhat.com> (raw)
In-Reply-To: <1466698330-6021-1-git-send-email-armbru@redhat.com>

Signed-off-by: Markus Armbruster <armbru@redhat.com>
---
 include/hw/irq.h        | 2 --
 include/qemu/typedefs.h | 1 +
 tests/Makefile.include  | 2 --
 3 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/include/hw/irq.h b/include/hw/irq.h
index 4c4c2ea..6a89571 100644
--- a/include/hw/irq.h
+++ b/include/hw/irq.h
@@ -5,8 +5,6 @@
 
 #define TYPE_IRQ "irq"
 
-typedef struct IRQState *qemu_irq;
-
 typedef void (*qemu_irq_handler)(void *opaque, int n, int level);
 
 void qemu_set_irq(qemu_irq irq, int level);
diff --git a/include/qemu/typedefs.h b/include/qemu/typedefs.h
index f9745c4..f7c27a9 100644
--- a/include/qemu/typedefs.h
+++ b/include/qemu/typedefs.h
@@ -31,6 +31,7 @@ typedef struct FWCfgState FWCfgState;
 typedef struct HCIInfo HCIInfo;
 typedef struct I2CBus I2CBus;
 typedef struct I2SCodec I2SCodec;
+typedef struct IRQState *qemu_irq;
 typedef struct ISABus ISABus;
 typedef struct ISADevice ISADevice;
 typedef struct IsaDma IsaDma;
diff --git a/tests/Makefile.include b/tests/Makefile.include
index e20f437..cd2082a 100644
--- a/tests/Makefile.include
+++ b/tests/Makefile.include
@@ -543,11 +543,9 @@ blacklisted-headers :=					\
 	include/hw/input/hid.h				\
 	include/hw/intc/allwinner-a10-pic.h		\
 	include/hw/isa/i8257.h				\
-	include/hw/isa/vt82c686.h			\
 	include/hw/kvm/clock.h				\
 	include/hw/mips/bios.h				\
 	include/hw/mips/cpudevs.h			\
-	include/hw/mips/mips.h				\
 	include/hw/misc/mips_cmgcr.h			\
 	include/hw/misc/mips_cpc.h			\
 	include/hw/misc/mips_itu.h			\
-- 
2.5.5

  parent reply	other threads:[~2016-06-23 16:12 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-23 16:12 [Qemu-devel] [PATCH RFC 0/5] Baby steps towards saner headers Markus Armbruster
2016-06-23 16:12 ` [Qemu-devel] [PATCH RFC 1/5] Use #include "..." exactly for our own headers Markus Armbruster
2016-06-23 16:31   ` Peter Maydell
2016-06-23 16:12 ` [Qemu-devel] [PATCH RFC 2/5] tests: New make target check-headers Markus Armbruster
2016-06-23 16:40   ` Paolo Bonzini
2016-06-23 16:47     ` Peter Maydell
2016-06-24  8:10       ` Markus Armbruster
2016-06-23 19:33   ` Eric Blake
2016-06-24  8:11     ` Markus Armbruster
2016-06-23 16:12 ` [Qemu-devel] [PATCH RFC 3/5] include/qemu/typedefs.h: Restore alphabetical order Markus Armbruster
2016-06-23 16:40   ` Peter Maydell
2016-06-24  8:11     ` Markus Armbruster
2016-06-23 16:12 ` Markus Armbruster [this message]
2016-06-23 16:41   ` [Qemu-devel] [PATCH RFC 4/5] include: Move typedef qemu_irq to qemu/typedefs.h Peter Maydell
2016-06-24  8:12     ` Markus Armbruster
2016-06-24  8:15       ` Peter Maydell
2016-06-24  8:17         ` Paolo Bonzini
2016-06-24  9:46           ` Peter Maydell
2016-06-24 12:32             ` Markus Armbruster
2016-06-24 12:45               ` Peter Maydell
2016-06-24 13:43                 ` Markus Armbruster
2016-06-24 13:45                   ` Peter Maydell
2016-06-23 16:12 ` [Qemu-devel] [PATCH RFC 5/5] include: Include exec/hwaddr.h where hwaddr is used Markus Armbruster
2016-06-24  8:17   ` Markus Armbruster
2016-06-24  8:18     ` Paolo Bonzini

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=1466698330-6021-5-git-send-email-armbru@redhat.com \
    --to=armbru@redhat.com \
    --cc=eblake@redhat.com \
    --cc=mst@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=qemu-devel@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).