|
|
@23567
|
15 years |
vboxsync |
Main: Enabled the live snapshot code (TakeSnapshot).
|
|
|
@23420
|
15 years |
vboxsync |
Medium/ConsoleImpl: clean up release logging
|
|
|
@23419
|
15 years |
vboxsync |
Main/ConsoleImpl: make DVD attachments at runtime work. floppy still …
|
|
|
@23379
|
15 years |
vboxsync |
Main/ConsoleImpl: fix typos in error messages, whitespace cleanup, …
|
|
|
@23335
|
15 years |
vboxsync |
ConsoleImpl,MachineImpl: Re-did the live snapshot bits.
|
|
|
@23223
|
15 years |
vboxsync |
API: big medium handling change and lots of assorted other cleanups …
|
|
|
@23130
|
15 years |
vboxsync |
VM starts even if VRDP server fails to bind to a port.
|
|
|
@23084
|
15 years |
vboxsync |
ConsoleImpl: removed todo, not valid anymore
|
|
|
@23080
|
15 years |
vboxsync |
VMM,ConsoleImpl.cpp: Added fFlags to VMR3ReqCall.
|
|
|
@23020
|
15 years |
vboxsync |
unused variables
|
|
|
@23012
|
15 years |
vboxsync |
VMM,Devices,Main: VMR3ReqCall w/ RT_INDEFINITE_WAIT -> VMR3ReqCallWait.
|
|
|
@23009
|
15 years |
vboxsync |
VMM: State machine adjustments. Have only received basic testing.
|
|
|
@22915
|
15 years |
vboxsync |
VMM: some state stuff (work in progress, back out on bustage).
|
|
|
@22866
|
15 years |
vboxsync |
#3987: Virtio PCI + Net skeleton.
|
|
|
@22793
|
15 years |
vboxsync |
SSM,*: Renamed phase to pass (uPhase/SSM_PHASE_FINAL) and wrote the …
|
|
|
@22784
|
15 years |
vboxsync |
VMM,Main,VBoxBFE: Changed VMR3Save and started working on making …
|
|
|
@22624
|
15 years |
vboxsync |
Main: cosmetics
|
|
|
@22562
|
15 years |
vboxsync |
Main,VBoxControl,VBoxManage,VBoxNetDHCP,VBoxNetNAT: Use RTBldCfg for …
|
|
|
@22487
|
15 years |
vboxsync |
Main: Fixed a handful status code mixups caught by RTERR_STRICT_RC.
|
|
|
@22480
|
15 years |
vboxsync |
SSM,VMM,Devices,Main,VBoxBFE: Live snapshot/migration SSM API adjustments.
|
|
|
@22456
|
15 years |
vboxsync |
ConsoleImpl.cpp: missing defined() around RT_OS_FREEBSD in the #elif, …
|
|
|
@22455
|
15 years |
vboxsync |
ConsoleImpl: meAttachmentType shouldn't be static
|
|
|
@22434
|
15 years |
vboxsync |
beb: more fixes
|
|
|
@22432
|
15 years |
vboxsync |
beb: mark the release log
|
|
|
@22396
|
15 years |
vboxsync |
FreeBSD: Add support for tap interface networking. Contributed by …
|
|
|
@22384
|
15 years |
vboxsync |
Main: repair RT_OS_LINUX=1 VBOX_WITH_NETFLT=
|
|
|
@22375
|
15 years |
vboxsync |
NetSniffer: do not erase the dump file even if network attachment is …
|
|
|
@22338
|
15 years |
vboxsync |
ConsoleImpl: removed unused variable
|
|
|
@22317
|
15 years |
vboxsync |
some Windows warnings in Main
|
|
|
@22277
|
15 years |
vboxsync |
PDMDRVREG change (big changeset).
|
|
|
@22173
|
15 years |
vboxsync |
Main: the big XML settings rework. Move XML reading/writing out of …
|
|
|
@21984
|
15 years |
vboxsync |
ConsoleImpl.cpp: no need to put parentheses around RT_SUCCESS.
|
|
|
@21961
|
15 years |
vboxsync |
NetworkAttachment: trigger the network attachment change only when …
|
|
|
@21929
|
15 years |
vboxsync |
Console::loadStateFileExec: Call SSMR3SkipToEndOfUnit to indicate that …
|
|
|
@21879
|
15 years |
vboxsync |
ConsoleImpl.cpp: more readable
|
|
|
@21878
|
15 years |
vboxsync |
Main: coding style: have Main obey the standard VirtualBox coding …
|
|
|
@21877
|
15 years |
vboxsync |
ConsoleImpl.cpp: Allow changing the network attachment only when the …
|
|
|
@21828
|
15 years |
vboxsync |
ConsoleImpl.cpp: r=name is only used when reviewing (someone else's) …
|
|
|
@21817
|
15 years |
vboxsync |
Network: check for change in network attachment type and allow only …
|
|
|
@21787
|
15 years |
vboxsync |
SSMR3ValidateFile/ConsoleImpl.cpp: Don't waste lots of time …
|
|
|
@21779
|
15 years |
vboxsync |
ConsoleImpl.cpp: Allowing attachment change even if they are of same type.
|
|
|
@21724
|
15 years |
vboxsync |
RDP client name, username and domain guest properties are read-only …
|
|
|
@21647
|
15 years |
vboxsync |
Pass RDP client name, username and domain via guest properties …
|
|
|
@21639
|
15 years |
vboxsync |
Pass RDP client name via a guest property (xTracker #4123)
|
|
|
@21404
|
15 years |
vboxsync |
IPRT, Main: make ministring throw std::bad_alloc on allocation …
|
|
|
@21394
|
15 years |
vboxsync |
Backing out r49763 to fix Windows burns.
|
|
|
@21393
|
15 years |
vboxsync |
IPRT, Main: make ministring throw std::bad_alloc on allocation …
|
|
|
@21369
|
15 years |
vboxsync |
IPRT: hide ministring::operator bool() to force people to use …
|
|
|
@21362
|
15 years |
vboxsync |
backing out r49709 to fix windows burns for now
|
|
|
@21360
|
15 years |
vboxsync |
IPRT: hide ministring::operator bool() to force people to use …
|
|
|
@21219
|
15 years |
vboxsync |
VBox/VBoxDev.h -> VBox/VMMDev.h
|
|
|
@21188
|
15 years |
vboxsync |
Add hotplug flag to PDMR3DeviceAttach/Detach
|
|
|
@21173
|
15 years |
vboxsync |
Console could not load two or more temporary shared folders from saved …
|
|
|
@21079
|
15 years |
vboxsync |
Main: move libxml2 to IPRT unconditionally (remove …
|
|
|
@21077
|
15 years |
vboxsync |
back out r49329, r49331, will start over
|
|
|
@21073
|
15 years |
vboxsync |
Main: move libxml2 to IPRT unconditionally (remove …
|
|
|
@20928
|
15 years |
vboxsync |
API/others: Renamed IConsole::discardSavedState to …
|
|
|
@20885
|
15 years |
vboxsync |
Main: Fix dead lock when mounting/umounting DVDs/Floppies if the guest …
|
|
|
@20729
|
15 years |
vboxsync |
removed unused variable
|
|
|
@20727
|
15 years |
vboxsync |
NetworkAttachment: removed global variable passing down to functions
|
|
|
@20720
|
15 years |
vboxsync |
ConsoleImpl.cpp: VMR3ReqCall w/ cMillis=0 may return VERR_TIMEOUT or …
|
|
|
@20719
|
15 years |
vboxsync |
it's a psz not a sz
|
|
|
@20690
|
15 years |
vboxsync |
NetworkAttachment: VMR3ReqCall should be on cpu 0
|
|
|
@20631
|
15 years |
vboxsync |
NetworkAttachment: shifted the configuration to a new function …
|
|
|
@20560
|
15 years |
vboxsync |
ConsoleImpl.cpp: r=bird for network reattaching.
|
|
|
@20521
|
15 years |
vboxsync |
NetworkAttachment: Allow changing the attachment between …
|
|
|
@20384
|
16 years |
vboxsync |
LogRel() the amount of available host memory as well
|
|
|
@20382
|
16 years |
vboxsync |
LogRel() the amount of host memory
|
|
|
@20220
|
16 years |
vboxsync |
Main: back out the IProgess::GetResultCode() parameter change
|
|
|
@20213
|
16 years |
vboxsync |
Main: changed the parameter of IProgress::GetResultCode() from …
|
|
|
@20185
|
16 years |
vboxsync |
PDMAsyncCompletion:
* Export missing file to OSE
* Enable PDM …
|
|
|
@20134
|
16 years |
vboxsync |
Main: Fix creation of snapshosts with VMDKs
|
|
|
@20021
|
16 years |
vboxsync |
Main/Display: properly save/restore some important members, see …
|
|
|
@19750
|
16 years |
vboxsync |
Main: Added todo/review comment on unsafe interface handling in …
|
|
|
@19648
|
16 years |
vboxsync |
log the name of the executable
|
|
|
@19300
|
16 years |
vboxsync |
VMReq,*: Replaced VMREQDEST with VMCPUID because it's a pain to have …
|
|
|
@19289
|
16 years |
vboxsync |
ConsoleImpl.cpp: -spaces.
|
|
|
@19269
|
16 years |
vboxsync |
LogRel the ID of the VM process
|
|
|
@19242
|
16 years |
vboxsync |
Main: hopefully fixed Linux burns
|
|
|
@19239
|
16 years |
vboxsync |
Main: support for using VBox from Python on Windows (still certain …
|
|
|
@19230
|
16 years |
vboxsync |
Allow configuration of multiple VCPUs
|
|
|
@19086
|
16 years |
vboxsync |
ConsoleImpl.cpp: Don't crash on VM create or restore errors.
|
|
|
@19046
|
16 years |
vboxsync |
Main: fixed potential deadlock during VM creation (internal ticket #3851)
|
|
|
@18829
|
16 years |
vboxsync |
undo 45832
|
|
|
@18826
|
16 years |
vboxsync |
Main: INetworkAdapter separate properties for hostonly & bridged …
|
|
|
@18758
|
16 years |
vboxsync |
additional comment
|
|
|
@18755
|
16 years |
vboxsync |
ConsoleImpl.cpp/powerUpThread: Deregister the error VMSetError …
|
|
|
@18645
|
16 years |
vboxsync |
VMSetRuntimeError[V] refactoring: fFatal -> fFlags, may return …
|
|
|
@18591
|
16 years |
vboxsync |
E1000: Added support for 82545EM (MT Server)
|
|
|
@18493
|
16 years |
vboxsync |
ConsoleImpl.cpp: size_t warnings.
|
|
|
@18348
|
16 years |
vboxsync |
LsiLogic, BusLogic: Add Led support
|
|
|
@18269
|
16 years |
vboxsync |
Main: rework IProgress internals to optionally handle weighted …
|
|
|
@18116
|
16 years |
vboxsync |
FE/Qt4: only test if the guest entered the ACPI state if this …
|
|
|
@17684
|
16 years |
vboxsync |
#3551: “Main: Replace remaining collections with safe arrays”
Replaced …
|
|
|
@17675
|
16 years |
vboxsync |
Fixed a possible deadlock when VRDP server is enabled/disabled in runtime.
|
|
|
@17669
|
16 years |
vboxsync |
Main: Rework storage controller handling to allow an arbitrary number …
|
|
|
@17651
|
16 years |
vboxsync |
Main: Reset differencing hard disks for which auto-reset is set to …
|
|
|
@17553
|
16 years |
vboxsync |
#3551: “Main: Replace remaining collections with safe arrays”
Replaced …
|
|
|
@17360
|
16 years |
vboxsync |
Main: Spacing.
|
|
|
@17276
|
16 years |
vboxsync |
#3551: "Main: Replace remaining collections with safe arrays"
Oops, …
|
|
|