VirtualBox

source: vbox/trunk/src/VBox/Devices/PC/DevDMA.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) @87127   4 years vboxsync DMA,PDM: Pass the pDevIns of the caller to PDMDMAREG::pfnRegister. DMA …
(edit) @84913   4 years vboxsync DevDMA: Added an info handler to dump DMA page registers since only …
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @82657   5 years vboxsync DevDMA: Added info dump.
(edit) @81990   5 years vboxsync DevDMA: Brushed up the logging and added 'R3' to the ring-3 functions. …
(edit) @81989   5 years vboxsync DevDMA: Brushed up the logging and added 'R3' to the ring-3 functions. …
(edit) @81988   5 years vboxsync DevDMA: Use devhlp for critsect. Signed warn fix. bugref:9218
(edit) @81986   5 years vboxsync DevDMA: Brushed up the logging and added 'R3' to the ring-3 functions. …
(edit) @81985   5 years vboxsync DevDMA: Added some paranoia. bugref:9218
(edit) @81984   5 years vboxsync DevDMA: Converted I/O port handlers. bugref:9218
(edit) @81979   5 years vboxsync DevDMA: Use devhlp for CFGM and SSM. 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) @78572   6 years vboxsync Undoing bad commit.
(edit) @78571   6 years vboxsync DevACPI: First check input, then take a lock.
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @71809   7 years vboxsync PC/Dev*: nits
(edit) @71218   7 years vboxsync DevDMA: Handle I/O port access from ring-0 and raw-mode since we …
(edit) @71216   7 years vboxsync DevDMA: Handle I/O port access from ring-0 and raw-mode since we …
(edit) @71214   7 years vboxsync DevDMA: Handle I/O port access from ring-0 and raw-mode since we …
(edit) @71212   7 years vboxsync DevDMA: Handle I/O port access from ring-0 and raw-mode since we …
(edit) @71210   7 years vboxsync DevDMA: Handle I/O port access from ring-0 and raw-mode since we …
(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) @65916   8 years vboxsync DevDMA: missing break (harmless because most likely not used by any guest)
(edit) @64369   8 years vboxsync Devices/PC: Doxygen fixes
(edit) @63562   8 years vboxsync scm: cleaning up todos
(edit) @63369   8 years vboxsync warnings (gcc)
(edit) @62903   8 years vboxsync Devices: warnings
(edit) @62509   8 years vboxsync (C) 2016
(edit) @58132   9 years vboxsync *: Doxygen fixes.
(edit) @57393   9 years vboxsync DECLCALLBACK
(edit) @57358   9 years vboxsync *: scm cleanup run.
(edit) @56292   9 years vboxsync Devices: Updated (C) year.
(edit) @48947   11 years vboxsync Devices: Whitespace and svn:keyword cleanups by scm.
(edit) @48046   11 years vboxsync DevDMA: Do not write memory on verify transfers.
(edit) @46499   11 years vboxsync DevDMA: Set TC status bit on transfer completion.
(edit) @45025   12 years vboxsync Update PDMDEVREG initialization comment so they refer to pfnMemSetup …
(edit) @44534   12 years vboxsync DevDMA.cpp: More locking, cleanups.
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @38221   13 years vboxsync Fixed assertion.
(edit) @38188   13 years vboxsync DMA: Handle word access to page registers.
(edit) @37423   13 years vboxsync Ran the source code massager (scm).
(edit) @36228   14 years vboxsync Harmless warning fix.
(edit) @36204   14 years vboxsync DMA: Reworked the DMA code, added comments, fixed minor issues, made …
(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) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(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) @23987   15 years vboxsync Reverted unintentionally submitted changes.
(edit) @23986   15 years vboxsync DevAPIC: Added debugger support to print LAPIC and I/O APIC state.
(edit) @23940   15 years vboxsync DevDMA.cpp: No need for uuid.h
(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) @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) @12969   16 years vboxsync #1865: PDMINS.
(edit) @11267   16 years vboxsync Devices: PDMINS2DATA -> PDMINS_2_DATA.
(edit) @11266   16 years vboxsync Devices: VBOX_SUCCESS/FAILURE -> RT_SUCCESS/FAILURE.
(edit) @11249   16 years vboxsync DrvDMA: cosmetics.
(edit) @11248   16 years vboxsync DrvDMA: cosmetics.
(edit) @11247   16 years vboxsync DrvDMA: cosmetics.
(edit) @8155   17 years vboxsync The Big Sun Rebranding Header Change
(edit) @5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
(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) @2781   18 years vboxsync made the file description correspond to the device/driver description.
(copy) @1912   18 years vboxsync muldiv64() => ASMMultU64ByU32DivByU32(); dma.c => DevDMA.cpp
copied from trunk/src/VBox/Devices/PC/dma.c
(add) @1   55 years vboxsync import
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