From 1984fbb740e4f435a833e2bc3fb82ecb59bc5767 Mon Sep 17 00:00:00 2001 From: vboxsync Date: Thu, 11 May 2023 13:43:32 +0000 Subject: Devices/Bus: Started a basic PCI bus implementation suitable for ARMv8, devices are detected by a Linux guest but interrupts don't work right now. The implementation shares most code with ICH9 PCI device, bugref:10445 [scm] git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@99752 cfe28804-0f27-0410-a406-dd0f0b0b656f --- src/VBox/Devices/Bus/DevPciGenericEcam.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/VBox/Devices/Bus/DevPciGenericEcam.cpp b/src/VBox/Devices/Bus/DevPciGenericEcam.cpp index 49ef9d54fba..6e919b61be3 100644 --- a/src/VBox/Devices/Bus/DevPciGenericEcam.cpp +++ b/src/VBox/Devices/Bus/DevPciGenericEcam.cpp @@ -62,6 +62,7 @@ /** Saved state version of the generic ECAM PCI bus device. */ #define VBOX_PCIGENECAM_SAVED_STATE_VERSION 1 + /********************************************************************************************************************************* * Internal Functions * *********************************************************************************************************************************/ -- cgit v1.2.1