Fixes: qemu/hw/device-assignment.c:205: warning: implicit declaration of function ‘kvm_add_ioperm_data’
Signed-off-by: Mark McLoughlin <[email protected]> --- qemu/qemu-kvm.h | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/qemu/qemu-kvm.h b/qemu/qemu-kvm.h index 6e48662..3253a73 100644 --- a/qemu/qemu-kvm.h +++ b/qemu/qemu-kvm.h @@ -125,7 +125,10 @@ int kvm_coalesce_mmio_region(target_phys_addr_t start, ram_addr_t size); int kvm_uncoalesce_mmio_region(target_phys_addr_t start, ram_addr_t size); #ifdef USE_KVM_DEVICE_ASSIGNMENT +struct ioperm_data; + void kvm_ioperm(CPUState *env, void *data); +void kvm_add_ioperm_data(struct ioperm_data *data); void kvm_arch_do_ioperm(void *_data); #endif -- 1.6.0.6 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
