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) @41252   13 years vboxsync Devices/ACPI: Fix assertion in debug builds during a ACPI shutdown. …
(edit) @40282   13 years vboxsync *: gcc-4.7: ~0 => ~0U in initializers (warning: narrowing conversion …
(edit) @40280   13 years vboxsync Corrected a bunch of HC and GC uses in status codes.
(edit) @40019   13 years vboxsync DevPcBios/DevFwCommon: enable DMI chassis information (type 3); …
(edit) @39303   13 years vboxsync VMCPUSET changes.
(edit) @39091   13 years vboxsync More parameter warning fixes; made PciIch9 check the saved state version.
(edit) @37526   13 years vboxsync Dev*: Timer locking fixes.
(edit) @37519   13 years vboxsync DevACPI: Drop the last seen time workaround as the problem should be …
(edit) @37466   13 years vboxsync VMM,Devices: Automatically use a per-device lock instead of the giant …
(edit) @37446   13 years vboxsync DevACPI.cpp: More style cleanup.
(edit) @37444   13 years vboxsync DevACPI: Locking and code cleanup.
(edit) @37391   14 years vboxsync DevACPI: d'oh!
(edit) @37237   14 years vboxsync DevACPI: attempt to make the ACPI timer SMP-safe
(edit) @35773   14 years vboxsync dev/acpi: fix index_end value
(edit) @35746   14 years vboxsync dev/serial: add to ACPI tables
(edit) @35672   14 years vboxsync Devices/DevACPI: PowerS4Enabled defaults to false
(edit) @35591   14 years vboxsync Devices/DevACPI: don't announce S1 support by default
(edit) @35546   14 years vboxsync Devices/DevACPI: enforce disabling of S1/S4 power states
(edit) @35353   14 years vboxsync Move the misc files the in src/VBox/Devices/ directory into a build/ …
(edit) @35346   14 years vboxsync VMM reorg: Moving the public include files from include/VBox to …
(edit) @34494   14 years vboxsync ACPI: hardcode interrupt - better reset behavior
(edit) @34486   14 years vboxsync ACPI: allow to configure SCI if not yet configured (reset)
(edit) @34427   14 years vboxsync ACPI: streamlined ACPI interrupt, works with OSX guests finally
(edit) @34425   14 years vboxsync ACPI: Windows now installs on ICH9
(edit) @34163   14 years vboxsync PGMR3PhysRomRegister/PDMDevHlpROMRegister: Added cbBinary argument to …
(edit) @34035   14 years vboxsync ACPI: added IRQ9 override (present on all real boxes I have), ignore …
(edit) @33540   14 years vboxsync *: spelling fixes, thanks Timeless!
(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   15 years vboxsync ACPI: fix problem with certain Windows ACPI impls (such as XP) …
(edit) @20595   15 years vboxsync ACPI: returned UCP[123] for saved state compatibility
(edit) @20592   15 years vboxsync ACPI: cleanup, restored removed AML patching
(edit) @20400   16 years vboxsync ACPI: refactoring, prepare for dynamic DSDT generation
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