VirtualBox

source: vbox/trunk/src/VBox/VMM/VMMGC

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @6255   17 years vboxsync Section attibute 'segname <name>' -> 'segname=<name>'. (Fixed by Peter …
(edit) @5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
(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) @5492   17 years vboxsync Export ASMMultU64ByU32DivByU32 and the new time stuff.
(edit) @5399   17 years vboxsync Name.
(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) @5384   17 years vboxsync LOCK BTR and LOCK OR (for Solaris guests).
(edit) @5342   17 years vboxsync Protect cmpxchg emulation
(edit) @4697   17 years vboxsync Force R3 context for DECLCALLBACKMEMBER & DECLCALLBACKPTR
(edit) @4684   17 years vboxsync Removed some CLIs that're no longer needed. Also straighted out a …
(edit) @4620   17 years vboxsync The initial PGMRAMRANGE::aHCPhys -> PGMRAMRANGE::aPages (PGMPAGE) …
(edit) @4394   17 years vboxsync fixed comment
(edit) @4071   17 years vboxsync Biggest check-in ever. New source code headers for all (C) innotek files.
(edit) @3776   17 years vboxsync Compile fixes
(edit) @3696   17 years vboxsync double underscore cleanup.
(edit) @3509   17 years vboxsync Emulate CLTS in GC.
(edit) @3216   17 years vboxsync Removed incorrect io return code changes.
(edit) @3210   17 years vboxsync Fixed a typo
(edit) @3207   17 years vboxsync Map VINF_EM_RAW_EMULATE_INSTR to VINF_IOM_HC_IOPORT_READ/WRITE. Direct …
(edit) @3184   17 years vboxsync return VINF_EM_RAW_EMULATE_INSTR instead of VINF_EM_RESCHEDULE_REM …
(edit) @3145   17 years vboxsync Fixed incorrect IOM return checks.
(edit) @3123   18 years vboxsync Made VBOX_LOG_FLAGS=msprog work in GC.
(edit) @3122   18 years vboxsync Forward all non-ring 0 illegal instruction traps directly. Fixes …
(edit) @3112   18 years vboxsync Added full set of runtime error functions to PDM device/driver interface.
(edit) @2988   18 years vboxsync InnoTek -> innotek part 4: more miscellaneous files.
(edit) @2981   18 years vboxsync InnoTek -> innotek: all the headers and comments.
(edit) @2610   18 years vboxsync spelling
(edit) @2507   18 years vboxsync Drop the VINF_IOM_HC_IOPORT_READWRITE status code as it isn't really …
(edit) @2504   18 years vboxsync Documented port I/O status code and fixed places where we didn't …
(edit) @2476   18 years vboxsync Some makefile header and attribute adjustments.
(edit) @2231   18 years vboxsync Partial 20576 commit
(edit) @2228   18 years vboxsync backed out 20576 due to regressions
(edit) @2226   18 years vboxsync Cleanup of emR3RawExecuteIOInstruction: use existing IOM functions. …
(edit) @2202   18 years vboxsync Cleaned up.
(edit) @2201   18 years vboxsync Moved ins/outs handling to the VMMAll directory.
(edit) @2171   18 years vboxsync Added @todo
(edit) @2124   18 years vboxsync TRPM changes to assert and report trap/interrupt types accurately.
(edit) @2116   18 years vboxsync SELMToFlatEx change
(edit) @2066   18 years vboxsync Removed misleading comment
(edit) @2065   18 years vboxsync Use EMInterpretInstructionCPU for rdtsc
(edit) @2041   18 years vboxsync export to OSE
(edit) @2013   18 years vboxsync Argh. Forgot to update eip.
(edit) @2003   18 years vboxsync Emulate monitor in ring 0.
(edit) @1981   18 years vboxsync Arg. Forgot that EMInterpretInstructionCPU doesn't accept cpl != 0.
(edit) @1978   18 years vboxsync Need to emulate RDTSC for ring-3 as well.
(edit) @1977   18 years vboxsync Need to emulate RDTSC for ring-3 as well.
(edit) @1972   18 years vboxsync wrong mask
(edit) @1971   18 years vboxsync Log updates to selectors in loaded segment registers
(edit) @1936   18 years vboxsync Use new disassembler functions. Remove obsolete tables.
(edit) @1886   18 years vboxsync warning
(edit) @1867   18 years vboxsync Workaround added for nasty guest drivers that patch the IDT.
(edit) @1828   18 years vboxsync Cleaned up cpl checking.
(edit) @1822   18 years vboxsync Log writes to shadow tables (gdt, idt, ldt, tss)
(edit) @1820   18 years vboxsync Correct.
(edit) @1814   18 years vboxsync Fixed typo. (CPUM_HANDLER_CORECTX_IN_EBP->CPUM_HANDLER_CTXCORE_IN_EBP)
(edit) @1813   18 years vboxsync r=bird: I think we're also missing the bits of the state that's …
(edit) @1798   18 years vboxsync Restore guest context when an trap occurs during iret in …
(edit) @1797   18 years vboxsync Clearer logging when a trap occurs in hypervisor code.
(edit) @1645   18 years vboxsync removed some leftover debug code (amd64 tripple-fault)
(edit) @1644   18 years vboxsync warnings.
(edit) @1638   18 years vboxsync warning.
(edit) @1626   18 years vboxsync Fixed some YASM warnings for win32 targets
(edit) @1609   18 years vboxsync typo
(edit) @1608   18 years vboxsync rc was probably not initialized
(edit) @1604   18 years vboxsync Compile fix
(edit) @1603   18 years vboxsync Small correction
(edit) @1602   18 years vboxsync Never generate a raw trap for trap 6 faults; instruction emulation is …
(edit) @1580   18 years vboxsync Corrected VBOXTSS member name.
(edit) @1504   18 years vboxsync Handle shadow page out of sync situation.
(edit) @1503   18 years vboxsync extra checks
(edit) @1502   18 years vboxsync Syncing of TSS virtual interrupt redirection bitmap added.
(edit) @1445   18 years vboxsync style: dropped unnecessary parenthesis.
(edit) @1444   18 years vboxsync doxygen comments…
(edit) @1422   18 years vboxsync killed warning
(edit) @1421   18 years vboxsync Use offset instead of fault address (aliases).
(edit) @1420   18 years vboxsync more info
(edit) @1419   18 years vboxsync more verbose assertion
(edit) @1412   18 years vboxsync Fixed dangerous situation with partial hypervisor selector updates.
(edit) @1408   18 years vboxsync Initial changes for floating SELM hypervisor selectors.
(edit) @1405   18 years vboxsync Use yasm on darwin.
(edit) @1382   18 years vboxsync Added comments about observations.
(edit) @1380   18 years vboxsync Naming
(edit) @1379   18 years vboxsync More logging + possible fix
(edit) @1378   18 years vboxsync More logging
(edit) @1367   18 years vboxsync Corrected v86 handling again.
(edit) @1363   18 years vboxsync Emulate faulting v86 instruction (might be valid because of iopl).
(edit) @1359   18 years vboxsync SELM function changes for v86 mode code. CPL check fixes for V86 mode …
(edit) @1353   18 years vboxsync Backed out rev.19297
(edit) @1329   18 years vboxsync Enable handling of guest IDT writes in the guest context.
(edit) @1328   18 years vboxsync Reorganized TRPM in preparation of handling IDT writes in the guest …
(edit) @1327   18 years vboxsync Some more logging.
(edit) @1321   18 years vboxsync Move stat start
(edit) @1312   18 years vboxsync fixed warning.
(edit) @1311   18 years vboxsync style
(edit) @1306   18 years vboxsync Forward #UD & #GP in V86 code in GC
(edit) @1210   18 years vboxsync Added PGMR3ChangeShwPDMappings. Added VMX/SVM test case.
(edit) @1185   18 years vboxsync / -> ;; and so on.
(edit) @1161   18 years vboxsync Some more v86 corrections.
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