You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Paolo Bonzini
15eafc2e60
kvm: x86: add support for KVM_CAP_SPLIT_IRQCHIP
This patch adds support for split IRQ chip mode. When
KVM_CAP_SPLIT_IRQCHIP is enabled:
1.) The PIC, PIT, and IOAPIC are implemented in userspace while
the LAPIC is implemented by KVM.
2.) The software IOAPIC delivers interrupts to the KVM LAPIC via
kvm_set_irq. Interrupt delivery is configured via the MSI routing
table, for which routes are reserved in target-i386/kvm.c then
configured in hw/intc/ioapic.c
3.) KVM delivers IOAPIC EOIs via a new exit KVM_EXIT_IOAPIC_EOI,
which is handled in target-i386/kvm.c and relayed to the software
IOAPIC via ioapic_eoi_broadcast.
Signed-off-by: Matt Gingell <gingell@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
10 years ago
..
Makefile.objs
target-i386/hyperv: Hyper-V SynIC SINT routing and vcpu exit
10 years ago
TODO
target-i386: fix {min,max}{pd,ps,sd,ss} SSE2 instructions
14 years ago
arch_dump.c
x86: Fuse g_malloc(); memset() into g_malloc0()
11 years ago
arch_memory_mapping.c
Switch non-CPU callers from ld/st*_phys to address_space_ld/st*
11 years ago
bpt_helper.c
target-i386: Ensure always-1 bits on DR6 can't be cleared
11 years ago
cc_helper.c
target-i386: exception handling for other helper functions
11 years ago
cc_helper_template.h
target-i386: Implement BLSR, BLSMSK, BLSI
13 years ago
cpu-qom.h
target-i386/kvm: Hyper-V SynIC timers MSR's support
10 years ago
cpu.c
kvm: x86: add support for KVM_CAP_SPLIT_IRQCHIP
10 years ago
cpu.h
target-i386/kvm: Hyper-V SynIC timers MSR's support
10 years ago
excp_helper.c
target-i386: introduce new raise_exception functions
11 years ago
fpu_helper.c
target-i386: exception handling for FPU instructions
11 years ago
gdbstub.c
target-i386: update fp status fix
12 years ago
helper.c
target-i386: Move breakpoint related functions to new file
11 years ago
helper.h
target-i386: Check CR4[DE] for processing DR4/DR5
11 years ago
hyperv.c
target-i386/hyperv: Hyper-V SynIC SINT routing and vcpu exit
10 years ago
hyperv.h
target-i386/hyperv: Hyper-V SynIC SINT routing and vcpu exit
10 years ago
int_helper.c
target-i386: exception handling for div instructions
11 years ago
kvm-stub.c
pc: add SMM property
11 years ago
kvm.c
kvm: x86: add support for KVM_CAP_SPLIT_IRQCHIP
10 years ago
kvm_i386.h
kvm: x86: add support for KVM_CAP_SPLIT_IRQCHIP
10 years ago
machine.c
target-i386/kvm: Hyper-V SynIC timers MSR's support
10 years ago
mem_helper.c
target-i386: exception handling for memory helpers
11 years ago
misc_helper.c
target-i386: Move breakpoint related functions to new file
11 years ago
monitor.c
hmp: implemented io apic dump state for TCG
11 years ago
ops_sse.h
target-i386: fix pcmpxstrx equal-ordered (strstr) mode
11 years ago
ops_sse_header.h
target-i386: add AES-NI instructions
13 years ago
seg_helper.c
target-i386: Introduce cpu_x86_update_dr7
11 years ago
shift_helper_template.h
target-i386: compute eflags outside rcl/rcr helper
13 years ago
smm_helper.c
target-i386: allow any alignment for SMBASE
11 years ago
svm.h
Use new macro QEMU_PACKED for packed structures
15 years ago
svm_helper.c
target-i386: Use correct memory attributes for memory accesses
11 years ago
translate.c
target-i386: Fix mulx for identical target regs
11 years ago