]> git.proxmox.com Git - mirror_qemu.git/commit
kvm: introduce kvm_kernel_irqchip_* functions
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 13 Nov 2019 10:17:12 +0000 (11:17 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 17 Dec 2019 18:32:45 +0000 (19:32 +0100)
commit4376c40dedb22530738eeb104a603e94ed03f719
tree2749159f46643a7e1e2f74ecd9491f189976c93f
parent23b0898e4471f42e62aa1fea304f6a6e23d03310
kvm: introduce kvm_kernel_irqchip_* functions

The KVMState struct is opaque, so provide accessors for the fields
that will be moved from current_machine to the accelerator.  For now
they just forward to the machine object, but this will change.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
accel/kvm/kvm-all.c
hw/ppc/e500.c
hw/ppc/spapr_irq.c
include/sysemu/kvm.h
target/arm/kvm.c
target/i386/kvm.c
target/mips/kvm.c
target/ppc/kvm.c
target/s390x/kvm.c