VirtualBox

source: vbox/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @24630   15 years vboxsync Backed out r54784; those flags aren't saved
(edit) @24629   15 years vboxsync Clear the flags so they don't get saved and trigger the release …
(edit) @24628   15 years vboxsync QT GUI: fixed assert (xTracker 3545).
(edit) @24627   15 years vboxsync QT GUI: Increased required guest VRAM size for new Windows VMs …
(edit) @24626   15 years vboxsync Main: Increased default guest VRAM size for Windows >= NT from 12 to 16MB.
(edit) @24625   15 years vboxsync typo (comment).
(edit) @24624   15 years vboxsync updated testcase
(edit) @24623   15 years vboxsync Virtio: small optimization (static TX buffer)
(edit) @24622   15 years vboxsync Build fix for debug builds
(edit) @24621   15 years vboxsync AsyncCompletion: Implement new caching using the 2Q algorithm
(edit) @24620   15 years vboxsync Saved state screenshot Main API fix (xTracker 4364).
(edit) @24619   15 years vboxsync make readable.
(edit) @24618   15 years vboxsync Added Global::vboxStatusCodeFromCOM (and Global::vboxStatusCodeToCOM), …
(edit) @24617   15 years vboxsync drop unnecessary break.
(edit) @24616   15 years vboxsync #3987: Virtio: Applied Frank's GC patch and made debug build work as well.
(edit) @24615   15 years vboxsync Config.kmk: Enable D-BUS for Solaris (required for VBoxClient / host …
(edit) @24614   15 years vboxsync ConsoleImplTeleporter.cpp: changed to VM hand over and TCP …
(edit) @24613   15 years vboxsync SSM.cpp: assertion instead of bulky code.
(edit) @24612   15 years vboxsync DrvVD: Added a LoadDone hook for implementing better handling of …
(edit) @24611   15 years vboxsync VirtIO-net: update the counters
(edit) @24610   15 years vboxsync Wrong statistics prefix for VirtIO-net
(edit) @24609   15 years vboxsync DevAPIC: Disable NMI delivery through LAPIC (Linux NMI watchdog problems).
(edit) @24608   15 years vboxsync Log more advanced VT-x features
(edit) @24607   15 years vboxsync VBoxClient: Make update notifications work under OpenSolaris.
(edit) @24606   15 years vboxsync Interface changes require a UUID change (!)
(edit) @24605   15 years vboxsync VBoxClient: Fixed wrong pointer check and return value.
(edit) @24604   15 years vboxsync Solaris/Installer: symlink vboxefi.fv from arch-specific to …
(edit) @24603   15 years vboxsync Main: remaining firmware selection bits
(edit) @24602   15 years vboxsync EFI: firmware check API in Main
(edit) @24601   15 years vboxsync Frontends/VBoxManage: fix the storage controller output of "VBoxManage …
(edit) @24600   15 years vboxsync FE/Qt4: 4426: USB filters cannot be disabled - state change handler added.
(edit) @24599   15 years vboxsync EFI: Main work for additional firmware types and presence checks
(edit) @24598   15 years vboxsync GUI: better confirmation msg for delete snapshot
(edit) @24597   15 years vboxsync Same for the shortcut names
(edit) @24596   15 years vboxsync Reversed up/down
(edit) @24595   15 years vboxsync GUI: better confirmation msg for delete snapshot
(edit) @24594   15 years vboxsync FE/Qt4: typo
(edit) @24593   15 years vboxsync FE/Qt4: 4149: GUI SEGFAULT in snapshot widget - should be fixed.
(edit) @24592   15 years vboxsync Main: fixed an uninitialized variable found by valgrind introduced …
(edit) @24591   15 years vboxsync VBoxConsoleWnd.cpp: Unintential commit.
(edit) @24590   15 years vboxsync VBoxManageDisk.cpp: Wrong syntax diagram for convertfromraw if given …
(edit) @24589   15 years vboxsync Python shell: better naming
(edit) @24588   15 years vboxsync DevAHCI: Ditto.
(edit) @24587   15 years vboxsync DevATA.cpp: Better error message about missing devices during …
(edit) @24586   15 years vboxsync Python shell: more teleportation (info, password)
(edit) @24585   15 years vboxsync fileio-posix.cpp: Build fix.
(edit) @24584   15 years vboxsync fileio-posix.cpp: file sharing emulation for debugging purposes. …
(edit) @24583   15 years vboxsync DrvVD,ConsoleImpl2.cpp: Added a TempReadOnly argument for use on the …
(edit) @24582   15 years vboxsync VMM.cpp: Fix cleanup of the stack's guard pages so that we don't …
(edit) @24581   15 years vboxsync Python shell: teleportation support
(edit) @24580   15 years vboxsync PDMLdr.cpp: Call VMSetError before freeing the filename used in the …
(edit) @24579   15 years vboxsync Main/Console: fix taking snapshots of a VM with several hard disk …
(edit) @24578   15 years vboxsync fix OSE
(edit) @24577   15 years vboxsync Main,VMM,VBox/cdefs.h: build fix; added IN_VMM_STATIC.
(edit) @24576   15 years vboxsync EFI: binary EFI firmware
(edit) @24575   15 years vboxsync SSM: Reduce the number of ifndef SSM_STANDALONE checks by moving code.
(edit) @24574   15 years vboxsync SSMStandalone.a/lib for linking with VBoxSVC.
(edit) @24573   15 years vboxsync build fix
(edit) @24572   15 years vboxsync Main: gcc warning
(edit) @24571   15 years vboxsync VBoxSVC link fix
(edit) @24570   15 years vboxsync crOGL: gcc warnings (note that GLint is sometimes long!)
(edit) @24569   15 years vboxsync crOGL: gcc warning
(edit) @24568   15 years vboxsync add the EFI firmware image into Linux .deb/.rpm packages
(edit) @24567   15 years vboxsync VM.cpp: Always write VMSetError messages to the release log. Main may …
(edit) @24566   15 years vboxsync gcc warning
(edit) @24565   15 years vboxsync dang
(edit) @24564   15 years vboxsync FE/Qt4: VBoxConsoleWND: Take Snapshot name generation now takes into …
(edit) @24563   15 years vboxsync Main/MediumImpl: dead code
(edit) @24562   15 years vboxsync 3.1.0 Beta 1 done
(edit) @24561   15 years vboxsync 3.1.0 Beta 1
(edit) @24560   15 years vboxsync Main/MachineImpl: change the dvd/floppy mounting code so that the …
(edit) @24559   15 years vboxsync FE/Qt4: Regression fix: Save mediums mounted at runtime.
(edit) @24558   15 years vboxsync Main: Teleport to local process with disks attached. Delays the …
(edit) @24557   15 years vboxsync FE/Qt4: Force-remounting support.
(edit) @24556   15 years vboxsync Main/snapshots: another attempt at progress crash fixing
(edit) @24555   15 years vboxsync Main/VirtualBox: fix a bunch of error messages which weren't converted …
(edit) @24554   15 years vboxsync 2nd attempt to fix the cast problem
(edit) @24553   15 years vboxsync Wrong pointer type for the progress object
(edit) @24552   15 years vboxsync ConsoleImpl: Assertion update
(edit) @24551   15 years vboxsync virtio: no setting file updates needed, reverting r54670
(edit) @24550   15 years vboxsync GUI: added assertion to GUI so that VBoxSVC wont assert in …
(edit) @24549   15 years vboxsync Installer/solaris: fix opensolaris version check so that it deals with …
(edit) @24548   15 years vboxsync virtio: string mismatch between device and some parts of main. (part …
(edit) @24547   15 years vboxsync Main/Version.cpp: obsolete
(edit) @24546   15 years vboxsync virtio: string mismatch between device and some parts of main.
(edit) @24545   15 years vboxsync GUI: temporary fix for assertion in VBoxMedium during takeSnapshot()
(edit) @24544   15 years vboxsync Additions/linux/installer: message fixes
(edit) @24543   15 years vboxsync Additions/linux/installer: more fixes
(edit) @24542   15 years vboxsync PGM: Allow writes during resuming.
(edit) @24541   15 years vboxsync fix #4415: VBoxSVC zombie
(edit) @24540   15 years vboxsync VBoxServiceTimeSync.cpp: file header.
(edit) @24539   15 years vboxsync Saved state screenshot API (xTracker 4364).
(edit) @24538   15 years vboxsync Main/Settings: fix typo in hardware conversion settings version bump
(edit) @24537   15 years vboxsync Additions/linux/installer: more fixes
(edit) @24536   15 years vboxsync Solaris/Installer: backed out temporary test change.
(edit) @24535   15 years vboxsync Solaris/Installer: Temporary testing change. Should be reverted.
(edit) @24534   15 years vboxsync Revert to the current snapshot -> Restore the current snapshot
(edit) @24533   15 years vboxsync #4410: Drop incoming packets in E1000 if VM is not running.
(edit) @24532   15 years vboxsync Additions/linux/installer: typo
(edit) @24531   15 years vboxsync Additions/linux/installer: more fixes
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