diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2013-04-02 00:05:21 +0300 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2013-04-14 14:05:27 +0300 |
commit | 500ffd4a29bda2109ab07fadc0f767473dab6010 (patch) | |
tree | ceb05b91b8101c9ca1d5bd9ce9441a012227112a /include/sysemu | |
parent | e2ec3f976803b360c70d9ae2ba13852fa5d11665 (diff) |
kvm: remove unused APIs
There are only used internally now, move them
out of header and out of stub.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'include/sysemu')
-rw-r--r-- | include/sysemu/kvm.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/sysemu/kvm.h b/include/sysemu/kvm.h index f2d97b580d..4a65d9fb7d 100644 --- a/include/sysemu/kvm.h +++ b/include/sysemu/kvm.h @@ -283,10 +283,6 @@ int kvm_physical_memory_addr_from_host(KVMState *s, void *ram_addr, #endif #endif -int kvm_set_ioeventfd_mmio(int fd, uint32_t adr, uint32_t val, bool assign, - uint32_t size); - -int kvm_set_ioeventfd_pio_word(int fd, uint16_t adr, uint16_t val, bool assign); int kvm_irqchip_add_msi_route(KVMState *s, MSIMessage msg); int kvm_irqchip_update_msi_route(KVMState *s, int virq, MSIMessage msg); |