VirtualBox

source: vbox/trunk/src/VBox

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @97306   2 years vboxsync Main/Guest Control: Renamed GuestSession::i_getPathStyle() -> …
(edit) @97305   2 years vboxsync Main/Guest Control: Renamed GuestSession::i_getPathStyle() -> …
(edit) @97304   2 years vboxsync Main/Guest Control: Added a force parameter to GuestPath::Translate() …
(edit) @97303   2 years vboxsync Main/Guest Control: Added GuestBase::fsObjTypeToStr(). ​bugref:10286
(edit) @97302   2 years vboxsync FE/Qt: bugref:10313 Adding font scaling widget class.
(edit) @97300   2 years vboxsync tstIntNetR0: Unborked the bi-dir test. [build fix]
(edit) @97299   2 years vboxsync tstIntNetR0: Unborked the bi-dir test.
(edit) @97298   2 years vboxsync IPRT/test.cpp: Provide more info with the sub-test name length assertion.
(edit) @97297   2 years vboxsync IEM: Fixed IRET with null SS (Linux 4.15 ftrace crash early in boot).
(edit) @97296   2 years vboxsync Shared Clipboard/testcase: Include tstClipboardMockHGCM on the …
(edit) @97295   2 years vboxsync VMM/NEMR3Native-darwin: Dump the VMCS if running the vcpu failed, …
(edit) @97294   2 years vboxsync tstIntNetR0: Truncated some sub-test names so they don't assert in …
(edit) @97293   2 years vboxsync Devices/DevVirtioNet_1_0: Initialize some virtqbuf members to fend off …
(edit) @97292   2 years vboxsync Devices/VirtioScsi: Fixed controller not being recognized by the UEFI …
(edit) @97291   2 years vboxsync ValidationKit/tests/unittests/tdUnitTest1.py: Skip checking for black …
(edit) @97290   2 years vboxsync VMM/IEM: Treat zero as a Normal in fptan, bugref:9898
(edit) @97289   2 years vboxsync IEM: Clear interrupt shadow flags together with RF.
(edit) @97288   2 years vboxsync ValidationKit/tests/unittests/tdUnitTest1.py: Skip checking for black …
(edit) @97287   2 years vboxsync VMM/cpum: Moved fExtrn up into the same cache line as rip, eflags, and crX.
(edit) @97286   2 years vboxsync VMM/CPUM,IEM: Moved the CPUMCTX_INHIBIT_XXX flags into reserved EFLAGS …
(edit) @97285   2 years vboxsync VMM/PGMAllBth.h: nits. bugref:10092
(edit) @97284   2 years vboxsync Linux startup scripts: update instruction on how to manually generate …
(edit) @97283   2 years vboxsync Shared Clipboard/testcase: Make use of now-available …
(edit) @97282   2 years vboxsync Shared Clipboard/Service: Factored out and renamed …
(edit) @97281   2 years vboxsync VMM/cpumctx.h: Set CPUMX86EFLAGS_HW_BITS to 24 as there seems to be no …
(edit) @97280   2 years vboxsync ValKit/analysis: Percent formatting improvement.
(edit) @97279   2 years vboxsync ValKit/analysis: Added some crude value result analysis into the mix. …
(edit) @97278   2 years vboxsync FE/Qt: bugref:9866: Renaming Close submenu to Stop; This name is more …
(edit) @97277   2 years vboxsync FE/Qt: bugref:9866: Moving Detach action to upper level scope, it's …
(edit) @97276   2 years vboxsync Main/Guest Control: Added new guestControl::GuestPath class which …
(edit) @97275   2 years vboxsync Shared Clipboard/testcase: Also enabled building reading host …
(edit) @97274   2 years vboxsync Validation Kit/HGCM: Added initial GuestHost/HGCMMockUtils.h. See …
(edit) @97272   2 years vboxsync Shared Clipboard/testcase: More code for testing reading host …
(edit) @97271   2 years vboxsync ValKit/analysis: Kicked out old code.
(edit) @97269   2 years vboxsync ValKit/testboxscript.py: pylint fixes.
(edit) @97267   2 years vboxsync ValKit/analysis: Adding better filtering and some documentation …
(edit) @97266   2 years vboxsync ValKit/analysis: Wrote a new analyzer/comparison tool, tst-a1.py …
(edit) @97265   2 years vboxsync VMM/CPUM: Nested VMX: bugref:10092 Addressed todo regarding keeping …
(edit) @97264   2 years vboxsync VMM/CPUM: Nested VMX: bugref:10092 Addressed todo regarding keeping …
(edit) @97263   2 years vboxsync VMM/IEM: Nested VMX: bugref:10092 Use the same log level as the …
(edit) @97262   2 years vboxsync VMM: Nested VMX: bugref:10092 Added fetching VM-exit secondary MSR …
(edit) @97261   2 years vboxsync Changed the operator[] to function at() to avoid inserting new empty …
(edit) @97260   2 years vboxsync Frontends/VBoxManage+Storage/VMDK+doc/manual: 'VBoxManage createmedium …
(edit) @97259   2 years vboxsync Linux startup scripts: Fix typo in log message, bugref:10287.
(edit) @97258   2 years vboxsync IEM: Don't #UD on PREFETCHW if fLongMode is set; needs more work!
(edit) @97257   2 years vboxsync IEM: Added RDRAND and RDSEED. NB: The fallback implementation does …
(edit) @97255   2 years vboxsync Storage/VMDK: Revert r141811 which eliminated all blank lines in the …
(edit) @97254   2 years vboxsync VMM/PGM: Nested VMX: bugref:10092 Doxygen fix.
(edit) @97253   2 years vboxsync Shared Clipboard/common: Fixed a bug in ShClConvLatin1LFToUtf16CRLF() …
(edit) @97252   2 years vboxsync IEM: Made XSAVEOPT complain loudly if we try executing it.
(edit) @97251   2 years vboxsync FE/Qt: Subsequent NLS update for minor 7.0.x version.
(edit) @97250   2 years vboxsync FE/Qt: bugref:8310: Missed one important aspect in r154017; No need …
(edit) @97248   2 years vboxsync VMM: Nested VMX: bugref:10092 Build fix.
(edit) @97247   2 years vboxsync VMM/PGM: Nested VMX: bugref:10092 Build fix.
(edit) @97245   2 years vboxsync FE/Qt: bugref:9458: Long forgotten stubs in Global props; Required to …
(edit) @97243   2 years vboxsync VMM/Nested VMX: bugref:10092 Removed pgmGstSlatWalkPhys() as …
(edit) @97242   2 years vboxsync VMM/PGM: Nested VMX: bugref:10092 Doxygen and comment update.
(edit) @97240   2 years vboxsync 7.0.2
(edit) @97239   2 years vboxsync Fix burn
(edit) @97237   2 years vboxsync FE/Qt: bugref:10309. Passing parent window to the native file selector …
(edit) @97236   2 years vboxsync VMM/IEM: Rough implementation for fptan instruction in IEM, bugref:9898
(edit) @97235   2 years vboxsync Shared Clipboard: Windows host: Addressed todo regaring to documenting …
(edit) @97231   2 years vboxsync VMM/CPUM: Define our own X86EFLAGS/X86RFLAGS structures so we can use …
(edit) @97230   2 years vboxsync bugref:10305. Fixed the wrong key. The key had been changed from …
(edit) @97229   2 years vboxsync VMM/HM: Access CPUMCTX::eflags via the 'u' member when possible in …
(edit) @97228   2 years vboxsync VMM/NEM-linux: Access CPUMCTX::eflags via the 'u' member when possible …
(edit) @97227   2 years vboxsync VMM/NEM-win: Access CPUMCTX::eflags via the 'u' member when possible …
(edit) @97226   2 years vboxsync VMM/NEM-darwin: Access CPUMCTX::eflags via the 'u' member when …
(edit) @97225   2 years vboxsync VMM/HMSVM: Access CPUMCTX::eflags via the 'u' member when possible in …
(edit) @97224   2 years vboxsync VMM/HMVMX: Access CPUMCTX::eflags via the 'u' member when possible in …
(edit) @97223   2 years vboxsync VMM/HMVMX: Access CPUMCTX::eflags via the 'u' member when possible in …
(edit) @97222   2 years vboxsync VMM/IEM: Access CPUMCTX::eflags via the 'u' member when possible in …
(edit) @97221   2 years vboxsync VMM/IEM: Access CPUMCTX::eflags via the 'u' member when possible in …
(edit) @97220   2 years vboxsync VMM/CPUM: Access CPUMCTX::eflags via the 'u' member when possible in …
(edit) @97219   2 years vboxsync VMM/CPUM: Access CPUMCTX::eflags via the 'u' member when possible in …
(edit) @97218   2 years vboxsync VMM/SELM: Access CPUMCTX::eflags via the 'u' member when possible in …
(edit) @97217   2 years vboxsync FE/Qt: bugref:9458: Keep Global properties consistency regarding …
(edit) @97216   2 years vboxsync FE/Qt: New About icons for OSE version.
(edit) @97215   2 years vboxsync Shared Clipboard: Windows host: Fixed typo in return code which …
(edit) @97214   2 years vboxsync IEM: Renamed iemOpHlpFpuNoStore_st0_stN_pop_pop to …
(edit) @97213   2 years vboxsync VMM,VBox/types.h: Removed the CPUMCTXCORE type.
(edit) @97212   2 years vboxsync DIS: Drop the register access function based on CPUMCTXCORE as the …
(edit) @97211   2 years vboxsync DIS: Drop the register access function based on CPUMCTXCORE as the …
(edit) @97210   2 years vboxsync IPRT/alloc-ef: Drop unused DISQPVPARAMVAL stack variable. The type is …
(edit) @97209   2 years vboxsync VMM/HMSVMAll: Replace DISFetchReg32 and DISWriteReg32 with direct …
(edit) @97208   2 years vboxsync VMM/IEM,EM,HMVMX: Replaced EMInterpretDRxWrite and EMInterpretDRxRead …
(edit) @97206   2 years vboxsync VMM/EM,HMVMXR0: Replaced EMInterpretRdpmc with IEMExecDecodedRdpmc …
(edit) @97205   2 years vboxsync VMM/SELM,DIS: Changed SELMToFlat and SELMToFlatEx to use PCPUMCTX …
(edit) @97203   2 years vboxsync VMM/SELM,DIS: Changed SELMToFlat and SELMToFlatEx to use PCPUMCTX …
(edit) @97202   2 years vboxsync VMM/PGM: More CPUMCTXCORE elimination, now in the …
(edit) @97201   2 years vboxsync VMM/IEM,EM: More CPUMCTXCORE elimination and trimming of interpret …
(edit) @97200   2 years vboxsync VMM/IEM,EM: More CPUMCTXCORE elimination and trimming of interpret …
(edit) @97199   2 years vboxsync VMM/PGM,IEM,EM: Changed FNPGMRZPHYSPFHANDLER, PGMTrap0eHandler and …
(edit) @97198   2 years vboxsync VMM/PGM,IEM,EM: Changed FNPGMRZPHYSPFHANDLER, PGMTrap0eHandler and …
(edit) @97197   2 years vboxsync VMM/PGM,IEM,EM: Changed FNPGMRZPHYSPFHANDLER, PGMTrap0eHandler and …
(edit) @97196   2 years vboxsync VMM/DBGF: Changed the PCPUMCTXCORE arguments to PCPUMCTX for …
(edit) @97194   2 years vboxsync Installer/Win: bugref:9532: Forgot to move Qt related .DLLs to proper …
(edit) @97193   2 years vboxsync VMM/EM: Drop the PVM and PCCPUMCTXCORE arguments from …
(edit) @97192   2 years vboxsync VMM/CPUM: Drop the CPUMCTXCORE argument for cpumR3InfoOne.
(edit) @97191   2 years vboxsync Support/darwin/SUPR3HardenedEntitlements.plist: Need to have the …
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