VirtualBox

source: vbox/trunk/src/VBox

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @2256   18 years vboxsync Fixed io port access return check
(edit) @2255   18 years vboxsync Return to the previous screen size and position after leaving …
(edit) @2254   18 years vboxsync r=frank
(edit) @2253   18 years vboxsync Added (disabled) the overflow testcase for ASMMultU64ByU32DivByU32.
(edit) @2251   18 years vboxsync info flag.
(edit) @2250   18 years vboxsync DBGFINFO_FLAGS_RUN_ON_EMT and Ex registration function.
(edit) @2248   18 years vboxsync Implementing timer syncrhonous virtual clock.
(edit) @2246   18 years vboxsync Input/pckbd.c => Input/DevPS2.cpp
(edit) @2244   18 years vboxsync NS and PCT units.
(edit) @2243   18 years vboxsync lower the valid IDT address from 2GB to 1GB
(edit) @2242   18 years vboxsync pass VERR_IDT_FAILED correctly to userland
(edit) @2240   18 years vboxsync 1934: Never decrease size in the layout: Fixing minimum height of the …
(edit) @2239   18 years vboxsync Main: Use RTPathCompare() instead of #ifdef's.
(edit) @2238   18 years vboxsync VBoxSDL: Fixed: Floppy/DVD image operations were case sensitive on …
(edit) @2237   18 years vboxsync Enabled SVM for real and protected mode without paging again.
(edit) @2236   18 years vboxsync Incorrect assertion. (guest ram can have unallocated gaps)
(edit) @2235   18 years vboxsync Even more logging
(edit) @2234   18 years vboxsync More logging
(edit) @2233   18 years vboxsync put pack the double-power-off workaround
(edit) @2232   18 years vboxsync Put back 20576. Not sure what went wrong before.
(edit) @2231   18 years vboxsync Partial 20576 commit
(edit) @2230   18 years vboxsync Partial 20576 commit
(edit) @2229   18 years vboxsync backed out accidental commit
(edit) @2228   18 years vboxsync backed out 20576 due to regressions
(edit) @2227   18 years vboxsync Ignore ModifyPage for real and protected mode without paging.
(edit) @2226   18 years vboxsync Cleanup of emR3RawExecuteIOInstruction: use existing IOM functions. …
(edit) @2224   18 years vboxsync In some situations the guest state would not be synced.
(edit) @2222   18 years vboxsync FE/Qt: Fixed the version text position in the About.. dialog.
(edit) @2221   18 years vboxsync FE/Qt: Rolled back changeset:20385 because the resize deadlocks have …
(edit) @2220   18 years vboxsync Don't call the outs/ins string handler if we're only supposed to …
(edit) @2219   18 years vboxsync Repaint display when framebuffer completed an asynchronous resize.
(edit) @2218   18 years vboxsync Added ins/outs support to VMX. Cleaned up both VMX & SVM io handling.
(edit) @2217   18 years vboxsync Added IOMInterpretINSEx & IOMInterpretOUTSEx. Support ins/outs …
(edit) @2216   18 years vboxsync Backed out 20564 & 20565. Require many more changes.
(edit) @2215   18 years vboxsync Compile ataIOPortRead/WriteStr1 in ring 0 mode as well.
(edit) @2214   18 years vboxsync Register string read & write handlers for ring 0.
(edit) @2213   18 years vboxsync More stats
(edit) @2212   18 years vboxsync Repaint display when framebuffer completed an asynchronous resize.
(edit) @2210   18 years vboxsync Disable r20541, r20552.
(edit) @2209   18 years vboxsync FE/Qt: Romanian language update.
(edit) @2208   18 years vboxsync FE/Qt: Minor spelling correction.
(edit) @2207   18 years vboxsync Remove some more executable properties.
(edit) @2206   18 years vboxsync Repaint display when the resize is completed (second try).
(edit) @2203   18 years vboxsync prevent warning
(edit) @2202   18 years vboxsync Cleaned up.
(edit) @2201   18 years vboxsync Moved ins/outs handling to the VMMAll directory.
(edit) @2200   18 years vboxsync Repaint display when the resize is completed.
(edit) @2199   18 years vboxsync warning
(edit) @2197   18 years vboxsync some cleanup
(edit) @2196   18 years vboxsync fixed includes
(edit) @2195   18 years vboxsync cosmetical fixes
(edit) @2194   18 years vboxsync fixed includes
(edit) @2193   18 years vboxsync not needed
(edit) @2192   18 years vboxsync German updates
(edit) @2191   18 years vboxsync Export to OSE.
(edit) @2189   18 years vboxsync Bugfix
(edit) @2188   18 years vboxsync disabled svm usage in all cpu modes for now
(edit) @2187   18 years vboxsync FE/Qt: Corrected a major problem with whatsthis balloons containing …
(edit) @2185   18 years vboxsync FE/Qt: Undone most of the changes from changeset:20500 and changeset:20506.
(edit) @2184   18 years vboxsync Compile fixes
(edit) @2183   18 years vboxsync Argh
(edit) @2182   18 years vboxsync consider asynchronous HGCM requests
(edit) @2181   18 years vboxsync SELMValidateAndConvertCSAddr correction
(edit) @2180   18 years vboxsync more verbose assertion
(edit) @2179   18 years vboxsync The values in the hidden selector registers have to be checked first …
(edit) @2178   18 years vboxsync FE/Qt: Added Qt translation sources from the Qt distribution; created …
(edit) @2177   18 years vboxsync Put back RF flag
(edit) @2176   18 years vboxsync Don't check timer & r3 job in single stepping mode.
(edit) @2175   18 years vboxsync 1934: Never decrease size in the layout: QIConstrainKeeper used for …
(edit) @2174   18 years vboxsync Compile fix
(edit) @2173   18 years vboxsync Only set TF in hwacc stepping mode.
(edit) @2172   18 years vboxsync Wrong dr6
(edit) @2171   18 years vboxsync Added @todo
(edit) @2170   18 years vboxsync 1934: Never decrease size in the layout: 1. Created the proposed …
(edit) @2169   18 years vboxsync Intercept X86_TRAP_DB if single stepping is enabled.
(edit) @2168   18 years vboxsync Added DBGFIsStepping
(edit) @2166   18 years vboxsync Single stepping support added (as a debug feature)
(edit) @2163   18 years vboxsync Compile dbgfr0.cpp
(edit) @2161   18 years vboxsync Fix
(edit) @2160   18 years vboxsync Added single stepping in hardware accelerated mode (debug feature)
(edit) @2158   18 years vboxsync FE/Qt: Fixed assertion and an invalid error message when starting …
(edit) @2157   18 years vboxsync FE/Qt: Synchronized French translation.
(edit) @2156   18 years vboxsync FE/Qt: Synchronized French translation.
(edit) @2155   18 years vboxsync FE/Qt: Synchronized French translation.
(edit) @2154   18 years vboxsync FE/Qt: Minor language fixes.
(edit) @2153   18 years vboxsync Comment updates
(edit) @2152   18 years vboxsync Never reuse non-paging shadow page tables.
(edit) @2151   18 years vboxsync CPUMGetGuestCPL: get cpl from hidden ss selector register if valid.
(edit) @2150   18 years vboxsync Get cpl from hidden ss selector register.
(edit) @2149   18 years vboxsync Set user bit in shadow page & pd when in non-paging mode.
(edit) @2148   18 years vboxsync Changed the configuration directory to Library/VirtualBox on darwin.
(edit) @2147   18 years vboxsync grmpf
(edit) @2146   18 years vboxsync deprecated functions
(edit) @2145   18 years vboxsync use ASMMemoryClobber here since the host will change memory
(edit) @2143   18 years vboxsync export to OSE
(edit) @2142   18 years vboxsync Some debug stuff for the GIP access double crash.
(edit) @2141   18 years vboxsync Made the device node 0666 for now. Fixed some logging.
(edit) @2140   18 years vboxsync Web services: Adjustments to global XIDL file, more progress with web …
(edit) @2139   18 years vboxsync FE/Qt: Added new translation files, corrected some spelling in …
(edit) @2138   18 years vboxsync Use hidden selector register in DBGFR3DisasInstrEx
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