commit | 4376c40dedb22530738eeb104a603e94ed03f719 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Wed Nov 13 11:17:12 2019 +0100 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Tue Dec 17 19:32:45 2019 +0100 |
tree | 2749159f46643a7e1e2f74ecd9491f189976c93f | |
parent | 23b0898e4471f42e62aa1fea304f6a6e23d03310 [diff] |
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>