VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @6347   17 years vboxsync VMM: don't overwrite errors
(edit) @6333   17 years vboxsync todo
(edit) @6311   17 years vboxsync Documentation updates.
(edit) @6300   17 years vboxsync no "\n", ".", nor "!" at end of an error message
(edit) @6298   17 years vboxsync When using VMSet.*Error() don't put %Vrc into the error message if the …
(edit) @6297   17 years vboxsync Disabled annoying assertion, see #2609.
(edit) @6296   17 years vboxsync LED and Network Config interfaces added. Fix in TMAll.cpp: Assertions …
(edit) @6289   17 years vboxsync doxygen: gcfgm alias usage example.
(edit) @6274   17 years vboxsync pReq may be invalid after queuing it (VMREQFLAGS_NO_WAIT), so make …
(edit) @6258   17 years vboxsync db x,y,z -> mnemonics; yasm supports them.
(edit) @6255   17 years vboxsync Section attibute 'segname <name>' -> 'segname=<name>'. (Fixed by Peter …
(edit) @6251   17 years vboxsync yasm and invlpga doesn't seem to get along.
(edit) @6244   17 years vboxsync yasm thinks invlpga is 64-bit only... work around it for now.
(edit) @6243   17 years vboxsync Just use the assembly version of SVMInvlpgA everywhere (was …
(edit) @6221   17 years vboxsync PDM async completion template creation wrapper third attempt
(edit) @6183   17 years vboxsync Back out of r26783.
(edit) @6182   17 years vboxsync This is where I meant.
(edit) @6178   17 years vboxsync spaces.
(edit) @6176   17 years vboxsync use ASMCpuId_Idx_ECX, fixed some off-by-one bugs
(edit) @6172   17 years vboxsync fixed the code for overriding cpuid values using config keys
(edit) @6171   17 years vboxsync workaround for a missing cpuid(0).eax patch
(edit) @6162   17 years vboxsync Wrappers for template creation the right way.
(edit) @6155   17 years vboxsync PGMPhys: Fixed the error handling when SUPPageAlloc fails in …
(edit) @6128   17 years vboxsync space
(edit) @6111   17 years vboxsync Add helper to get vm structure from a pdm driver instance
(edit) @6107   17 years vboxsync patmIsCommonIDTHandlerPatch inconsistency
(edit) @6085   17 years vboxsync Attempt at fixing (most of) the concurrency issues in …
(edit) @6084   17 years vboxsync Attempt at fixing (most of) the concurrency issues in …
(edit) @6000   17 years vboxsync The Giant CDDL Dual-License Header Change, fixes.
(edit) @5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
(edit) @5976   17 years vboxsync Removed the tests for KMK_USE_REDIRECT, KMK_USE_TEST, KMK_NEW_SED and …
(edit) @5966   17 years vboxsync Escape problematic chars in the description.
(edit) @5955   17 years vboxsync We've got RTLogPrintf now.
(edit) @5953   17 years vboxsync Don't log to the com port, normal logging is fine now.
(edit) @5941   17 years vboxsync Fixed handle init bug.
(edit) @5940   17 years vboxsync fixed warning.
(edit) @5934   17 years vboxsync gcc-4.3 found this bug (though this code seems to be unused)
(edit) @5915   17 years vboxsync gcc-4.3 warning
(edit) @5914   17 years vboxsync gcc-4.3 warning
(edit) @5910   17 years vboxsync typo
(edit) @5909   17 years vboxsync fixed s32 check
(edit) @5904   17 years vboxsync More work on the async completion interface
(edit) @5898   17 years vboxsync kBuild 0.1.2 preps: Avoid the shell at all costs because cygwin is …
(edit) @5874   17 years vboxsync rearranged checks to drastically improve the chance of flat addresses …
(edit) @5857   17 years vboxsync include missing header
(edit) @5854   17 years vboxsync another one.
(edit) @5812   17 years vboxsync Continued work on the async implementation. Added to Makefile but …
(edit) @5800   17 years vboxsync attempt to fix the windows boxes
(edit) @5798   17 years vboxsync more work on async completion
(edit) @5791   17 years vboxsync Start async completion implementation
(edit) @5737   17 years vboxsync Added DBGFR3MemScan dependency.
(edit) @5734   17 years vboxsync bugfix
(edit) @5731   17 years vboxsync Implemented some search commands in the debugger.
(edit) @5722   17 years vboxsync Added a bottom pointer to the PDMLUN structure. Added plugge/unplugged …
(edit) @5720   17 years vboxsync USB destruction.
(edit) @5695   17 years vboxsync Don't drag in CPUMAllA.asm in ring-3 because leopard doesn't like the …
(edit) @5694   17 years vboxsync Put the templates in the CONST segment/section as the relocations it …
(edit) @5693   17 years vboxsync Don't take any lable addresses we don't have to take as it offends the …
(edit) @5684   17 years vboxsync Build fix.
(edit) @5683   17 years vboxsync Don't try use Debugger.lib/a unless it's built and needed.
(edit) @5682   17 years vboxsync Don't try use Debugger.lib/a unless it's built and needed.
(edit) @5680   17 years vboxsync Trying to fix the double linking of the DBGC code (VBoxDBG and …
(edit) @5667   17 years vboxsync Debugger interface for searching memory. Fixed a const mixup.
(edit) @5665   17 years vboxsync Another attempt
(edit) @5664   17 years vboxsync Alignment for 64 bits build
(edit) @5663   17 years vboxsync Inverted test
(edit) @5662   17 years vboxsync Initial changes for guest PAE support
(edit) @5661   17 years vboxsync Added pgmGstGetPaePDPtr
(edit) @5646   17 years vboxsync Introduced VBOX_WITH_PREALLOC_RAM_BY_DEFAULT which is disabled of …
(edit) @5644   17 years vboxsync GMMR0: gcc found this bug
(edit) @5640   17 years vboxsync Restore the old code. Please, don't mess with this without giving a …
(edit) @5632   17 years vboxsync Backed out 25383: don't trigger breakpoints in ring 0 on any platform
(edit) @5630   17 years vboxsync
(edit) @5629   17 years vboxsync remove deprecated macros
(edit) @5625   17 years vboxsync still a bool return value
(edit) @5624   17 years vboxsync removed obsolete code
(edit) @5612   17 years vboxsync Bit more checking to ensure we don't invalidate instructions that are …
(edit) @5610   17 years vboxsync Fixed boundary checks and support partial instruction updates (e.g. …
(edit) @5609   17 years vboxsync More logging
(edit) @5606   17 years vboxsync ALIGNP SIZEOFMEMB
(edit) @5605   17 years vboxsync BIT => RT_BIT, BIT64 => RT_BIT_64. BIT() is defined in Linux 2.6.24
(edit) @5597   17 years vboxsync OS/2 build fix.
(edit) @5543   17 years vboxsync Compile fix for alternative path
(edit) @5530   17 years vboxsync VBOX_WITH_USB
(edit) @5525   17 years vboxsync PDMUsb changes.
(edit) @5517   17 years vboxsync fixed assertions.
(edit) @5509   17 years vboxsync Fixed init order assertion in TMR3Init/PDM.
(edit) @5505   17 years vboxsync Hooked up the new IPRT time code.
(edit) @5492   17 years vboxsync Export ASMMultU64ByU32DivByU32 and the new time stuff.
(edit) @5458   17 years vboxsync sup.h/sup.mac checks.
(edit) @5448   17 years vboxsync VT-x: wrong return code for a task switch
(edit) @5447   17 years vboxsync Bugfix for rare cases where a pending interrupt is cleared behind our back
(edit) @5442   17 years vboxsync VT-x: Restore CR4 again; don't leave the X86_CR4_VMXE flag set if it …
(edit) @5440   17 years vboxsync Changed assertion
(edit) @5400   17 years vboxsync minor IN_GC tweak.
(edit) @5399   17 years vboxsync Name.
(edit) @5398   17 years vboxsync Fixed /TM/UseRealTSC.
(edit) @5396   17 years vboxsync Shaved off a few ticks on RDTSC emulation to speed up Solaris guest.
(edit) @5395   17 years vboxsync Optimized RDTSC emulation a little bit.
(edit) @5394   17 years vboxsync /TRPM/SafeToDropGuestIDTMonitoring
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