aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/hvm/vioapic.h
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-11-07 13:13:52 +0000
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-11-07 13:13:52 +0000
commit25f5b0ff1569004165e5dbdf2872f4e7617a5b60 (patch)
treeef3f256ea42e8f4672a9267ed2bb75bb7f75fb98 /xen/include/asm-x86/hvm/vioapic.h
parentbcc2aed22acbbe0d319e18f7e06c249c03daf100 (diff)
downloadxen-25f5b0ff1569004165e5dbdf2872f4e7617a5b60.tar.gz
xen-25f5b0ff1569004165e5dbdf2872f4e7617a5b60.tar.bz2
xen-25f5b0ff1569004165e5dbdf2872f4e7617a5b60.zip
[HVM] Replace shared-memory PIC state with a set-irq-level hypercall.
This simplifies the IRQ logic significantly and avoids the bogus hvm_pic_assist() on domain resume path. There is more work to be done here. At least: 1. set-irq-level should really be set-interrupt-wire-level. Wire state needs to be distinguished from PIC (in particular, PIC IRR) state. 2. Hypercalls can be batched in qemu and pushed down in one multicall. Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'xen/include/asm-x86/hvm/vioapic.h')
-rw-r--r--xen/include/asm-x86/hvm/vioapic.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/xen/include/asm-x86/hvm/vioapic.h b/xen/include/asm-x86/hvm/vioapic.h
index b5ec7e4597..31ab4373b4 100644
--- a/xen/include/asm-x86/hvm/vioapic.h
+++ b/xen/include/asm-x86/hvm/vioapic.h
@@ -104,8 +104,6 @@ typedef struct hvm_vioapic {
hvm_vioapic_t *hvm_vioapic_init(struct domain *d);
-void hvm_vioapic_do_irqs_clear(struct domain *d, uint16_t irqs);
-void hvm_vioapic_do_irqs(struct domain *d, uint16_t irqs);
void hvm_vioapic_set_xen_irq(struct domain *d, int irq, int level);
void hvm_vioapic_set_irq(struct domain *d, int irq, int level);