summaryrefslogtreecommitdiff
path: root/libkvm/libkvm-s390.c
diff options
context:
space:
mode:
Diffstat (limited to 'libkvm/libkvm-s390.c')
-rw-r--r--libkvm/libkvm-s390.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/libkvm/libkvm-s390.c b/libkvm/libkvm-s390.c
index 59c534fc..041c0ce3 100644
--- a/libkvm/libkvm-s390.c
+++ b/libkvm/libkvm-s390.c
@@ -22,13 +22,6 @@
#include <stdio.h>
#include <inttypes.h>
-void *kvm_create_kernel_phys_mem(kvm_context_t kvm, unsigned long phys_start,
- unsigned long len, int log, int writable)
-{
- fprintf(stderr, "%s: Operation not supported\n", __FUNCTION__);
- return NULL;
-}
-
void kvm_show_code(kvm_context_t kvm, int vcpu)
{
fprintf(stderr, "%s: Operation not supported\n", __FUNCTION__);