VirtualBox

source: vbox/trunk/include/VBox

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @72894   7 years vboxsync com::Guid: use initString/initBSTR in the corresponding operator= …
(edit) @72892   7 years vboxsync EM: We no longer need the assembly code in EMAllA.asm anymore.
(edit) @72891   7 years vboxsync EM,HM,IEM: Replaced EMInterpretCpuid with IEMExecDecodedCpuid. Set …
(edit) @72882   7 years vboxsync EM,HM,IEM: Replaced EMInterpretRdmsr with IEMExecDecodedRdmsr.
(edit) @72880   7 years vboxsync VMMGuruMeditation: Try get externalized guest state.
(edit) @72877   7 years vboxsync EM,HM,IEM: Replaced EMInterpretWrmsr with IEMExecDecodedWrmsr.
(edit) @72872   7 years vboxsync VMM/HMVMXR0: bugref:9193 Fix a bug with our exception bitmap cache …
(edit) @72855   7 years vboxsync VMM/HM: Use enum for Tagged-TLB flush types, and related cleanup.
(edit) @72854   7 years vboxsync VMM/HM: spaces, cleanup.
(edit) @72805   7 years vboxsync VMM/HM: bugref:9193 Fixes honoring pending VMCPU_FF_HM_UPDATE_CR3 and …
(edit) @72778   7 years vboxsync VMM,SUPDrv,IPRT: Redirect ring-0 release logging on EMTs to VBox.log. …
(edit) @72750   7 years vboxsync VMM: Extend HM changed flags. ​​bugref:9193 [build fix, nit]
(edit) @72749   7 years vboxsync VMM: Remove EM_NOTIFY_HM and related code unused since VirtualBox 2.1 …
(edit) @72746   7 years vboxsync VMM: Extend HM changed flags. ​​bugref:9193 [build fix]
(edit) @72744   7 years vboxsync VMM: Extend HM changed flags. ​bugref:9193 [HM, CPUM]
(edit) @72743   7 years vboxsync VMM: Extend HM changed flags. ​bugref:9193 [IEM]
(edit) @72741   7 years vboxsync VMM: Extend HM changed flags. bugref:9193
(edit) @72693   7 years vboxsync SUPDrv: Added SUPR0GetDefaultLogInstanceEx and …
(edit) @72686   7 years vboxsync vmm/dbgftrace.h: Added DBGFTRACE_CUSTOM. bugref:9044
(edit) @72655   7 years vboxsync EM,HM,NEM,TRPM: Renamed some EMEXIT_XXXX stuff to shorten things down …
(edit) @72643   7 years vboxsync VMM: Make SVM R0 code use CPUMCTX_EXTRN_xxx flags and cleanups. bugref:9193
(edit) @72642   7 years vboxsync EM,IEM,VMX: Working on configuring exit history optimziations. …
(edit) @72636   7 years vboxsync EM,HM: Removed EMInterpretRdtsc and EMInterpretRdtscp (reapplying …
(edit) @72634   7 years vboxsync EM[R3]: Use pVCpu->cpum.GstCtx and stop keeping and passing pCtx around.
(edit) @72627   7 years vboxsync Additions: relicence components needed for Linux shared folders to …
(edit) @72619   7 years vboxsync VMM: Temporarily put the old RDTSC[P] code back and enabled it …
(edit) @72615   7 years vboxsync Flash: Added a simple flash memory device modeled after Intel 28F008.
(edit) @72606   7 years vboxsync HMVMXR0.cpp,EM: Code for optimizing I/O port, MMIO and CPUID exits …
(edit) @72601   7 years vboxsync Guest Additions: hgcmsvc.h is not needed by shflsvc.h. bugref:9109: …
(edit) @72599   7 years vboxsync EMHM.cpp: Prepping for EMHistoryExec-to-ring-3 and CPUMCTX_EXTRN_xxx.
(edit) @72596   7 years vboxsync EM,HM: Removed EMInterpretRdtsc and EMInterpretRdtscp. bugref:6973
(edit) @72592   7 years vboxsync IEM: Defined IEM_CPUMCTX_EXTRN_EXEC_DECODED_NO_MEM_MASK and …
(edit) @72590   7 years vboxsync HM,IEM,EM: Added IEMExecDecodedRdtsc and IEMExecDecodedRdtscp for …
(edit) @72580   7 years vboxsync EM,NEM: Added /EM/ExitOptimizationEnabled config option to disable …
(edit) @72569   7 years vboxsync EM,IEM,NEM: Started working on optimizing adjacent exits using IEM. …
(edit) @72565   7 years vboxsync EM,TRPM: Record TSC with exit history in raw-mode. Added the exit …
(edit) @72564   7 years vboxsync EM,TRPM,IOM: Improved the raw-mode exit history a little (just for the …
(edit) @72560   7 years vboxsync EM,HM: Replaced HM exit history with the EM one. VT-x now reads TSC on …
(edit) @72559   7 years vboxsync EM,TRPM: Record raw-mode traps (no timestamps). bugref:9044
(edit) @72555   7 years vboxsync EM,NEM,HM: Started on generic exit history, only hooked up to NEM/win. …
(edit) @72546   7 years vboxsync NEM/win,TM: Setting TSC on TM start/restore/resume/etc as best we can. …
(edit) @72541   7 years vboxsync NEM/win: Added TSC offset to the complaint list. Some exploration of …
(edit) @72526   7 years vboxsync NEM,TM: More TSC adjustments for NEM/win. bugref:9044
(edit) @72522   7 years vboxsync NEM,TM: Work on TSC and NEM/win. bugref:9044 [=>office]
(edit) @72510   7 years vboxsync cpumctx.h: Corrected the CPUMCTX_EXTRN_NEM_WIN_INHIBIT_NMI value. …
(edit) @72501   7 years vboxsync cpumctx.h: Forgot to up CPUMCTX_EXTRN_ALL when adding …
(edit) @72497   7 years vboxsync IEM: Use pVCpu->cpum.s.GstCtx, avoid passing pCtx as a parameter or …
(edit) @72493   7 years vboxsync IEM,REM,++: Removed code related IEM_VERIFICATION_MODE and friends …
(edit) @72491   7 years vboxsync cpum.h: doxygen fix. bugref:9044
(edit) @72490   7 years vboxsync NEM,EM: Generic optimization of I/O port accesses that have to be …
(edit) @72488   7 years vboxsync NEM,CPUM,EM: Don't sync in/out the entire state when leaving the inner …
(edit) @72484   7 years vboxsync IEM,NEM: Define minimum CPUMCTX set for IEM and hook it up to NEM for …
(edit) @72469   7 years vboxsync GIM,IEM: Correctly hook up hypercalls thru IEM. bugref:9044 - IEM: …
(edit) @72462   7 years vboxsync EM,IEM,HM: Consolidated VMMHypercallsDisable/VMMHypercallsEnable into …
(edit) @72456   7 years vboxsync VMM: Fail to start VM when nested-paging/UX isn't available when …
(edit) @72415   7 years vboxsync NEM/win: More MSR work. Document IA32_APIC_BASE issues (no X2APIC, …
(edit) @72412   7 years vboxsync NEM/win: More code merging. bugref:9044
(edit) @72392   7 years vboxsync NEM/win: TSC_AUX and APIC_BASE work. bugref:9044
(edit) @72358   7 years vboxsync NEM: Sync more MSR state; don't treat unrecoverable exceptions as …
(edit) @72352   7 years vboxsync Main, VMMDev: implemented IDisplay::SetScreenLayout, VMMDev …
(edit) @72343   7 years vboxsync VMM,ConsoleImpl2: NEM and 64-bit guests. Sync NXE state with PGM. …
(edit) @72341   7 years vboxsync Storage: Remove the storage debug library because it is not used anymore
(edit) @72332   7 years vboxsync Main: Added HWVirtExPropertyType::UseNativeApi for use with …
(edit) @72327   7 years vboxsync VMM: Expose VM::bMainExecutionEngine thru external API …
(edit) @72326   7 years vboxsync Main,SUPLib: Report both HwVirt and NestedPaging capabilities when NEM …
(edit) @72300   7 years vboxsync NEM,STAM: Partition memory statistics for NEM. bugref:9044 - STAM: …
(edit) @72267   7 years vboxsync VMM: Added NEMR3IsEnabled to go aloneside HMR3IsEnabled for the …
(edit) @72265   7 years vboxsync VMM: Added PGMGetGuestCR3Phys for debug/log purposes.
(edit) @72209   7 years vboxsync VMM/IEM: VBOX_WITH_NESTED_HWVIRT_SVM.
(edit) @72207   7 years vboxsync NEM: Inject interrupts from the inner NEM loop, use interrupt windows. …
(edit) @72178   7 years vboxsync VMM: Nested hw.virt: Implemented saved-states for nested SVM. Bumps …
(edit) @72135   7 years vboxsync Additional SCSI ASC/ASCQ codes.
(edit) @72121   7 years vboxsync doxygen fix
(edit) @72116   7 years vboxsync pdmserialifs.h: Some small additions
(edit) @72083   7 years vboxsync Devices/Serial: Updates to the new emulation
(edit) @72072   7 years vboxsync pdmserialifs.h: Introduce a new interface for the serial port …
(edit) @72065   7 years vboxsync VMM/SVM: Interrupt injection fixes.
(edit) @71969   7 years vboxsync hm_svm.h: Doxygen build fix.
(edit) @71968   7 years vboxsync hm_svm.h: Doxygen build fix.
(edit) @71966   7 years vboxsync VMM/HMSVMAll: Some comments on the nuances of the VMCB caching with …
(edit) @71933   7 years vboxsync VMM/HM: Nested hw.virt: Fix the issue with preserving reserved bits …
(edit) @71929   7 years vboxsync hm_svm.h: nit.
(edit) @71927   7 years vboxsync VMM/HM: Naming, nits.
(edit) @71925   7 years vboxsync iom.h: Fixed buggy IOMMMIO_DOES_WRITE_MODE_ALLOW_QWORD macro (only …
(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) @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
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