VirtualBox

source: vbox/trunk/include/VBox/vmm

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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) @97040   2 years vboxsync hm_vmx.h: Nested VMX: bugref:10092 Slightly shorten …
(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) @96925   2 years vboxsync VMM,RuntimeR0: Flush the log buffer directly to the parent VMM if …
(edit) @96819   2 years vboxsync IPRT,VBoxGuest,SUPDrv: More RTLogWriteVmm build fixes.
(edit) @96811   2 years vboxsync VMM,IPRT,VBoxGuest,SUPDrv: Added a more efficient interface for guest …
(edit) @96735   2 years vboxsync VMM: Nested VMX: bugref:10092 Added newer EPT paging bits into …
(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) @96601   2 years vboxsync hm_vmx.h: Nested EPT: bugref:10092 Added newer EPT paging entry …
(edit) @96435   2 years vboxsync VMM/IEM: Implement [v]lddqu instructions, bugref:9898
(edit) @96407   2 years vboxsync scm copyright and license note update
(edit) @96295   2 years vboxsync VMM: Nested EPT: bugref:10092 Nits.
(edit) @96103   2 years vboxsync VMM: Add some new AMD CPUID feature bits.
(edit) @95592   2 years vboxsync PDM/network, Network/virtio: Add sanity checking. bugref:10240
(edit) @95560   2 years vboxsync VMM/IEM: Some crude exception/interrupt stats and history. bugref:9898
(edit) @95359   2 years vboxsync VMM/CPUM: Added a fPopCnt member to the x86 features and corrected the …
(edit) @95350   2 years vboxsync VMM: Nested VMX: bugref:10092 cpum.h: nit.
(edit) @95315   2 years vboxsync VMM: Nested VMX: bugref:10092 Added CPUMIsGuestVmxApicAccessPageAddr …
(edit) @95271   2 years vboxsync Touchpad: First part of touchpad support, PDM interface and device …
(edit) @95256   2 years vboxsync VMM/CFGM,NEM,HM,ConsoleImpl2: Let CPUM take care of enabling 64-bit …
(edit) @95248   2 years vboxsync VMM/CPUM: Started changing the way we advertise SYSCALL, SEP, NX, and …
(edit) @94993   3 years vboxsync Audio: Resolved @todos regarding PDMAudioPropsAreValid() / …
(edit) @94959   3 years vboxsync VMM/CPUM: Hide the public read-only HostFeature member, use …
(edit) @94945   3 years vboxsync vm.h: Reverted accidental commit in r151352. bugref:10097
(edit) @94944   3 years vboxsync VMM/HM: Use g_CpumHostFeatures instead of the copy in the VM …
(edit) @94943   3 years vboxsync VMM/CPUM: Copy the ring-0 host CPUMFEATURES structure into the VM …
(edit) @94934   3 years vboxsync VMM/CPUM: Kicked out the VBOX_WITH_VMMR0_DISABLE_LAPIC_NMI code, as it …
(edit) @94931   3 years vboxsync VMM/CPUM: Introduced a global variable g_CpumHostFeatures for keeping …
(edit) @94909   3 years vboxsync VMM/CPUM: Added fBmi1, fBmi2, fAbm, fTbm, fRdRand, and fRdSeed to the …
(edit) @94882   3 years vboxsync VMM: First stab at Guest Compatibility Manager, fixing up things like …
(edit) @94800   3 years vboxsync VMM/IEM,PGM: TLB work, esp. on the data one. bugref:9898
(edit) @94799   3 years vboxsync vmm/vm.h: comment typo
(edit) @94793   3 years vboxsync Main,VMM: Implemented most of the functionality for encrypted VMs …
(edit) @94763   3 years vboxsync VMM/SSM: Allow SSMR3Open and SSMR3ValidateFile to take a stream …
(edit) @94425   3 years vboxsync VMM: doxygen fixes (don't duplicate docs, newer doxygen version …
(edit) @94419   3 years vboxsync VMM: three doxygen fixes.
(edit) @94381   3 years vboxsync VMM: Increase VMM API vtable major version due to the removeal of …
(edit) @94369   3 years vboxsync VMM,CFGM: Drop CFGMR3QueryPtr and CFGMR3QueryPtrDef, bugref:10053
(edit) @94342   3 years vboxsync Main,VMM/PDMUsb,Devices/USB,VRDP: Drop passing pointers through CFGM …
(edit) @93966   3 years vboxsync VMM: Nested VMX: bugref:10092 Add HM ring-0 API for querying transient …
(edit) @93963   3 years vboxsync VMM: Nested VMX: bugref:10092 Add HM ring-0 API for querying transient …
(edit) @93946   3 years vboxsync hm_vmx.h: Comment typo fix.
(edit) @93922   3 years vboxsync VMM: Nested VMX: bugref:10092 EPT VM-exit handling with HM ring-0 code.
(edit) @93913   3 years vboxsync VMM: Comment nits.
(edit) @93912   3 years vboxsync VMM: Add driver helper to destroy a timer, bugref:10196
(edit) @93901   3 years vboxsync VMM,Main,++: Removed VM_IS_RAW_MODE_ENABLED/VM_EXEC_ENGINE_RAW_MODE …
(edit) @93830   3 years vboxsync VMM/CPUM: Add some helpers for NEM to activate the hyper or guest …
(edit) @93790   3 years vboxsync VMM/{NEM*,DBGF}: Make NEM respond to debug event changes and implement …
(edit) @93787   3 years vboxsync VMM/{NEM*,DBGF}: Make NEM respond to debug event changes and implement …
(edit) @93725   3 years vboxsync VMM: More arm64 adjustments. bugref:9898
(edit) @93718   3 years vboxsync VMM/MM: Removed the hyper heap. bugref:10093 bugref:9517
(edit) @93716   3 years vboxsync VMM/PGM: Moved the physical handler allocation off the hyper heap and …
(edit) @93658   3 years vboxsync VMM/TM,VMM/*: Moved RTTIMENANOTSDATAR0 into the ring-0 only part of …
(edit) @93655   3 years vboxsync VMM/TM,VMM/*: Moved RTTIMENANOTSDATAR0 into the ring-0 only part of …
(edit) @93651   3 years vboxsync VMM/PGM,*: Split the physical access handler type registration into …
(edit) @93650   3 years vboxsync VMM/PGM,*: Split the physical access handler type registration into …
(edit) @93635   3 years vboxsync VMM/PGM,VMM/PDM,VGA: Consolidate the user parameters of the physical …
(edit) @93628   3 years vboxsync VMM/PDMNetShaper,Main,DrvNetShaper: Moved the network shaper data off …
(edit) @93620   3 years vboxsync VMM/MMHyper: Removed unused code. bugref:10093
(edit) @93609   3 years vboxsync VMM/PDMQueue: Rewrote the queue code to not use the hyper heap and be …
(edit) @93600   3 years vboxsync VMM: Put dummy function w/ assertion for reserved VMM function table …
(edit) @93598   3 years vboxsync VMM/MM: Removed unused MMR3HCPhys2HCVirt(). bugref:10093
(edit) @93597   3 years vboxsync VMM/MM: Removed now unused MMR3HyperHCVirt2HCPhys(). bugref:10093
(edit) @93596   3 years vboxsync VMM/PGM: Init HCPhysZeroPg and HCPhysMmioPg in ring-0 and forget …
(edit) @93595   3 years vboxsync VMM/MM: Removed unused MMR3PageDummyHCPhys & MMR3PageDummyHCPtr …
(edit) @93594   3 years vboxsync VMM: Embedded the zero and mmio-dummy pages into the VM structure and …
(edit) @93593   3 years vboxsync VMM: Embedded the zero and mmio-dummy pages into the VM structure and …
(edit) @93592   3 years vboxsync VMM/MM: Removed some more unused functions. bugref:9517
(edit) @93554   3 years vboxsync VMM: Changed PAGE_SIZE -> GUEST_PAGE_SIZE / HOST_PAGE_SIZE, PAGE_SHIFT …
(edit) @93518   3 years vboxsync vmm/cpum.h: x86 build fix. bugref:9898
(edit) @93515   3 years vboxsync iprt/asm-amd64-x86.h: Split out some non-assembly functions that …
(edit) @93490   3 years vboxsync vmm/dbgf.h: doxygen fix. bugref:10072
(edit) @93470   3 years vboxsync DbgPlugInDiggers,VMM,Main: Refactored the diggers and related …
(edit) @93468   3 years vboxsync VBoxDbg,VMM/STAM,Main: Converted VBoxDbg to use the VMM function …
(edit) @93448   3 years vboxsync include: build fix (clang). bugref:10074
(edit) @93447   3 years vboxsync include: build fix (gcc 4.7). bugref:10074
(edit) @93444   3 years vboxsync VMM,Main,HostServices: Use a function table for accessing 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