VirtualBox

source: vbox/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @72522   7 years vboxsync NEM,TM: Work on TSC and NEM/win. bugref:9044 [=>office]
(edit) @72521   7 years vboxsync VBox/ValidationKit: Nested hwvirt. smoketest updates.
(edit) @72520   7 years vboxsync IPRT: use RTFileSetAllocationSize-posix.cpp on NetBSD, it provides …
(edit) @72519   7 years vboxsync EFI: Improved flash compatibility.
(edit) @72518   7 years vboxsync IEM: Implemented rsm for the purpose of SVM intercepting. Renamed …
(edit) @72517   7 years vboxsync IEM: Modified wbinvd for the purpose of SVM intercepting.
(edit) @72516   7 years vboxsync IEM: Implemented invd for the purpose of SVM intercepting.
(edit) @72515   7 years vboxsync IEM: Extended testcase to make sure the IEM_MC_XXX macros are only …
(edit) @72514   7 years vboxsync IEM: Don't intercept rdtscp both in iemOp_Grp7_rdtscp and …
(edit) @72513   7 years vboxsync IEM: Made str use CImpl to better facilitate SVM intercepts.
(edit) @72512   7 years vboxsync IEM: Made sldt use CImpl so to better facilitate SVM intercepts.
(edit) @72511   7 years vboxsync Main/Appliance: Correctly handle appliance import when the VM is …
(edit) @72510   7 years vboxsync cpumctx.h: Corrected the CPUMCTX_EXTRN_NEM_WIN_INHIBIT_NMI value. …
(edit) @72509   7 years vboxsync Main/Machine: Fix medium registry usage when cloning VMs (was not …
(edit) @72508   7 years vboxsync Main/Appliance: use space instead of underscore as separator when …
(edit) @72507   7 years vboxsync gen-slickedit-workspace.sh: FNIEMOPRM_DEF.
(edit) @72506   7 years vboxsync IEM: Made smsw use CImpl so to better facilitate SVM intercepts.
(edit) @72505   7 years vboxsync IEM: Made smsw use CImpl so to better facilitate SVM intercepts.
(edit) @72504   7 years vboxsync IEM: Fixed iemOp_nop.
(edit) @72503   7 years vboxsync VMM/testcase/Makefile.kmk: Need to pass VMM_COMMON_DEFS to a number of …
(edit) @72502   7 years vboxsync FE/Qt Make sure ram slider and ram spin box has same minimum and …
(edit) @72501   7 years vboxsync cpumctx.h: Forgot to up CPUMCTX_EXTRN_ALL when adding …
(edit) @72500   7 years vboxsync EFI: Log EFI module relocations, such as when an OS switches to its …
(edit) @72499   7 years vboxsync BIOS: Fixed APIC disable logic, it was backwards before. No one …
(edit) @72498   7 years vboxsync IEM: Use pVCpu->cpum.s.GstCtx, avoid passing pCtx as a parameter or …
(edit) @72497   7 years vboxsync IEM: Use pVCpu->cpum.s.GstCtx, avoid passing pCtx as a parameter or …
(edit) @72496   7 years vboxsync IEM: Use pVCpu->cpum.s.GstCtx, avoid passing pCtx as a parameter or …
(edit) @72495   7 years vboxsync IEM: Dropped the IEMCPU::pCtxR3, IEMCPU::pCtxR0, and IEMCPU::pCtxRC …
(edit) @72494   7 years vboxsync IEM: Dropped the IEMCPU::pCtxR3, IEMCPU::pCtxR0, and IEMCPU::pCtxRC …
(edit) @72493   7 years vboxsync IEM,REM,++: Removed code related IEM_VERIFICATION_MODE and friends …
(edit) @72492   7 years vboxsync EM: build fix. bugref:9044
(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) @72489   7 years vboxsync NEM,CPUM,EM: Don't sync in/out the entire state when leaving the inner …
(edit) @72488   7 years vboxsync NEM,CPUM,EM: Don't sync in/out the entire state when leaving the inner …
(edit) @72487   7 years vboxsync bootsector2-test1: Fixed inconsistent mmio prologue/epilogue macro use …
(edit) @72486   7 years vboxsync APIC: Document NEM/win assumptions regarding …
(edit) @72485   7 years vboxsync IEM,NEM: Define minimum CPUMCTX set for IEM and hook it up to NEM for …
(edit) @72484   7 years vboxsync IEM,NEM: Define minimum CPUMCTX set for IEM and hook it up to NEM for …
(edit) @72483   7 years vboxsync HostDnsService: G/c operator== that is no longer used.
(edit) @72482   7 years vboxsync Main/NetworkAdapter: allow arbitrary network names for disabled adapters
(edit) @72481   7 years vboxsync FE/Qt bugref:9184 When hardware acceleration is enabled for the vm and …
(edit) @72480   7 years vboxsync HostDnsService: there's no point to delay a call to updateInfo().
(edit) @72479   7 years vboxsync Main/Appliance: fix parameter naming between .h and .cpp
(edit) @72478   7 years vboxsync Main: another xref syntax issue fix for enum constants
(edit) @72477   7 years vboxsync Main/Import: fix IDL documentation xref
(edit) @72476   7 years vboxsync Main/Appliance: Teach importing new tricks: importing to specific …
(edit) @72475   7 years vboxsync NEM/win: Add WHvCapabilityCodeExceptionExitBitmap complaint to the …
(edit) @72474   7 years vboxsync More Windows build fixes.
(edit) @72473   7 years vboxsync NEM/win: We need extended exception exit support, so fail if missing. …
(edit) @72472   7 years vboxsync NEM/win: Fixed #BP interception. 2nd try at the nemHCWinStopCpu early …
(edit) @72471   7 years vboxsync Windows build fixes.
(edit) @72470   7 years vboxsync NEM/win: Looks like we can get a stop confirmation first time around …
(edit) @72469   7 years vboxsync GIM,IEM: Correctly hook up hypercalls thru IEM. bugref:9044 - IEM: …
(edit) @72468   7 years vboxsync IEM: Missing IEMOP_HLP_DONE_DECODING_NO_LOCK_PREFIX() for svm …
(edit) @72467   7 years vboxsync FE/Qt bugref:9184 We no longer disable the whole 'Acceleration' tab in …
(edit) @72466   7 years vboxsync VMM/HMSVMR0: vmmcall adjustments.
(edit) @72465   7 years vboxsync Runtime/RTFuzz: Save fuzzed inputs which cause crashes or client …
(edit) @72464   7 years vboxsync testboxscript: improve ramdisk handling, uses physical memory which …
(edit) @72463   7 years vboxsync NEM: More hypercall work. bugref:9044
(edit) @72462   7 years vboxsync EM,IEM,HM: Consolidated VMMHypercallsDisable/VMMHypercallsEnable into …
(edit) @72461   7 years vboxsync emR3Load: Status checking cleanups
(edit) @72460   7 years vboxsync GIM/Hv: Need to restore hypercall instruction enable state on load. …
(edit) @72459   7 years vboxsync Dev/VirtioNet: (​bugref:8651) TX thread is used instead of TX timer.
(edit) @72458   7 years vboxsync LogRel nit.
(edit) @72457   7 years vboxsync LogRel nit.
(edit) @72456   7 years vboxsync VMM: Fail to start VM when nested-paging/UX isn't available when …
(edit) @72455   7 years vboxsync Storage/CUE: Handle end of stream before the closing quotation mark …
(edit) @72454   7 years vboxsync iprt/fuzz: Some delinting. bugref:9006
(edit) @72453   7 years vboxsync IEM: Quick vmcall (VT-x) implementation, made vmmcall available when …
(edit) @72452   7 years vboxsync NEM/win: Working on vmcall in ring-3. bugref:9044
(edit) @72451   7 years vboxsync IEM: Quick vmcall (VT-x) implementation, made vmmcall available when …
(edit) @72450   7 years vboxsync PS2K: Switched delay timers from real to virtual time. That is what …
(edit) @72449   7 years vboxsync VMM/EM: VINF_PGM_CHANGE_MODE fixes in ring-3 caused by bug addressed …
(edit) @72448   7 years vboxsync VMM/IEM: reset rcPassUp as part of iemReInitExec so as to not affect …
(edit) @72447   7 years vboxsync FE/Qt: ​bugref:9183 Some improvements to UIMediumSelector widget
(edit) @72446   7 years vboxsync NEM/win: Working on intercepting VMMCALL and VMCALL. bugref:9044
(edit) @72445   7 years vboxsync FE/Qt: bugref:9072 Adding a missing flower box
(edit) @72444   7 years vboxsync FE/Qt bugref:9183 Adding a search functionality to UIMediumSelector
(edit) @72443   7 years vboxsync HostDnsService: Attempted Darwin build fix for r122914.
(edit) @72442   7 years vboxsync HostDnsService: Attempted Windows build fix for r122914.
(edit) @72441   7 years vboxsync VMM/IEM: Nested hw.virt: Fixes when nested-paging isn't enabled in the …
(edit) @72440   7 years vboxsync VMM: Nested hw.virt: Fixes when nested-paging isn't enabled in the …
(edit) @72439   7 years vboxsync HostDnsService: Don't store a reference to the virtualbox object in …
(edit) @72438   7 years vboxsync Runtime/RTFuzz: build fixes
(edit) @72437   7 years vboxsync Runtime/RTFuzz: build fixes
(edit) @72436   7 years vboxsync Runtime: bugref:9006 and bugref:9188: Initial code drop for a small …
(edit) @72435   7 years vboxsync FE/Qt: bugref:9049: Move a bit of Extension Pack Downloading related …
(edit) @72434   7 years vboxsync FE/Qt: bugref:9049: Yet another burn-fix.
(edit) @72433   7 years vboxsync FE/Qt: bugref:9049: Forgot something in r122904.
(edit) @72432   7 years vboxsync FE/Qt: bugref:9049: Huge overhaul for VBoxGlobal class: Remove …
(edit) @72431   7 years vboxsync FE/Qt bugref:9183 Some improvements to UIMediumSelector widget
(edit) @72430   7 years vboxsync NEM/win: doxygen fix. bugref:9044
(edit) @72429   7 years vboxsync NEM/win: Unwanted comment. bugref:9044
(edit) @72428   7 years vboxsync GVMMR0: Initialize the idCpu members. bugref:9044
(edit) @72427   7 years vboxsync NEM/win: logging and assertion adjustments. bugref:9044
(edit) @72426   7 years vboxsync IPRT,VMM: Added custom thread name for ring-0 logging (VMM).
(edit) @72425   7 years vboxsync X11 build fix for r122884.
(edit) @72424   7 years vboxsync FE/Qt bugref:9183 Removing a 'printf' statement
(edit) @72423   7 years vboxsync FE/Qt bugref:9183 Showing the differencing disks as children of 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