VirtualBox

source: vbox/trunk/src/VBox

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @24345   15 years vboxsync Main: make backrefs code a bit more readable + add backrefs logging, …
(edit) @24344   15 years vboxsync Main: fix a really nasty problem in the Machine destructor which never …
(edit) @24343   15 years vboxsync Temporary release assertions to see what's going wrong
(edit) @24342   15 years vboxsync Main/Machine: fix deadlock caused by lock order violation in …
(edit) @24341   15 years vboxsync fileio-win.cpp: clearify.
(edit) @24340   15 years vboxsync Updated descriptions of cpuid methods
(edit) @24339   15 years vboxsync VBoxTestOGL: on crashes, don't generate core dumps and redirect stderr …
(edit) @24338   15 years vboxsync IPRT: fileio-win: Set GENERIC_WRITE DesiredAccess flag when truncating …
(edit) @24337   15 years vboxsync Same for restoring a snapshot. Do not allow users to shoot themselves …
(edit) @24336   15 years vboxsync Compile fix
(edit) @24335   15 years vboxsync ALWAYS display a warning before deleting a snapshot.
(edit) @24333   15 years vboxsync VBoxGuestR3LibHostVersion.cpp: missing newlines.
(edit) @24332   15 years vboxsync VBoxGuestR3LibHostVersion.cpp: r=bird: RTStrAPrintf does not return a …
(edit) @24331   15 years vboxsync VBoxGuestR3LibHostVersion.cpp: r=bird: RTStrAPrintf does not return a …
(edit) @24330   15 years vboxsync Comment update
(edit) @24329   15 years vboxsync Bug fixes
(edit) @24328   15 years vboxsync Comment update
(edit) @24327   15 years vboxsync Load CPUID leaf override; we currently don't care if the caller …
(edit) @24326   15 years vboxsync Comment
(edit) @24325   15 years vboxsync Add cpuid leaf overrides to the CFGM tree
(edit) @24324   15 years vboxsync Minor cleanup
(edit) @24323   15 years vboxsync MachineImpl: fixed instance number incrementing loop
(edit) @24322   15 years vboxsync typo
(edit) @24321   15 years vboxsync --cpuidset/remove/removall
(edit) @24320   15 years vboxsync more RT_ZERO()
(edit) @24319   15 years vboxsync Additions/WINNT/Installer: French NLS
(edit) @24318   15 years vboxsync Windows Guest Additions installer: Tabs.
(edit) @24317   15 years vboxsync Windows Guest Additions installer: Added support for credential …
(edit) @24316   15 years vboxsync Compile fixes
(edit) @24315   15 years vboxsync Added methods to remove cpuid leafs
(edit) @24313   15 years vboxsync Clear cpuid list
(edit) @24312   15 years vboxsync Fixed loading/saving of cpuid
(edit) @24311   15 years vboxsync VBoxGuestR3LibCredentials.cpp: File header, use RT_ZERO(), deal with …
(edit) @24310   15 years vboxsync Allow multiple cpuid leafs
(edit) @24309   15 years vboxsync Only need space for 10 leafs
(edit) @24307   15 years vboxsync Include --cpuid in the help
(edit) @24306   15 years vboxsync VBoxGuestR3Lib: Fixes for memory (de)allocation in host version …
(edit) @24305   15 years vboxsync Added --cpuid option
(edit) @24304   15 years vboxsync FE/Qt4: xtracker 3225: ACPI shutdown wasn't disabled in the shutdown …
(edit) @24303   15 years vboxsync VBoxTray: Tabs.
(edit) @24302   15 years vboxsync VBoxTray: Fix for seamless mode memory corruption (provided by Huihong …
(edit) @24301   15 years vboxsync Main,Frontends: Added two new running states: Teleporting and …
(edit) @24299   15 years vboxsync Main: reorganize and document take/restore/delete snapshot code (no …
(edit) @24298   15 years vboxsync Main: snapshots code cleanup, renames, documentation, coding style
(edit) @24297   15 years vboxsync Main: API docs
(edit) @24295   15 years vboxsync Added interfaces to override cpuid leafs.
(edit) @24294   15 years vboxsync FE/Qt4: VBoxMedium cumulative patch: fixed tool-tip regression (for …
(edit) @24293   15 years vboxsync Linux shared folders: fix O_APPEND logic
(edit) @24292   15 years vboxsync SSMSetLoadErrorV: Don't use %N as the VMSetError message may be …
(edit) @24291   15 years vboxsync Main: remove redundant utf-8 conversion
(edit) @24290   15 years vboxsync Typo
(edit) @24289   15 years vboxsync PDMDevHlp: Enabled APIC fix again.
(edit) @24288   15 years vboxsync VGA: more critical section protection required
(edit) @24287   15 years vboxsync Made the common parts of the OS/2 additions build again.
(edit) @24286   15 years vboxsync ConsoleImpl2.cpp: r=bird: Why aren't VDConfig inserts checked …
(edit) @24285   15 years vboxsync DrvNetSniffer: fixed cMaxInstances; append the instance number to the …
(edit) @24284   15 years vboxsync Compile fix
(edit) @24283   15 years vboxsync Cleaned up
(edit) @24282   15 years vboxsync PDM: Added missing driver instance checks.
(edit) @24280   15 years vboxsync installer/win: move [Un]InstallBranding & InstallPythonAPI actions out …
(edit) @24279   15 years vboxsync Main: move huge amounts of snapshot code from MachineImpl.cpp to …
(edit) @24278   15 years vboxsync AsyncCompletion: Cleanup in the cache and more statistics (more to come)
(edit) @24277   15 years vboxsync Main: fix restoreSnapshot() which updated the current snapshot only …
(edit) @24276   15 years vboxsync Main: settings version bump fixes, and documentation what the rules …
(edit) @24275   15 years vboxsync Main: API doc fixes
(edit) @24274   15 years vboxsync Main: xml versioning fixes
(edit) @24273   15 years vboxsync Main: change Medium member variables from Bstr to Utf8 for better …
(edit) @24272   15 years vboxsync PDMDevice.cpp: Check the number of devices instances against the max …
(edit) @24271   15 years vboxsync MachineImpl: don't skip instance '0' while adding storage controller
(edit) @24270   15 years vboxsync VBoxCredProv: Update.
(edit) @24269   15 years vboxsync additions: gcc warnings
(edit) @24268   15 years vboxsync SSM: Better tracking of load errors.
(edit) @24267   15 years vboxsync VMSetError: Do a LogRel if no callbacks.
(edit) @24266   15 years vboxsync Main: more API doc fixes
(edit) @24265   15 years vboxsync Devices,VMM: Replaced all VERR_SSM_LOAD_CONFIG_MISMATCH returns with …
(edit) @24264   15 years vboxsync SSM: Added SSMR3SetLoadError[V] and SSMR3SetCfgError for setting log …
(edit) @24263   15 years vboxsync FE/Qt4: never start a VM on a single click
(edit) @24262   15 years vboxsync Main: more API doc fixes
(edit) @24261   15 years vboxsync Main: more API doc fixes
(edit) @24260   15 years vboxsync Main: API docs fix
(edit) @24259   15 years vboxsync VbglR3: Added credential handling functions.
(edit) @24258   15 years vboxsync Main: new method Medium::RefreshState() which refreshes medium state; …
(edit) @24257   15 years vboxsync DevAHCI: ACHI -> AHCI.
(edit) @24256   15 years vboxsync Storage/VMDK: undo incorrect fix, and real fix for the split VMDK bug
(edit) @24255   15 years vboxsync ConsoleImpl: don't need controllerDevToBool() anymore
(edit) @24254   15 years vboxsync Long mode check update
(edit) @24253   15 years vboxsync Main/MediumImpl: fix overly paranoid assert
(edit) @24252   15 years vboxsync Frontend/VirtualBox: drop non-working synonyms for --startvm, and …
(edit) @24251   15 years vboxsync Another tpr patch fix
(edit) @24250   15 years vboxsync StorageController: added support for Instance number
(edit) @24249   15 years vboxsync TPR patch fixes
(edit) @24248   15 years vboxsync VT-x: Must save the host's LSTAR msr in case the guest changed it (TPR …
(edit) @24247   15 years vboxsync Solaris/mem-obj: some missed cleanup on errors.
(edit) @24246   15 years vboxsync DevPCBios: Initialize LAPIC LVT0/LVT1 entries (needed for some Linux …
(edit) @24245   15 years vboxsync DrvSCSI: Use PDMR3ThreadSuspend in drvscsiPowerOff and drvscsiSuspend …
(edit) @24244   15 years vboxsync PDMThread: Fend of already suspended threads in PDMR3ThreadSuspend.
(edit) @24243   15 years vboxsync TPR patching for VT-x without VMX_VMCS_CTRL_PROC_EXEC2_VIRT_APIC. Untested.
(edit) @24242   15 years vboxsync drvscsiAsyncIOLoopNoPendingDummy: fixed true/false mixup causing …
(edit) @24241   15 years vboxsync DrvSCSI: Only hard disks are supported. Don't assert, set a proper …
(edit) @24240   15 years vboxsync Solaris/Additions: some zone 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