|
|
@14063
|
16 years |
vboxsync |
RTDirRead/RTDirReadEx: sizes are size_t not unsigned.
|
|
|
@14054
|
16 years |
vboxsync |
iprt: RTPath - lenths are size_t not unsigned.
|
|
|
@14052
|
16 years |
vboxsync |
iprt: RTPath - lenths are size_t not unsigned.
|
|
|
@14051
|
16 years |
vboxsync |
iprt: RTPath - lenths are size_t not unsigned.
|
|
|
@14050
|
16 years |
vboxsync |
iprt: RTPath - lenths are size_t not unsigned.
|
|
|
@14045
|
16 years |
vboxsync |
com/array.h: More noisy 64-bit MSC warnings.
|
|
|
@14043
|
16 years |
vboxsync |
com/array.h: Fixed some very noisy 64-bit MSC warnings.
|
|
|
@14037
|
16 years |
vboxsync |
compiler/msc.h: shut up warning.
|
|
|
@14023
|
16 years |
vboxsync |
iprt/compiler/msc.h and use compiler/compiler.h instead of compiler/gcc.h
|
|
|
@14021
|
16 years |
vboxsync |
The VMMR0 template now uses the IPRT No-CRT stuff, as does RuntimeR0. …
|
|
|
@14013
|
16 years |
vboxsync |
RT_LODWORD/RT_HIDWORD must cast the result to uint32_t.
|
|
|
@14007
|
16 years |
vboxsync |
IPRT: RTStrNICmp correction - if cch == 0 then return equal regardless …
|
|
|
@14006
|
16 years |
vboxsync |
VERR_END_OF_STRING/VINF_END_OF_STRING.
|
|
|
@13995
|
16 years |
vboxsync |
doxygen
|
|
|
@13991
|
16 years |
vboxsync |
#1865: More PGM cleanup.
|
|
|
@13988
|
16 years |
vboxsync |
typo
|
|
|
@13975
|
16 years |
vboxsync |
Even more debugger fixes.
|
|
|
@13972
|
16 years |
vboxsync |
Fixes for the debugger.
|
|
|
@13971
|
16 years |
vboxsync |
HostServices/GuestProperties: added blocking waits for notifications
|
|
|
@13970
|
16 years |
vboxsync |
PGM: RTGCUINTPTR64 -> RTGCPTR64 (forgot this one yesterday)
|
|
|
@13960
|
16 years |
vboxsync |
Moved guest and host CPU contexts into per-VCPU array.
|
|
|
@13956
|
16 years |
vboxsync |
Main, FE/Qt: Added support for safe arrays of enums.
|
|
|
@13954
|
16 years |
vboxsync |
Wrong place, backed out.
|
|
|
@13953
|
16 years |
vboxsync |
Update
|
|
|
@13952
|
16 years |
vboxsync |
Extra macro's
|
|
|
@13937
|
16 years |
vboxsync |
PGM: RTGCUINTPTR -> RTGCPTR.
|
|
|
@13931
|
16 years |
vboxsync |
iprt/assert.h: Added AssertGCPtr32.
|
|
|
@13928
|
16 years |
vboxsync |
HostServices/GuestProperties: clean-up
|
|
|
@13927
|
16 years |
vboxsync |
Runtime: add RTStrNICmp and RTStrNCmp
|
|
|
@13926
|
16 years |
vboxsync |
Correct a few minor typos in comments. No content changes.
|
|
|
@13925
|
16 years |
vboxsync |
Correct 2 typos in comments. No content changes.
|
|
|
@13916
|
16 years |
vboxsync |
HostServices/GuestProperties: added guest notification querying
|
|
|
@13908
|
16 years |
vboxsync |
Fixed include order, a bunch of GCC 3.3 warnings, OS/2 build.
|
|
|
@13898
|
16 years |
vboxsync |
Moved more data to VMCPU.
|
|
|
@13890
|
16 years |
vboxsync |
hgcmsvc.h: copy and paste typo
|
|
|
@13883
|
16 years |
vboxsync |
Moved more data around.
|
|
|
@13879
|
16 years |
vboxsync |
SMP updates for VT-x/AMD-V.
|
|
|
@13873
|
16 years |
vboxsync |
Updates
|
|
|
@13872
|
16 years |
vboxsync |
Pass the VMCPU id on to all hwaccm functions.
|
|
|
@13871
|
16 years |
vboxsync |
VMMR0EntryFast: Always validate idCpu.
|
|
|
@13868
|
16 years |
vboxsync |
hgcmsvc.h: some evil C++
|
|
|
@13860
|
16 years |
vboxsync |
SharedClipboard (HostServices and Main): fixed a warning fix
|
|
|
@13858
|
16 years |
vboxsync |
Pass the VMCPU id to the ring 0 callbacks.
|
|
|
@13856
|
16 years |
vboxsync |
Main: typos
|
|
|
@13847
|
16 years |
vboxsync |
SharedClipboard (HostServices and Main): fixed a warning by devious means
|
|
|
@13837
|
16 years |
vboxsync |
s/%Vr\([acfs]\)/%Rr\1/g - since I'm upsetting everyone anyway, better …
|
|
|
@13836
|
16 years |
vboxsync |
s/ELEMENTS/RT_ELEMENTS/g - retiring ELEMENTS (finally).
|
|
|
@13835
|
16 years |
vboxsync |
s/VBOX_SUCCESS/RT_SUCCESS/g s/VBOX_FAILURE/RT_FAILURE/g - VBOX_SUCCESS …
|
|
|
@13833
|
16 years |
vboxsync |
VMM,DIS: some left over VBOX_SUCCESS/FAILURE conversions.
|
|
|
@13832
|
16 years |
vboxsync |
IN_GC -> IN_RC.
|
|
|
@13831
|
16 years |
vboxsync |
VMM: Retired VM::pVMGCUnused.
|
|
|
@13830
|
16 years |
vboxsync |
VMM: Disabled VM:pVMGC, removed VM_GUEST_ADDR.
|
|
|
@13827
|
16 years |
vboxsync |
MM: Retired MMHyper2HC, MMHyperHC2GC and MMHyperGC2HC.
|
|
|
@13815
|
16 years |
vboxsync |
Some RTGCPTR32 cleanup.
|
|
|
@13813
|
16 years |
vboxsync |
#1865: Final VMM cleanups.
|
|
|
@13800
|
16 years |
vboxsync |
HWACCMIsEnabled(a) -> HWACCMIsEnabled(pVM)
|
|
|
@13796
|
16 years |
vboxsync |
VMM: some adjustments.
|
|
|
@13791
|
16 years |
vboxsync |
Moving data around
|
|
|
@13786
|
16 years |
vboxsync |
linux/32 build fix
|
|
|
@13785
|
16 years |
vboxsync |
More updates
|
|
|
@13784
|
16 years |
vboxsync |
Removed some obsolete VM members.
|
|
|
@13782
|
16 years |
vboxsync |
More SMP groundwork.
|
|
|
@13780
|
16 years |
vboxsync |
Guest Properties (HostServices and Main): forgotten header
|
|
|
@13778
|
16 years |
vboxsync |
Per VCPU init/term.
|
|
|
@13775
|
16 years |
vboxsync |
EXPORT_SYMBOL after implementation of the function/variable; fixed warning
|
|
|
@13765
|
16 years |
vboxsync |
VM request updates for dispatching packets to individual CPU threads.
|
|
|
@13763
|
16 years |
vboxsync |
Backed out 38734
|
|
|
@13759
|
16 years |
vboxsync |
Guest Properties (HostServices and Main): major clean up of the guest …
|
|
|
@13755
|
16 years |
vboxsync |
Started with VM request API changes.
|
|
|
@13751
|
16 years |
vboxsync |
UVM updates
|
|
|
@13749
|
16 years |
vboxsync |
Some cleanup & updates
|
|
|
@13743
|
16 years |
vboxsync |
Comment
|
|
|
@13742
|
16 years |
vboxsync |
Some initial VM data restructuring.
|
|
|
@13734
|
16 years |
vboxsync |
Document alignment restrictions for offset and size parameters in the …
|
|
|
@13721
|
16 years |
vboxsync |
include/Makefile: some adjustments.
|
|
|
@13718
|
16 years |
vboxsync |
includes: made them 'build' again.
|
|
|
@13717
|
16 years |
vboxsync |
VMM,IPRT: More GC->RC and similar cleanups.
|
|
|
@13714
|
16 years |
vboxsync |
VMM: More renaming and cleanup, caught another R3/R0 pointer - the …
|
|
|
@13711
|
16 years |
vboxsync |
Added MM_TAG_CPUM_CTX
|
|
|
@13703
|
16 years |
vboxsync |
VMM++: VINF_EM_DBG_RING0_ASSERTION -> VERR_VMM_RING0_ASSERTION, …
|
|
|
@13702
|
16 years |
vboxsync |
VMM++: new EM status code VINF_EM_DBG_RING0_ASSERTION for …
|
|
|
@13701
|
16 years |
vboxsync |
VMM: some statistics cleanup.
|
|
|
@13698
|
16 years |
vboxsync |
VMM: Fixed ring-0 access to the ring-3 mapping of the EMT stack. Moved …
|
|
|
@13697
|
16 years |
vboxsync |
VMM: cleanup in progress.
|
|
|
@13658
|
16 years |
vboxsync |
cosmetical fix
|
|
|
@13653
|
16 years |
vboxsync |
IPRT: RTThreadPoke for posix.
|
|
|
@13652
|
16 years |
vboxsync |
Solaris and general 32-bit compilation fixes
|
|
|
@13648
|
16 years |
vboxsync |
Main/SafeArray: Fixed burns.
|
|
|
@13647
|
16 years |
vboxsync |
Main/SafeArray: Made ctor taking std containers actually work.
|
|
|
@13635
|
16 years |
vboxsync |
#1865: TRPM.
|
|
|
@13633
|
16 years |
vboxsync |
#1865: TM.
|
|
|
@13624
|
16 years |
vboxsync |
COM: typo
|
|
|
@13614
|
16 years |
vboxsync |
backed out previous accidental commit
|
|
|
@13613
|
16 years |
vboxsync |
Build system: enable python module by default on osx
|
|
|
@13598
|
16 years |
vboxsync |
#1865: STAM - minor cleanups.
|
|
|
@13596
|
16 years |
vboxsync |
SSM: Eliminated some more silly type methods, adding RTGCUINTREG.
|
|
|
@13595
|
16 years |
vboxsync |
SSM: removed RTHCUINT/RTHCINT methods. (unused and now deprecated types)
|
|
|
@13594
|
16 years |
vboxsync |
#1865: SSM - just some cleaning up.
|
|
|
@13593
|
16 years |
vboxsync |
iprt/types.h: deprecated some silly types.
|
|
|
@13580
|
16 years |
vboxsync |
Ported s2 branch (r37120:38456).
|
|
|