|
|
@24434
|
15 years |
vboxsync |
Main: API docs
|
|
|
@24433
|
15 years |
vboxsync |
Main: fix crash when deleting the only snapshot
|
|
|
@24416
|
15 years |
vboxsync |
Fixed bugs in VBoxManage list hostcpuids and the cpuid part of the …
|
|
|
@24413
|
15 years |
vboxsync |
ConsoleImpl2.cpp: rc mix up.
|
|
|
@24407
|
15 years |
vboxsync |
Put screenshot to saved state (incomplete and disabled), fixed burn.
|
|
|
@24406
|
15 years |
vboxsync |
Main/CPUM: Use /CPUM/HostCPUID instead of /CPUM/CPUID since the latter …
|
|
|
@24405
|
15 years |
vboxsync |
Put screenshot to saved state (incomplete and disabled).
|
|
|
@24403
|
15 years |
vboxsync |
Main: Added Host::GetProcessorCpuIdLeaf.
|
|
|
@24401
|
15 years |
vboxsync |
MediumAttachment: get the controller only if mParent is valid
|
|
|
@24373
|
15 years |
vboxsync |
Updated screenshot API (xTracker 4364).
|
|
|
@24366
|
15 years |
vboxsync |
ConsoleImpl.cpp: Pick up any SSM error message that might be around …
|
|
|
@24365
|
15 years |
vboxsync |
ConsoleImplTeleporter.cpp: Error info handling on windows (grrr!). …
|
|
|
@24364
|
15 years |
vboxsync |
Main: Fixed XPCOM warnings caused by Machine::GetCpuIdLeaf not setting …
|
|
|
@24362
|
15 years |
vboxsync |
ConsoleImpl.cpp: vmstate callback bits of teleporting.
|
|
|
@24354
|
15 years |
vboxsync |
Main: deleteSnapshot() fixes; should mostly work now
|
|
|
@24353
|
15 years |
vboxsync |
Main,VM: Working the teleportation state. Made VMR3Teleport report …
|
|
|
@24348
|
15 years |
vboxsync |
Main: better error message when snapshot diff image is gone
|
|
|
@24346
|
15 years |
vboxsync |
SystemProperties: function GetDeviceTypesForStorageBus() to get the …
|
|
|
@24345
|
15 years |
vboxsync |
Main: make backrefs code a bit more readable + add backrefs logging, …
|
|
|
@24344
|
15 years |
vboxsync |
Main: fix a really nasty problem in the Machine destructor which never …
|
|
|
@24342
|
15 years |
vboxsync |
Main/Machine: fix deadlock caused by lock order violation in …
|
|
|
@24340
|
15 years |
vboxsync |
Updated descriptions of cpuid methods
|
|
|
@24339
|
15 years |
vboxsync |
VBoxTestOGL: on crashes, don't generate core dumps and redirect stderr …
|
|
|
@24330
|
15 years |
vboxsync |
Comment update
|
|
|
@24329
|
15 years |
vboxsync |
Bug fixes
|
|
|
@24326
|
15 years |
vboxsync |
Comment
|
|
|
@24325
|
15 years |
vboxsync |
Add cpuid leaf overrides to the CFGM tree
|
|
|
@24323
|
15 years |
vboxsync |
MachineImpl: fixed instance number incrementing loop
|
|
|
@24316
|
15 years |
vboxsync |
Compile fixes
|
|
|
@24315
|
15 years |
vboxsync |
Added methods to remove cpuid leafs
|
|
|
@24313
|
15 years |
vboxsync |
Clear cpuid list
|
|
|
@24312
|
15 years |
vboxsync |
Fixed loading/saving of cpuid
|
|
|
@24310
|
15 years |
vboxsync |
Allow multiple cpuid leafs
|
|
|
@24309
|
15 years |
vboxsync |
Only need space for 10 leafs
|
|
|
@24301
|
15 years |
vboxsync |
Main,Frontends: Added two new running states: Teleporting and …
|
|
|
@24299
|
15 years |
vboxsync |
Main: reorganize and document take/restore/delete snapshot code (no …
|
|
|
@24298
|
15 years |
vboxsync |
Main: snapshots code cleanup, renames, documentation, coding style
|
|
|
@24297
|
15 years |
vboxsync |
Main: API docs
|
|
|
@24295
|
15 years |
vboxsync |
Added interfaces to override cpuid leafs.
|
|
|
@24291
|
15 years |
vboxsync |
Main: remove redundant utf-8 conversion
|
|
|
@24286
|
15 years |
vboxsync |
ConsoleImpl2.cpp: r=bird: Why aren't VDConfig inserts checked …
|
|
|
@24279
|
15 years |
vboxsync |
Main: move huge amounts of snapshot code from MachineImpl.cpp to …
|
|
|
@24277
|
15 years |
vboxsync |
Main: fix restoreSnapshot() which updated the current snapshot only …
|
|
|
@24276
|
15 years |
vboxsync |
Main: settings version bump fixes, and documentation what the rules …
|
|
|
@24275
|
15 years |
vboxsync |
Main: API doc fixes
|
|
|
@24274
|
15 years |
vboxsync |
Main: xml versioning fixes
|
|
|
@24273
|
15 years |
vboxsync |
Main: change Medium member variables from Bstr to Utf8 for better …
|
|
|
@24271
|
15 years |
vboxsync |
MachineImpl: don't skip instance '0' while adding storage controller
|
|
|
@24266
|
15 years |
vboxsync |
Main: more API doc fixes
|
|
|
@24265
|
15 years |
vboxsync |
Devices,VMM: Replaced all VERR_SSM_LOAD_CONFIG_MISMATCH returns with …
|
|
|
@24262
|
15 years |
vboxsync |
Main: more API doc fixes
|
|
|
@24261
|
15 years |
vboxsync |
Main: more API doc fixes
|
|
|
@24260
|
15 years |
vboxsync |
Main: API docs fix
|
|
|
@24258
|
15 years |
vboxsync |
Main: new method Medium::RefreshState() which refreshes medium state; …
|
|
|
@24255
|
15 years |
vboxsync |
ConsoleImpl: don't need controllerDevToBool() anymore
|
|
|
@24253
|
15 years |
vboxsync |
Main/MediumImpl: fix overly paranoid assert
|
|
|
@24250
|
15 years |
vboxsync |
StorageController: added support for Instance number
|
|
|
@24230
|
15 years |
vboxsync |
MediumImpl.cpp: Corrected init order in Medium::Data().
|
|
|
@24220
|
15 years |
vboxsync |
split-soapC.cpp: warnings and seek checks.
|
|
|
@24215
|
15 years |
vboxsync |
Main/Medium: when locking a medium for reading/writing, wait for …
|
|
|
@24214
|
15 years |
vboxsync |
Main/MachineImpl: fix SessionMachine::lockMedia() to get the medium …
|
|
|
@24210
|
15 years |
vboxsync |
Main/Medium: substantial fixing of Medium::queryInfo(), and eliminate …
|
|
|
@24209
|
15 years |
vboxsync |
Main: fix restoreSnapshot() never detaching and deleting the …
|
|
|
@24196
|
15 years |
vboxsync |
Main: add logging + weighted progress to restoreSnapshot(); convert …
|
|
|
@24191
|
15 years |
vboxsync |
Main,Misc Devices: _LS VMSTATEs.
|
|
|
@24166
|
15 years |
vboxsync |
2d accel: fix the typo; some dbg assertions
|
|
|
@24165
|
15 years |
vboxsync |
2d accel: proper handle the 2d command when framebuffer in null
|
|
|
@24160
|
15 years |
vboxsync |
Main: fixed fixupMedia() and reverted changes in r54089
|
|
|
@24159
|
15 years |
vboxsync |
Compile fix
|
|
|
@24158
|
15 years |
vboxsync |
Compile fix
|
|
|
@24157
|
15 years |
vboxsync |
MediumImpl.cpp: log locking.
|
|
|
@24155
|
15 years |
vboxsync |
Main: call medium->detachFrom() on the medium which just got detached
|
|
|
@24136
|
15 years |
vboxsync |
Main,VBoxManage,xml: Added a HardwareUUID property for reporting the …
|
|
|
@24134
|
15 years |
vboxsync |
Main/MediumImpl: fix misleading comment for one init method
|
|
|
@24126
|
15 years |
vboxsync |
MediumImpl: assign the correct devicetype when opening a medium
|
|
|
@24090
|
15 years |
vboxsync |
Main/Machine: when opening a new session, don't just fail of the …
|
|
|
@24088
|
15 years |
vboxsync |
Main/Console: better fail than return NULL machine reference, which …
|
|
|
@24079
|
15 years |
vboxsync |
Main: logging cleanup
|
|
|
@24075
|
15 years |
vboxsync |
API: fix documentation for SessionState_Spawning
|
|
|
@24074
|
15 years |
vboxsync |
Main/Machine: fix race when spawning session, caused VBoxSVC crash due …
|
|
|
@24048
|
15 years |
vboxsync |
ApplianceImpl: Also spell out SCSI Controller.
|
|
|
@24046
|
15 years |
vboxsync |
ApplianceImpl: Create IDE controller during import instead of assuming …
|
|
|
@24024
|
15 years |
vboxsync |
Main and VBoxManage/GuestProperties: fix deleting GuestProperties in …
|
|
|
@24017
|
15 years |
vboxsync |
UUID: for r53765
|
|
|
@24005
|
15 years |
vboxsync |
TestVBoxOGL: fixed -test 3D, more verbose help
|
|
|
@24004
|
15 years |
vboxsync |
VBoxTestOGL: small help
|
|
|
@24000
|
15 years |
vboxsync |
small svn property cleanup
|
|
|
@23998
|
15 years |
vboxsync |
VRDP port range API: user manual, frontends.
|
|
|
@23990
|
15 years |
vboxsync |
VBoxTestOGL: Fix for strcmp().
|
|
|
@23973
|
15 years |
vboxsync |
*,RTFileOpen: Fixing RTFileOpen flag misdesign: The deny, access and …
|
|
|
@23947
|
15 years |
vboxsync |
API/Medium: stub for resizing method
|
|
|
@23946
|
15 years |
vboxsync |
API: medium terminology cleanup, no actual interface change
|
|
|
@23945
|
15 years |
vboxsync |
API/Machine: more parameter checks
|
|
|
@23936
|
15 years |
vboxsync |
API/Machine: clarify API docs, fix remaining code
|
|
|
@23931
|
15 years |
vboxsync |
Main/MachineImpl: add a parameter validity check
|
|
|
@23928
|
15 years |
vboxsync |
API: make necessary adjustments to support DVD passthrough again, …
|
|
|
@23921
|
15 years |
vboxsync |
Main: better error message if semget() returns ENOSPC
|
|
|
@23920
|
15 years |
vboxsync |
Main/MachineImpl: warning cosmetics
|
|
|
@23914
|
15 years |
vboxsync |
Main/MediumAttachment: very ugly fix for the fact that …
|
|
|
@23911
|
15 years |
vboxsync |
Main: fix for fix for tiny memory leak in GetExtraData
|
|
|