]> git.proxmox.com Git - qemu.git/commit - cpu-all.h
irq: Introduce CPU_INTERRUPT_TGT_* defines.
authorRichard Henderson <rth@twiddle.net>
Wed, 4 May 2011 20:34:24 +0000 (13:34 -0700)
committerBlue Swirl <blauwirbel@gmail.com>
Sun, 8 May 2011 16:55:23 +0000 (16:55 +0000)
commit9c76219eaa68e9138521a8e28ee3fff056c83fb1
tree4347a04d406f76f8354c3199a2787ad6435aa512
parent3964f535c35c08470ac69bd553282af500bc8bb0
irq: Introduce CPU_INTERRUPT_TGT_* defines.

These defines will be place-holders for cpu-specific functionality.
Generic code will, at the end of the patch series, no longer have to
concern itself about how SMI, NMI, etc should be handled.  Instead,
generic code will know only that the interrupt is internal or external.

Signed-off-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
cpu-all.h
poison.h