/* * \brief VMM example for ARMv8 virtualization * \author Stefan Kalkowski * \date 2014-07-08 */ /* * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed * under the terms of the GNU Affero General Public License version 3. */ #include #include void Component::construct(Genode::Env & env) { static Vmm::Vm vm(env); }