VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1089   18 years vboxsync Fixed broken return path in generic trap handler for v86 code
(edit) @1087   18 years vboxsync Forgot to disable PATM_LOG_PATCHIRET
(edit) @1086   18 years vboxsync Corrected assumptions about flat addresses
(edit) @1058   18 years vboxsync oops left it enabled.
(edit) @1057   18 years vboxsync Trapping and virtualizing TSC (both disabled).
(edit) @1056   18 years vboxsync CPUMR3SetCR4Feature
(edit) @1055   18 years vboxsync RDTSC stats.
(edit) @1027   18 years vboxsync Initial GIP change. Missing detection of SMP systems with TSC drift.
(edit) @1009   18 years vboxsync Fixed bug in CFGM node insertion when several intermediate nodes were …
(edit) @1006   18 years vboxsync fixed internal networking on Windows hosts
(edit) @990   18 years vboxsync spaces
(edit) @988   18 years vboxsync Fixed the real cause of the tripple fault.
(edit) @986   18 years vboxsync Fixed confusion between hyper disasm request and real mode. Also we're …
(edit) @983   18 years vboxsync Opps.
(edit) @980   18 years vboxsync fIgnoreAll and fIgnoreSetPage and fInStatSync - ignore all callbacks …
(edit) @960   18 years vboxsync Darwin hacking.
(edit) @956   18 years vboxsync fs & gs was already cleared.
(edit) @955   18 years vboxsync Always clear fs and gs!
(edit) @948   18 years vboxsync fixed buildbreak (I hope).
(edit) @944   18 years vboxsync Sync on completed load the shadow structures might be used before we …
(edit) @914   18 years vboxsync PVMR0 changes for darwin.
(edit) @901   18 years vboxsync Added SSMR3DeregisterExternal
(edit) @885   18 years vboxsync Original address of faulting patch instruction must be corrected by …
(edit) @882   18 years vboxsync CSAMR3CheckCode added
(edit) @880   18 years vboxsync Added some missing SELMToFlat calls.
(edit) @878   18 years vboxsync fixed log flags in page pool
(edit) @877   18 years vboxsync Changed error message when out of memory. (no longer allowed to save …
(edit) @873   18 years vboxsync Some release logging, mainly for debugging the 64-bit restore issue.
(edit) @872   18 years vboxsync Compile fix
(edit) @871   18 years vboxsync Use VMR3SuspendNoSave to suspend the VM when running out of memory …
(edit) @870   18 years vboxsync Added VMR3SuspendNoSave.
(edit) @866   18 years vboxsync Backed out 18570 & 18569
(edit) @865   18 years vboxsync Another check for VMSTATE_SUSPENDED_NOSAVE.
(edit) @864   18 years vboxsync Added VMSTATE_SUSPENDED_NOSAVE state handling.
(edit) @853   18 years vboxsync Out of memory condition during state restore is fatal.
(edit) @851   18 years vboxsync Refresh HCPhys.
(edit) @850   18 years vboxsync Missing case where we should check that the guest RAM was indeed allocated.
(edit) @848   18 years vboxsync AMD64 debugging: Added checks for NMIs and that IF is cleared when …
(edit) @847   18 years vboxsync Interrupt masking testcase. (attempt at debugging amd64 issue)
(edit) @846   18 years vboxsync Fix for OpenBSD 4.0 (again).
(edit) @840   18 years vboxsync Corrected boundary check.
(edit) @839   18 years vboxsync Corrected typo.
(edit) @838   18 years vboxsync GC Phys to HC virt conversion changes for dynamic RAM allocation.
(edit) @821   18 years vboxsync enable double faults handling in AMD64 builds (for debugging).
(edit) @804   18 years vboxsync Added @todo
(edit) @803   18 years vboxsync Must restore the old lookup record in case we aren't able to update …
(edit) @773   18 years vboxsync Correction
(edit) @772   18 years vboxsync Compile fix
(edit) @771   18 years vboxsync AMD-V was stil left disabled. Now enabled. Enabled sysenter/sysexit in …
(edit) @768   18 years vboxsync Forgot another X86_CPUID_FEATURE_EDX_SEP flag.
(edit) @767   18 years vboxsync Added @todo
(edit) @760   18 years vboxsync Enhanced detection of changed pages.
(edit) @758   18 years vboxsync update physical address of flushed page
(edit) @748   18 years vboxsync Updates
(edit) @747   18 years vboxsync Added some debug code, that I need for easy debugging.
(edit) @744   18 years vboxsync Logging update
(edit) @743   18 years vboxsync Changed call patch
(edit) @742   18 years vboxsync Updates for logging
(edit) @741   18 years vboxsync Updates for logging
(edit) @739   18 years vboxsync Fix
(edit) @738   18 years vboxsync Option to log patch calls
(edit) @730   18 years vboxsync warning
(edit) @727   18 years vboxsync 3rd arg is rdx not rcx.
(edit) @726   18 years vboxsync Implemented the VMMR0 setjmp/longjmp like stuff for AMD64.
(edit) @716   18 years vboxsync More stats
(edit) @715   18 years vboxsync Prevent statistics pollution.
(edit) @714   18 years vboxsync small fix
(edit) @713   18 years vboxsync Bugfix
(edit) @708   18 years vboxsync Profile MMIO as well
(edit) @707   18 years vboxsync Oops
(edit) @706   18 years vboxsync IOM handler profiling.
(edit) @692   18 years vboxsync 32-bit gcc packs AVLOHCPHYSNODECORE a little bit different, pad it to …
(edit) @686   18 years vboxsync Alignment fixes for windows. (structure packing is a strange thing …
(edit) @684   18 years vboxsync RTLogLogger, RTLogLoggerEx[V].
(edit) @682   18 years vboxsync SVMInvlpgA.
(edit) @673   18 years vboxsync rcx not ecx.
(edit) @672   18 years vboxsync #pragma intrinsic can't be in a function, added missing ().
(edit) @671   18 years vboxsync Stub vmmR0LoggerWrapper on AMD64 even if it's never used.
(edit) @670   18 years vboxsync WIN32 -> WIN; size_t
(edit) @634   18 years vboxsync nc
(edit) @627   18 years vboxsync Backed out 18254
(edit) @625   18 years vboxsync Corrected EM StatTotal.
(edit) @624   18 years vboxsync More statistics.
(edit) @598   18 years vboxsync Added PDMR3CritSectTryEnter
(edit) @593   18 years vboxsync Minor update
(edit) @552   18 years vboxsync Added STAMUNIT_KILOBYTES
(edit) @544   18 years vboxsync Log when an IDT handler is disabled.
(edit) @527   18 years vboxsync Alignment fixes.
(edit) @526   18 years vboxsync Alignment fixes.
(edit) @525   18 years vboxsync VM_GUEST_ADDR isn't the right macro for converting the pPciBusHC into …
(edit) @520   18 years vboxsync 64-bit alignment.
(edit) @519   18 years vboxsync disabled two HC pointer size assertions that are probably invalid.
(edit) @518   18 years vboxsync 64-bit alignment in CSAM.
(edit) @515   18 years vboxsync Possibly dangerous change: stop monitoring IDT patch pages when too …
(edit) @513   18 years vboxsync Less restricted assertion
(edit) @509   18 years vboxsync Corrected comment
(edit) @479   18 years vboxsync pDevHlpR0 is now declared correctly.
(edit) @474   18 years vboxsync file description
(edit) @468   18 years vboxsync Moved rdtsc emulation into EM.
(edit) @466   18 years vboxsync Corrected sysenter/exit handling.
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