VirtualBox

source: vbox/trunk/src/VBox

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @56666   9 years vboxsync hmR0SvmExitIOInstr: Optimize the OUTS on old-CPU when it's clear from …
(edit) @56665   9 years vboxsync hmR0SvmExitIOInstr: Adjusted the u3SEG validity check to exclude …
(edit) @56664   9 years vboxsync HMSVMR0.cpp: Fixed incorrect I/O instruction length check.
(edit) @56663   9 years vboxsync HMSVMR0.cpp: VT-x and IEM insists on having busy TSS descriptor types …
(edit) @56662   9 years vboxsync Main: When changing audio controller, change codec as well.
(edit) @56661   9 years vboxsync DnD/VBoxTray: Also support retrieving plain text, added better …
(edit) @56660   9 years vboxsync iomMmioCommonPfHandler: Deal with IEM failure.
(edit) @56659   9 years vboxsync Additions/crOpenGL: take the right error path if the host service is …
(edit) @56658   9 years vboxsync Storage/AHCI: Fix possible use after free after an I/O error occurred. …
(edit) @56657   9 years vboxsync DnD/Main: GuestDnDTargetImpl.cpp: Decide based on the host format …
(edit) @56656   9 years vboxsync DnD/Main: GuestDnDTargetImpl.cpp: Some more error checking, return values.
(edit) @56655   9 years vboxsync Build fix.
(edit) @56654   9 years vboxsync DnD: FE/Qt: Better try negotiating a format between host and guest.
(edit) @56653   9 years vboxsync DnD: Some renaming, documentation, logging.
(edit) @56652   9 years vboxsync DnD/VbglR3: Also support non URI-data transfers, logging.
(edit) @56651   9 years vboxsync DnD/VBoxClient: Got rid of the buffer selection request code, …
(edit) @56649   9 years vboxsync RT_MIN is a macro
(edit) @56648   9 years vboxsync Audio: Remove DEV_AUDIO logging group and split it up into per device …
(edit) @56647   9 years vboxsync Audio/OSS: Wrong svn Id header
(edit) @56646   9 years vboxsync Audio: Another bunch of wrong assertions
(edit) @56645   9 years vboxsync Audio/Alsa: Wrong assertion
(edit) @56644   9 years vboxsync Audio/ALSA: Fix possible endless loop if the mixer buffer is already …
(edit) @56642   9 years vboxsync VMM/HMSVMR0: extra RC in assert in IO exits like r101262 for VT-x.
(edit) @56641   9 years vboxsync Comment
(edit) @56640   9 years vboxsync iomMMIOHandler: IOM_LOCK_SHARED may fail in non-R3 contexts.
(edit) @56639   9 years vboxsync AHCI: Make sure all memory allocated from the driver below is freed …
(edit) @56637   9 years vboxsync 5.0.0 RC2
(edit) @56636   9 years vboxsync Main/glue/tests: add some comments to the java sample code, and clean …
(edit) @56635   9 years vboxsync IOM: Enabled the non-#PF ring-0 and raw-mode access handlers (for …
(edit) @56634   9 years vboxsync VGA MMIO write handler may return VINF_EM_RAW_EMULATE_INSTR as it …
(edit) @56633   9 years vboxsync PGMPool.cpp: Enable non-#PF ring-0 access handlers.
(edit) @56632   9 years vboxsync DevVGA.cpp: Enable the non-#PF ring-0 access handler.
(edit) @56631   9 years vboxsync iemMemMap: Log VERR_IEM_IPE_9 details.
(edit) @56630   9 years vboxsync German NLS fix
(edit) @56629   9 years vboxsync IEM: More internal error status codes (9).
(edit) @56628   9 years vboxsync IEM: Postpone INS memory writes to ring-3 if we hit an access handler. …
(edit) @56627   9 years vboxsync PGMPhys: The s_abPlayItSafe bits in dealing with …
(edit) @56626   9 years vboxsync PGMInline.h: pvZeroPg and physical guest address TLB may need some …
(edit) @56625   9 years vboxsync doc/SDKRef: Document how to run the system event queue when using the …
(edit) @56623   9 years vboxsync finally unused
(edit) @56622   9 years vboxsync don't include vl_vbox.h anymore
(edit) @56621   9 years vboxsync Installer/darwin: Put the CLI bits in /usr/local/bin instead of …
(edit) @56620   9 years vboxsync VMM/HMR0: comments.
(edit) @56619   9 years vboxsync VMM/HMR0: revert r101249, added comment to clarify usage.
(edit) @56618   9 years vboxsync VMM/HMR0: Don't read MSR unnecessarily.
(edit) @56617   9 years vboxsync DnD: FE/Qt: Logging.
(edit) @56616   9 years vboxsync DnD: GuestDnDTargetImpl.cpp: Use destination paths for data block.
(edit) @56615   9 years vboxsync Main: build fixes
(edit) @56611   9 years vboxsync IOM/INSEx: Must dirty the page.
(edit) @56610   9 years vboxsync Main/Machine: add stub of a new method which will apply the VM default …
(edit) @56607   9 years vboxsync IOM,IEM: split up VBOX_WITH_2ND_IEM_STEP into two steps, the first one …
(edit) @56602   9 years vboxsync 3D: Display Lists: add dependency for VBoxOGLcrserverlib.
(edit) @56601   9 years vboxsync 3D: Display Lists: temporary disable Expando SPU and DLM.
(edit) @56600   9 years vboxsync Main/webservice: more Windows build fixing
(edit) @56599   9 years vboxsync Warning fix (32-bit Windows).
(edit) @56598   9 years vboxsync Main/webservice: windows build fix
(edit) @56597   9 years vboxsync Main/webservice: make an attempt at gracefully handling webservice …
(edit) @56596   9 years vboxsync Main/idl: change the unit of "reservedAttributes" from read-write …
(edit) @56595   9 years vboxsync Main/Machine+ProgresProxy: for the few things not handled by the …
(edit) @56594   9 years vboxsync Storage/AHCI: Don't try to free a request structure which does not …
(edit) @56593   9 years vboxsync info vmsvga
(edit) @56592   9 years vboxsync Network/Win: Replace FUNCTION macro with literal strings to improve …
(edit) @56591   9 years vboxsync Network/NetLwf: DbgPring statements to help with diagnosing …
(edit) @56590   9 years vboxsync Frontend/VBoxManage: avoid crash with empty string (happened during …
(edit) @56589   9 years vboxsync Network/NetLwf: listModules access and modification fixes (#7231)
(edit) @56588   9 years vboxsync Main/idl: reserved method/attribute fine tuning now that more …
(edit) @56587   9 years vboxsync Main/Performance: convert to API wrapper usage, and quite a bit of cleanup
(edit) @56584   9 years vboxsync Main/RemoteUSBDevice: convert to API wrapper usage
(edit) @56583   9 years vboxsync Main/ConsoleImpl: LogRel nit and todo has been addressed.
(edit) @56582   9 years vboxsync Main/Console: make resume attempts over the API fail with a …
(edit) @56581   9 years vboxsync Main/ConsoleImpl: ignore 'regular' VM-resume requests when the VM has …
(edit) @56580   9 years vboxsync whitespace
(edit) @56579   9 years vboxsync Storage/ATA: fixed returned device strings from INQUIRY command (were …
(edit) @56578   9 years vboxsync HostServices/SharedOpenGL: LogRel nits.
(edit) @56577   9 years vboxsync Main/MachineImplCloneVM.cpp: fix cloning of VMs with floppy (handled …
(edit) @56576   9 years vboxsync HostDrivers/Support: added bugref to fix.
(edit) @56575   9 years vboxsync DnD/VbglR3: Cleanup.
(edit) @56574   9 years vboxsync Main/ProgressProxy: eliminate unnecessary includes
(edit) @56573   9 years vboxsync Storage/tstVDIo: Avoid division by 0
(edit) @56572   9 years vboxsync VMM/HMR0: comment.
(edit) @56569   10 years vboxsync fixed variable name
(edit) @56567   10 years vboxsync IMachineDebugger: Fixed getters for LogDbgFlags, LogRelFlags, …
(edit) @56566   10 years vboxsync Host 3D: Expando SPU, DLM module. - DLM module reworked. Now it uses …
(edit) @56564   10 years vboxsync Solaris/Installer: Fix for Solaris 12 renaming iconv/utf-8 package.
(edit) @56563   10 years vboxsync Main/Main/src-server/MachineImplCloneVM: fix a collection of bugs …
(edit) @56562   10 years vboxsync Build fix.
(edit) @56561   10 years vboxsync FE/Qt: attempt to fix a regression that sometimes made the GUI start …
(edit) @56559   10 years vboxsync SUPDrv-darwin: comment typo.
(edit) @56558   10 years vboxsync SUPDrv-darwin.cpp: CR4.VMXE fix after host_vmxon issue.
(edit) @56555   10 years vboxsync DnD: FE/Qt: Return the (variant) drag data by reference, added rc.
(edit) @56554   10 years vboxsync DnD/Main: Wait a bit longer when checking for pending guest->host …
(edit) @56553   10 years vboxsync DnD/Main: Update for error messages.
(edit) @56552   10 years vboxsync ConsoleImpl: use doxygen for todo.
(edit) @56551   10 years vboxsync Main/src-client: Don't resume a VM on host-resume unless it was …
(edit) @56533   10 years vboxsync VBoxManage generated help updates, manual/Makefile.kmk hacking, …
(edit) @56529   10 years vboxsync tstVDIo: Change the implementation to calculate the throughput in …
(edit) @56523   10 years vboxsync Main/idl: fix a few missing <desc> tags, and keep the DTD up to date.
(edit) @56522   10 years vboxsync rpm: openSUSE
(edit) @56517   10 years vboxsync FE/Qt: Apply recommended audio codec.
(edit) @56516   10 years vboxsync Main: Save audio codec settings (see #7902).
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