GIMAllHv.cpp revision 236b2935f217749893b7034e59da3e3568928ace
3a666413480ef97101461705e1f47cbab0266301Brendan Mmiller/* $Id$ */
088fa5d9eaa83bf4b3d59a64c0519f42a143aaa9Alin Brici/** @file
3a666413480ef97101461705e1f47cbab0266301Brendan Mmiller * GIM - Guest Interface Manager, Microsoft Hyper-V, All Contexts.
3a666413480ef97101461705e1f47cbab0266301Brendan Mmiller */
3a666413480ef97101461705e1f47cbab0266301Brendan Mmiller
3a666413480ef97101461705e1f47cbab0266301Brendan Mmiller/*
3a666413480ef97101461705e1f47cbab0266301Brendan Mmiller * Copyright (C) 2014 Oracle Corporation
3a666413480ef97101461705e1f47cbab0266301Brendan Mmiller *
3a666413480ef97101461705e1f47cbab0266301Brendan Mmiller * This file is part of VirtualBox Open Source Edition (OSE), as
3a666413480ef97101461705e1f47cbab0266301Brendan Mmiller * available from http://www.virtualbox.org. This file is free software;
3a666413480ef97101461705e1f47cbab0266301Brendan Mmiller * you can redistribute it and/or modify it under the terms of the GNU
3a666413480ef97101461705e1f47cbab0266301Brendan Mmiller * General Public License (GPL) as published by the Free Software
3a666413480ef97101461705e1f47cbab0266301Brendan Mmiller * Foundation, in version 2 as it comes in the "COPYING" file of the
3a666413480ef97101461705e1f47cbab0266301Brendan Mmiller * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
3a666413480ef97101461705e1f47cbab0266301Brendan Mmiller * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
3a666413480ef97101461705e1f47cbab0266301Brendan Mmiller */
3a666413480ef97101461705e1f47cbab0266301Brendan Mmiller
a20f25a11beaf0445cc53f4d56537cef3d26281eBrendan Mmiller
f39dc15e901a18aaac2ef6ca0d668bff5d35a9e4Brendan Mmiller/*******************************************************************************
f39dc15e901a18aaac2ef6ca0d668bff5d35a9e4Brendan Mmiller* Header Files *
21dcdac963f79c098a5ea1a2c5c5e109429c9786Brendan Miller*******************************************************************************/
21dcdac963f79c098a5ea1a2c5c5e109429c9786Brendan Miller#define LOG_GROUP LOG_GROUP_GIM
088fa5d9eaa83bf4b3d59a64c0519f42a143aaa9Alin Brici#include "GIMHvInternal.h"
bfd9faff49961e9db7b92f310d59923fd6234372Brendan Mmiller
bfd9faff49961e9db7b92f310d59923fd6234372Brendan Mmiller#include <iprt/err.h>
bfd9faff49961e9db7b92f310d59923fd6234372Brendan Mmiller
3a666413480ef97101461705e1f47cbab0266301Brendan MmillerDECLEXPORT(int) GIMHvHypercall(PVMCPU pVCpu, PCPUMCTX pCtx)
3a666413480ef97101461705e1f47cbab0266301Brendan Mmiller{
3a666413480ef97101461705e1f47cbab0266301Brendan Mmiller return VINF_SUCCESS;
bfd9faff49961e9db7b92f310d59923fd6234372Brendan Mmiller}
bfd9faff49961e9db7b92f310d59923fd6234372Brendan Mmiller
3a666413480ef97101461705e1f47cbab0266301Brendan Mmiller