summaryrefslogtreecommitdiffstats
path: root/kvm-stub.c
diff options
context:
space:
mode:
authorMichael S. Tsirkin <mst@redhat.com>2013-04-02 00:05:21 +0300
committerMichael S. Tsirkin <mst@redhat.com>2013-04-14 14:05:27 +0300
commit500ffd4a29bda2109ab07fadc0f767473dab6010 (patch)
treeceb05b91b8101c9ca1d5bd9ce9441a012227112a /kvm-stub.c
parente2ec3f976803b360c70d9ae2ba13852fa5d11665 (diff)
downloadhqemu-500ffd4a29bda2109ab07fadc0f767473dab6010.zip
hqemu-500ffd4a29bda2109ab07fadc0f767473dab6010.tar.gz
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 'kvm-stub.c')
-rw-r--r--kvm-stub.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/kvm-stub.c b/kvm-stub.c
index 760aadc..ef1f201 100644
--- a/kvm-stub.c
+++ b/kvm-stub.c
@@ -102,16 +102,6 @@ int kvm_set_signal_mask(CPUArchState *env, const sigset_t *sigset)
}
#endif
-int kvm_set_ioeventfd_pio_word(int fd, uint16_t addr, uint16_t val, bool assign)
-{
- return -ENOSYS;
-}
-
-int kvm_set_ioeventfd_mmio(int fd, uint32_t adr, uint32_t val, bool assign, uint32_t len)
-{
- return -ENOSYS;
-}
-
int kvm_on_sigbus_vcpu(CPUState *cpu, int code, void *addr)
{
return 1;
OpenPOWER on IntegriCloud