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 /kvm-stub.c | |
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 'kvm-stub.c')
-rw-r--r-- | kvm-stub.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/kvm-stub.c b/kvm-stub.c index 760aadc874..ef1f201734 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; |