All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-trivial] [PATCH] qemu-common: Declare qemu_irq earlier
@ 2012-08-20  4:45 ` Stefan Weil
  0 siblings, 0 replies; 10+ messages in thread
From: Stefan Weil @ 2012-08-20  4:45 UTC (permalink / raw)
  To: qemu-trivial; +Cc: imammedo, qemu-devel, Stefan Weil

This allows using qemu_irq in the target specific cpu.h.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
---
 qemu-common.h |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/qemu-common.h b/qemu-common.h
index 74a99d3..88a515e 100644
--- a/qemu-common.h
+++ b/qemu-common.h
@@ -19,6 +19,8 @@ struct Monitor;
 typedef struct Monitor Monitor;
 typedef struct MigrationParams MigrationParams;
 
+typedef struct IRQState *qemu_irq;
+
 /* we put basic includes here to avoid repeating them in device drivers */
 #include <stdlib.h>
 #include <stdio.h>
@@ -276,7 +278,6 @@ typedef struct PCIEPort PCIEPort;
 typedef struct PCIESlot PCIESlot;
 typedef struct MSIMessage MSIMessage;
 typedef struct SerialState SerialState;
-typedef struct IRQState *qemu_irq;
 typedef struct PCMCIACardState PCMCIACardState;
 typedef struct MouseTransformInfo MouseTransformInfo;
 typedef struct uWireSlave uWireSlave;
-- 
1.7.0.4



^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2012-08-24 17:33 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-20  4:45 [Qemu-trivial] [PATCH] qemu-common: Declare qemu_irq earlier Stefan Weil
2012-08-20  4:45 ` [Qemu-devel] " Stefan Weil
2012-08-24 10:54 ` [Qemu-trivial] " Stefan Hajnoczi
2012-08-24 10:54   ` [Qemu-devel] " Stefan Hajnoczi
2012-08-24 11:06   ` [Qemu-trivial] [Qemu-devel] " Peter Maydell
2012-08-24 11:06     ` [Qemu-devel] [Qemu-trivial] " Peter Maydell
2012-08-24 11:56     ` [Qemu-trivial] [Qemu-devel] " Stefan Hajnoczi
2012-08-24 11:56       ` [Qemu-devel] [Qemu-trivial] " Stefan Hajnoczi
2012-08-24 17:33       ` [Qemu-trivial] [Qemu-devel] " Stefan Weil
2012-08-24 17:33         ` [Qemu-devel] [Qemu-trivial] " Stefan Weil

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.