VirtualBox

source: vbox/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @81412   5 years vboxsync PC/BIOS: Move the generic SCSI definitions out of scsi.c into a …
(edit) @81411   5 years vboxsync FE/Qt: bugref:9510. Cleanup
(edit) @81410   5 years vboxsync DevE1000: split up the state structure, converted timers to handles …
(edit) @81409   5 years vboxsync PDMR3Task: Use RTTHREADTYPE_IO for the task threads. bugref:9218
(edit) @81408   5 years vboxsync DevRTC: nits. bugref:9218
(edit) @81407   5 years vboxsync PC/BIOS/virtio.c: Updates
(edit) @81406   5 years vboxsync PDM: Enabled PDM task code. Added bunch of new device helper …
(edit) @81405   5 years vboxsync FE/Qt: bugref:6699. Some cleanup.
(edit) @81402   5 years vboxsync VirtIO: Fix access to the VirtIO registers through the PCI config …
(edit) @81401   5 years vboxsync FE/Qt: Adjust the runtime warning text as it suggested I just 'may run …
(edit) @81400   5 years vboxsync :fix warning because our cc1plus says 'all warnings being treated as …
(edit) @81399   5 years vboxsync FE/Qt: bugref:6699. Marking color themes not-editable.
(edit) @81398   5 years vboxsync bugref:9589. OCI: Added public SSH key support during instance creation.
(edit) @81397   5 years vboxsync Main/MachineImplMoveVM: fix error message typo
(edit) @81396   5 years vboxsync Main/MachineImplMoveVM: comment whitespace
(edit) @81395   5 years vboxsync Shared Clipboard/Transfers: Also initialize events state instead of …
(edit) @81394   5 years vboxsync Main/MachineImplMoveVM: Putting all Machine object references in a …
(edit) @81393   5 years vboxsync Main/MachineImplMoveVM: many cleanups including removal of unused code
(edit) @81392   5 years vboxsync FE/Qt: bugref:9510. Removing no more needed size hint overloads.
(edit) @81391   5 years vboxsync PDM: Introducing a asynchronous ring-3 task concept to alliviate the …
(edit) @81390   5 years vboxsync PDM: Introducing a asynchronous ring-3 task concept to alliviate the …
(edit) @81388   5 years vboxsync PDM: Introducing a asynchronous ring-3 task concept to alliviate the …
(edit) @81387   5 years vboxsync vboximg-mount: Enable and pack vboximg-mount on Linux by default, …
(edit) @81386   5 years vboxsync vboximg-mount: Enable and pack vboximg-mount on Linux by default, …
(edit) @81385   5 years vboxsync DevE1000: Converted timers from pointers to handles. [build fix] …
(edit) @81384   5 years vboxsync DevE1000: Converted timers from pointers to handles. bugref:9218
(edit) @81383   5 years vboxsync IOM: Split up the logging into two more groups, one for I/O ports and …
(edit) @81382   5 years vboxsync PDMDEVHLPR3: Added PDMDevHlpTimerSetCritSect. bugref:9218
(edit) @81380   5 years vboxsync DevE1000: Start converting it to the new device model. bugref:9218
(edit) @81379   5 years vboxsync IOM: build fix attempts. bugref:9218
(edit) @81378   5 years vboxsync IOM,PDM,PCI: Making new MMIO code work with PCI. [build fix] bugref:9218
(edit) @81377   5 years vboxsync DevRTC: Missing dox.
(edit) @81376   5 years vboxsync NEMR3Init: Set error info when VMMR0_DO_NEM_INIT_VM fails.
(edit) @81375   5 years vboxsync IOM,PDM,PCI: Making new MMIO code work with PCI. bugref:9218
(edit) @81369   5 years vboxsync *: doxygen fixes
(edit) @81368   5 years vboxsync Storage/DevVirtioSCSI.cpp: While trying to diagnose issue seen with …
(edit) @81367   5 years vboxsync Storage/DevVirtioSCSI.cpp: While trying to diagnose issue seen with …
(edit) @81365   5 years vboxsync Devices/Graphics: Direct3D backend helpers
(edit) @81363   5 years vboxsync IOM: doxygen fixes. bugref:9218
(edit) @81362   5 years vboxsync scm fix.
(edit) @81361   5 years vboxsync bugref:8345. replace wrong usage Utf8Str::contains() by RTPathStartsWith().
(edit) @81360   5 years vboxsync Devices/Graphics: Direct3D backend support for UYVY, YUY2 and A8B8G8R8 …
(edit) @81359   5 years vboxsync Devices/Graphics: Direct3D backend helpers and surface format …
(edit) @81358   5 years vboxsync FE/Qt: UIExtraDataManager: Finally syncing geometry restore logic …
(edit) @81357   5 years vboxsync FE/Qt: UIExtraDataManager: Syncing geometry restore logic between …
(edit) @81356   5 years vboxsync FE/Qt: QIManagerDialog: Fix bug and coding-style of r119699.
(edit) @81355   5 years vboxsync Main/PCIRawDev: adjust
(edit) @81354   5 years vboxsync Main/PCIRawDev: small header file cleanup
(edit) @81353   5 years vboxsync FE/Qt: UIExtraDataManager: Adjusting geometry restore logic for …
(edit) @81352   5 years vboxsync Shared Clipboard/Transfers: Implemented reporting / querying …
(edit) @81351   5 years vboxsync EFI/Firmware: Disable emulated NV variable mode, bugref:6940
(edit) @81350   5 years vboxsync EFI/Firmware: use maximum text mode resolution (for EFI shell mainly)
(edit) @81349   5 years vboxsync Storage/DevVirtioSCSI.cpp: Fix burn due to unintialized vars
(edit) @81348   5 years vboxsync Storage/DevVirtioSCSI.cpp: Some improvements to failures related to …
(edit) @81347   5 years vboxsync Shared Clipboard/Transfers: Return VERR_NOT_IMPLEMENTED to the guest …
(edit) @81346   5 years vboxsync Shared Clipboard/Transfers: Made the context ID 64-bit wide.
(edit) @81345   5 years vboxsync Shared Clipboard/Transfers: Apply file transfers mode on VM start in Main.
(edit) @81344   5 years vboxsync EFI/Firmware: switch to "usual" variable handling, using NVRAM
(edit) @81343   5 years vboxsync Shared Clipboard/Transfers: Some fixes for shClTransferResolvePathAbs().
(edit) @81342   5 years vboxsync Shared Clipboard/Transfers: Some fixes for …
(edit) @81341   5 years vboxsync IOM: fixed stale MMIO mapping stats. bugref:9218
(edit) @81340   5 years vboxsync FE/Qt: bugref:6699 Making a text edit read only.
(edit) @81339   5 years vboxsync FE/Qt: bugref:6143. A small modification.
(edit) @81338   5 years vboxsync IOM: Build fixes. bugref:9218
(edit) @81337   5 years vboxsync IOM: A bit more input validation during MMIO range creation and …
(edit) @81336   5 years vboxsync IOM: Implemented the IOMMMIO_FLAGS_ABS flag (or rather the absence of …
(edit) @81335   5 years vboxsync IOM: More fixes for release builds. bugref:9218
(edit) @81334   5 years vboxsync IOM: Build fix. bugref:9218
(edit) @81333   5 years vboxsync IOM: More MMIO stuff, almost there now... bugref:9218
(edit) @81332   5 years vboxsync grr
(edit) @81330   5 years vboxsync clipboard-transfers.cpp: Must use DECLINLINE instead of inline …
(edit) @81329   5 years vboxsync VBoxSharedClipboardSvc.cpp: Adjusted old docs in @pg_hostclip and …
(edit) @81328   5 years vboxsync FE/Qt: bugref:9582: New icons for PCIe controller type.
(edit) @81327   5 years vboxsync FE/Qt: bugref:9582: Subsequent update for sas icons, s.a. r134001.
(edit) @81326   5 years vboxsync FE/Qt: UIFormEditorWidget: Adjust activation trigger for table editor …
(edit) @81325   5 years vboxsync Shared Clipboard/Transfers: Renaming.
(edit) @81324   5 years vboxsync Shared Clipboard/Transfers: Added more checking for open/create …
(edit) @81323   5 years vboxsync Shared Clipboard/Transfers: Also use shClTransferResolvePathAbs() in …
(edit) @81322   5 years vboxsync Shared Clipboard/Transfers: Added limiting of object and list handles …
(edit) @81321   5 years vboxsync Shared Clipboard/Transfers: Convert ANSI to UTF-8 in …
(edit) @81320   5 years vboxsync Shared Clipboard/Transfers: Renaming.
(edit) @81319   5 years vboxsync Shared Clipboard/Transfers: Build fix.
(edit) @81318   5 years vboxsync Shared Clipboard/Transfers: Use VERR_INVALID_UTF8_ENCODING in …
(edit) @81317   5 years vboxsync Shared Clipboard/Transfers: Logging nit.
(edit) @81316   5 years vboxsync Storage/DevVirtioSCSI.cpp: Correct missing queue name parameter
(edit) @81315   5 years vboxsync Shared Clipboard/Transfers: Use RTPathJoinA() in ShClTransferObjOpen().
(edit) @81314   5 years vboxsync Storage/DevVirtioSCSI.cpp: Fix burns for unused variables
(edit) @81313   5 years vboxsync Storage/DevVirtioSCSI.cpp: Fix burns for unused variables
(edit) @81312   5 years vboxsync Storage/DevVirtioSCSI.cpp: Fix sanitizer errors found in virtioScsiCtrl()
(edit) @81311   5 years vboxsync FE/Qt: bugref:6143. Showing a message on the status bar when the …
(edit) @81309   5 years vboxsync FE/Qt: bugref:6143. Remembering the last selected color theme
(edit) @81308   5 years vboxsync Storage/DevVirtioSCSI.cpp: fix assert (third times the charm)
(edit) @81307   5 years vboxsync Storage/DevVirtioSCSI.cpp: fix assert
(edit) @81306   5 years vboxsync Storage/DevVirtioSCSI.cpp: fix assert
(edit) @81305   5 years vboxsync Main/HostImpl: Updated CPU features with nested VT-x conditions. …
(edit) @81304   5 years vboxsync SUPDrv: Added reporting of VT-x's VMCS shadowing CPU feature as part …
(edit) @81303   5 years vboxsync FE/Qt: bugref:6143. Some fixes on color themes.
(edit) @81302   5 years vboxsync Storage/DevVirtioSCSI.cpp: Try to fix burn on Windows build machines
(edit) @81301   5 years vboxsync Storage/DevVirtioSCSI.cpp: Fix burn caused by unused function.
(edit) @81300   5 years vboxsync Storage/DevVirtioSCSI.cpp: Improved bounds checking for MMIO …
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