|
|
@24765
|
15 years |
vboxsync |
MachineImpl/AttachDevice: the "smartness" applies only to hard disks. …
|
|
|
@24759
|
15 years |
vboxsync |
Main/MachineImpl: fix copy/paste bug in fixupMedia(), caused VBoxSVC …
|
|
|
@24727
|
15 years |
vboxsync |
Main/MachineImpl: in DetachDrive don't forget to remove the backrefs …
|
|
|
@24704
|
15 years |
vboxsync |
SessionMachine::PushGuestProperty: Fixed state validation. …
|
|
|
@24685
|
15 years |
vboxsync |
Inverted assertion
|
|
|
@24663
|
15 years |
vboxsync |
MachineImpl.cpp: Some reviewing / fussing / optimizing of the guest …
|
|
|
@24649
|
15 years |
vboxsync |
Main: another autolock was done too late in SetGuestProperty
|
|
|
@24644
|
15 years |
vboxsync |
Main: autolock was done too late in SetGuestProperty
|
|
|
@24620
|
15 years |
vboxsync |
Saved state screenshot Main API fix (xTracker 4364).
|
|
|
@24619
|
15 years |
vboxsync |
make readable.
|
|
|
@24560
|
15 years |
vboxsync |
Main/MachineImpl: change the dvd/floppy mounting code so that the …
|
|
|
@24539
|
15 years |
vboxsync |
Saved state screenshot API (xTracker 4364).
|
|
|
@24528
|
15 years |
vboxsync |
Saved state screenshot Main API prototype (xTracker 4364).
|
|
|
@24524
|
15 years |
vboxsync |
Main/Machine: fix error handling in MountMedium, dropping the error …
|
|
|
@24511
|
15 years |
vboxsync |
Main/MediumAttchment: back out API change which changed the return …
|
|
|
@24493
|
15 years |
vboxsync |
API/Machine,Session: add a force mount parameter to MountMedium and …
|
|
|
@24490
|
15 years |
vboxsync |
Saved state screenshot API stubs (xTracker 4364).
|
|
|
@24460
|
15 years |
vboxsync |
PAE enabled by default
|
|
|
@24364
|
15 years |
vboxsync |
Main: Fixed XPCOM warnings caused by Machine::GetCpuIdLeaf not setting …
|
|
|
@24354
|
15 years |
vboxsync |
Main: deleteSnapshot() fixes; should mostly work now
|
|
|
@24348
|
15 years |
vboxsync |
Main: better error message when snapshot diff image is gone
|
|
|
@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 …
|
|
|
@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
|
|
|
@24301
|
15 years |
vboxsync |
Main,Frontends: Added two new running states: Teleporting and …
|
|
|
@24295
|
15 years |
vboxsync |
Added interfaces to override cpuid leafs.
|
|
|
@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 …
|
|
|
@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
|
|
|
@24258
|
15 years |
vboxsync |
Main: new method Medium::RefreshState() which refreshes medium state; …
|
|
|
@24250
|
15 years |
vboxsync |
StorageController: added support for Instance number
|
|
|
@24214
|
15 years |
vboxsync |
Main/MachineImpl: fix SessionMachine::lockMedia() to get the medium …
|
|
|
@24209
|
15 years |
vboxsync |
Main: fix restoreSnapshot() never detaching and deleting the …
|
|
|
@24196
|
15 years |
vboxsync |
Main: add logging + weighted progress to restoreSnapshot(); convert …
|
|
|
@24160
|
15 years |
vboxsync |
Main: fixed fixupMedia() and reverted changes in r54089
|
|
|
@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 …
|
|
|
@24090
|
15 years |
vboxsync |
Main/Machine: when opening a new session, don't just fail of the …
|
|
|
@24079
|
15 years |
vboxsync |
Main: logging cleanup
|
|
|
@24074
|
15 years |
vboxsync |
Main/Machine: fix race when spawning session, caused VBoxSVC crash due …
|
|
|
@24024
|
15 years |
vboxsync |
Main and VBoxManage/GuestProperties: fix deleting GuestProperties in …
|
|
|
@23973
|
15 years |
vboxsync |
*,RTFileOpen: Fixing RTFileOpen flag misdesign: The deny, access and …
|
|
|
@23945
|
15 years |
vboxsync |
API/Machine: more parameter checks
|
|
|
@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
|
|
|
@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; …
|
|
|
@23801
|
15 years |
vboxsync |
Main,VMM,Frontends,++: Teminology. Added a bind address for the …
|
|
|
@23791
|
15 years |
vboxsync |
Main: Allow setting IMachine::LiveMigrationTarget to TRUE when the VM …
|
|
|
@23769
|
15 years |
vboxsync |
Main/Machine: fix null medium issue introduced with the previous fix
|
|
|
@23763
|
15 years |
vboxsync |
Main/MachineImpl: fix medium backref handling for floppy/dvd media
|
|
|
@23750
|
15 years |
vboxsync |
Introduced the Synthetic CPU attribute and a get/set method for CPU …
|
|
|
@23733
|
15 years |
vboxsync |
Dropped obsolet HWVirtEx properties.
|
|
|
@23727
|
15 years |
vboxsync |
Introduced Get/SetHWVirtExProperty and added the …
|
|
|
@23703
|
15 years |
vboxsync |
Main,++: Added MachineState_MigratingFrom for use during startup on …
|
|
|
@23697
|
15 years |
vboxsync |
MachineImpl.cpp: Another live migration state hack.
|
|
|
@23675
|
15 years |
vboxsync |
stringify Session state
|
|
|
@23674
|
15 years |
vboxsync |
Windows build fix
|
|
|
@23670
|
15 years |
vboxsync |
SessionMachine::setMachineState: Hack around a live migration crash.
|
|
|
@23664
|
15 years |
vboxsync |
Main: stringify the machine state in error messages.
|
|
|
@23600
|
15 years |
vboxsync |
Main: three new Machine settings (not enabled).
|
|
|
@23599
|
15 years |
vboxsync |
Main: Live migration work.
|
|
|
@23585
|
15 years |
vboxsync |
FE/Qt4: Adapting 'New VM Wizard' & 'First Run Wizard' to new [Main] …
|
|
|
@23583
|
15 years |
vboxsync |
Main: fix wrong snapshot assertion
|
|
|
@23567
|
15 years |
vboxsync |
Main: Enabled the live snapshot code (TakeSnapshot).
|
|
|
@23441
|
15 years |
vboxsync |
Main/MachineImpl: fix subtly broken snapshot creation (attachments …
|
|
|
@23395
|
15 years |
vboxsync |
Main/Machine: fix error message, very partial whitespace cleanup
|
|
|
@23378
|
15 years |
vboxsync |
MachineImpl.cpp: Fixed assertion/crash in discardCurrentStateHandler.
|
|
|
@23335
|
15 years |
vboxsync |
ConsoleImpl,MachineImpl: Re-did the live snapshot bits.
|
|
|
@23331
|
15 years |
vboxsync |
Main/MachineImpl: add paranoia to check for duplicate attachments
|
|
|
@23328
|
15 years |
vboxsync |
Main: fix assert + crash attaching disk
|
|
|
@23304
|
15 years |
vboxsync |
Main: make backups before overwriting old XML files; remove obsolete …
|
|
|
@23249
|
15 years |
vboxsync |
medium: rename default IDE/FD storage controller names to IDE …
|
|
|
@23245
|
15 years |
vboxsync |
Main/MachineImpl: add a few missing null medium checks
|
|
|
@23223
|
15 years |
vboxsync |
API: big medium handling change and lots of assorted other cleanups …
|
|
|
@23188
|
15 years |
vboxsync |
SessionMachine::EndTakingSnapshot: Don't restore the state to Running. …
|
|
|
@23187
|
15 years |
vboxsync |
SessionMachine::EndTakingSnapshot: Don't restore the state to Running. …
|
|
|
@23180
|
15 years |
vboxsync |
Main: fixed win burns
|
|
|
@23179
|
15 years |
vboxsync |
Main: firmware type setter
|
|
|
@22786
|
15 years |
vboxsync |
build fix (msc doesn't like #ifdefs inside macro parameter lists).
|
|
|
@22784
|
15 years |
vboxsync |
VMM,Main,VBoxBFE: Changed VMR3Save and started working on making …
|
|
|
@22779
|
15 years |
vboxsync |
Main: cosmetics
|
|
|
@22762
|
15 years |
vboxsync |
Main/GuestProperties: made transient properties setable while a …
|
|
|
@22625
|
15 years |
vboxsync |
Main: lock media correctly after creating an online snapshot …
|
|
|
@22624
|
15 years |
vboxsync |
Main: cosmetics
|
|
|
@22560
|
15 years |
vboxsync |
Main/GuestProperties: fix setting empty strings as guest properties …
|
|
|
@22487
|
15 years |
vboxsync |
Main: Fixed a handful status code mixups caught by RTERR_STRICT_RC.
|
|
|
@22318
|
15 years |
vboxsync |
handle required settings upgrade transparently in the settings backend only
|
|
|