commit | 637e3f86faf97a930f1ac4c3f79fd667addae9e8 | [log] [tgz] |
---|---|---|
author | David Hildenbrand <david@redhat.com> | Fri Apr 07 10:50:19 2017 +0200 |
committer | Radim Krčmář <rkrcmar@redhat.com> | Wed Apr 12 20:17:13 2017 +0200 |
tree | 68f05dbf772778a1cbb83387812f5805d92339fb | |
parent | 1df6ddede10a1cacbf1da4cdfca3342510db1882 [diff] |
KVM: x86: new irqchip mode KVM_IRQCHIP_INIT_IN_PROGRESS Let's add a new mode and set it while we create the irqchip via KVM_CREATE_IRQCHIP and KVM_CAP_SPLIT_IRQCHIP. This mode will be used later to test if adding routes (in kvm_set_routing_entry()) is already allowed. Signed-off-by: David Hildenbrand <david@redhat.com> Signed-off-by: Radim Krčmář <rkrcmar@redhat.com>