We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81fda9c commit c5fbbb5Copy full SHA for c5fbbb5
include/hw/arm/virt.h
@@ -177,8 +177,11 @@ struct VirtMachineState {
177
178
#define VIRT_ECAM_ID(high) (high ? VIRT_HIGH_PCIE_ECAM : VIRT_PCIE_ECAM)
179
180
-/* Copied from EXYNOS4210_SDHCI_CAPABILITIES */
181
-#define VIRT_SDHCI_CAPABILITIES 0x05E80080
+/*
+ * Based on SDHC_CAPAB_REG_DEFAULT
182
+ * With SDMA/ADMA1/ADMA2 disabled
183
+ */
184
+#define VIRT_SDHCI_CAPABILITIES 0x053034B4
185
186
#define TYPE_VIRT_MACHINE MACHINE_TYPE_NAME("virt")
187
OBJECT_DECLARE_TYPE(VirtMachineState, VirtMachineClass, VIRT_MACHINE)
0 commit comments