diff options
Diffstat (limited to 'accel')
-rw-r--r-- | accel/stubs/hax-stub.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/accel/stubs/hax-stub.c b/accel/stubs/hax-stub.c index 7ad190c..1a9da83 100644 --- a/accel/stubs/hax-stub.c +++ b/accel/stubs/hax-stub.c @@ -21,13 +21,3 @@ int hax_sync_vcpus(void) { return 0; } - -int hax_init_vcpu(CPUState *cpu) -{ - return -ENOSYS; -} - -int hax_smp_cpu_exec(CPUState *cpu) -{ - return -ENOSYS; -} |