qemu-patch-raspberry4/stubs
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>
2015-12-17 17:33:47 +01:00
..
arch-query-cpu-def.c qerror: Clean up QERR_ macros to expand into a single string 2015-06-22 18:20:40 +02:00
bdrv-commit-all.c
clock-warp.c
cpu-get-clock.c
cpu-get-icount.c
cpus.c
dump.c Include qapi/qmp/qerror.h exactly where needed 2015-06-22 18:20:41 +02:00
fd-register.c
fdset-add-fd.c
fdset-find-fd.c
fdset-get-fd.c
fdset-remove-fd.c
gdbstub.c
get-fd.c
get-next-serial.c
get-vm-name.c
iothread-lock.c main-loop: introduce qemu_mutex_iothread_locked 2015-07-01 15:45:50 +02:00
is-daemonized.c
kvm.c kvm: x86: add support for KVM_CAP_SPLIT_IRQCHIP 2015-12-17 17:33:47 +01:00
machine-init-done.c
Makefile.objs monitor/target-ppc: Define target_get_monitor_def 2015-11-12 14:53:36 +11:00
migr-blocker.c
mon-is-qmp.c qerror: Finally unused, clean up 2015-06-22 18:20:40 +02:00
mon-printf.c
monitor-init.c
notify-event.c
qmp_pc_dimm_device_list.c
qtest.c main-loop: suppress warnings under qtest 2015-12-02 12:01:43 +01:00
replay-user.c replay: interrupts and exceptions 2015-11-06 10:16:00 +01:00
replay.c replay: initialization and deinitialization 2015-11-06 10:16:03 +01:00
reset.c
runstate-check.c
set-fd-handler.c iohandler: Change return type of qemu_set_fd_handler to "void" 2015-06-12 13:26:21 +01:00
slirp.c
sysbus.c
target-get-monitor-def.c monitor/target-ppc: Define target_get_monitor_def 2015-11-12 14:53:36 +11:00
target-monitor-defs.c monitor: remove target-specific code from monitor.c 2015-09-16 17:33:32 +02:00
uuid.c
vhost.c vhost: add vhost_has_free_slot() interface 2015-10-22 14:34:48 +03:00
vm-stop.c
vmstate.c