commit | 8732fbd2afce18afc429da2ad76df7c48b4bac4b | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Wed Aug 15 12:08:13 2012 +0100 |
committer | Marcelo Tosatti <mtosatti@redhat.com> | Tue Sep 11 18:15:15 2012 -0300 |
tree | a48cb0fa41deab8919449d60332888e782996e00 | |
parent | 2879636d55312b5391ec46c7dee5d3a07714c222 [diff] |
kvm-all.c: Move init of irqchip_inject_ioctl out of kvm_irqchip_create() Move the init of the irqchip_inject_ioctl field of KVMState out of kvm_irqchip_create() and into kvm_init(), so that kvm_set_irq() can be used even when no irqchip is created (for architectures that support async interrupt notification even without an in kernel irqchip). Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>