diff options
author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-10-09 03:08:56 +0000 |
---|---|---|
committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-10-09 03:08:56 +0000 |
commit | 0e21e12bb311c4c1095d0269dc2ef81196ccb60a (patch) | |
tree | b0e7951d83aa0480c62713f665d487efdbf57cea /vl.h | |
parent | aacb758b65e7f98133f9425b2c8a80ae339c3877 (diff) |
Don't route PIC interrupts through the local APIC if the local APIC
config says so. By Ari Kivity.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3371 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'vl.h')
-rw-r--r-- | vl.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1139,6 +1139,7 @@ void irq_info(void); typedef struct IOAPICState IOAPICState; int apic_init(CPUState *env); +int apic_accept_pic_intr(CPUState *env); int apic_get_interrupt(CPUState *env); IOAPICState *ioapic_init(void); void ioapic_set_irq(void *opaque, int vector, int level); |