summaryrefslogtreecommitdiff
path: root/src/VBox/Devices/VMMDev/VMMDevTesting.cpp
Commit message (Expand)AuthorAgeFilesLines
* *: doxygen corrections (mostly about removing @returns from functions returni...vboxsync2023-05-111-1/+0
* Copyright year updates by scm.vboxsync2023-01-171-1/+1
* VMMDev/Testing: Start the test instance at debug level (RTTESTLVL_DEBUG) so i...vboxsync2022-11-161-1/+1
* scm copyright and license note updatevboxsync2022-08-221-8/+18
* scm --update-copyright-yearvboxsync2022-01-011-1/+1
* VMMDev: Added a command for querying configuration values, with 10 generic 32...vboxsync2021-11-211-3/+87
* VMM,Devices: Eliminate direct calls to DBGFR3* and use the device helper call...vboxsync2021-10-211-5/+3
* VMMDev/Testing: Updated lock thread code with r/w and new config (forgot). b...vboxsync2021-08-101-16/+35
* VMMDev/Testing: Fixed broken value unit handling for 16-bit VMMDEV_TESTING_CM...vboxsync2021-08-071-1/+1
* VMMDevTesting,bs3-locking-1: Expanded the locking test port to two ports, inc...vboxsync2021-08-031-16/+88
* VMMDev/Testing: Added VMMDEV_TESTING_LOCKED_BUSY_SUCCESS flag so we can test ...vboxsync2021-08-021-4/+26
* VMMDev: New port for lock contention testing. [grr] bugref:6695vboxsync2021-08-011-29/+54
* VMMDev: New port for lock contention testing. bugref:6695vboxsync2021-08-011-1/+102
* Copyright year updates by scm.vboxsync2020-02-041-1/+1
* VMMDev: Converted to the new PDM device style. [fixes] bugref:9218vboxsync2019-11-011-3/+31
* VMMDev: Converted to the new PDM device style. bugref:9218vboxsync2019-11-011-130/+107
* VMMDev: cleanups. bugref:9218vboxsync2019-10-291-8/+8
* scm --update-copyright-yearvboxsync2019-01-011-1/+1
* *: scm --update-copyright-yearvboxsync2017-10-281-1/+1
* backed out r118835 as it incorrectly updated the 'This file is based on' file...vboxsync2017-10-281-1/+1
* *: scm --update-copyright-yearvboxsync2017-10-281-1/+1
* VMMDev: Doxygen fixesvboxsync2016-10-221-4/+4
* Devices: unused parameters.vboxsync2016-07-271-0/+6
* (C) 2016vboxsync2016-07-221-1/+1
* vmmdevTestingMmioRead: build fix.vboxsync2016-07-221-1/+1
* Devices/RC: MSC level 4 warnings.vboxsync2016-07-221-2/+2
* vmmdevTestingMmioWrite: NOP_R3 fix.vboxsync2016-07-111-4/+3
* vmmdevTestingMmioWrite: wrong NOP return codes.vboxsync2016-07-111-2/+2
* VMMDev/Testing: Added a 64-byte readback register with two access areas (same...vboxsync2016-06-011-33/+127
* VMMDevTesting: Adjusted the CMD and DATA expectations to handle pure 16-bit C...vboxsync2016-04-111-1/+46
* VMMDev: Added VMMDEV_TESTING_CMD_PRINT for more output on the host.vboxsync2016-03-181-2/+7
* *: scm cleanup run.vboxsync2015-08-141-3/+3
* Devices: Updated (C) year.vboxsync2015-06-091-1/+1
* Test I/O and MMIO performance when we need to go to ring-3 to service the req...vboxsync2014-12-311-1/+62
* VMMDev: report failure if the test wasn't closed correctly by the guest.vboxsync2013-07-021-0/+1
* VMMDev: Added TestingMMIO config option as the MMIO range isn't generally nee...vboxsync2013-06-041-13/+18
* VMMDevTesting: Close the testing instance on VMMDEV_TESTING_CMD_TERM.vboxsync2013-05-301-16/+33
* VMMDev: Fixed missing destructor call (not in function table, duh.) and integ...vboxsync2013-05-281-26/+66
* header (C) fixesvboxsync2013-02-041-1/+1
* DBGF,DBGC,++: PVM -> PUVM. Some refactoring and cleanup as well.vboxsync2013-01-271-3/+4
* fixed a few format specifier bugsvboxsync2012-11-151-1/+1
* fixed a few gcc false positive warnings and two shadowed declarationsvboxsync2012-09-091-1/+1
* VMMDevTesting: For now, format the register values differently.vboxsync2012-08-031-5/+16
* Hidden registry exploration.vboxsync2012-08-031-2/+91
* VMMDevTesting: VMMDEV_TESTING_CMD_SKIPPED.vboxsync2012-05-231-1/+6
* VMMDevTesting.cpp: Output to log and release log.vboxsync2012-05-231-12/+23
* Corrected a bunch of HC and GC uses in status codes.vboxsync2012-02-281-4/+4
* More MMIO refactoring and some other cleanups.vboxsync2011-10-281-6/+2
* Changed PDMDevHlpMMIORegister to take flags and drop pfnFill. Added PDMDevHlp...vboxsync2011-10-281-4/+2
* Changed FNIOMMMIOWRITE to take a const buffer pointer.vboxsync2011-06-241-1/+1