VirtualBox

source: vbox/trunk/src/VBox

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @24046   15 years vboxsync ApplianceImpl: Create IDE controller during import instead of assuming …
(edit) @24045   15 years vboxsync DevAHCI: save and verify config (saved state).
(edit) @24044   15 years vboxsync 2d accel: fix unnecessary unlock g->h commands
(edit) @24042   15 years vboxsync DevSerial.cpp: Verify config on load.
(edit) @24041   15 years vboxsync Also flush dirty pages when unmapping cr3
(edit) @24040   15 years vboxsync Rephrased
(edit) @24039   15 years vboxsync DevE1000.cpp: Enable the new saved state version (2) that includes …
(edit) @24038   15 years vboxsync DevEEPROM.cpp: it's sufficient to return the status of the last SSM …
(edit) @24037   15 years vboxsync Missing break
(edit) @24036   15 years vboxsync FE/Qt4: Session Information Dialog: Fixed typo in signal connection.
(edit) @24035   15 years vboxsync Backed out dead, but incorrect code
(edit) @24034   15 years vboxsync Backed out r53864; will cause too many problems unfortunately.
(edit) @24033   15 years vboxsync Error code handling
(edit) @24032   15 years vboxsync Return error code if VT-x/AMD-V init fails.
(edit) @24031   15 years vboxsync Removed disabled and incorrect assertion.
(edit) @24030   15 years vboxsync Warn about AMD-V in use.
(edit) @24029   15 years vboxsync Compile fix
(edit) @24028   15 years vboxsync 2d accel: guest driver fix for overlay surfaces not marked as visible
(edit) @24027   15 years vboxsync Fail if VT-x or AMD-V are already enabled (Windows 7)
(edit) @24026   15 years vboxsync VBoxManageStorageController.cpp: Don't use doxygen comments (/ */) …
(edit) @24024   15 years vboxsync Main and VBoxManage/GuestProperties: fix deleting GuestProperties in …
(edit) @24023   15 years vboxsync VbglR3: Some cleanup.
(edit) @24022   15 years vboxsync Wrap RTThreadPreemptDisable
(edit) @24021   15 years vboxsync Use KeSetSystemAffinityThread in RTThreadPreemptDisable/Enable. …
(edit) @24020   15 years vboxsync E1000: EEPROM save/load functions
(edit) @24019   15 years vboxsync DevSB16: save and verify config (untested).
(edit) @24018   15 years vboxsync toupper -> RT_C_TO_UPPER.
(edit) @24017   15 years vboxsync UUID: for r53765
(edit) @24015   15 years vboxsync Don't include <ctype.h>.
(edit) @24014   15 years vboxsync Removed rtMpClearPoke function as it's no longer required. (fixes …
(edit) @24013   15 years vboxsync don't use <ctype.h> on UTF-8.
(edit) @24012   15 years vboxsync DevPIC: Always enable 'info pic', not only in debug builds.
(edit) @24011   15 years vboxsync don't use <ctype.h> on UTF-8.
(edit) @24010   15 years vboxsync don't use <ctype.h> on UTF-8.
(edit) @24009   15 years vboxsync don't use <ctype.h> on UTF-8.
(edit) @24008   15 years vboxsync DrvHostBase.cpp: toupper -> RT_C_TO_UPPER.
(edit) @24006   15 years vboxsync don't use <ctype.h> on UTF-8.
(edit) @24005   15 years vboxsync TestVBoxOGL: fixed -test 3D, more verbose help
(edit) @24004   15 years vboxsync VBoxTestOGL: small help
(edit) @24003   15 years vboxsync disable incorrect assert
(edit) @24002   15 years vboxsync FE/Qt4: Cleaning QILabel from garbage, reworking QILabel size-hint …
(edit) @24001   15 years vboxsync Runtime: Darwin requires an extra parameter for F_NOCACHE which …
(edit) @24000   15 years vboxsync small svn property cleanup
(edit) @23998   15 years vboxsync VRDP port range API: user manual, frontends.
(edit) @23997   15 years vboxsync 4370: FE/Qt4: Unable to auto-mount Guest Additions image while …
(edit) @23994   15 years vboxsync #3987: Virtio: Network adapter available in all frontends.
(edit) @23993   15 years vboxsync DevAPIC: gcc warnings
(edit) @23990   15 years vboxsync VBoxTestOGL: Fix for strcmp().
(edit) @23989   15 years vboxsync DevParallel: verify config on load.
(edit) @23987   15 years vboxsync Reverted unintentionally submitted changes.
(edit) @23986   15 years vboxsync DevAPIC: Added debugger support to print LAPIC and I/O APIC state.
(edit) @23985   15 years vboxsync DevVGA: Save and verify the basic config.
(edit) @23984   15 years vboxsync FE/Qt: take keyboard layouts which use shift to cancel CapsLock into …
(edit) @23983   15 years vboxsync Must flush all contexts when restarting with asid 1
(edit) @23982   15 years vboxsync Frontends/VirtualBox: NULL strings are not valid as medium UUIDs for …
(edit) @23981   15 years vboxsync DevIchAc97: validate config.
(edit) @23980   15 years vboxsync 2d accel: explicit link libGL.so to VirtualBox on Linux as well
(edit) @23979   15 years vboxsync #3987: Virtio: Fixed RX thread blocking on early RX packets. Guest …
(edit) @23978   15 years vboxsync Remove semicolon
(edit) @23977   15 years vboxsync Cleaned up
(edit) @23976   15 years vboxsync Flush page instead of context (code path not used)
(edit) @23975   15 years vboxsync AsyncCompletion: Fix possible data corruption
(edit) @23973   15 years vboxsync *,RTFileOpen: Fixing RTFileOpen flag misdesign: The deny, access and …
(edit) @23972   15 years vboxsync Must set tlb flush flag when exiting ring 0 (local init)
(edit) @23971   15 years vboxsync X11/VBoxClient: Command line help.
(edit) @23970   15 years vboxsync DevSB16,DevVirtioNet,DevPcBios,DrvSCSIHost: typo in error message.
(edit) @23969   15 years vboxsync DevE1000: typo.
(edit) @23968   15 years vboxsync DevPCNet: save & verify config.
(edit) @23967   15 years vboxsync VBoxManage: ULONG => StorageControllerType_T
(edit) @23966   15 years vboxsync DevEEPROM.h: todo
(edit) @23965   15 years vboxsync DevE1000Phy: nit picking.
(edit) @23964   15 years vboxsync DevE1000: save config (disabled).
(edit) @23963   15 years vboxsync VBoxManage: fixed a bug where replacing hdd's was not allowed and …
(edit) @23962   15 years vboxsync FE/Qt4: uninitialized variable found by valgrind
(edit) @23961   15 years vboxsync IPRT: Three new format types: %RTmac, %RTnaipv4 and %RTnapiv6.
(edit) @23960   15 years vboxsync tstStrFormat -> tstRTStrFormat.
(edit) @23959   15 years vboxsync PDMAsyncCompletion: Disable async I/O on linux if opening fails …
(edit) @23958   15 years vboxsync temporary debugging code
(edit) @23956   15 years vboxsync PDMAsyncCompletion: Migrate endpoints to a failsafe manager if a …
(edit) @23955   15 years vboxsync FE/Qt4: 4357: RT_OS_LINUX only
(edit) @23954   15 years vboxsync FE/Qt4: 4357: check /proc/mounts not /etc/fstab
(edit) @23953   15 years vboxsync FE/Qt4: GUI Coding-Style for Virtual Media Manager.
(edit) @23952   15 years vboxsync AsyncCompletion: Disable RTFILE_O_NO_CACHE for Linux on filesystems …
(edit) @23951   15 years vboxsync 2d accel: double-defined variable
(edit) @23950   15 years vboxsync DrvVD: Fix stupid bug which masks errors while opening a file
(edit) @23949   15 years vboxsync VBoxClient: Burn fix.
(edit) @23948   15 years vboxsync FE/Qt4: 4357: Warn if usbfs is mounted at /sys/bus/usb/drivers - …
(edit) @23947   15 years vboxsync API/Medium: stub for resizing method
(edit) @23946   15 years vboxsync API: medium terminology cleanup, no actual interface change
(edit) @23945   15 years vboxsync API/Machine: more parameter checks
(edit) @23944   15 years vboxsync Format specifier fix
(edit) @23943   15 years vboxsync More verbose assertion
(edit) @23942   15 years vboxsync DevPcBios.cpp: todo addressed already, spaces. more stuff tomorrow
(edit) @23941   15 years vboxsync VBoxClient: Installer, command line, define cleanup.
(edit) @23940   15 years vboxsync DevDMA.cpp: No need for uuid.h
(edit) @23939   15 years vboxsync FE/Qt4: Build warning fixed (unused variable).
(edit) @23938   15 years vboxsync 2d accel: make mouse move events for overlay widget be tracked …
(edit) @23937   15 years vboxsync FE/Qt4: Snapshots processing algorithm (VM Selector page): Restore …
(edit) @23936   15 years vboxsync API/Machine: clarify API docs, fix remaining code
(edit) @23935   15 years vboxsync VBoxManage: don't use machine uuid variable for other purposes.
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