VirtualBox

source: vbox/trunk/src/VBox/Devices/PC/DevACPI.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @33052   14 years vboxsync ACPI: long standing issue with addressing of global vars
(edit) @32825   14 years vboxsync DevACPI.cpp: warnings
(edit) @32765   14 years vboxsync PCI: Linux guests really access extended PCI space
(edit) @32637   14 years vboxsync PCI: further MCFG work
(edit) @32591   14 years vboxsync ACPI: support for MCFG table
(edit) @32477   14 years vboxsync PCI: BIOS & ACPI work
(edit) @32471   14 years vboxsync Devices: refactoring, further PCI work
(edit) @32190   14 years vboxsync PDMDevHlpVMSuspendSaveAndPowerOff: More code.
(edit) @32189   14 years vboxsync DevACPI/PDMDevHlpVMSuspendSaveAndPowerOff.
(edit) @31963   14 years vboxsync ACPI: Hook S1 power state.
(edit) @31519   14 years vboxsync Audio: provide ACPI info for audio card to Mac guests
(edit) @29250   15 years vboxsync iprt/asm*.h: split out asm-math.h, don't include asm-*.h from asm.h, …
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28487   15 years vboxsync ACPI: another attempt to provide primary NIC info via ACPI
(edit) @27851   15 years vboxsync Backed out acpi part of r59458; breaks Windows guests
(edit) @27799   15 years vboxsync ACPI: conditionally expose NIC object to OSX guests
(edit) @27795   15 years vboxsync ACPI: we do support reset register, so say so in FADT (OSX checks it)
(edit) @27666   15 years vboxsync DevACPI.cpp: Restored code removed in r58897 as it is techincally …
(edit) @27422   15 years vboxsync ACPI: cleaned up no longer used CPU entries, made RTC on by default
(edit) @27393   15 years vboxsync Devices/ACPI: fixed a missing break after case …
(edit) @26939   15 years vboxsync ACPI, APIC, HPET: emulate typical configuration wrt ISA interrupt routing
(edit) @26913   15 years vboxsync Backed out r58164 -> test box regressions
(edit) @26883   15 years vboxsync MADT, MPTABLES: implemented correct description of IRQ routing in dual …
(edit) @26861   15 years vboxsync Two more dword write cases
(edit) @26857   15 years vboxsync JRocketVM writes the status word using a dword out
(edit) @26614   15 years vboxsync CPU hotplug: Replace container objects with noop's if the attached CPU …
(edit) @26594   15 years vboxsync CPU hotplug: Reduce the amount of AML code interpreted by the guest …
(edit) @26592   15 years vboxsync CPU hotplug: Fix Linux guests after ACPi table rework
(edit) @26183   15 years vboxsync Commit CPU hotplug patches again
(edit) @26173   15 years vboxsync PDM: s/pCfgHandle/pCfg/g - part 2.
(edit) @26172   15 years vboxsync PDM: s/pCfgHandle/pCfg/g - part 1.
(edit) @26165   15 years vboxsync PDM: s/szDeviceName/szName/g - PDMDEVREG & PDMUSBREG.
(edit) @26160   15 years vboxsync PDM: s/pDevReg/pReg/g
(edit) @26157   15 years vboxsync PDMDEVHLPR3 cleanup; reduced the number of strict functions.
(edit) @26115   15 years vboxsync ACPI: reverted hotplug changes until they get fixed (r57068, r57069, …
(edit) @26095   15 years vboxsync ACPI: Move the processor definition out of the DSDT into a SSDT. …
(edit) @26078   15 years vboxsync CPU hotplug: Remove obsolete code. APIC objects are returned from the …
(edit) @26057   15 years vboxsync ACPI: spaces, coding style, some comments, FACS 64-bit aligned
(edit) @26056   15 years vboxsync ACPI: Missing break
(edit) @26001   15 years vboxsync PDM,*: Redid the PDM structure versions. Check the instance and helper …
(edit) @25987   15 years vboxsync HPET work
(edit) @25985   15 years vboxsync pdmifs.h: the final batch of refactored interface ID code.
(edit) @25984   15 years vboxsync pdmifs.h: the penultimate batch of refactored interface ID code.
(edit) @25968   15 years vboxsync placeholder
(edit) @25966   15 years vboxsync PDMIBASE refactoring; use UUID as interface IDs.
(edit) @25928   15 years vboxsync ACPI: HPET work
(edit) @25855   15 years vboxsync DevACPI.cpp: more bound checking.
(edit) @25854   15 years vboxsync DevACPI.cpp: bound checking.
(edit) @25845   15 years vboxsync Check for hot-plug flag
(edit) @25838   15 years vboxsync Address todos (changes the protocol for CPU ejection) and make it …
(edit) @25825   15 years vboxsync r=bird: hot-plug review and code style cleanup. check out the @todos
(edit) @25820   15 years vboxsync The CPU is always attached if CPU hotplugging is not enabled
(edit) @25817   15 years vboxsync CPU hotplug: Merge the second patch. ACPI changes to support CPU …
(edit) @25226   15 years vboxsync *: Assert(RT_SUCCESS(rc)) -> AssertRC(rc)
(edit) @25218   15 years vboxsync ACPI: need to update tables if rebasing, was hidden by fact that most …
(edit) @24669   15 years vboxsync DevACPI.cpp: shut up gcc warning about size() using m_pbData before it …
(edit) @24078   15 years vboxsync DevACPI: order
(edit) @22793   15 years vboxsync SSM,*: Renamed phase to pass (uPhase/SSM_PHASE_FINAL) and wrote the …
(edit) @22480   15 years vboxsync SSM,VMM,Devices,Main,VBoxBFE: Live snapshot/migration SSM API adjustments.
(edit) @21855   15 years vboxsync ACPI PM device: a bit more of refactoring and logging
(edit) @21838   15 years vboxsync typo
(edit) @21837   15 years vboxsync ACPI: correect PM rebasing, now Fedora EFI installs with ACPI timer
(edit) @21829   15 years vboxsync DevACPI: r=bird: r50434
(edit) @21820   15 years vboxsync ACPI: implement remappable PM device, better saved states, need some …
(edit) @21782   15 years vboxsync DevACPI: Fixed FADT version 1 checksum.
(edit) @21336   15 years vboxsync typo
(edit) @21335   15 years vboxsync Extra comment
(edit) @21334   15 years vboxsync Provide an ACPI 1.0 FADT in the RSDT. Fixed Win2k buffer overruns.
(edit) @21249   15 years vboxsync Comment
(edit) @20679   16 years vboxsync ACPI: fix problem with certain Windows ACPI impls (such as XP) …
(edit) @20595   16 years vboxsync ACPI: returned UCP[123] for saved state compatibility
(edit) @20592   16 years vboxsync ACPI: cleanup, restored removed AML patching
(edit) @20400   16 years vboxsync ACPI: refactoring, prepare for dynamic DSDT generation
(edit) @20374   16 years vboxsync *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
(edit) @20367   16 years vboxsync Devices: BEGIN_DECLS -> RT_BEGIN_DECLS; END_DECLS -> RT_END_DECLS.
(edit) @20217   16 years vboxsync More comments
(edit) @20214   16 years vboxsync ACPI: Always show the CPU leafs when we have multiple VCPUs or when …
(edit) @20117   16 years vboxsync DevACPI.cpp: Use the scope to avoid bugs like r47866 fixed.
(edit) @20112   16 years vboxsync Uninitialized variable usage
(edit) @20087   16 years vboxsync TM,*: Proper timer callback locking and pvUser for devices.
(edit) @19646   16 years vboxsync Backed out r47181; win2k regression
(edit) @19607   16 years vboxsync ACPI: increased maximum nr of supported VCPUs to 16; we should …
(edit) @19606   16 years vboxsync ACPI: Always show the CPU leafs when we have multiple VCPUs
(edit) @19007   16 years vboxsync Main: centralized control for extended device profiles, ACPI cleanup
(edit) @18996   16 years vboxsync Enabled SMP ACPI code
(edit) @18143   16 years vboxsync VMM,Devices: Changed ROM registration and fixed some shadowed ROM …
(edit) @17607   16 years vboxsync s
(edit) @17606   16 years vboxsync DevACPI: forgot shifting the high memory length.
(edit) @17597   16 years vboxsync DevPcBios,DevACPI: Use 0xffe00000 as the max low ram limit in both …
(edit) @17590   16 years vboxsync DevACPI,vbox.dsl: 4GB+ changes.
(edit) @17572   16 years vboxsync DevACPI: minus spaces, minus (some) macro programming.
(edit) @17542   16 years vboxsync Main,VBoxBFE,DevPcBios,DevACPI: RamHoleSize.
(edit) @17540   16 years vboxsync DevACPI: Added RAM todo.
(edit) @16746   16 years vboxsync SMP guests: implement support for multiple CPU ACPI objects (#ifdef'ed …
(edit) @16711   16 years vboxsync ACPI: conditionally enable showing CPU ACPI object, needed by some guests
(edit) @16247   16 years vboxsync some todos
(edit) @16211   16 years vboxsync DevACPI: doxygen comments.
(edit) @16173   16 years vboxsync try to fix the boxes
(edit) @16170   16 years vboxsync More device work
(edit) @16042   16 years vboxsync reverted r41685 (thanks Sander)
Note: See TracRevisionLog for help on using the revision log.

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