diff options
Diffstat (limited to 'hax-stub.c')
-rw-r--r-- | hax-stub.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/hax-stub.c b/hax-stub.c index a532dbae81..c0e6f892e5 100644 --- a/hax-stub.c +++ b/hax-stub.c @@ -23,11 +23,6 @@ int hax_sync_vcpus(void) return 0; } -int hax_populate_ram(uint64_t va, uint32_t size) -{ - return -ENOSYS; -} - int hax_init_vcpu(CPUState *cpu) { return -ENOSYS; |