blob: 3debdb8368041fe49e5468c102e44432913b55cf [file] [log] [blame]
# Copyright 2019 The Fuchsia Authors
#
# Use of this source code is governed by a MIT-style
# license that can be found in the LICENSE file or at
# https://opensource.org/licenses/MIT
source_set("hypervisor") {
sources = [
"guest.cc",
"pvclock.cc",
"vcpu.cc",
"vmexit.cc",
"vmx.S",
"vmx_cpu_state.cc",
]
deps = [
"$zx/kernel/arch/x86:headers",
"$zx/kernel/hypervisor:headers",
"$zx/kernel/platform/pc",
"$zx/system/ulib/explicit-memory",
]
}