VirtualBox

source: vbox/trunk/include/VBox

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @14222   16 years vboxsync Main/Settings: Docs.
(edit) @14214   16 years vboxsync Additions/Guest Library: add R3 property wait API
(edit) @14207   16 years vboxsync Additions/Guest Library: add an HGCM call with timeout
(edit) @14179   16 years vboxsync Add defines for SCSI status codes. Useful for fine-grained error handling.
(edit) @14167   16 years vboxsync VMM: AMD64 -> 32bit switcher (for testing only).
(edit) @14135   16 years vboxsync x86.h: made the unions start with the unsigned integer view to …
(edit) @14126   16 years vboxsync Corrected SVM_EVENT_NMI
(edit) @14118   16 years vboxsync RT_STRICT/VBOX_STRICT vs. DEBUG confusion.
(edit) @14115   16 years vboxsync #1865: Some structures and external API for the ring-0 dynamic mapping …
(edit) @14106   16 years vboxsync Added dummy HWACCMR3InjectNMI.
(edit) @14105   16 years vboxsync HostServices/GuestProperties: fixed a burn
(edit) @14104   16 years vboxsync HostServices/GuestProperties: fixed the GET_NOTIFICATION protocol
(edit) @14072   16 years vboxsync MM: The 64-bit MSC warning hunt continues.
(edit) @14070   16 years vboxsync CFGM: 64-bit MSC warning hunt.
(edit) @14045   16 years vboxsync com/array.h: More noisy 64-bit MSC warnings.
(edit) @14043   16 years vboxsync com/array.h: Fixed some very noisy 64-bit MSC warnings.
(edit) @14021   16 years vboxsync The VMMR0 template now uses the IPRT No-CRT stuff, as does RuntimeR0. …
(edit) @13995   16 years vboxsync doxygen
(edit) @13991   16 years vboxsync #1865: More PGM cleanup.
(edit) @13988   16 years vboxsync typo
(edit) @13975   16 years vboxsync Even more debugger fixes.
(edit) @13972   16 years vboxsync Fixes for the debugger.
(edit) @13971   16 years vboxsync HostServices/GuestProperties: added blocking waits for notifications
(edit) @13970   16 years vboxsync PGM: RTGCUINTPTR64 -> RTGCPTR64 (forgot this one yesterday)
(edit) @13960   16 years vboxsync Moved guest and host CPU contexts into per-VCPU array.
(edit) @13956   16 years vboxsync Main, FE/Qt: Added support for safe arrays of enums.
(edit) @13954   16 years vboxsync Wrong place, backed out.
(edit) @13953   16 years vboxsync Update
(edit) @13952   16 years vboxsync Extra macro's
(edit) @13937   16 years vboxsync PGM: RTGCUINTPTR -> RTGCPTR.
(edit) @13928   16 years vboxsync HostServices/GuestProperties: clean-up
(edit) @13916   16 years vboxsync HostServices/GuestProperties: added guest notification querying
(edit) @13908   16 years vboxsync Fixed include order, a bunch of GCC 3.3 warnings, OS/2 build.
(edit) @13898   16 years vboxsync Moved more data to VMCPU.
(edit) @13890   16 years vboxsync hgcmsvc.h: copy and paste typo
(edit) @13883   16 years vboxsync Moved more data around.
(edit) @13879   16 years vboxsync SMP updates for VT-x/AMD-V.
(edit) @13873   16 years vboxsync Updates
(edit) @13872   16 years vboxsync Pass the VMCPU id on to all hwaccm functions.
(edit) @13871   16 years vboxsync VMMR0EntryFast: Always validate idCpu.
(edit) @13868   16 years vboxsync hgcmsvc.h: some evil C++
(edit) @13860   16 years vboxsync SharedClipboard (HostServices and Main): fixed a warning fix
(edit) @13858   16 years vboxsync Pass the VMCPU id to the ring 0 callbacks.
(edit) @13856   16 years vboxsync Main: typos
(edit) @13847   16 years vboxsync SharedClipboard (HostServices and Main): fixed a warning by devious means
(edit) @13837   16 years vboxsync s/%Vr\([acfs]\)/%Rr\1/g - since I'm upsetting everyone anyway, better …
(edit) @13835   16 years vboxsync s/VBOX_SUCCESS/RT_SUCCESS/g s/VBOX_FAILURE/RT_FAILURE/g - VBOX_SUCCESS …
(edit) @13833   16 years vboxsync VMM,DIS: some left over VBOX_SUCCESS/FAILURE conversions.
(edit) @13832   16 years vboxsync IN_GC -> IN_RC.
(edit) @13831   16 years vboxsync VMM: Retired VM::pVMGCUnused.
(edit) @13830   16 years vboxsync VMM: Disabled VM:pVMGC, removed VM_GUEST_ADDR.
(edit) @13827   16 years vboxsync MM: Retired MMHyper2HC, MMHyperHC2GC and MMHyperGC2HC.
(edit) @13815   16 years vboxsync Some RTGCPTR32 cleanup.
(edit) @13813   16 years vboxsync #1865: Final VMM cleanups.
(edit) @13800   16 years vboxsync HWACCMIsEnabled(a) -> HWACCMIsEnabled(pVM)
(edit) @13796   16 years vboxsync VMM: some adjustments.
(edit) @13791   16 years vboxsync Moving data around
(edit) @13786   16 years vboxsync linux/32 build fix
(edit) @13785   16 years vboxsync More updates
(edit) @13784   16 years vboxsync Removed some obsolete VM members.
(edit) @13782   16 years vboxsync More SMP groundwork.
(edit) @13780   16 years vboxsync Guest Properties (HostServices and Main): forgotten header
(edit) @13778   16 years vboxsync Per VCPU init/term.
(edit) @13765   16 years vboxsync VM request updates for dispatching packets to individual CPU threads.
(edit) @13763   16 years vboxsync Backed out 38734
(edit) @13759   16 years vboxsync Guest Properties (HostServices and Main): major clean up of the guest …
(edit) @13755   16 years vboxsync Started with VM request API changes.
(edit) @13751   16 years vboxsync UVM updates
(edit) @13749   16 years vboxsync Some cleanup & updates
(edit) @13743   16 years vboxsync Comment
(edit) @13742   16 years vboxsync Some initial VM data restructuring.
(edit) @13734   16 years vboxsync Document alignment restrictions for offset and size parameters in the …
(edit) @13718   16 years vboxsync includes: made them 'build' again.
(edit) @13714   16 years vboxsync VMM: More renaming and cleanup, caught another R3/R0 pointer - the …
(edit) @13711   16 years vboxsync Added MM_TAG_CPUM_CTX
(edit) @13703   16 years vboxsync VMM++: VINF_EM_DBG_RING0_ASSERTION -> VERR_VMM_RING0_ASSERTION, …
(edit) @13702   16 years vboxsync VMM++: new EM status code VINF_EM_DBG_RING0_ASSERTION for …
(edit) @13701   16 years vboxsync VMM: some statistics cleanup.
(edit) @13698   16 years vboxsync VMM: Fixed ring-0 access to the ring-3 mapping of the EMT stack. Moved …
(edit) @13697   16 years vboxsync VMM: cleanup in progress.
(edit) @13652   16 years vboxsync Solaris and general 32-bit compilation fixes
(edit) @13648   16 years vboxsync Main/SafeArray: Fixed burns.
(edit) @13647   16 years vboxsync Main/SafeArray: Made ctor taking std containers actually work.
(edit) @13635   16 years vboxsync #1865: TRPM.
(edit) @13633   16 years vboxsync #1865: TM.
(edit) @13624   16 years vboxsync COM: typo
(edit) @13614   16 years vboxsync backed out previous accidental commit
(edit) @13613   16 years vboxsync Build system: enable python module by default on osx
(edit) @13598   16 years vboxsync #1865: STAM - minor cleanups.
(edit) @13596   16 years vboxsync SSM: Eliminated some more silly type methods, adding RTGCUINTREG.
(edit) @13595   16 years vboxsync SSM: removed RTHCUINT/RTHCINT methods. (unused and now deprecated types)
(edit) @13594   16 years vboxsync #1865: SSM - just some cleaning up.
(edit) @13580   16 years vboxsync Ported s2 branch (r37120:38456).
(edit) @13579   16 years vboxsync selm.h: stripped duplicated doxygen comments.
(edit) @13578   16 years vboxsync Solaris/additions installer: eliminate devlink.tab, use devfsadm and …
(edit) @13577   16 years vboxsync #1865: SELM.
(edit) @13574   16 years vboxsync Guest Properties (HostServices and Main): redid property flag handling
(edit) @13572   16 years vboxsync Statistics for rdtsc intercepts
(edit) @13565   16 years vboxsync #1865: REM (VMM bits) - moved EMFlushREMTBs to REMFlushTBs, deleted …
(edit) @13561   16 years vboxsync Emulate (lock) cmpxchg8b in ring 0 & 3. Added testcase for instruction …
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