VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @82338   5 years vboxsync DevHPET: Must name timers differently now or STAM asserts. bugref:9218
(edit) @82329   5 years vboxsync PDM,DevACPI,DevHPET,DevPit-i8254,DevRTC,APIC: Added device helpers for …
(edit) @81966   5 years vboxsync DevHPET: Nits. bugref:9218
(edit) @81965   5 years vboxsync DevHPET: Oops. bugref:9218
(edit) @81963   5 years vboxsync DevHPET: Stats. bugref:9218
(edit) @81961   5 years vboxsync DevHPET,PDM: Split structures and refactored registration. bugref:9218
(edit) @81959   5 years vboxsync DevHPET: Convert MMIO handlers. bugref:9218
(edit) @81955   5 years vboxsync DevHPET: Eliminated unnecessary pointers in the state structures. …
(edit) @81954   5 years vboxsync DevHPET: Converted timers to handles and device helpers. bugref:9218
(edit) @81953   5 years vboxsync DevHPET: Use device helpers for critsects. bugref:9218
(edit) @81952   5 years vboxsync DevHPET: Use device helpers for CFGM and SSM. Nits. bugref:9218
(edit) @81591   5 years vboxsync Devices: Use PDMDEVINS_2_DATA and PDMDEVINS_2_DATA. bugref:9218
(edit) @81514   5 years vboxsync Devices,ExtPacks: Use PDM_DEVREG_FLAGS_RZ and …
(edit) @80704   5 years vboxsync PDM,Devices: Changed PDM_DEVREG_FLAGS_MSI_X into a registration field …
(edit) @80703   5 years vboxsync PDM,Devices: Redefined uReserved1 to cMaxPciDevices in the PDMDEVREG …
(edit) @80531   5 years vboxsync VMM,Devices: Some PDM device model refactoring. bugref:9218
(edit) @79686   5 years vboxsync HPET: Avoid a potential division overflow whereby a malicious guest …
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @71809   7 years vboxsync PC/Dev*: nits
(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) @64369   8 years vboxsync Devices/PC: Doxygen fixes
(edit) @63562   8 years vboxsync scm: cleaning up todos
(edit) @62903   8 years vboxsync Devices: warnings
(edit) @62509   8 years vboxsync (C) 2016
(edit) @60041   9 years vboxsync DevHPET: harmless missing typecast (thanks PVS)
(edit) @57358   9 years vboxsync *: scm cleanup run.
(edit) @56833   9 years vboxsync DevHPET: LogRel consistency.
(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) @53801   10 years vboxsync Devices: use LogRelMax were appropriate
(edit) @51526   11 years vboxsync DevHPET: fixed wrong test
(edit) @48947   11 years vboxsync Devices: Whitespace and svn:keyword cleanups by scm.
(edit) @45839   12 years vboxsync DevHPET: we don't load VMMRC for sure anymore
(edit) @45025   12 years vboxsync Update PDMDEVREG initialization comment so they refer to pfnMemSetup …
(edit) @44629   12 years vboxsync DevHEP: MMIO changes and other cleanups.
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @42663   12 years vboxsync HPET: More comments; do not lose high dword of timer config.
(edit) @42635   12 years vboxsync HPET: Comments, cleanup; no functional changes.
(edit) @42565   12 years vboxsync Comments.
(edit) @42561   12 years vboxsync HPET: Use 64-bit arithmetic to avoid rollover/overflow issues.
(edit) @42555   12 years vboxsync HPET: Fixed partial updates of 64-bit values, made explicit whether …
(edit) @41983   12 years vboxsync DevHPET: parfait hint
(edit) @40280   13 years vboxsync Corrected a bunch of HC and GC uses in status codes.
(edit) @39136   13 years vboxsync More MMIO refactoring and some other cleanups.
(edit) @39135   13 years vboxsync Changed PDMDevHlpMMIORegister to take flags and drop pfnFill. Added …
(edit) @39091   13 years vboxsync More parameter warning fixes; made PciIch9 check the saved state version.
(edit) @37636   13 years vboxsync Changed FNIOMMMIOWRITE to take a const buffer pointer.
(edit) @37541   13 years vboxsync DevHPET: Some minor cleanups.
(edit) @37539   13 years vboxsync DevHPET: Moved the frequency hinting into a function.
(edit) @37538   13 years vboxsync DevHPET: Split the u64Capabilities into u32Capabilities and u32Period.
(edit) @37537   13 years vboxsync DevHPET: Report the correct number of timers (off by one), making ICH9 …
(edit) @37536   13 years vboxsync DevHPET: making the number of timers more flexible.
(edit) @37534   13 years vboxsync DevHPET: Frequency hinting.
(edit) @37526   13 years vboxsync Dev*: Timer locking fixes.
(edit) @37510   13 years vboxsync DevHPET: No automatic locking, we're doing it ourselves.
(edit) @37509   13 years vboxsync DevHPET: Stop timers on reset.
(edit) @37508   13 years vboxsync DevHPET: Fixed locking.
(edit) @37507   13 years vboxsync DevHPET: updates…
(edit) @37506   13 years vboxsync DevHPET: Moving the code a bit around.
(edit) @37505   13 years vboxsync hpetTimerRegWrite32 optimization
(edit) @37504   13 years vboxsync DevHPET: More cleaning up…
(edit) @37501   13 years vboxsync DevHPET: More code massaging…
(edit) @37500   13 years vboxsync DevHPET: code cleanup in progress…
(edit) @37497   13 years vboxsync DevHPET: code cleanup in progress…
(edit) @37466   13 years vboxsync VMM,Devices: Automatically use a per-device lock instead of the giant …
(edit) @37324   14 years vboxsync TM,Devices: Fixed default critical section screwup and adjusted its …
(edit) @36971   14 years vboxsync HPET: cleanup, correct timers init per ICH9 spec, fix overflow hanling
(edit) @36870   14 years vboxsync Devices/HPET: cosmetical nitpicking
(edit) @36837   14 years vboxsync HPET: cleanup, ICH9-specific HPET behavior
(edit) @36649   14 years vboxsync HPET: fix time jumps
(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) @34879   14 years vboxsync HPET: minor cleanup, more forgiving behavior
(edit) @33662   14 years vboxsync HPET: avoid VERR_INTERNAL_ERROR on narrow reads, as this is being done …
(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) @28486   15 years vboxsync hpet: cosmetics
(edit) @27627   15 years vboxsync HPET: nitpicking
(edit) @27254   15 years vboxsync HPET: correct interrupts delivery
(edit) @27229   15 years vboxsync HPET: typo
(edit) @27226   15 years vboxsync HPET: minor issues related to egde vs. level triggered interrupts
(edit) @27126   15 years vboxsync PIT,RTC,HPET,PDM: Combined and simplified the two interfaces PDM uses …
(edit) @27121   15 years vboxsync HPET, RTC, PIT, PDM: implement API to disable legacy devices from HPET …
(edit) @26939   15 years vboxsync ACPI, APIC, HPET: emulate typical configuration wrt ISA interrupt routing
(edit) @26888   15 years vboxsync HPET: minor tweaks
(edit) @26766   15 years vboxsync build fix
(edit) @26764   15 years vboxsync HPET: status register implemented, 8-byte accesses implemented (Karmic …
(edit) @26495   15 years vboxsync Devices: whitespace cleanup
(edit) @26376   15 years vboxsync HPET: reworking locking per Knut suggestions
(add) @26329   15 years vboxsync HPET: cleanup, OSE export, enable R0
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