Lorenz Brun | 6570219 | 2023-08-31 16:27:38 +0200 | [diff] [blame^] | 1 | --- a/pkg/sentry/platform/kvm/BUILD.bazel |
| 2 | +++ b/pkg/sentry/platform/kvm/BUILD.bazel |
| 3 | @@ -6,6 +6,7 @@ |
| 4 | "address_space.go", |
| 5 | "address_space_amd64.go", |
| 6 | "address_space_arm64.go", |
| 7 | + "address_space_debug.go", |
| 8 | "atomicptr_machine_unsafe.go", |
| 9 | "bluepill.go", |
| 10 | "bluepill_allocator.go", |
| 11 | @@ -15,6 +16,7 @@ |
| 12 | "bluepill_arm64.go", |
| 13 | "bluepill_arm64.s", |
| 14 | "bluepill_arm64_unsafe.go", |
| 15 | + "bluepill_debug_unsafe.go", |
| 16 | "bluepill_fault.go", |
| 17 | "bluepill_unsafe.go", |
| 18 | "context.go", |
| 19 | @@ -40,6 +42,7 @@ |
| 20 | "machine_amd64_unsafe.go", |
| 21 | "machine_arm64.go", |
| 22 | "machine_arm64_unsafe.go", |
| 23 | + "machine_debug.go", |
| 24 | "machine_unsafe.go", |
| 25 | "physical_map.go", |
| 26 | "physical_map_amd64.go", |