VirtualBox

Changeset 106716 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Oct 26, 2024 12:54:40 AM (4 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
165598
Message:

/Config.kmk,Devices: Temporarily disable VBOX_WITH_WDDM on win.arm64 till we can sort out the hardware interface changes for arm64. This unforutnately requires some hacks to keep VBoxDD.dll building since the code no longer builds w/o VBOX_WITH_VDMA and VBOX_WITH_WDDM. jiraref:VBP-1253

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Makefile.kmk

    r106648 r106716  
    323323 endif
    324324
    325  ifdef VBOX_WITH_WDDM
     325 # HACK ALERT! Code no longer builds without VBOX_WITH_WDDM, so while it's temporairly
     326 # disabled on win.arm64 we keep pretending it is still enabled here. >-----vvvvvvvvv
     327 if defined(VBOX_WITH_WDDM) || "$(KBUILD_TARGET).$(KBUILD_TARGET_ARCH)" == "win.arm64"
    326328  VBoxDD_DEFS           += VBOX_WITH_WDDM
    327329  VBoxDD_SOURCES        += \
     
    423425 endif
    424426
    425  ifdef VBOX_WITH_VDMA
     427 # HACK ALERT! Code no longer builds without VBOX_WITH_VDMA, so while it's temporairly
     428 # disabled on win.arm64 we keep pretending it is still enabled here. >-----vvvvvvvvv
     429 if defined(VBOX_WITH_VDMA) || "$(KBUILD_TARGET).$(KBUILD_TARGET_ARCH)" == "win.arm64"
    426430  VBoxDD_DEFS           += VBOX_WITH_VDMA
    427431  VBoxDD_SOURCES        += \
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette