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) @81369   5 years vboxsync *: doxygen fixes
(edit) @81031   5 years vboxsync PDM,Devices: Moving the PDMPCIDEV structures into the PDMDEVINS …
(edit) @80943   5 years vboxsync Devices/PCI: Device model refactoring, part I. bugref:9218
(edit) @80704   5 years vboxsync PDM,Devices: Changed PDM_DEVREG_FLAGS_MSI_X into a registration field …
(edit) @80701   5 years vboxsync PDM,Devices: Redefined uReserved1 to cMaxPciDevices in the PDMDEVREG …
(edit) @80585   5 years vboxsync Runtime: Some renaming to stay consistent (*Get* always returns what …
(edit) @80531   5 years vboxsync VMM,Devices: Some PDM device model refactoring. bugref:9218
(edit) @78571   6 years vboxsync DevACPI: First check input, then take a lock.
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @74941   6 years vboxsync typo
(edit) @74939   6 years vboxsync ACPI: Support up to four custom tables, not just one. Thanks, canardoscode!
(edit) @71892   7 years vboxsync DevACPI: nit
(edit) @71812   7 years vboxsync DevACPI: fix previous.
(edit) @71811   7 years vboxsync DevACPI: check u8SMBusBlkIdx on saved state load.
(edit) @71809   7 years vboxsync PC/Dev*: nits
(edit) @70181   7 years vboxsync pdmpcidev.h: Modified FNPCICONFIGWRITE to return a status code to …
(edit) @69500   7 years vboxsync *: scm --update-copyright-year
(edit) @69498   7 years vboxsync backed out r118835 as it incorrectly updated the 'This file is based …
(edit) @69496   7 years vboxsync *: scm --update-copyright-year
(edit) @69046   7 years vboxsync Global: replace fall-through comments with RT_FALL_THRU(). …
(edit) @68270   7 years vboxsync DevACPI: logging fix
(edit) @68259   7 years vboxsync DevACPI: disable the test for now
(edit) @68249   7 years vboxsync DevACPI: temporary sanity check (take reset into account)
(edit) @68245   7 years vboxsync DevACPI: temporary sanity check
(edit) @67682   7 years vboxsync DevPCI/DevACPI/DevBusLogic: no code change, just use symbolic …
(edit) @67596   7 years vboxsync ACPI: Slight correction.
(edit) @67585   7 years vboxsync DevEFI/DevACPI/DevPcBios: bugref:8768: necessary adaptions of the PCI …
(edit) @67456   7 years vboxsync DevEFI/DevPciBiops: made McfgBase/McfgLength 64-bit as they already …
(edit) @66339   8 years vboxsync DevACPI: don't enable the 64-bit root prefetch window if max < min
(edit) @65858   8 years vboxsync missing break in unused code
(edit) @65850   8 years vboxsync Devices/Main: don't set RamSize and RamHole explicitly for DevACPI, …
(edit) @65843   8 years vboxsync Main/ACPI: default size for the 64-bit prefetch root bus resource is …
(edit) @65711   8 years vboxsync Devices/PC: paranoia s/MMR3HeapFree/PDMDevHlpMMHeapFree/
(edit) @65619   8 years vboxsync DevACPI: make the condition for u64PciPref64 and cbRamLow more obvious …
(edit) @65594   8 years vboxsync ACPI: properly determine PciPref64 for bigger RAM sizes; that window …
(edit) @65576   8 years vboxsync DevACPI: 64-bit prefetch window is 1G-aligned, mostly paranoia
(edit) @65573   8 years vboxsync ACPI: add a 64-bit prefetchable memory window to the root bus …
(edit) @65101   8 years vboxsync Devices: doxygen fixes
(edit) @64393   8 years vboxsync PDMPCIDEV: s/config/abConfig/ everywhere, removing the legacy alias.
(edit) @64387   8 years vboxsync PDM,Devices: Some PCI device type cleanup.
(edit) @64373   8 years vboxsync PDM,Devices: Support for multiple PCI devices/function in a single PDM …
(edit) @64369   8 years vboxsync Devices/PC: Doxygen fixes
(edit) @62890   8 years vboxsync Devices: warnings
(edit) @62554   8 years vboxsync Devices/ACPI: build fix, the result is intentionally bool
(edit) @62553   8 years vboxsync Devices/ACPI: Implement dummy SMBus controller (to get rid of the …
(edit) @62509   8 years vboxsync (C) 2016
(edit) @61675   8 years vboxsync Devices/ACPI: Notify the guest by sending a battery status change …
(edit) @60404   9 years vboxsync VMM,Devices,Main: Implemented soft/warm reset for shutdown status …
(edit) @59919   9 years vboxsync Change was not needed.
(edit) @59918   9 years vboxsync ACPI: Allow two more serial ports.
(edit) @58132   9 years vboxsync *: Doxygen fixes.
(edit) @58015   9 years vboxsync Devices/ACPI: Fix typo breaking the first serial port
(edit) @57979   9 years vboxsync Parallel ports: Several fixes for multiple parallel ports. Make the …
(edit) @57358   9 years vboxsync *: scm cleanup run.
(edit) @56292   9 years vboxsync Devices: Updated (C) year.
(edit) @56284   9 years vboxsync s/VMMGC.gc/VMMRC.rc/g s/VBoxDDGC.gc/VBoxDDRC.rc/g …
(edit) @55851   10 years vboxsync Dev: logrel consistency.
(edit) @53528   10 years vboxsync Devices/Graphics, Devices/PC/DevACPI, Main: add support for sending …
(edit) @53083   10 years vboxsync DevACPI: properly relocate pDevInsRC (should fix occassional crashes …
(edit) @52863   10 years vboxsync DevACPI: cosmetic changes (use local variables if possible)
(edit) @52613   10 years vboxsync Devices/DevACPI: tabs to spaces, trailing whitespace.
(edit) @52475   10 years vboxsync Device/ACPI:#7433: Fixed PM Timer interrupt frequency, improved …
(edit) @48947   11 years vboxsync Devices: Whitespace and svn:keyword cleanups by scm.
(edit) @46491   11 years vboxsync DevACPI: added more boot architecture flags
(edit) @45024   12 years vboxsync PDM,PGM,DevEFI,DevACPI,DevPcBios: Added memory setup phase after …
(edit) @44626   12 years vboxsync DevAPIC.cpp,++: Changed the APIC MMIO registrations to let IOM handle …
(edit) @44514   12 years vboxsync DevACPI cleanups.
(edit) @44447   12 years vboxsync DevAHCI.cpp: Replace the automatic per device lock with a NOP. Some …
(edit) @44445   12 years vboxsync Fixed four PDMDevHlpCritSectInit calls.
(edit) @41560   13 years vboxsync Log which device triggered a reset.
(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   13 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
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