summaryrefslogtreecommitdiff
path: root/src/VBox/VMM/VMMAll/PATMAll.cpp
Commit message (Expand)AuthorAgeFilesLines
* VMM: Added a bMainExecutionEngine member to the VM structure for use instead ...vboxsync2018-02-101-10/+10
* (C) yearvboxsync2017-10-171-1/+1
* VMMR3: warningsvboxsync2016-07-281-1/+1
* VMM: Unused parameters.vboxsync2016-07-271-0/+1
* (C) 2016vboxsync2016-07-221-1/+1
* PATMRawLeave: VINF_EM_RAW_GUEST_TRAP is probably fine toovboxsync2016-07-151-2/+3
* PATMRawLeave: It's okay to end up in ring-3 with a reschduling status code an...vboxsync2016-05-081-3/+6
* VMM: Fixed almost all the Doxygen warnings.vboxsync2015-10-081-3/+3
* VMM: Made @param pVM more uniform and to the point.vboxsync2015-10-081-15/+15
* *: scm cleanup run.vboxsync2015-08-141-3/+4
* PATM: virt access handlers: Only use pvUser for asserting.vboxsync2015-06-141-4/+8
* PATMAll.cpp: docsvboxsync2015-05-221-16/+3
* PGM: Made the virtual handler callbacks return VBOXSTRICTRC and prepared for ...vboxsync2015-05-211-2/+2
* CSAM,PATM: Changed csamRCCodePageWritePfHandler to store the pvFault address ...vboxsync2015-05-191-1/+38
* CPUMCTXCORE elimination.vboxsync2015-03-291-5/+5
* CPUMCTXCORE elimination.vboxsync2015-03-291-51/+51
* PATM,CPUM: Redid the CPUID stuff by calling a patch helper function implement...vboxsync2015-03-151-17/+58
* PATM,IEM: Added interface for safely and quickly reading patch code.vboxsync2013-07-261-0/+41
* Made dSYM-bundle loading work as well as line numbers in the stack traces (wh...vboxsync2013-05-191-15/+23
* VMM: build fixvboxsync2013-04-191-1/+1
* CSAM,PATM: Don't bother initializing anything if HMIsEnabled(). Also, don't a...vboxsync2013-04-181-6/+20
* Ring-1 compression patches, courtesy of trivirt AG:vboxsync2013-04-021-2/+2
* PATM: Changed two Main APIs to use PUVM instead of PVM (one of them directly ...vboxsync2013-01-241-15/+16
* CPUM: Combined the visible and hidden selector register data into one structu...vboxsync2012-06-241-9/+7
* Doxygen.vboxsync2012-06-171-4/+4
* Doxygen.vboxsync2012-06-171-3/+3
* Doxygen, comment typos.vboxsync2012-06-161-6/+6
* DISOPCODE: s/opcode/uOpcode/vboxsync2012-06-151-4/+4
* Corrected a bunch of HC and GC uses in status codes.vboxsync2012-02-281-2/+2
* VMM reorg: Moving PATM to where the other VMM sources are.vboxsync2010-12-271-0/+649