|
|
@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
|
|
|
@23909
|
15 years |
vboxsync |
Main: fix tiny memory leak in GetExtraData
|
|
|
@23904
|
15 years |
vboxsync |
VMM,Main: Fixed bugs related to teleporting a paused VM.
|
|
|
@23897
|
15 years |
vboxsync |
API docs
|
|
|
@23896
|
15 years |
vboxsync |
SDK: fix makefile dependency
|
|
|
@23894
|
15 years |
vboxsync |
ConsoleImpl2.cpp: controllerName - BSTR -> Bstr.
|
|
|
@23890
|
15 years |
vboxsync |
API bindings: integrate PHP bindings generation into build system; …
|
|
|
@23887
|
15 years |
vboxsync |
API bindings: updated PHP wrappers from James Lucas
|
|
|
@23882
|
15 years |
vboxsync |
Main: make restoreSnapshot() work better, adjust VBoxManage
|
|
|
@23881
|
15 years |
vboxsync |
Main: make restoreSnapshot() work on snapshots other than the current …
|
|
|
@23880
|
15 years |
vboxsync |
Main/MediumAttachment: change return value of Controller getter to …
|
|
|
@23879
|
15 years |
vboxsync |
Main: rename snapshot APIs, remove DiscardCurrentSnapshotAndState; …
|
|
|
@23855
|
15 years |
vboxsync |
VBox Runtime/D-Bus: Renamed loading function to RTDBusLoadLib().
|
|
|
@23848
|
15 years |
vboxsync |
Main/D-Bus: Moved to VBox Runtime.
|
|
|
@23845
|
15 years |
vboxsync |
VBoxClient/VBoxTray/VBgl: Reverted last check-ins to redo D-BUS movement.
|
|
|
@23841
|
15 years |
vboxsync |
Main: Fixed assertion and double error message when cancelling a …
|
|
|
@23827
|
15 years |
vboxsync |
Main: Cancellation fixes (almost perfect).
|
|
|
@23823
|
15 years |
vboxsync |
API/Medium: new attribute to get the kind of medium (dvd/floppy/hard …
|
|
|
@23821
|
15 years |
vboxsync |
Main: Accidental slash
|
|
|
@23820
|
15 years |
vboxsync |
VBoxClient: Not needed anymore (now live in VBox runtime)
|
|
|
@23819
|
15 years |
vboxsync |
VBoxClient:
|
|
|
@23810
|
15 years |
vboxsync |
Main: Cancelling teleporation…
|
|
|
@23808
|
15 years |
vboxsync |
API/Settings: fix writing old settings files (empty attachments were …
|
|
|
@23806
|
15 years |
vboxsync |
todo update
|
|
|