VirtualBox

Changeset 108130 in vbox for trunk/src/VBox/Devices/PC


Ignore:
Timestamp:
Feb 10, 2025 10:10:05 AM (3 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
167429
Message:

Devices/PC/ACPI/VBoxAcpi.cpp, src/VBox/Devices/Makefile.kmk: Get rid of VBOX_WITH_DYNAMIC_DSDT which was never used and will be done differently now that we have a proper ACPI table generation API in IPRT, bugref:10733

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/ACPI/VBoxAcpi.cpp

    r107456 r108130  
    4747#include <iprt/file.h>
    4848
    49 #ifdef VBOX_WITH_DYNAMIC_DSDT
    50 /* vbox.dsl - input to generate proper DSDT on the fly */
    51 # include <vboxdsl.hex>
    52 #else
    5349/* Statically compiled AML */
    54 # include <vboxaml.hex>
    55 # include <vboxssdt_standard.hex>
    56 # include <vboxssdt_cpuhotplug.hex>
    57 # ifdef VBOX_WITH_TPM
    58 #  include <vboxssdt_tpm.hex>
    59 # endif
     50#include <vboxaml.hex>
     51#include <vboxssdt_standard.hex>
     52#include <vboxssdt_cpuhotplug.hex>
     53#ifdef VBOX_WITH_TPM
     54# include <vboxssdt_tpm.hex>
    6055#endif
    6156
    6257#include "VBoxDD.h"
    6358
    64 
    65 #ifdef VBOX_WITH_DYNAMIC_DSDT
    66 
    67 static int prepareDynamicDsdt(PPDMDEVINS pDevIns, void **ppvPtr, size_t *pcbDsdt)
    68 {
    69   *ppvPtr = NULL;
    70   *pcbDsdt = 0;
    71   return 0;
    72 }
    73 
    74 static int cleanupDynamicDsdt(PPDMDEVINS pDevIns, void *pvPtr)
    75 {
    76     return 0;
    77 }
    78 
    79 #else  /* VBOX_WITH_DYNAMIC_DSDT */
    8059
    8160static int patchAml(PPDMDEVINS pDevIns, uint8_t *pabAml, size_t cbAml)
     
    289268}
    290269
    291 #endif /* VBOX_WITH_DYNAMIC_DSDT */
    292270
    293271/**
Note: See TracChangeset for help on using the changeset viewer.

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