VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @90447   3 years vboxsync Dev*: Checked up all the PDMDevHlpCritSectEnter calls to make sure the …
(edit) @90445   3 years vboxsync Dev*: Check PDMDevHlpCritSectEnter return status better. bugref:6695
(edit) @89735   3 years vboxsync DevRTC: Added more statistics to the RTC device, tracking interrupt …
(edit) @88836   4 years vboxsync DevRTC: Since we expose the stats in release builds, we might as well …
(edit) @87937   4 years vboxsync DevRTC: Corrected timer Hz hinting. (info timers; AMD-V)
(edit) @87773   4 years vboxsync VMM/TM,Devices: Store the timer name in the TMTIMER structure and …
(edit) @87767   4 years vboxsync VMM/TM,Devices/*: Changed the device and usb timer callbacks to take a …
(edit) @87760   4 years vboxsync VMM/TM,VMM/DevHlp: Require flag on timers that are to be used in …
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @82334   5 years vboxsync DevRTC: don't use '/' in timer descriptions as TM feeds them to STAM. …
(edit) @82329   5 years vboxsync PDM,DevACPI,DevHPET,DevPit-i8254,DevRTC,APIC: Added device helpers for …
(edit) @81896   5 years vboxsync DevRTC: Some cleanup. bugref:9218
(edit) @81695   5 years vboxsync DevRTC: Use default statistics prefix (was hiding under /TM/RTC).
(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) @81503   5 years vboxsync DevE1000,DevRTC: nits. bugref:9218
(edit) @81472   5 years vboxsync DevRTC: Ditto. bugref:9218
(edit) @81408   5 years vboxsync DevRTC: nits. bugref:9218
(edit) @81377   5 years vboxsync DevRTC: Missing dox.
(edit) @81139   5 years vboxsync RTC: doxygen fix. bugref:9218
(edit) @81136   5 years vboxsync IOM,RTC,PCI: Make the port parameter in the I/O port callbacks …
(edit) @80960   5 years vboxsync IOM,PDM,DevPCI,DevPciIch9,RTC: Fixes to the I/O port lookup table …
(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) @80679   5 years vboxsync IOM,PDM,RTC: Add port sub-descriptions for a range. Fixed bug in …
(edit) @80672   5 years vboxsync DevRTC: kicked out the old style code. bugref:9218
(edit) @80646   5 years vboxsync DevRTC: Enabled new style code. [release build fix] bugref:9218
(edit) @80643   5 years vboxsync DevRTC: Enabled new style code. bugref:9218
(edit) @80531   5 years vboxsync VMM,Devices: Some PDM device model refactoring. bugref:9218
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @72063   7 years vboxsync LogRel nit.
(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) @63478   8 years vboxsync Devices: warnings (clang)
(edit) @62890   8 years vboxsync Devices: warnings
(edit) @62509   8 years vboxsync (C) 2016
(edit) @60404   9 years vboxsync VMM,Devices,Main: Implemented soft/warm reset for shutdown status …
(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) @54179   10 years vboxsync RTC: Added a bit of stats.
(edit) @53116   10 years vboxsync DevRTC: don't spam the R0 log with "RTC: stopped the periodic timer" …
(edit) @52756   10 years vboxsync calc once.
(edit) @52388   10 years vboxsync Device/Driver: 5986: Applying patch from qemu-devel related to "Hours …
(edit) @48947   11 years vboxsync Devices: Whitespace and svn:keyword cleanups by scm.
(edit) @45208   12 years vboxsync RTC: Experimental hack for UIP bit being set too long.
(edit) @45191   12 years vboxsync DevRTC: UIP hack.
(edit) @45025   12 years vboxsync Update PDMDEVREG initialization comment so they refer to pfnMemSetup …
(edit) @44810   12 years vboxsync DevRTC.cpp: cleanups.
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @44510   12 years vboxsync PDM takes the RTC cirtical section before calling the PDMRTCREG …
(edit) @43241   12 years vboxsync RTC: Do not corrupt CMOS bank 1 by writing to bank 2 without writing …
(edit) @41710   12 years vboxsync DevRTC: Extended the 'rtc' info with register A thru D.
(edit) @41709   12 years vboxsync Moved the code to the right placed.
(edit) @41708   12 years vboxsync DevRTC.cpp: r=bird: - Changed cmos to cmos1. - Don't start internal …
(edit) @41667   12 years vboxsync Compacted CMOS debug info output.
(edit) @41599   13 years vboxsync CMOS Debuging: As suggested by Michal, moved the debug information …
(edit) @41566   13 years vboxsync RTC: Clear CMOS shutdown byte on reset.
(edit) @38195   13 years vboxsync rtcLoadExec: Avoid asserting in TMTimerSetFrequencyHint.
(edit) @37526   13 years vboxsync Dev*: Timer locking fixes.
(edit) @37514   13 years vboxsync DevRTC: nit
(edit) @37513   13 years vboxsync DevRTC: Locking adjustments.
(edit) @37512   13 years vboxsync DevRTC: Moving the code around, adjusting it thowards our style.
(edit) @37511   13 years vboxsync DevRTC: Moving the code around, adjusting it thowards our style.
(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) @33540   14 years vboxsync *: spelling fixes, thanks Timeless!
(edit) @32484   14 years vboxsync TM,DevPit,DevApic,DevRtc: Timer frequency hints for calculating the …
(edit) @30846   14 years vboxsync DevRTC: No point calling LogRel when we are not in R3.
(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) @27976   15 years vboxsync *: scm cleans up whitespace and adds a new line at the end of …
(edit) @27460   15 years vboxsync DevRTC: Added support for PIIX4 style second CMOS bank.
(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) @26173   15 years vboxsync PDM: s/pCfgHandle/pCfg/g - part 2.
(edit) @26169   15 years vboxsync PDM: s/pDevHlp\(|R0|R3|RC\)/pHlp\1/g - PDMDEVINS.
(edit) @26165   15 years vboxsync PDM: s/szDeviceName/szName/g - PDMDEVREG & PDMUSBREG.
(edit) @26160   15 years vboxsync PDM: s/pDevReg/pReg/g
(edit) @26158   15 years vboxsync TMR3UTCNow -> TMR3UtcNow + DevHlp.
(edit) @26157   15 years vboxsync PDMDEVHLPR3 cleanup; reduced the number of strict functions.
(edit) @25127   15 years vboxsync DevRTC: Fixed incorrect weekday calculation (two days off).
(edit) @24265   15 years vboxsync Devices,VMM: Replaced all VERR_SSM_LOAD_CONFIG_MISMATCH returns with …
(edit) @24089   15 years vboxsync DevRTC: Added UseUTC config options (default is false). Save and …
(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) @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) @20087   16 years vboxsync TM,*: Proper timer callback locking and pvUser for devices.
(edit) @19706   16 years vboxsync DevRTC: UIP logging (level 2).
(edit) @13840   16 years vboxsync Hex format types (Vhx[sd] -> Rhx[sd]).
(edit) @12977   16 years vboxsync #1865: Updated PDMDEVREG with pfnSoftReset, u32VersionEnd and some …
(edit) @12969   16 years vboxsync #1865: PDMINS.
(edit) @11293   16 years vboxsync DevRTC: PDMDEVINS_2_RCPTR
(edit) @11269   16 years vboxsync Devices: pData -> pThis.
(edit) @11245   16 years vboxsync DevRTC: alignment correction.
(edit) @11244   16 years vboxsync DevRTC: Cosmetics.
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