1(*
2 * Copyright 2016, Data61, CSIRO
3 *
4 * This software may be distributed and modified according to the terms of
5 * the GNU General Public License version 2. Note that NO WARRANTY is provided.
6 * See "LICENSE_GPLv2.txt" for details.
7 *
8 * @TAG(DATA61_GPL)
9 *)
10
11(*
12    Hypervisor code.
13*)
14
15theory Hypervisor_H
16imports
17  CNode_H
18  "./$L4V_ARCH/ArchHypervisor_H"
19  KernelInitMonad_H
20begin
21
22context begin interpretation Arch .
23requalify_consts
24  handleHypervisorFault
25end
26
27end
28