diff options
author | Jan Kiszka | 2011-12-13 15:39:04 +0100 |
---|---|---|
committer | Jan Kiszka | 2012-01-19 12:14:40 +0100 |
commit | 343270ea8777fa95ce2c287fc00c2eaa53255265 (patch) | |
tree | 3625eec20259e3526edc6886adf85626f0473871 /trace-events | |
parent | apic: Inject external NMI events via LINT1 (diff) | |
download | qemu-343270ea8777fa95ce2c287fc00c2eaa53255265.tar.gz qemu-343270ea8777fa95ce2c287fc00c2eaa53255265.tar.xz qemu-343270ea8777fa95ce2c287fc00c2eaa53255265.zip |
apic: Introduce apic_report_irq_delivered
The in-kernel i8259 and IOAPIC backends for KVM will need this, so
encapsulate the shared bits.
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Diffstat (limited to 'trace-events')
-rw-r--r-- | trace-events | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/trace-events b/trace-events index c18435bbe1..5a260d6a09 100644 --- a/trace-events +++ b/trace-events @@ -95,9 +95,9 @@ cpu_get_apic_base(uint64_t val) "%016"PRIx64 apic_mem_readl(uint64_t addr, uint32_t val) "%"PRIx64" = %08x" apic_mem_writel(uint64_t addr, uint32_t val) "%"PRIx64" = %08x" # coalescing +apic_report_irq_delivered(int apic_irq_delivered) "coalescing %d" apic_reset_irq_delivered(int apic_irq_delivered) "old coalescing %d" apic_get_irq_delivered(int apic_irq_delivered) "returning coalescing %d" -apic_set_irq(int apic_irq_delivered) "coalescing %d" # hw/cs4231.c cs4231_mem_readl_dreg(uint32_t reg, uint32_t ret) "read dreg %d: 0x%02x" |