diff options
author | Anthony Liguori | 2012-06-03 01:56:23 +0200 |
---|---|---|
committer | Anthony Liguori | 2012-06-03 01:56:23 +0200 |
commit | 74f4d2279b12a970d499558e4c38421724777827 (patch) | |
tree | 150f8f711770974b31c5f0e086228d725f75ed7d /qemu-common.h | |
parent | Merge remote-tracking branch 'kwolf/for-anthony' into staging (diff) | |
parent | virtio/vhost: Add support for KVM in-kernel MSI injection (diff) | |
download | qemu-74f4d2279b12a970d499558e4c38421724777827.tar.gz qemu-74f4d2279b12a970d499558e4c38421724777827.tar.xz qemu-74f4d2279b12a970d499558e4c38421724777827.zip |
Merge remote-tracking branch 'qemu-kvm/uq/master' into staging
* qemu-kvm/uq/master:
virtio/vhost: Add support for KVM in-kernel MSI injection
msix: Add msix_nr_vectors_allocated
kvm: Enable use of kvm_irqchip_in_kernel in hwlib code
kvm: Introduce kvm_irqchip_add/remove_irqfd
kvm: Make kvm_irqchip_commit_routes an internal service
kvm: Publicize kvm_irqchip_release_virq
kvm: Introduce kvm_irqchip_add_msi_route
kvm: Rename kvm_irqchip_add_route to kvm_irqchip_add_irq_route
msix: Introduce vector notifiers
msix: Invoke msix_handle_mask_update on msix_mask_all
msix: Factor out msix_get_message
kvm: update vmxcap for EPT A/D, INVPCID, RDRAND, VMFUNC
kvm: Enable in-kernel irqchip support by default
kvm: Add support for direct MSI injections
kvm: Update kernel headers
kvm: x86: Wire up MSI support for in-kernel irqchip
pc: Enable MSI support at APIC level
kvm: Introduce basic MSI support for in-kernel irqchips
Introduce MSIMessage structure
kvm: Refactor KVMState::max_gsi to gsi_count
Diffstat (limited to 'qemu-common.h')
-rw-r--r-- | qemu-common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qemu-common.h b/qemu-common.h index cccfb42dd6..91e056296d 100644 --- a/qemu-common.h +++ b/qemu-common.h @@ -251,6 +251,7 @@ typedef struct PCIEAERLog PCIEAERLog; typedef struct PCIEAERErr PCIEAERErr; typedef struct PCIEPort PCIEPort; typedef struct PCIESlot PCIESlot; +typedef struct MSIMessage MSIMessage; typedef struct SerialState SerialState; typedef struct IRQState *qemu_irq; typedef struct PCMCIACardState PCMCIACardState; |