VirtualBox

Changeset 60582 in vbox


Ignore:
Timestamp:
Apr 19, 2016 5:02:41 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
106716
Message:

Devices/*.dsl: introduce some newlines to make recent versions of IASL happy

Location:
trunk/src/VBox/Devices
Files:
2 edited

Legend:

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

    r60307 r60582  
    828828        $(QUIET)$(RM) -f $@ [email protected] [email protected]
    829829        $(QUIET)$(TOOL_$(VBOX_GCC_TOOL)_CC) -E -P -x c -o [email protected] $<
    830         $(QUIET)$(VBOX_IASLCMD) -tc -vs -p $@ [email protected]
     830        $(QUIET)$(SED) "s/<NL>/\n/g" \
     831                --output [email protected] [email protected]
     832        $(QUIET)$(VBOX_IASLCMD) -tc -vs -p $@ [email protected]
    831833        $(QUIET)$(MV) -f $@ [email protected]
    832834        $(QUIET)$(SED) "s/AmlCode/AmlCodeSsdtCpuHotPlug/g" \
    833835                --output $@ [email protected]
    834         $(QUIET)$(RM) -f [email protected] [email protected]
     836        $(QUIET)$(RM) -f [email protected] [email protected] [email protected]
    835837
    836838
  • trunk/src/VBox/Devices/PC/vbox-cpuhotplug.dsl

    r58415 r60582  
    4343    {
    4444
    45 #define GENERATE_CPU_OBJECT(id, sck, sckuid, cpu, cpuuid)                  \
     45#define GENERATE_CPU_OBJECT(id, sck, sckuid, cpu, cpuuid)<NL>              \
    4646    Device (sck)                                                           \
    4747    {                                                                      \
     
    4949        Name (_UID, sckuid)                                                \
    5050                                                                           \
    51                                                                            \
     51        <NL>                                                               \
    5252        Processor (cpu, /* Name */                                         \
    5353                   id,  /* Id */                                           \
     
    5959            Name (_UID, cpuuid)                                            \
    6060            Name (_PXM, 0x00)                                              \
    61                                                                            \
     61            <NL>                                                           \
    6262            Method(_MAT, 0)                                                \
    6363            {                                                              \
     
    7373                Return (APIC)                                              \
    7474            }                                                              \
     75            <NL>                                                           \
    7576            Method(_STA) /* Used for device presence detection */          \
    7677            {                                                              \
     
    8485                }                                                          \
    8586            }                                                              \
     87            <NL>                                                           \
    8688            Method(_EJ0, 1)                                                \
    8789            {                                                              \
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