VirtualBox

source: vbox/trunk/include/VBox

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1499   18 years vboxsync Added virtual interrupt redirection bitmap to our TSS
(edit) @1487   18 years vboxsync please don't mess up the indent, and the lenght of those lines weren't …
(edit) @1485   18 years vboxsync More build fixes.
(edit) @1480   18 years vboxsync No longer require contiguous memory for the VM structure. Did long …
(edit) @1479   18 years vboxsync removed obsolete api.
(edit) @1476   18 years vboxsync First go at a serial port device with I/O hooked to named pipe/local …
(edit) @1472   18 years vboxsync Main: XPCOM: Initial implementation of auto-startable "out-of-proc" …
(edit) @1463   18 years vboxsync Added DISQuerySegPrefixByte
(edit) @1368   18 years vboxsync Enabled v86 raw mode again.
(edit) @1357   18 years vboxsync SELM function changes for v86 mode code.
(edit) @1340   18 years vboxsync Disabled v86 raw mode again due to windows install regressions.
(edit) @1333   18 years vboxsync Reenabled raw V86 mode.
(edit) @1330   18 years vboxsync Disable raw v86 mode.
(edit) @1323   18 years vboxsync Enabled raw v86 mode (to check the test boxes)
(edit) @1283   18 years vboxsync Added support for the hybrid darwin setup where the kernel is 32-bit …
(edit) @1282   18 years vboxsync Disabled PGM_DYNAMIC_RAM_ALLOC for darwin as too, will fix later.
(edit) @1250   18 years vboxsync Added PGMGetShadowMode.
(edit) @1220   18 years vboxsync g++ 4.1.1 in pedantic mode flags that extra semicolon as error.
(edit) @1209   18 years vboxsync PGMR3ChangeShwPDMappings added
(edit) @1181   18 years vboxsync -blank line
(edit) @1180   18 years vboxsync removed obsolete #if 1..#endif.
(edit) @1179   18 years vboxsync -> /* */
(edit) @1142   18 years vboxsync First step towards a webservices API.
(edit) @1133   18 years vboxsync Added CPUMGCCallV86Code. PATM cleanup
(edit) @1124   18 years vboxsync Added EMInterpretIret
(edit) @1116   18 years vboxsync No dynamic guest ram allocation for 64 bits builds.
(edit) @1103   18 years vboxsync Shared clipboard. Changelog update.
(edit) @1097   18 years vboxsync Enabled dynamic guest memory allocation by default.
(edit) @1088   18 years vboxsync Removed CPUMR3GetGuestCtx (doesn't exist anymore)
(edit) @1085   18 years vboxsync Corrected assumptions about flat addresses
(edit) @1082   18 years vboxsync Added disabled VBOX_RAW_V86
(edit) @1081   18 years vboxsync New error code for HGCM
(edit) @1057   18 years vboxsync Trapping and virtualizing TSC (both disabled).
(edit) @1056   18 years vboxsync CPUMR3SetCR4Feature
(edit) @1027   18 years vboxsync Initial GIP change. Missing detection of SMP systems with TSC drift.
(edit) @914   18 years vboxsync PVMR0 changes for darwin.
(edit) @905   18 years vboxsync Save and load state notifications for HGCM host services added.
(edit) @900   18 years vboxsync Added SSMR3DeregisterExternal
(edit) @883   18 years vboxsync Typo.
(edit) @881   18 years vboxsync CSAMR3CheckCode added
(edit) @869   18 years vboxsync Added VMR3SuspendNoSave.
(edit) @867   18 years vboxsync Backed out 18568
(edit) @863   18 years vboxsync Added VMSTATE_SUSPENDED_NOSAVE
(edit) @862   18 years vboxsync Added VERR_VM_SAVE_STATE_NOT_ALLOWED
(edit) @861   18 years vboxsync Corrected comment.
(edit) @834   18 years vboxsync GC Phys to HC virt conversion changes for dynamic RAM allocation.
(edit) @770   18 years vboxsync Added CPUMCPUIDFEATURE_SEP
(edit) @761   18 years vboxsync Regenerated the err.mac files.
(edit) @746   18 years vboxsync Added DBGFR3PrgStep
(edit) @740   18 years vboxsync Update
(edit) @737   18 years vboxsync Was indeed wrong (the patm duplicate)
(edit) @724   18 years vboxsync Added a PATM @todo.
(edit) @690   18 years vboxsync Try unsigned int instead of UINT.
(edit) @688   18 years vboxsync size_t
(edit) @686   18 years vboxsync Alignment fixes for windows. (structure packing is a strange thing …
(edit) @669   18 years vboxsync WIN32 -> WIN
(edit) @665   18 years vboxsync stdarg -> iprt/stdarg.h
(edit) @628   18 years vboxsync Implement log flag usecrlf, which translates LF line ending to CR/LF. …
(edit) @626   18 years vboxsync Corrected profile resume.
(edit) @612   18 years vboxsync iprt/types.h first (see comment)
(edit) @597   18 years vboxsync Added PDMR3CritSectTryEnter
(edit) @588   18 years vboxsync Removed multiple packet send. Failed experiment.
(edit) @569   18 years vboxsync docs and a todo.
(edit) @561   18 years vboxsync Update
(edit) @558   18 years vboxsync Added INetworkConnector callback for sending multiple packets
(edit) @556   18 years vboxsync Added VERR_PDM_HIF_INVALID_VERSION
(edit) @554   18 years vboxsync TAP interface update
(edit) @551   18 years vboxsync Added STAMUNIT_KILOBYTES
(edit) @528   18 years vboxsync forgot to commit one alignment fix.
(edit) @517   18 years vboxsync More VRDP clipboard code
(edit) @505   18 years vboxsync TAP update
(edit) @480   18 years vboxsync Better alignment.
(edit) @477   18 years vboxsync 64-bit alignment.
(edit) @476   18 years vboxsync 64-bit alignment.
(edit) @475   18 years vboxsync Ring-3 callbacks.
(edit) @469   18 years vboxsync Main/XIDL: Added support for the @mod attribute (with 'ptr' the only …
(edit) @443   18 years vboxsync Implemented Warp drive. This can be configured using the …
(edit) @416   18 years vboxsync Fixing interrupt dispatching on amd64.
(edit) @397   18 years vboxsync Completed most of VBOX_WITHOUT_IDT_PATCHING. (hope I didn't break …
(edit) @346   18 years vboxsync Rewrote and simplified interrupt handler patching.
(edit) @335   18 years vboxsync 64-bit: g_SUPGlobalInfoPage is out of bounds for GCC generated code.
(edit) @332   18 years vboxsync introduced PDMDevHlpGetVM()
(edit) @321   18 years vboxsync stdarg.h -> iprt/stdarg.h
(edit) @312   18 years vboxsync More VRDP clipboard code
(edit) @265   18 years vboxsync Added VINF_PATM_PENDING_IRQ_AFTER_IRET
(edit) @255   18 years vboxsync same magic with caps lock
(edit) @251   18 years vboxsync More room
(edit) @246   18 years vboxsync Added VMR3WaitForResume
(edit) @234   18 years vboxsync VMM: Added support for runtime error notifications (VMSetRuntimeError …
(edit) @233   18 years vboxsync Stubs for VRDP clipboard.
(edit) @221   18 years vboxsync Moved VBoxClipboard.h to the HostServices shared clipboard directory, …
(edit) @210   18 years vboxsync Logging groups for shared folders and VMM backdoor logging added.
(edit) @187   18 years vboxsync Turn off sysenter/sysexit emulation.
(edit) @166   18 years vboxsync 64-bit
(edit) @161   18 years vboxsync 64-bit: structure alignment.
(edit) @119   18 years vboxsync 64-bit
(edit) @99   18 years vboxsync Update
(edit) @73   18 years vboxsync Just drop the inline assembly on 64-bit host.
(edit) @18   18 years vboxsync nasm.mac -> asmdefs.mac
(add) @1   55 years vboxsync import
Note: See TracRevisionLog for help on using the revision log.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette