blob: c754483e8ceca4c57cc8db7640f84b75934f2b3a [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.cpp",
"pvclock.cpp",
"vcpu.cpp",
"vmexit.cpp",
"vmx.S",
"vmx_cpu_state.cpp",
]
deps = [
"$zx/kernel/platform/pc",
"$zx/system/ulib/explicit-memory",
]
}