blob: 5ff5428849704f1ff740da9b21a1458da3e8458c [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",
"pv.cc",
"vcpu.cc",
"vmexit.cc",
"vmx.S",
"vmx_cpu_state.cc",
]
deps = [
"//zircon/kernel/arch/x86:headers",
"//zircon/kernel/hypervisor:headers",
"//zircon/kernel/platform/pc",
"//zircon/system/ulib/explicit-memory",
]
}