summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2023-05-11 13:43:32 +0000
committervboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2023-05-11 13:43:32 +0000
commit1984fbb740e4f435a833e2bc3fb82ecb59bc5767 (patch)
tree4aa74575bf7b9044fd9dfb0ad6c2f002689d7fea
parent148f252ee413a8055fa89b3b9bb1e52cf8cc6afb (diff)
downloadVirtualBox-svn-1984fbb740e4f435a833e2bc3fb82ecb59bc5767.tar.gz
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
-rw-r--r--src/VBox/Devices/Bus/DevPciGenericEcam.cpp1
1 files changed, 1 insertions, 0 deletions
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 *
*********************************************************************************************************************************/