VirtualBox

Changeset 104334 in vbox


Ignore:
Timestamp:
Apr 14, 2024 4:58:57 PM (10 months ago)
Author:
vboxsync
Message:

VMM/NEM: Skeleton of backend for linux.arm64 using KVM, able to execute the UEFI up to showing the logo (but not more), bugref:10391

Location:
trunk/src/VBox/VMM
Files:
1 added
1 edited

Legend:

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

    r104115 r104334  
    277277   VBoxVMM_DEFS        += VBOX_WITH_IEM_USING_CAPSTONE_DISASSEMBLER
    278278   VBoxVMM_LIBS.darwin += /opt/local/lib/libcapstone.dylib
     279   VBoxVMM_LIBS.linux  += capstone
    279280  endif
    280281  VMMAll/IEMAllN8veRecompiler.cpp_CXXFLAGS.win := -bigobj
     
    503504 VBoxVMMArm_DEFS.darwin.arm64   += VBOX_WITH_NATIVE_NEM
    504505 VBoxVMMArm_LDFLAGS.darwin.arm64 = -framework Hypervisor
     506
     507 VBoxVMMArm_SOURCES.linux.arm64 += \
     508        VMMR3/NEMR3Native-linux-armv8.cpp
     509 VBoxVMMArm_DEFS.linux.arm64    += VBOX_WITH_NATIVE_NEM
    505510
    506511 VBoxVMMArm_LIBS = \
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