|
|
@24577
|
15 years |
vboxsync |
Main,VMM,VBox/cdefs.h: build fix; added IN_VMM_STATIC.
|
|
|
@24508
|
15 years |
vboxsync |
SSM,VM: VMSetError handling.
|
|
|
@24468
|
15 years |
vboxsync |
iprt/req.h: Document RTReqCall* caveats better.
|
|
|
@24453
|
15 years |
vboxsync |
CPUM: CPUID validation on state load.
|
|
|
@24452
|
15 years |
vboxsync |
iprt/asm.h: Added ASMIsAmdCpuEx and ASMIsAmdCpu.
|
|
|
@24446
|
15 years |
vboxsync |
Main: add a debugging member to com::Guid so the UUID can be easily …
|
|
|
@24427
|
15 years |
vboxsync |
iprt/string.h: Added a simpler allocating sprintf interface.
|
|
|
@24409
|
15 years |
vboxsync |
OSE header fixes
|
|
|
@24373
|
15 years |
vboxsync |
Updated screenshot API (xTracker 4364).
|
|
|
@24364
|
15 years |
vboxsync |
Main: Fixed XPCOM warnings caused by Machine::GetCpuIdLeaf not setting …
|
|
|
@24353
|
15 years |
vboxsync |
Main,VM: Working the teleportation state. Made VMR3Teleport report …
|
|
|
@24351
|
15 years |
vboxsync |
APPEND mode for shared folders (SHFL_CF_ACCESS_APPEND), missed header.
|
|
|
@24349
|
15 years |
vboxsync |
PGMR3PhysWriteExternal: Instrumented it to track down who is writing …
|
|
|
@24334
|
15 years |
vboxsync |
VBoxGuestLib.h: b == byte, f is flags, bool is a flag.
|
|
|
@24296
|
15 years |
vboxsync |
Missing header
|
|
|
@24282
|
15 years |
vboxsync |
PDM: Added missing driver instance checks.
|
|
|
@24281
|
15 years |
vboxsync |
More MSRs
|
|
|
@24272
|
15 years |
vboxsync |
PDMDevice.cpp: Check the number of devices instances against the max …
|
|
|
@24270
|
15 years |
vboxsync |
VBoxCredProv: Update.
|
|
|
@24264
|
15 years |
vboxsync |
SSM: Added SSMR3SetLoadError[V] and SSMR3SetCfgError for setting log …
|
|
|
@24259
|
15 years |
vboxsync |
VbglR3: Added credential handling functions.
|
|
|
@24250
|
15 years |
vboxsync |
StorageController: added support for Instance number
|
|
|
@24197
|
15 years |
vboxsync |
Introducing PGMHasDirtyPages
|
|
|
@24189
|
15 years |
vboxsync |
IPRT: Added RTFileQuerySize.
|
|
|
@24179
|
15 years |
vboxsync |
iprt/initterm.h,SUPDrv-solaris.c: Added RTR0TermForced so the module …
|
|
|
@24164
|
15 years |
vboxsync |
burn fix
|
|
|
@24162
|
15 years |
vboxsync |
2d accel: fix reset handling
|
|
|
@24140
|
15 years |
vboxsync |
IPRT: added RTGETOPT_REQ_BOOL_ONOFF
|
|
|
@24136
|
15 years |
vboxsync |
Main,VBoxManage,xml: Added a HardwareUUID property for reporting the …
|
|
|
@24131
|
15 years |
vboxsync |
grr
|
|
|
@24130
|
15 years |
vboxsync |
VBox/vm.h: More space for PDM in VM.
|
|
|
@24125
|
15 years |
vboxsync |
DevAPIC/PDM: Properly route PIC interrupts through local APIC (fixes …
|
|
|
@24101
|
15 years |
vboxsync |
DrvSCSI,DevLsiLogic: Moved the reset request sync down to the driver …
|
|
|
@24100
|
15 years |
vboxsync |
iprt/req.h: Added RTReqIsBusy.
|
|
|
@24098
|
15 years |
vboxsync |
DevLsiLogic,DrvSCSI: Added new DrvSCSI method for synchronizing the …
|
|
|
@24073
|
15 years |
vboxsync |
VBoxClient: Added more D-BUS error checking.
|
|
|
@24061
|
15 years |
vboxsync |
DBGF,DBGPlugInDiggers: Extended DBGFR3MemScan with an alignment …
|
|
|
@24060
|
15 years |
vboxsync |
iprt/asm.h: todos.
|
|
|
@24027
|
15 years |
vboxsync |
Fail if VT-x or AMD-V are already enabled (Windows 7)
|
|
|
@24025
|
15 years |
vboxsync |
iprt/ctype.h: removed disabled code.
|
|
|
@24016
|
15 years |
vboxsync |
iprt/ctype.h: Redefined its function: It is no longer a <ctype.h> wrapper.
|
|
|
@24007
|
15 years |
vboxsync |
iprt/ctype.h: Inline the macro implementation and optimize …
|
|
|
@23988
|
15 years |
vboxsync |
pdmdev.h: Added PDMDevHlpSSMRegister3
|
|
|
@23974
|
15 years |
vboxsync |
iprt/file.h: Use UINT32_C() for the RTFILE_O flags.
|
|
|
@23973
|
15 years |
vboxsync |
*,RTFileOpen: Fixing RTFileOpen flag misdesign: The deny, access and …
|
|
|
@23916
|
15 years |
vboxsync |
Verify VMMREQUEST (xTracker #4336).
|
|
|
@23915
|
15 years |
vboxsync |
VM,PDMDevHlp,PDMDrvHlp: VM[R3]TeleportedAndNotFullyResumedYet …
|
|
|
@23908
|
15 years |
vboxsync |
Main: backed out r53708
|
|
|
@23907
|
15 years |
vboxsync |
Main: fix memory leak
|
|
|
@23906
|
15 years |
vboxsync |
VBox/err.h: clearification.
|
|
|
@23878
|
15 years |
vboxsync |
VbglR3/VBoxTray/VBoxClient: Forgot the header file.
|
|
|
@23872
|
15 years |
vboxsync |
SSM: Extended and fixed the SSMFIELD_ENTRY_OLD bits.
|
|
|
@23868
|
15 years |
vboxsync |
RTGetOpt: Added RTGetOptFetchValue to fetch an additional value for an …
|
|
|
@23864
|
15 years |
vboxsync |
VBox Runtime/D-Bus: Missing declarations.
|
|
|
@23863
|
15 years |
vboxsync |
VBox Runtime/D-Bus: Tabs.
|
|
|
@23862
|
15 years |
vboxsync |
VBox Runtime/D-Bus: Added needed APIs.
|
|
|
@23860
|
15 years |
vboxsync |
D-Bus: OSE exports
|
|
|
@23856
|
15 years |
vboxsync |
VbglR3: Added host version checking routines.
|
|
|
@23845
|
15 years |
vboxsync |
VBoxClient/VBoxTray/VBgl: Reverted last check-ins to redo D-BUS movement.
|
|
|
@23835
|
15 years |
vboxsync |
VBoxClient/VBoxTray/VBgl: More bits for host version checking.
|
|
|
@23816
|
15 years |
vboxsync |
SSM: Added flag for indicating that we're not using SSMR3PutStructEx …
|
|
|
@23801
|
15 years |
vboxsync |
Main,VMM,Frontends,++: Teminology. Added a bind address for the …
|
|
|
@23794
|
15 years |
vboxsync |
More synthetic cpu work
|
|
|
@23786
|
15 years |
vboxsync |
VBox/ssm.h: typos.
|
|
|
@23785
|
15 years |
vboxsync |
SSM: Added an _OLD field family for skipping obsolete field. May have …
|
|
|
@23783
|
15 years |
vboxsync |
SSM: Added _HCPTR_HACK_U32 to deal with two PATM fields.
|
|
|
@23780
|
15 years |
vboxsync |
SSM: Adding IGN_GCPTR and IGN_GCPHYS just in case.
|
|
|
@23777
|
15 years |
vboxsync |
SSM,CSAM: More systematic naming SSMFIELDTRANS_HCPTR -> …
|
|
|
@23774
|
15 years |
vboxsync |
VBox/ssm.h: typo.
|
|
|
@23771
|
15 years |
vboxsync |
SSM: Added SSMFIELD_ENTRY_PAD_MSC32_AUTO.
|
|
|
@23767
|
15 years |
vboxsync |
VBox/ssm.h: Fixed typo in SSMFIELD_ENTRY_PAD_OTHER_INT.
|
|
|
@23764
|
15 years |
vboxsync |
SSM: More structure serialization and deserialization features.
|
|
|
@23752
|
15 years |
vboxsync |
SSM: Implemented SSMR3GetStructEx and SSMR3PutStructEx.
|
|
|
@23751
|
15 years |
vboxsync |
Missing update
|
|
|
@23749
|
15 years |
vboxsync |
SSM: Extending SSMFIELD so it can be used for fixing old …
|
|
|
@23746
|
15 years |
vboxsync |
video 2d accel: some code cleaning
|
|
|
@23740
|
15 years |
vboxsync |
joined 2D & 3D support test in one tool
|
|
|
@23727
|
15 years |
vboxsync |
Introduced Get/SetHWVirtExProperty and added the …
|
|
|
@23725
|
15 years |
vboxsync |
SUPDrv: Started splitting out platform agonstic code to avoid clashes …
|
|
|
@23715
|
15 years |
vboxsync |
iprt/err.mac,VBox/x86.mac: regenerated.
|
|
|
@23714
|
15 years |
vboxsync |
SSM,VBox/err.*: VINF_SSM_DONT_CALL_AGAIN from pfnLiveExec.
|
|
|
@23709
|
15 years |
vboxsync |
SSM: VINF_SSM_VOTE_FOR_ANOTHER_PASS - for pushing config data in pass 0.
|
|
|
@23699
|
15 years |
vboxsync |
Added SUP_IOCTL_VT_CAPS to get VT-x/AMD-V caps that can only be …
|
|
|
@23693
|
15 years |
vboxsync |
iprt/err.h: Added VERR_AUTHENTICATION_FAILURE.
|
|
|
@23644
|
15 years |
vboxsync |
Runtime: Added indexed options to RTGetOpt (eg: "--strwithindex14 value")
|
|
|
@23643
|
15 years |
vboxsync |
VRDP port range API.
|
|
|
@23639
|
15 years |
vboxsync |
Accidental commit
|
|
|
@23637
|
15 years |
vboxsync |
Addition cpuid & msr values
|
|
|
@23631
|
15 years |
vboxsync |
string.h: Unconditionally define memmove on FreeBSD. FreeBSD_version …
|
|
|
@23627
|
15 years |
vboxsync |
Fix building on FreeBSD < 7.2. No memmove in R0 there
|
|
|
@23625
|
15 years |
vboxsync |
IPRT: Added RTTcpServerShutdown and cleaned up the code.
|
|
|
@23610
|
15 years |
vboxsync |
IPRT,VMM,SUPDrv,VBGLR0: Added a parameter to RTR0MemObjLockUser/Kernel …
|
|
|
@23600
|
15 years |
vboxsync |
Main: three new Machine settings (not enabled).
|
|
|
@23598
|
15 years |
vboxsync |
VMM,Main,VBoxBFE: Split up VMR3Load into VMR3LoadFromFile and …
|
|
|
@23595
|
15 years |
vboxsync |
SSM: SSMR3LiveToFile -> SSMR3LiveSave.
|
|
|
@23593
|
15 years |
vboxsync |
SSM: Fixed bug causing invalid/unnecessary directory entries. Made …
|
|
|
@23589
|
15 years |
vboxsync |
SSM: Generalizing the file handling.
|
|
|
@23556
|
15 years |
vboxsync |
Corrected padding
|
|
|
@23540
|
15 years |
vboxsync |
SSM: Added a live save flag to the file header and handle, exposing it …
|
|
|
@23525
|
15 years |
vboxsync |
Runtime/FreeBSD: Don't use R3 headers in the kernel driver
|
|
|