VirtualBox

source: vbox/trunk/src/VBox

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @23698   15 years vboxsync Main/LiveMigration: Resume the source VM if the migration failed.
(edit) @23697   15 years vboxsync MachineImpl.cpp: Another live migration state hack.
(edit) @23696   15 years vboxsync crOpenGL: remove unnecessary fbo status poll causing perf regression …
(edit) @23695   15 years vboxsync crOpenGL: typo in comments
(edit) @23694   15 years vboxsync crOpenGL: most changes to extend FBO support to ARB version
(edit) @23692   15 years vboxsync Console::migrationDstServeConnection: Set mRc, send VBox RC with NACK.
(edit) @23691   15 years vboxsync video 2d accel: check for gl support
(edit) @23690   15 years vboxsync Devices/DevPS2: we only send an additional packet in ImEX mode, so …
(edit) @23689   15 years vboxsync VBoxManage: fixed copy&past bug.
(edit) @23688   15 years vboxsync FE/Qt4: Coding-style fix for r53400.
(edit) @23687   15 years vboxsync VBoxManage: Updated vminfo with the live migration bits.
(edit) @23686   15 years vboxsync Main/LiveMigration: Added wrapper around the SSM stream so we can tell …
(edit) @23685   15 years vboxsync video 2d accel: display a warning in VM settings UI if 2D is enabled …
(edit) @23684   15 years vboxsync Compile fix
(edit) @23683   15 years vboxsync Use KeIpiGenericCall on Vista by default as well
(edit) @23682   15 years vboxsync video 2d accel: more intelligent tmp widget creation
(edit) @23681   15 years vboxsync video 2d accel: handle the case of failing make gl cntext current
(edit) @23677   15 years vboxsync AsyncCompletion: Stress test bugfixing. Still now working yet
(edit) @23676   15 years vboxsync Build fix
(edit) @23675   15 years vboxsync stringify Session state
(edit) @23674   15 years vboxsync Windows build fix
(edit) @23673   15 years vboxsync typo
(edit) @23672   15 years vboxsync AsyncCompletion: Simple stress test utility for bug hunting
(edit) @23671   15 years vboxsync Main: Some more live migration bits.
(edit) @23670   15 years vboxsync SessionMachine::setMachineState: Hack around a live migration crash.
(edit) @23669   15 years vboxsync Main: Live migration coding.
(edit) @23668   15 years vboxsync VMM: Live migration fixes.
(edit) @23667   15 years vboxsync VBoxManage: Live migration.
(edit) @23666   15 years vboxsync RTTcpRead: recv returns 0 and errno = 0 when the server shuts down the …
(edit) @23665   15 years vboxsync RTTcpServerCreateEx: Initialize all the fields or RTTcpServerListen …
(edit) @23664   15 years vboxsync Main: stringify the machine state in error messages.
(edit) @23663   15 years vboxsync Main: More live migration work.
(edit) @23662   15 years vboxsync ProcessImpl.cpp: Added todo about replacing walltime (RTTimeNow) with …
(edit) @23659   15 years vboxsync wrong place
(edit) @23657   15 years vboxsync video 2d accel: workaround ATI linux issue: ensure viewport is correct …
(edit) @23655   15 years vboxsync VBoxService: Always use '%s' when passing strings to a formatting function.
(edit) @23653   15 years vboxsync VBoxService: VBoxServiceWritePropF logs errors, so drop the double …
(edit) @23652   15 years vboxsync Windows guest additions video driver: do not assume that IRQ is …
(edit) @23651   15 years vboxsync EFI: Linux and Solaris installer part
(edit) @23650   15 years vboxsync EFI: fetching firmware from server
(edit) @23649   15 years vboxsync SSM: Fixed seek regression (was testing the wrong directory field).
(edit) @23648   15 years vboxsync Main/Global: Added stringifyMachineState.
(edit) @23647   15 years vboxsync FE/Qt4: Reusing string tag already present in VBoGlobal for r53341.
(edit) @23646   15 years vboxsync video 2d accel: move program start/stop outside display list to …
(edit) @23645   15 years vboxsync Additions/x11: delete stale VBoxClient pidfiles before starting new …
(edit) @23644   15 years vboxsync Runtime: Added indexed options to RTGetOpt (eg: "--strwithindex14 value")
(edit) @23643   15 years vboxsync VRDP port range API.
(edit) @23641   15 years vboxsync Wrong else
(edit) @23638   15 years vboxsync Log AMD_CPUID_SVM_FEATURE_EDX_PAUSE_FILTER
(edit) @23636   15 years vboxsync VirtualBoxBash.h: Added RT_UNLIKELY around a bunch of assertion and …
(edit) @23635   15 years vboxsync VBoxManage: error check
(edit) @23634   15 years vboxsync VBoxService: No need for RTStrCurrentCPToUtf8() anymore.
(edit) @23633   15 years vboxsync Main: A little more live migration bits.
(edit) @23632   15 years vboxsync Installer/FreeBSD: Include VBoxREM32.so and VBoxREM64.so in 32bit builds
(edit) @23630   15 years vboxsync video 2d accel: fix gl context issue for old ATI drivers on linux
(edit) @23629   15 years vboxsync Installer/FreeBSD: Export missing files
(edit) @23628   15 years vboxsync HostHardware/FreeBSD: Make it compile on FreeBSD 7
(edit) @23626   15 years vboxsync Main: Somre more live migration stuff.
(edit) @23625   15 years vboxsync IPRT: Added RTTcpServerShutdown and cleaned up the code.
(edit) @23624   15 years vboxsync Main/ConsoleImpl: fix incorrect assertion when changing to host dvd/floppy.
(edit) @23623   15 years vboxsync Linux installer: small makefile fix for VBOX_WITH_DOCS_CHM
(edit) @23622   15 years vboxsync use DEV_BSIZE instead of hardcoded 512 bytes in r53300
(edit) @23621   15 years vboxsync forward port r53301 from 3.0 to HEAD
(edit) @23620   15 years vboxsync Runtime: fixed pObjInfo->cbAllocated for non-Windows hosts
(edit) @23619   15 years vboxsync comment typo.
(edit) @23617   15 years vboxsync FE/Qt4: Seems better to use GetName() instead of GetLocation() for …
(edit) @23616   15 years vboxsync FE/Qt4: Little fix for r53283.
(edit) @23615   15 years vboxsync AsyncCompletion/FileCache: Improve memory usage for read sizes not …
(edit) @23614   15 years vboxsync crOpenGL: remove src ptr assert when memcpy 0 bytes public #5158
(edit) @23613   15 years vboxsync tcp.cpp: nippicking: No else after return.
(edit) @23612   15 years vboxsync build fix.
(edit) @23611   15 years vboxsync typo
(edit) @23610   15 years vboxsync IPRT,VMM,SUPDrv,VBGLR0: Added a parameter to RTR0MemObjLockUser/Kernel …
(edit) @23609   15 years vboxsync FE/Qt: nice names for host drives in the Settings window
(edit) @23608   15 years vboxsync VBoxService: Backed out r53279; just wait for SysprepRC in *any* case …
(edit) @23607   15 years vboxsync VBoxService: Added additional status reporting for sequential host …
(edit) @23606   15 years vboxsync Main: More live migration code.
(edit) @23605   15 years vboxsync split-soapC.cpp: hack for dealing with static const struct …
(edit) @23604   15 years vboxsync AsyncCompletion: More logging
(edit) @23603   15 years vboxsync AsyncCompletion: Bugfixes
(edit) @23602   15 years vboxsync Runtime/Aio: Bugfixes
(edit) @23601   15 years vboxsync fix sdk build problem (port is a reserved word in java)
(edit) @23600   15 years vboxsync Main: three new Machine settings (not enabled).
(edit) @23599   15 years vboxsync Main: Live migration work.
(edit) @23598   15 years vboxsync VMM,Main,VBoxBFE: Split up VMR3Load into VMR3LoadFromFile and …
(edit) @23597   15 years vboxsync Fix QNX paging loop
(edit) @23596   15 years vboxsync SSM: doc fixes.
(edit) @23595   15 years vboxsync SSM: SSMR3LiveToFile -> SSMR3LiveSave.
(edit) @23594   15 years vboxsync Storage/iSCSI: add config value to define the threshold for write …
(edit) @23593   15 years vboxsync SSM: Fixed bug causing invalid/unnecessary directory entries. Made …
(edit) @23592   15 years vboxsync EFI firmware build system: build script, variables and rules
(edit) @23591   15 years vboxsync Main/MediumImpl: fix closing of DVD/floppy media.
(edit) @23590   15 years vboxsync Redundant article
(edit) @23589   15 years vboxsync SSM: Generalizing the file handling.
(edit) @23588   15 years vboxsync video 2d accel: display warning in VM display settings dialog when …
(edit) @23587   15 years vboxsync CFGM: Optimize the lookups.
(edit) @23586   15 years vboxsync CFGM: Sort the key and value name so that ordering is predictable. …
(edit) @23585   15 years vboxsync FE/Qt4: Adapting 'New VM Wizard' & 'First Run Wizard' to new [Main] …
(edit) @23584   15 years vboxsync pdmR3Load: Relaxed device/instance ordering assumptions.
(edit) @23583   15 years vboxsync Main: fix wrong snapshot assertion
Note: See TracRevisionLog for help on using the revision log.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette