|
|
@23683
|
15 years |
vboxsync |
Use KeIpiGenericCall on Vista by default as well
|
|
|
@23682
|
15 years |
vboxsync |
video 2d accel: more intelligent tmp widget creation
|
|
|
@23681
|
15 years |
vboxsync |
video 2d accel: handle the case of failing make gl cntext current
|
|
|
@23677
|
15 years |
vboxsync |
AsyncCompletion: Stress test bugfixing. Still now working yet
|
|
|
@23676
|
15 years |
vboxsync |
Build fix
|
|
|
@23675
|
15 years |
vboxsync |
stringify Session state
|
|
|
@23674
|
15 years |
vboxsync |
Windows build fix
|
|
|
@23673
|
15 years |
vboxsync |
typo
|
|
|
@23672
|
15 years |
vboxsync |
AsyncCompletion: Simple stress test utility for bug hunting
|
|
|
@23671
|
15 years |
vboxsync |
Main: Some more live migration bits.
|
|
|
@23670
|
15 years |
vboxsync |
SessionMachine::setMachineState: Hack around a live migration crash.
|
|
|
@23669
|
15 years |
vboxsync |
Main: Live migration coding.
|
|
|
@23668
|
15 years |
vboxsync |
VMM: Live migration fixes.
|
|
|
@23667
|
15 years |
vboxsync |
VBoxManage: Live migration.
|
|
|
@23666
|
15 years |
vboxsync |
RTTcpRead: recv returns 0 and errno = 0 when the server shuts down the …
|
|
|
@23665
|
15 years |
vboxsync |
RTTcpServerCreateEx: Initialize all the fields or RTTcpServerListen …
|
|
|
@23664
|
15 years |
vboxsync |
Main: stringify the machine state in error messages.
|
|
|
@23663
|
15 years |
vboxsync |
Main: More live migration work.
|
|
|
@23662
|
15 years |
vboxsync |
ProcessImpl.cpp: Added todo about replacing walltime (RTTimeNow) with …
|
|
|
@23659
|
15 years |
vboxsync |
wrong place
|
|
|
@23657
|
15 years |
vboxsync |
video 2d accel: workaround ATI linux issue: ensure viewport is correct …
|
|
|
@23655
|
15 years |
vboxsync |
VBoxService: Always use '%s' when passing strings to a formatting function.
|
|
|
@23653
|
15 years |
vboxsync |
VBoxService: VBoxServiceWritePropF logs errors, so drop the double …
|
|
|
@23652
|
15 years |
vboxsync |
Windows guest additions video driver: do not assume that IRQ is …
|
|
|
@23651
|
15 years |
vboxsync |
EFI: Linux and Solaris installer part
|
|
|
@23650
|
15 years |
vboxsync |
EFI: fetching firmware from server
|
|
|
@23649
|
15 years |
vboxsync |
SSM: Fixed seek regression (was testing the wrong directory field).
|
|
|
@23648
|
15 years |
vboxsync |
Main/Global: Added stringifyMachineState.
|
|
|
@23647
|
15 years |
vboxsync |
FE/Qt4: Reusing string tag already present in VBoGlobal for r53341.
|
|
|
@23646
|
15 years |
vboxsync |
video 2d accel: move program start/stop outside display list to …
|
|
|
@23645
|
15 years |
vboxsync |
Additions/x11: delete stale VBoxClient pidfiles before starting new …
|
|
|
@23644
|
15 years |
vboxsync |
Runtime: Added indexed options to RTGetOpt (eg: "--strwithindex14 value")
|
|
|
@23643
|
15 years |
vboxsync |
VRDP port range API.
|
|
|
@23641
|
15 years |
vboxsync |
Wrong else
|
|
|
@23638
|
15 years |
vboxsync |
Log AMD_CPUID_SVM_FEATURE_EDX_PAUSE_FILTER
|
|
|
@23636
|
15 years |
vboxsync |
VirtualBoxBash.h: Added RT_UNLIKELY around a bunch of assertion and …
|
|
|
@23635
|
15 years |
vboxsync |
VBoxManage: error check
|
|
|
@23634
|
15 years |
vboxsync |
VBoxService: No need for RTStrCurrentCPToUtf8() anymore.
|
|
|
@23633
|
15 years |
vboxsync |
Main: A little more live migration bits.
|
|
|
@23632
|
15 years |
vboxsync |
Installer/FreeBSD: Include VBoxREM32.so and VBoxREM64.so in 32bit builds
|
|
|
@23630
|
15 years |
vboxsync |
video 2d accel: fix gl context issue for old ATI drivers on linux
|
|
|
@23629
|
15 years |
vboxsync |
Installer/FreeBSD: Export missing files
|
|
|
@23628
|
15 years |
vboxsync |
HostHardware/FreeBSD: Make it compile on FreeBSD 7
|
|
|
@23626
|
15 years |
vboxsync |
Main: Somre more live migration stuff.
|
|
|
@23625
|
15 years |
vboxsync |
IPRT: Added RTTcpServerShutdown and cleaned up the code.
|
|
|
@23624
|
15 years |
vboxsync |
Main/ConsoleImpl: fix incorrect assertion when changing to host dvd/floppy.
|
|
|
@23623
|
15 years |
vboxsync |
Linux installer: small makefile fix for VBOX_WITH_DOCS_CHM
|
|
|
@23622
|
15 years |
vboxsync |
use DEV_BSIZE instead of hardcoded 512 bytes in r53300
|
|
|
@23621
|
15 years |
vboxsync |
forward port r53301 from 3.0 to HEAD
|
|
|
@23620
|
15 years |
vboxsync |
Runtime: fixed pObjInfo->cbAllocated for non-Windows hosts
|
|
|
@23619
|
15 years |
vboxsync |
comment typo.
|
|
|
@23617
|
15 years |
vboxsync |
FE/Qt4: Seems better to use GetName() instead of GetLocation() for …
|
|
|
@23616
|
15 years |
vboxsync |
FE/Qt4: Little fix for r53283.
|
|
|
@23615
|
15 years |
vboxsync |
AsyncCompletion/FileCache: Improve memory usage for read sizes not …
|
|
|
@23614
|
15 years |
vboxsync |
crOpenGL: remove src ptr assert when memcpy 0 bytes public #5158
|
|
|
@23613
|
15 years |
vboxsync |
tcp.cpp: nippicking: No else after return.
|
|
|
@23612
|
15 years |
vboxsync |
build fix.
|
|
|
@23611
|
15 years |
vboxsync |
typo
|
|
|
@23610
|
15 years |
vboxsync |
IPRT,VMM,SUPDrv,VBGLR0: Added a parameter to RTR0MemObjLockUser/Kernel …
|
|
|
@23609
|
15 years |
vboxsync |
FE/Qt: nice names for host drives in the Settings window
|
|
|
@23608
|
15 years |
vboxsync |
VBoxService: Backed out r53279; just wait for SysprepRC in *any* case …
|
|
|
@23607
|
15 years |
vboxsync |
VBoxService: Added additional status reporting for sequential host …
|
|
|
@23606
|
15 years |
vboxsync |
Main: More live migration code.
|
|
|
@23605
|
15 years |
vboxsync |
split-soapC.cpp: hack for dealing with static const struct …
|
|
|
@23604
|
15 years |
vboxsync |
AsyncCompletion: More logging
|
|
|
@23603
|
15 years |
vboxsync |
AsyncCompletion: Bugfixes
|
|
|
@23602
|
15 years |
vboxsync |
Runtime/Aio: Bugfixes
|
|
|
@23601
|
15 years |
vboxsync |
fix sdk build problem (port is a reserved word in java)
|
|
|
@23600
|
15 years |
vboxsync |
Main: three new Machine settings (not enabled).
|
|
|
@23599
|
15 years |
vboxsync |
Main: Live migration work.
|
|
|
@23598
|
15 years |
vboxsync |
VMM,Main,VBoxBFE: Split up VMR3Load into VMR3LoadFromFile and …
|
|
|
@23597
|
15 years |
vboxsync |
Fix QNX paging loop
|
|
|
@23596
|
15 years |
vboxsync |
SSM: doc fixes.
|
|
|
@23595
|
15 years |
vboxsync |
SSM: SSMR3LiveToFile -> SSMR3LiveSave.
|
|
|
@23594
|
15 years |
vboxsync |
Storage/iSCSI: add config value to define the threshold for write …
|
|
|
@23593
|
15 years |
vboxsync |
SSM: Fixed bug causing invalid/unnecessary directory entries. Made …
|
|
|
@23592
|
15 years |
vboxsync |
EFI firmware build system: build script, variables and rules
|
|
|
@23591
|
15 years |
vboxsync |
Main/MediumImpl: fix closing of DVD/floppy media.
|
|
|
@23590
|
15 years |
vboxsync |
Redundant article
|
|
|
@23589
|
15 years |
vboxsync |
SSM: Generalizing the file handling.
|
|
|
@23588
|
15 years |
vboxsync |
video 2d accel: display warning in VM display settings dialog when …
|
|
|
@23587
|
15 years |
vboxsync |
CFGM: Optimize the lookups.
|
|
|
@23586
|
15 years |
vboxsync |
CFGM: Sort the key and value name so that ordering is predictable. …
|
|
|
@23585
|
15 years |
vboxsync |
FE/Qt4: Adapting 'New VM Wizard' & 'First Run Wizard' to new [Main] …
|
|
|
@23584
|
15 years |
vboxsync |
pdmR3Load: Relaxed device/instance ordering assumptions.
|
|
|
@23583
|
15 years |
vboxsync |
Main: fix wrong snapshot assertion
|
|
|
@23581
|
15 years |
vboxsync |
FE/Qt4: Storage Settings UI: Set the first controller as current if …
|
|
|
@23580
|
15 years |
vboxsync |
FE/Qt4: Storage Settings UI: Removing 'device' combo from the right …
|
|
|
@23579
|
15 years |
vboxsync |
video hw accel: fix ogl version parsing
|
|
|
@23578
|
15 years |
vboxsync |
#3987: Virtio: LEDs are done.
|
|
|
@23577
|
15 years |
vboxsync |
VBoxService: Logging fixes.
|
|
|
@23576
|
15 years |
vboxsync |
VBoxService: Space.
|
|
|
@23575
|
15 years |
vboxsync |
VBoxService: Fixed GEN_IO_FAILURE, naming cleanup.
|
|
|
@23572
|
15 years |
vboxsync |
doc: fix burn
|
|
|
@23571
|
15 years |
vboxsync |
crOpenGL: update to wine 1.1.30
|
|
|
@23570
|
15 years |
vboxsync |
VBoxManage: added a '--pause' option to the 'snapshot take' command.
|
|
|
@23569
|
15 years |
vboxsync |
VBoxManage: added a '--pause' option to the 'snapshot take' command.
|
|
|
@23568
|
15 years |
vboxsync |
PCNet: don't reset BCR_BSBC on S_RESET (xtracker #4330)
|
|
|
@23567
|
15 years |
vboxsync |
Main: Enabled the live snapshot code (TakeSnapshot).
|
|
|
@23566
|
15 years |
vboxsync |
Fixed assertion
|
|
|