aboutsummaryrefslogtreecommitdiff
path: root/lib/libvmmapi/vmmapi.h
diff options
context:
space:
mode:
authorPeter Grehan <grehan@FreeBSD.org>2012-04-28 16:28:00 +0000
committerPeter Grehan <grehan@FreeBSD.org>2012-04-28 16:28:00 +0000
commitcd942e0f257c9d5156cd0a51d73f8b5dcf9b011c (patch)
treee25fe0456b877e9c40defdc19a863563208d18de /lib/libvmmapi/vmmapi.h
parent38f1b189cd839bd8aa122ae06cc084810ca1e395 (diff)
Notes
Diffstat (limited to 'lib/libvmmapi/vmmapi.h')
-rw-r--r--lib/libvmmapi/vmmapi.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libvmmapi/vmmapi.h b/lib/libvmmapi/vmmapi.h
index 38533a894b17..7b664215c634 100644
--- a/lib/libvmmapi/vmmapi.h
+++ b/lib/libvmmapi/vmmapi.h
@@ -77,6 +77,8 @@ int vm_map_pptdev_mmio(struct vmctx *ctx, int bus, int slot, int func,
vm_paddr_t gpa, size_t len, vm_paddr_t hpa);
int vm_setup_msi(struct vmctx *ctx, int vcpu, int bus, int slot, int func,
int dest, int vector, int numvec);
+int vm_setup_msix(struct vmctx *ctx, int vcpu, int bus, int slot, int func,
+ int idx, uint32_t msg, uint32_t vector_control, uint64_t addr);
/*
* Return a pointer to the statistics buffer. Note that this is not MT-safe.