VirtualBox

source: vbox/trunk/src/VBox/Devices/Serial/DevSerial.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @45025   12 years vboxsync Update PDMDEVREG initialization comment so they refer to pfnMemSetup …
(edit) @44809   12 years vboxsync DevSerial.cpp: Cleanups.
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @40280   13 years vboxsync Corrected a bunch of HC and GC uses in status codes.
(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) @37094   14 years vboxsync tabs
(edit) @35772   14 years vboxsync dev/serial: fix timer callbacks rasing
(edit) @35725   14 years vboxsync linux burn fix
(edit) @35723   14 years vboxsync dev/serial: dynamic xmit retry count calculation based on tx success status
(edit) @35717   14 years vboxsync dev/serial: better char lost handling
(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) @30013   15 years vboxsync scm cleanup.
(edit) @29892   15 years vboxsync build fix
(edit) @29891   15 years vboxsync Devices/Serial: allow to force the guest into 16450 mode by CFGM key
(edit) @29889   15 years vboxsync Devices/Serial: SSM state adaption for 16550A emulation
(edit) @29846   15 years vboxsync Devices/Serial: update the implementation to 16550A
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28400   15 years vboxsync addendum to r60160
(edit) @28399   15 years vboxsync DevSerial: disabled r59817 as it causes regressions
(edit) @28101   15 years vboxsync serial: Let the UART device signal if we are not ready to consume more …
(edit) @27265   15 years vboxsync logging fix
(edit) @26173   15 years vboxsync PDM: s/pCfgHandle/pCfg/g - part 2.
(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) @26001   15 years vboxsync PDM,*: Redid the PDM structure versions. Check the instance and helper …
(edit) @25985   15 years vboxsync pdmifs.h: the final batch of refactored interface ID code.
(edit) @25971   15 years vboxsync pdmifs.h: another batch of _IID changes.
(edit) @25966   15 years vboxsync PDMIBASE refactoring; use UUID as interface IDs.
(edit) @25732   15 years vboxsync PDMCritSect: Deployed lock ordering. (ring-3 only, only DEBUG_bird atm)
(edit) @25647   15 years vboxsync Some more doxygen fixes, now for Core.docs.
(edit) @24792   15 years vboxsync DevSerial: No limit to the number of serial devices.
(edit) @24265   15 years vboxsync Devices,VMM: Replaced all VERR_SSM_LOAD_CONFIG_MISMATCH returns with …
(edit) @24042   15 years vboxsync DevSerial.cpp: Verify config on load.
(edit) @23160   15 years vboxsync Serial: Add support for break conditions. On Windows it also possible …
(edit) @22793   15 years vboxsync SSM,*: Renamed phase to pass (uPhase/SSM_PHASE_FINAL) and wrote the …
(edit) @22584   15 years vboxsync Devices: tab
(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) @16583   16 years vboxsync CFGM option YieldOnLSRRead for the virtual COM device, helps with …
(edit) @12978   16 years vboxsync PDM: PDM_DEVREG_FLAGS_DEFAULT_BITS convenience.
(edit) @12977   16 years vboxsync #1865: Updated PDMDEVREG with pfnSoftReset, u32VersionEnd and some …
(edit) @12425   16 years vboxsync DevSerial: reverted accidental commit (r36492).
(edit) @12423   16 years vboxsync IPRT/SUP: Renamed RTLdrOpenAppSharedLib to RTLdrOpenAppPriv. Hardend …
(edit) @11284   16 years vboxsync Devices: %Vrc -> %Rrc (just preferred, not mandatory (yet))
(edit) @11277   16 years vboxsync #1865: DevSerial. Also cleaned up the constructor mess.
(edit) @11269   16 years vboxsync Devices: pData -> pThis.
(edit) @11267   16 years vboxsync Devices: PDMINS2DATA -> PDMINS_2_DATA.
(edit) @11266   16 years vboxsync Devices: VBOX_SUCCESS/FAILURE -> RT_SUCCESS/FAILURE.
(edit) @9387   17 years vboxsync 64-bit GC alignment fixes
(edit) @9212   17 years vboxsync Major changes for sizeof(RTGCPTR) == uint64_t. Introduced RCPTRTYPE …
(edit) @8155   17 years vboxsync The Big Sun Rebranding Header Change
(edit) @6217   17 years vboxsync serial: don't overwrite VM errors from the driver
(edit) @6194   17 years vboxsync Adjust alignment
(edit) @6193   17 years vboxsync Clear MSR changed variable after reading lsr register to clear …
(edit) @6189   17 years vboxsync Bump SSM version and fix compilation
(edit) @6188   17 years vboxsync Set interrupt if states changed
(edit) @6131   17 years vboxsync Make sure bool is bool.
(edit) @6087   17 years vboxsync Change Char interface according to the comments int hte header
(edit) @6073   17 years vboxsync IBase isn't a pointer either (just happens to have the same size).
(edit) @6072   17 years vboxsync Fixed a couple of comments so doxygen don't add them to the function …
(edit) @6018   17 years vboxsync Fix compilation
(edit) @6016   17 years vboxsync First try to implement monitoring of status lines
(edit) @5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
(edit) @4787   17 years vboxsync Eliminated HCPTRTYPE and replaced with R3R0PTRTYPE where necessary.
(edit) @4182   17 years vboxsync Fixed a pagefault in the guest serial device on L4
(edit) @4142   17 years vboxsync Host serial port support for Linux by Alexander Eichner.
(edit) @4071   17 years vboxsync Biggest check-in ever. New source code headers for all (C) innotek files.
(edit) @4014   17 years vboxsync Use pdmdrv.h and pdmdev.h where appropirate.
(edit) @2981   18 years vboxsync InnoTek -> innotek: all the headers and comments.
(edit) @2051   18 years vboxsync Comment cleanup.
(edit) @1756   18 years vboxsync Read fix.
(edit) @1755   18 years vboxsync updated logging
(edit) @1751   18 years vboxsync Logging update
(edit) @1750   18 years vboxsync Extra check for busy read
(edit) @1749   18 years vboxsync
(edit) @1748   18 years vboxsync alignment
(edit) @1746   18 years vboxsync another attempt
(edit) @1745   18 years vboxsync another attempt
(edit) @1744   18 years vboxsync attempt to fix 64-bit-builds
(edit) @1738   18 years vboxsync Clean up properly.
(add) @1736   18 years vboxsync Property cleanup (and reexport serial device).
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