VirtualBox

source: vbox/trunk/include

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @97608   2 years vboxsync CPUM: Added XSAVEOPT bit to exploded CPUID struct; currently a placeholder.
(edit) @97560   2 years vboxsync VMM/CPUM: Added fHle & fRtm to the exploded CPU features.
(edit) @97535   2 years vboxsync DIS: Added PEXTRQ opcode.
(edit) @97529   2 years vboxsync CPUM: Added MOVBE feature flag.
(edit) @97528   2 years vboxsync DIS: Added a couple of opcodes.
(edit) @97527   2 years vboxsync DIS: Don't restrict the OPCODES enum to 1024 entires, we're not using …
(edit) @97493   2 years vboxsync DIS: Added the SALC instruction.
(edit) @97406   2 years vboxsync VMM/IEM,CPUM: Partial single stepping support in the interpreter. …
(edit) @97398   2 years vboxsync include/VBox/vmm/pdmdev.h: Fix return value types for …
(edit) @97342   2 years vboxsync NetworkServices/IntNetSwitch,Devices/Network/DrvIntNet,Devices/Network/ …
(edit) @97338   2 years vboxsync NetworkServices/IntNetSwitch,Devices/Network/DrvIntNet,Devices/Network/ …
(edit) @97317   2 years vboxsync VMM/CPUM: Nested VMX: bugref:10092 Keep secondary VM-exit controls …
(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) @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) @97274   2 years vboxsync Validation Kit/HGCM: Added initial GuestHost/HGCMMockUtils.h. See …
(edit) @97273   2 years vboxsync Validation Kit/HGCM: Added initial GuestHost/HGCMMockUtils.h. See …
(edit) @97270   2 years vboxsync Validation Kit/HGCM: Added initial GuestHost/HGCMMockUtils.h. See …
(edit) @97268   2 years vboxsync Validation Kit/HGCM: Renaming + signal the connect event when a HGCM …
(edit) @97266   2 years vboxsync ValKit/analysis: Wrote a new analyzer/comparison tool, tst-a1.py …
(edit) @97262   2 years vboxsync VMM: Nested VMX: bugref:10092 Added fetching VM-exit secondary MSR …
(edit) @97256   2 years vboxsync GuestHost/HGCMMock.h: Docs nits.
(edit) @97244   2 years vboxsync x86.h: Added MSR_IA32_VMX_EXIT_CTLS2.
(edit) @97232   2 years vboxsync VMM/CPUM: Define our own X86EFLAGS/X86RFLAGS structures so we can use …
(edit) @97231   2 years vboxsync VMM/CPUM: Define our own X86EFLAGS/X86RFLAGS structures so we can use …
(edit) @97218   2 years vboxsync VMM/SELM: Access CPUMCTX::eflags via the 'u' member when possible in …
(edit) @97213   2 years vboxsync VMM,VBox/types.h: Removed the CPUMCTXCORE type.
(edit) @97211   2 years vboxsync DIS: Drop the register access function based on CPUMCTXCORE as the …
(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) @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) @97200   2 years vboxsync VMM/IEM,EM: More CPUMCTXCORE elimination and trimming of interpret …
(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) @97193   2 years vboxsync VMM/EM: Drop the PVM and PCCPUMCTXCORE arguments from …
(edit) @97187   2 years vboxsync VMM/CPUM: Doxygen fixes. bugref:9941
(edit) @97186   2 years vboxsync VMM/CPUM,HMVMX,IEM: Use the individual CPUMCTX_INHIBIT_SHADOW_SS and …
(edit) @97185   2 years vboxsync VMM/CPUM,HMVMX,IEM: Use the individual CPUMCTX_INHIBIT_SHADOW_SS and …
(edit) @97184   2 years vboxsync VMM/CPUM: Doxygen fixes. bugref:9941
(edit) @97183   2 years vboxsync VMM/CPUM,HMVMX,IEM: Use the individual CPUMCTX_INHIBIT_SHADOW_SS and …
(edit) @97182   2 years vboxsync VMM/CPUM,EM,HM,IEM,++: Moved VMCPU_FF_INHIBIT_INTERRUPTS and …
(edit) @97181   2 years vboxsync VMM/CPUM,EM,HM,IEM,++: Moved VMCPU_FF_INHIBIT_INTERRUPTS and …
(edit) @97179   2 years vboxsync VMM/CPUM,EM,HM,IEM,++: Moved VMCPU_FF_INHIBIT_INTERRUPTS and …
(edit) @97178   2 years vboxsync VMM/CPUM,EM,HM,IEM,++: Moved VMCPU_FF_INHIBIT_INTERRUPTS and …
(edit) @97150   2 years vboxsync VMM/CPUM: Nested VMX: bugref:10092 We access the virtual-APIC page …
(edit) @97096   2 years vboxsync VMM/CPUM: Some code tweaking…
(edit) @97070   2 years vboxsync CPUM: Added a (forgotten?) flag for AES-NI CPUID feature.
(edit) @97069   2 years vboxsync VMM/HMVMXR0: Working on streamlining CPU state importing from the …
(edit) @97052   2 years vboxsync VMM/hmvmxinline.h: Attempt at proper vmread inline assembly for GCC.
(edit) @97046   2 years vboxsync Devices/DrvIntNet,NetworkServices,Installer/darwin: First rough …
(edit) @97044   2 years vboxsync Disassembler: Added RDRAND and RDSEED.
(edit) @97040   2 years vboxsync hm_vmx.h: Nested VMX: bugref:10092 Slightly shorten …
(edit) @97031   2 years vboxsync Main, FE/Qt: Add Oracle Linux 9 and RHEL 9.
(edit) @97023   2 years vboxsync SUP: Check inherited handles in bugging VM processes. bugref:10294
(edit) @97019   2 years vboxsync VMM/IEM,HMVMXR0: Converted all VMXVEXITEVENTINFO initialization from …
(edit) @97018   2 years vboxsync VMM/IEMAllCImplVmxInstr.cpp: Converted all VMVEXITINFO initialization …
(edit) @97005   2 years vboxsync VMM/HMVMXR0: Converted all VMVEXITINFO initialization to use …
(edit) @96999   2 years vboxsync VMM/HMVMX,EM: Experiment with EMHistoryExec for vmread optimizations. …
(edit) @96979   2 years vboxsync VMM/PGM,IEM,HM: Added a PGMPHYSHANDLER_F_NOT_IN_HM flag to better deal …
(edit) @96977   2 years vboxsync iprt/x86.h: X86_CR3_EPT_PAGE_MASK correction. bugref:10092
(edit) @96925   2 years vboxsync VMM,RuntimeR0: Flush the log buffer directly to the parent VMM if …
(edit) @96888   2 years vboxsync Main,FE/VBoxManage: Implement possiblity to configure some of the …
(edit) @96885   2 years vboxsync Additions: X11: DRM Client: Monitor guest properties in a bit more …
(edit) @96865   2 years vboxsync Debugger: Some changes floating around, added a UDP I/O provider to be …
(edit) @96864   2 years vboxsync Runtime: Implement RTUdpCreateServerSocket(), bugref:9822
(edit) @96861   2 years vboxsync IPRT/Vfs,Main/Unattended: Detect fedora ISOs, various code cleanups. …
(edit) @96851   2 years vboxsync iprt/ctype: Removed duplicate test in RTLocCIsPunct (harmless).
(edit) @96845   2 years vboxsync iprt/nt/nt.h: Correction to OBJECT_INFORMATION_CLASS and added …
(edit) @96844   2 years vboxsync iprt/nt/nt.h: Correction to OBJECT_INFORMATION_CLASS and added …
(edit) @96821   2 years vboxsync VMM/IEM: Define separate log groups for the VMX and SVM code in IEM …
(edit) @96819   2 years vboxsync IPRT,VBoxGuest,SUPDrv: More RTLogWriteVmm build fixes.
(edit) @96818   2 years vboxsync iprt/x86.mac: re-ran kmk incs
(edit) @96813   2 years vboxsync VMM,IPRT,VBoxGuest,SUPDrv: Added a more efficient interface for guest …
(edit) @96812   2 years vboxsync VMM,IPRT,VBoxGuest,SUPDrv: Added a more efficient interface for guest …
(edit) @96811   2 years vboxsync VMM,IPRT,VBoxGuest,SUPDrv: Added a more efficient interface for guest …
(edit) @96798   2 years vboxsync VMM/IEM: Implement …
(edit) @96777   2 years vboxsync RTSignTool,IPRT/ldrPE.cpp: Corrected incorrect signature alignment …
(edit) @96771   2 years vboxsync Add/Nt/Installer: The DumpLog script causes random crashes in …
(edit) @96752   2 years vboxsync IPRT/pkcs7.h: comments.
(edit) @96735   2 years vboxsync VMM: Nested VMX: bugref:10092 Added newer EPT paging bits into …
(edit) @96729   2 years vboxsync IPRT/getopt: Added index variant with 0 or 1 and optionally and w/ …
(edit) @96711   2 years vboxsync hm_vmx.h: Nested VMX: bugref:10092 Spaces, nits.
(edit) @96652   2 years vboxsync VMM/IEM: Implement [v]pclmulqdq instruction, ​bugref:9898
(edit) @96648   2 years vboxsync iprt/nocrt/stdio.h: Added missing [_]puts alias. bugref:10261
(edit) @96622   2 years vboxsync IPRT: Added RTTimeFormatDuration[Ex] for duration/interval formatting.
(edit) @96610   2 years vboxsync IPRT/path: Added fFlags parameter to RTPathAppendEx and RTPathJoinEx …
(edit) @96601   2 years vboxsync hm_vmx.h: Nested EPT: bugref:10092 Added newer EPT paging entry …
(edit) @96597   2 years vboxsync IPRT: More correctly fake the extended GetVersionExW/RtlGetVersion …
(edit) @96593   2 years vboxsync /Config.kmk,IPRT,ValKit/Config.kmk: Found an undocumented linker …
(edit) @96590   2 years vboxsync IPRT/nocrt: Split the as much read-only data out of the .rdata segment …
(edit) @96589   2 years vboxsync IPRT/nocrt: Split the as much read-only data out of the .rdata segment …
(edit) @96577   2 years vboxsync iprt/bldprog-strtab-template.cpp.h: Sparc build fix. bugref:9726
(edit) @96574   2 years vboxsync iprt/win/context-x86.mac: scm fix. bugref:10261
(edit) @96573   2 years vboxsync IPRT/nocrt: Fail fast and safer stack corruption. bugref:10261
(edit) @96572   2 years vboxsync HostDrives,Installer/win: Reworked the windows installer related code …
(edit) @96551   2 years vboxsync iprt/bldprog-strtab*.cpp.h: Increased the size dictionary to make use …
(edit) @96550   2 years vboxsync iprt/bldprog-strtab*.cpp.h: Increased the size dictionary to make use …
(edit) @96547   2 years vboxsync VBox/com/microatl.h: whitespace. bugref:10261
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