VirtualBox

source: vbox/trunk/include

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @71859   7 years vboxsync VMM: SVM NestedPagingCtrl naming consistency with rest of the VMCB fields.
(edit) @71856   7 years vboxsync VMM/HMSVM: Clean up.
(edit) @71833   7 years vboxsync VMM: Nested hw.virt: Implement pause-filter and pause-filter threshold.
(edit) @71802   7 years vboxsync VMM: Comment, add pause-filter fields in the nested-guest VMCB cache …
(edit) @71775   7 years vboxsync Devices/Storage: Properly account for requests currently waiting for …
(edit) @71764   7 years vboxsync pdmdev.h: typo in PDMDevHlpSSMRegister3.
(edit) @71757   7 years vboxsync pdmaudioifs.h: Fixed PDMAUDIOPCMPROPS_INITIALIZOR, curing …
(edit) @71755   7 years vboxsync VMM: Nested Hw.virt: Fix overriding SVM nested-guest PAT MSR while …
(edit) @71752   7 years vboxsync DevIchAc97: Alignment fixing.
(edit) @71701   7 years vboxsync iprt/cdefs.h: Use lfence for RT_UNTRUSTED_VALIDATED_FENCE on both …
(edit) @71700   7 years vboxsync iprt/asm.h: Use SSE2 fence instructions.
(edit) @71695   7 years vboxsync VBoxGuest: VBGL_HGCM_HDR_INIT_TIMED, consistent use of VbglHGCMParm …
(edit) @71651   7 years vboxsync DevVGA,VBoxC,++: Code cleanup in progress. bugref:9094
(edit) @71643   7 years vboxsync VMM: whitespace consistency nit.
(edit) @71642   7 years vboxsync Build fix.
(edit) @71640   7 years vboxsync VMM: Nested hw.virt: Abstract SVM V_INTR_MASKING so we can refer to …
(edit) @71626   7 years vboxsync DevVGA,VBoxC: Code cleanup in progress. bugref:9094
(edit) @71619   7 years vboxsync DevVGA,VBoxC: Code cleanup in progress. bugref:9094
(edit) @71610   7 years vboxsync Introducing VBox/AssertGuest.h and a family of ASSERT_GUEST_XXXX …
(edit) @71609   7 years vboxsync Introducing VBox/AssertGuest.h and a family of ASSERT_GUEST_XXXX …
(edit) @71608   7 years vboxsync Introducing VBox/AssertGuest.h and a family of ASSERT_GUEST_XXXX …
(edit) @71607   7 years vboxsync DevVGA,SharedOpenGL: Code cleanup in progress. bugref:9094
(edit) @71606   7 years vboxsync Introducing VBox/AssertGuest.h and a family of ASSERT_GUEST_XXXX …
(edit) @71605   7 years vboxsync iprt/string.h: Added RT_COPY_VOLATILE & RT_BCOPY_VOLATILE for helping …
(edit) @71602   7 years vboxsync iprt/cdefs.h: Introduced a couple of more macros for paranoid handling …
(edit) @71599   7 years vboxsync Fixing 'indenting' of the AssertPtrReturn and …
(edit) @71597   7 years vboxsync DevVGA,VBoxVideo: Code cleanup in progress. bugref:9094
(edit) @71596   7 years vboxsync DevVGA,VBoxVideo: Code cleanup in progress. bugref:9094
(edit) @71595   7 years vboxsync DevVGA,VBoxVideo: Code cleanup in progress. bugref:9094
(edit) @71592   7 years vboxsync DevVGA,VBoxVideo: Code cleanup in progress. bugref:9094
(edit) @71590   7 years vboxsync DevVGA,HGSMI,++: Code cleanup in progress. bugref:9094
(edit) @71589   7 years vboxsync iprt/cdefs.h: Added macros for marking various types of untrusted data.
(edit) @71585   7 years vboxsync HGSMI.h: docs
(edit) @71529   7 years vboxsync VMM/HM: Fixes to MSRPM bit accesses. Implemented merging of guest and …
(edit) @71522   7 years vboxsync Fixes for SPARC
(edit) @71517   7 years vboxsync Guest Control: Added toolbox / vbox_stat error handling for not found …
(edit) @71503   7 years vboxsync More scm
(edit) @71499   7 years vboxsync scm
(edit) @71496   7 years vboxsync Doxygen
(edit) @71493   7 years vboxsync build fix
(edit) @71492   7 years vboxsync Runtime: Introduce RTTraceLog* API for creating and parsing binary …
(edit) @71491   7 years vboxsync iprt/nt.h: A couple of doc and wow64 updates.
(edit) @71488   7 years vboxsync DevVGA, Additions: minor improvements for the VGA configuration interface.
(edit) @71480   7 years vboxsync nt/nt.h: updates to PROCESSINFOCLASS.
(edit) @71415   7 years vboxsync VMM/HM: Get rid of lazy FPU loading for AMD-V. Nested Hw.virt: Fix FPU …
(edit) @71381   7 years vboxsync VMM/HM: Added VM debugger info dumping for SVM nested-guest VMCB cache.
(edit) @71364   7 years vboxsync GuestControl: Added and implemented IGuestSession::userHome and …
(edit) @71349   7 years vboxsync Guest Control/Main: Added (COM) error codes …
(edit) @71339   7 years vboxsync asm.h: Fixes for SPARC
(edit) @71338   7 years vboxsync asm.h: Fixes for SPARC
(edit) @71314   7 years vboxsync GuestControl: Added and implemented IGuestSession::userHome and …
(edit) @71295   7 years vboxsync IPRT: Added RTSystemGetNtBuildNo. bugref:9044 [build fix]
(edit) @71294   7 years vboxsync IPRT: Added RTSystemGetNtBuildNo. bugref:9044
(edit) @71293   7 years vboxsync NEM: Some stats; doc updates. bugref:9044
(edit) @71290   7 years vboxsync VMM: Better GVM alignment; assert padding sanity.
(edit) @71287   7 years vboxsync Main/ThreadTask: Added own logging group LOG_GROUP_MAIN_THREAD_TASK …
(edit) @71248   7 years vboxsync hm_svm.h: Comment nit.
(edit) @71246   7 years vboxsync gvm.h: Alignment fix
(edit) @71222   7 years vboxsync NEM/win,VMM,PGM: Ported NEM runloop to ring-0. bugref:9044
(edit) @71198   7 years vboxsync SUPDrv,VMMR0: Prepped for extending the fast I/O control interface a …
(edit) @71184   7 years vboxsync CPUM,NEM: Introduced CPUMCTX field for tracking state that's not in …
(edit) @71176   7 years vboxsync Guest Control/Toolbox: Added …
(edit) @71163   7 years vboxsync VideoRec: Added some error codes to err.h.
(edit) @71152   7 years vboxsync VMM/NEM/win: Refactoring... bugref:9044
(edit) @71150   7 years vboxsync IPRT: Added a RTThreadPoke implementation for windows that uses …
(edit) @71146   7 years vboxsync DevVGA, Additions: added VBE_DISPI_ID_CFG for querying the virtual …
(edit) @71139   7 years vboxsync Main/VBoxSVC,VBoxSDS: fix for ​bugref:8161: added API client list …
(edit) @71136   7 years vboxsync SUPDrv,VMM/NEM/win: Abstracted kernel I/O control work in SUPDrv, …
(edit) @71131   7 years vboxsync VMM/NEM/win: Code for discovering VID I/O control functions (for …
(edit) @71129   7 years vboxsync VMM/NEM/win: Reimplemented virtual process API, optimizing the cancel …
(edit) @71128   7 years vboxsync iprt/nt/nt.h: Added NtAlertThread and ZwAlertThread prototypes.
(edit) @71127   7 years vboxsync IPRT: Added RTThreadGetNativeHandle for windows.
(edit) @71108   7 years vboxsync Added speculation control settings to API, refined implementation.
(edit) @71091   7 years vboxsync cpum.h: Added CPUMGuestSvmUpdateNRip.
(edit) @71087   7 years vboxsync VMM/NEM/win: Get registers via hypercalls. bugref:9044
(edit) @71081   7 years vboxsync VMM,SUPDrv: More NEM/win experimentation. bugref:9044
(edit) @71075   7 years vboxsync VMM,SUPDrv: More NEM/win experimentation. bugref:9044
(edit) @71068   7 years vboxsync hm_svm.h: Spaces, nit.
(edit) @71046   7 years vboxsync hm_svm.h: Added SVM_CTRL_GUEST_INSTR_BYTES_MAX macro for holding the …
(edit) @71043   7 years vboxsync NEM: More code - PoC kind of working now. bugref:9044
(edit) @71041   7 years vboxsync NEM: More code - DSL is getting somewhere now, but VRAM access sucks. …
(edit) @71031   7 years vboxsync NEM: More code. bugref:9044
(edit) @71010   7 years vboxsync HostServices/GuestPropertySvc.h: Use RTStrNICmpAscii() instead of …
(edit) @70979   7 years vboxsync NEM: Working on the EM loops. bugref:9044
(edit) @70977   7 years vboxsync NEM: Working on PGM notifications. bugref:9044
(edit) @70956   7 years vboxsync NEM: Working on PGM notifications. bugref:9044
(edit) @70953   7 years vboxsync VMM: Clarified docs on fRecompilerUser/Supervisor and did some related …
(edit) @70948   7 years vboxsync VMM: Added a bMainExecutionEngine member to the VM structure for use …
(edit) @70947   7 years vboxsync VMM/NEM: More code. [build fix]
(edit) @70942   7 years vboxsync VMM/NEM: More code.
(edit) @70936   7 years vboxsync Additions/linux: support producing builds which work with glibc 2.3. …
(edit) @70918   7 years vboxsync VMM: NEM kick off.
(edit) @70917   7 years vboxsync SUPDrv,VMM: Added SUPR0GetRawModeUsability() for checking whether …
(edit) @70915   7 years vboxsync VMM: New module, NEM. [build fix]
(edit) @70914   7 years vboxsync VMM: New module, NEM.
(edit) @70913   7 years vboxsync CPUM: Infrastructure for speculative execution control.
(edit) @70895   7 years vboxsync IPRT: Added RTTimeCompare and made use of it in the RTAsn1Time methods …
(edit) @70891   7 years vboxsync iprt/path.h: RTPathAbs doc update.
(edit) @70890   7 years vboxsync IPRT: dir.c,dir-posix.cpp,direnum-nt.cpp: Implemented …
(edit) @70885   7 years vboxsync VMM: updates (bugref:9044)
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