From ef7352f20828fbe3f7498b4bed231deb98c3da9c Mon Sep 17 00:00:00 2001 From: Dylan Reid Date: Thu, 17 May 2018 18:47:11 -0700 Subject: Remove the device manager and use the new resource allocator Allow IRQs to be assigned before creating device manager. For PCI, we need to add devices with interrupts before MMIO setup. Add the ability to tell the architecture device manager about IRQs that we have stolen. There was only one function in device_manager and all of its state is now delegated to the resource allocator, remove it. Change-Id: I9afa0e3081a20cb024551ef18ae34fe76a1ef39d Reviewed-on: https://chromium-review.googlesource.com/1089720 Commit-Ready: Dylan Reid Tested-by: Dylan Reid Reviewed-by: Sonny Rao --- build_test.py | 1 - 1 file changed, 1 deletion(-) (limited to 'build_test.py') diff --git a/build_test.py b/build_test.py index f7a4a7e..2dfefe4 100755 --- a/build_test.py +++ b/build_test.py @@ -28,7 +28,6 @@ X86_64_TRIPLE = os.getenv('X86_64_TRIPLE', 'x86_64-cros-linux-gnu') TEST_MODULES_PARALLEL = [ 'crosvm', 'data_model', - 'device_manager', 'kernel_loader', 'kvm', 'kvm_sys', -- cgit 1.4.1