Merge remote-tracking branch 'remotes/nvme/tags/nvme-fixes-20210407-pull-request...
[qemu/ar7.git] / accel / stubs / hax-stub.c
blob49077f88e3c88490bdcee000a22a1f12f5b19236
1 /*
2 * QEMU HAXM support
4 * Copyright (c) 2015, Intel Corporation
6 * Copyright 2016 Google, Inc.
8 * This software is licensed under the terms of the GNU General Public
9 * License version 2, as published by the Free Software Foundation, and
10 * may be copied, distributed, and modified under those terms.
12 * See the COPYING file in the top-level directory.
16 #include "qemu/osdep.h"
17 #include "sysemu/hax.h"
19 int hax_sync_vcpus(void)
21 return 0;