aboutsummaryrefslogtreecommitdiff
path: root/accel/stubs/hax-stub.c
blob: 2fe31aaa9ab5c206f32e2957b02eb6d4e9ec18c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/*
 * QEMU HAXM support
 *
 * Copyright (c) 2015, Intel Corporation
 *
 * Copyright 2016 Google, Inc.
 *
 * This software is licensed under the terms of the GNU General Public
 * License version 2, as published by the Free Software Foundation, and
 * may be copied, distributed, and modified under those terms.
 *
 * See the COPYING file in the top-level directory.
 *
 */

#include "qemu/osdep.h"
#include "sysemu/hax.h"

bool hax_allowed;

int hax_sync_vcpus(void)
{
    return 0;
}