VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @58170   9 years vboxsync doxygen: fixes.
(edit) @58157   9 years vboxsync Doxygen: @todo fixes
(edit) @58127   9 years vboxsync VMM: No more doxygen warnings here.
(edit) @58126   9 years vboxsync VMM: Fixed almost all the Doxygen warnings.
(edit) @58124   9 years vboxsync include/VBox//*.h: pVM and pVCpu parameter description adjustments.
(edit) @58123   9 years vboxsync VMM: Made @param pVCpu more uniform and to the point.
(edit) @58122   9 years vboxsync VMM: Made @param pVM more uniform and to the point.
(edit) @58121   9 years vboxsync VMM: LogRel nits.
(edit) @58120   9 years vboxsync VMM/HM: LogRel nits.
(edit) @58119   9 years vboxsync VMM/GIM: Update comments for r103215.
(edit) @58118   9 years vboxsync VMM,GIM: Made the order of RIP update on hypercalls consistent. …
(edit) @58116   9 years vboxsync VMM: Doxygen fixes.
(edit) @58110   9 years vboxsync include,misc: Doxygen grouping adjustments, collecting all the VMM …
(edit) @58106   9 years vboxsync include,misc: Corrected a bunch of doxygen errors.
(edit) @58105   9 years vboxsync va_end
(edit) @58090   9 years vboxsync Installers/linux: provide clean-up mechanism for upgrade hiccups from …
(edit) @58074   9 years vboxsync VMM/GIM: Added some release logging for Hyper-V debugging transport …
(edit) @58058   9 years vboxsync VMM/GIM: Windows' size_t nonsense.
(edit) @58055   9 years vboxsync VMM/GIM: Filter out 'bad' packets (DHCP BOOTP, NETBIOS etc.) over the …
(edit) @58014   9 years vboxsync VMM/GIM: Fix Hyper-V hypercall vs hypercall page confusion.
(edit) @58008   9 years vboxsync VMM/GIM: LogRel nit.
(edit) @58007   9 years vboxsync VMM/GIM: fix typo.
(edit) @57999   9 years vboxsync VMM/GIM: Extra logging to help setup of Hyper-V debug interface.
(edit) @57989   9 years vboxsync Added support for GIM Hyper-V hypercalls and guest debugging.
(edit) @57984   9 years vboxsync Linux: /etc/init.d/vboxdrv => /sbin/rcvboxdrv
(edit) @57886   9 years vboxsync HMVMXR0.cpp: Disabled incorrect assertion in hmR0VmxExitIoInstr. …
(edit) @57885   9 years vboxsync Experiment: Mess with \177VMMR0_NULL_THUNK_DATA too (like I did for …
(edit) @57884   9 years vboxsync HM: More granular AMD-V patching stats.
(edit) @57879   9 years vboxsync build fix
(edit) @57878   9 years vboxsync Experiment: Mess with \177VMMR0_NULL_THUNK_DATA too (like I did for …
(edit) @57863   9 years vboxsync VMM/VM: Add missing call to GIMR3Term.
(edit) @57862   9 years vboxsync VMM: warning.
(edit) @57861   9 years vboxsync VMM: warning.
(edit) @57860   9 years vboxsync VMM: warnings.
(edit) @57859   9 years vboxsync VMM: warnings.
(edit) @57858   9 years vboxsync VMM: warnings.
(edit) @57857   9 years vboxsync VMM: unused parameter warnings.
(edit) @57856   9 years vboxsync VMM: warnings.
(edit) @57855   9 years vboxsync VMM: Another crack at having more warnings for VMM code enabled.
(edit) @57854   9 years vboxsync VMM: unused parameter warning fixes.
(edit) @57853   9 years vboxsync VMM/PGMAllBth.h: removed STAM profile counter not used locally.
(edit) @57852   9 years vboxsync VMM: unused parameter warning fixes.
(edit) @57851   9 years vboxsync VMM: unused parameter warning fixes.
(edit) @57733   9 years vboxsync VMM/HMVMXR0: Remove obsolete/wrong assertion.
(edit) @57703   9 years vboxsync VMM: alignment fix for 32-bit
(edit) @57684   9 years vboxsync VMM: check the return code
(edit) @57683   9 years vboxsync VMM/PDM: clear driver instance data after destruction, to catch use …
(edit) @57623   9 years vboxsync VMM/PATM: when adding a new PATM saved state version in r98941, one …
(edit) @57575   9 years vboxsync VMM/PGM: fix typo in stam counter in the macro (though unused).
(edit) @57567   9 years vboxsync VMM: unused var.
(edit) @57566   9 years vboxsync VMM/Makefile: revert r102380 temporarily.
(edit) @57565   9 years vboxsync VMM: unused var.
(edit) @57564   9 years vboxsync VMM: unused var.
(edit) @57563   9 years vboxsync VMM: unused var.
(edit) @57562   9 years vboxsync VMM: unused vars.
(edit) @57561   9 years vboxsync VMM: Add gcc's unused-variables warning to VMMR0 template.
(edit) @57560   9 years vboxsync VMM/GIM: unused vars.
(edit) @57558   9 years vboxsync VMM: unused vars.
(edit) @57557   9 years vboxsync VMM/HMVMXR0: windows build fix.
(edit) @57555   9 years vboxsync VMM/HMVMXR0: Don't lose interrupt-window exiting due to unrelated …
(edit) @57549   9 years vboxsync VMM/HMR0A: Avoid 2 conditional branches in the VT-x vmlaunch/vmresume …
(edit) @57535   9 years vboxsync VMMR3.def: Include methods used for the NVMe emulation in the …
(edit) @57514   9 years vboxsync VMM/HMVMXR0: Fix EPT capabilities checks and propagate errors to ring-3.
(edit) @57513   9 years vboxsync GIM/HyperV: Update 0x40000002 cpuid as per the Hyper-V spec. when …
(edit) @57506   9 years vboxsync GIM/HyperV: Don't identify as Microsoft as the default vendor ID, use …
(edit) @57493   9 years vboxsync VMM/HM: Merge HMR0Mixed.mac into the main assembly file now that …
(edit) @57482   9 years vboxsync VMM: doxygen and nits.
(edit) @57479   9 years vboxsync VMM/HM: Validate CFGM keys.
(edit) @57478   9 years vboxsync VMM/HM: typo.
(edit) @57477   9 years vboxsync VMM/HM: Implement PAUSE filter exiting for VT-x & AMD-V. Also …
(edit) @57472   9 years vboxsync VMM/HMVMXR0: space nit.
(edit) @57471   9 years vboxsync VMM/HMVMXR0: line length formatting fixes.
(edit) @57470   9 years vboxsync VMM/HM: Purge the unused TLB shootdown code path.
(edit) @57467   9 years vboxsync static
(edit) @57450   9 years vboxsync fix
(edit) @57446   9 years vboxsync VMM: Removing VBOX_WITH_HYBRID_32BIT_KERNEL and other 32-bit darwin fun.
(edit) @57445   9 years vboxsync static
(edit) @57432   9 years vboxsync iprt/cdefs.h,*: Split RT_NO_THROW into prototype and definition macros …
(edit) @57431   9 years vboxsync VMM/TM: nit.
(edit) @57429   9 years vboxsync VMM/HM: Start removing VBOX_WITH_HYBRID_32BIT_KERNEL code.
(edit) @57411   9 years vboxsync VMM: DECLCALLBACK fixes.
(edit) @57394   9 years vboxsync DECLCALLBACK
(edit) @57392   9 years vboxsync DECLCALLBACK
(edit) @57389   9 years vboxsync VMM: DECLCALLBACK
(edit) @57381   9 years vboxsync VM.cpp: typo.
(edit) @57380   9 years vboxsync VM.cpp: build fix. va_list are soo much fun…
(edit) @57378   9 years vboxsync SUPDrv: Modified SUP_IOCTL_LDR_LOAD to return an error string, major …
(edit) @57377   9 years vboxsync PDMLdr.cpp: Use VMR3SetError for load failures so we can report early …
(edit) @57376   9 years vboxsync VMR3SetError[V]: Take shortcut when called on EMT, allowing it early …
(edit) @57373   9 years vboxsync CPUMR3CpuId.cpp: Intel CPU march classification updates.
(edit) @57372   9 years vboxsync scm: fixes in previous cleanup run.
(edit) @57358   9 years vboxsync *: scm cleanup run.
(edit) @57350   9 years vboxsync VMM/GIM: comment.
(edit) @57336   9 years vboxsync iprt/cdefs.h,PGMDbg.cpp: Align DECLASM and DECLCALLBACK (and the rest) …
(edit) @57334   9 years vboxsync next try
(edit) @57331   9 years vboxsync temporarily disables AVX-2 by default.
(edit) @57329   9 years vboxsync CPUMR3CpuId.cpp: detect skylake
(edit) @57270   9 years vboxsync VMM/HM: comment typos, doxygen cleanup.
(edit) @57249   9 years vboxsync GVMMR0,VMMR0: More AC != 0 checks to try pinpoint the problem.
(edit) @57247   9 years vboxsync build fix
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