qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 2/6] apic.h: rearrange
@ 2010-06-05 21:30 Blue Swirl
  0 siblings, 0 replies; only message in thread
From: Blue Swirl @ 2010-06-05 21:30 UTC (permalink / raw)
  To: qemu-devel

Rearrange and add comments to tell where each function is implemented.

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
---
 hw/apic.h |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/hw/apic.h b/hw/apic.h
index e1954f4..c92d188 100644
--- a/hw/apic.h
+++ b/hw/apic.h
@@ -1,7 +1,7 @@
 #ifndef APIC_H
 #define APIC_H

-typedef struct IOAPICState IOAPICState;
+/* apic.c */
 void apic_deliver_irq(uint8_t dest, uint8_t dest_mode,
                              uint8_t delivery_mode,
                              uint8_t vector_num, uint8_t polarity,
@@ -10,10 +10,14 @@ int apic_init(CPUState *env);
 int apic_accept_pic_intr(CPUState *env);
 void apic_deliver_pic_intr(CPUState *env, int level);
 int apic_get_interrupt(CPUState *env);
-qemu_irq *ioapic_init(void);
 void apic_reset_irq_delivered(void);
 int apic_get_irq_delivered(void);

+/* ioapic.c */
+typedef struct IOAPICState IOAPICState;
+qemu_irq *ioapic_init(void);
+
+/* pc.c */
 int cpu_is_bsp(CPUState *env);

 #endif
-- 
1.7.1

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2010-06-05 21:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-05 21:30 [Qemu-devel] [PATCH 2/6] apic.h: rearrange Blue Swirl

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).