VirtualBox

source: vbox/trunk/src/VBox/Devices

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @80616   5 years vboxsync Storage/DevVirtioSCSI.cpp: Fix typoed function name
(edit) @80615   5 years vboxsync Storage/DevVirtioSCSI.cpp: Now disk operations are working on Linux …
(edit) @80609   5 years vboxsync Audio/AC97: More code needed for EACS VRA / VRM handling.
(edit) @80608   5 years vboxsync Audio/Mixer: Logging tweaks.
(edit) @80596   5 years vboxsync Storage/DevVirtioSCSI.cpp: Added code to incorporate aeichner's …
(edit) @80592   5 years vboxsync VSCSI: Set the correct transfer size for INQUIRY commands depending on …
(edit) @80591   5 years vboxsync Devices/Storage: Add two new parameters to …
(edit) @80590   5 years vboxsync Devices/Storage: Add two new parameters to …
(edit) @80589   5 years vboxsync Devices/Storage: Add two new parameters to …
(edit) @80585   5 years vboxsync Runtime: Some renaming to stay consistent (*Get* always returns what …
(edit) @80583   5 years vboxsync Devices/PXE: Also return an exit code on success in restart_tftp().
(edit) @80577   5 years vboxsync fix doc burn after param rename
(edit) @80575   5 years vboxsync Storage/DevVirtioSCSI.cpp: Resolved issue of mem corruption hn when …
(edit) @80571   5 years vboxsync Storage/DevVirtioSCSI.cpp: Cleaned up the req submit code. Trying to …
(edit) @80547   5 years vboxsync Devices/Graphics/shaderlib: print OpenGL shader compiler messages.
(edit) @80541   5 years vboxsync VSCSI: Fix the amount of transfered data for INQUIRY requests to …
(edit) @80539   5 years vboxsync Storage/DevVirtioSCSI.cpp: Added code to properly free some allocated …
(edit) @80538   5 years vboxsync Storage/DevVirtioSCSI.cpp: Simplified hexdump code (ported from a long …
(edit) @80537   5 years vboxsync VMM,Devices: Some PDM device model refactoring. [scm] bugref:9218
(edit) @80531   5 years vboxsync VMM,Devices: Some PDM device model refactoring. bugref:9218
(edit) @80528   5 years vboxsync Storage/DevVirtioSCSI.cpp: This is being integrated to stop burns. I …
(edit) @80527   5 years vboxsync Storage/DevVirtioSCSI.cpp: Added code to intercept requests to …
(edit) @80522   5 years vboxsync Storage/DevVirtioSCSI.cpp: Changes to logging to by default just log …
(edit) @80521   5 years vboxsync Storage/DevVirtioSCSI.cpp: DrvSCSI (VSCSI) seems to return status …
(edit) @80515   5 years vboxsync Devices/Graphics/shaderlib: workaround for mac OS GL driver limits
(edit) @80502   5 years vboxsync Audio/AC97: Some guest OSes seem to ignore our codec capabilities …
(edit) @80501   5 years vboxsync Storage/DevVirtioSCSI.cpp: (display text of SCSI status code in log, …
(edit) @80500   5 years vboxsync Audio/DrvHostDSound.cpp: Logging nits.
(edit) @80499   5 years vboxsync Storage/DrvVirtioSCSI.cpp: Added code to handle event subscriptions …
(edit) @80478   5 years vboxsync WDDM: remove unused VBOX_VDMA_WITH_WATCHDOG code. bugref:9529
(edit) @80477   5 years vboxsync DevVGA_VMDA.cpp: More doxygen fixes
(edit) @80474   5 years vboxsync DevVGA_VMDA.cpp: More doxygen fixes
(edit) @80471   5 years vboxsync DevVGA_VMDA.cpp: Doxygen fixes
(edit) @80445   5 years vboxsync Shared Clipboard/URI: Committed a bit too much, reverted.
(edit) @80444   5 years vboxsync Shared Clipboard/URI: Added protocol versioning support plus enhanced …
(edit) @80437   5 years vboxsync Storage/DevVirtioSCSI.cpp: Basic round-trip I/O implemented for …
(edit) @80430   5 years vboxsync Devices/Graphics: Resurrect the graphics device part of r132865
(edit) @80428   5 years vboxsync Devices/Graphics: Resurrect the graphics device part of r132865
(edit) @80403   5 years vboxsync Serial/NamedPipe: don't leak the socket if connect(2) fails.
(edit) @80396   5 years vboxsync Devices/DevVGA, Main: Get rid of obsolete code enclosed by …
(edit) @80383   5 years vboxsync Storage/DevVirtioSCSI.cpp: Got notification and initial worker thread …
(edit) @80362   5 years vboxsync Devices/Makefile.kmk: Remove leftover dependency on renderspu source …
(edit) @80346   5 years vboxsync VMM,PciRaw: Eliminate duplicate PGVM/PVMCC and PGVMCPU/PVMCPUCC …
(edit) @80340   5 years vboxsync Fixed error in MMIO handling of cfg gen check/increment. Seem to have …
(edit) @80308   5 years vboxsync Storage/DevVirtioSCSI.cpp: Some cleanup of r132764
(edit) @80307   5 years vboxsync Storage/DevVirtioSCSI.cpp: Removed pasted-into-wrong-window youtube URL
(edit) @80306   5 years vboxsync Storage/DevVirtioSCSI.cpp: Implemented interrupt handling and …
(edit) @80305   5 years vboxsync REM,VMM,tstInt,Devices: Use VMM_COMMON_DEFS when including vm.h so the …
(edit) @80299   5 years vboxsync Devices/Config.kmk,Makefile.kmk,testcase/Makefile.kmk: Must use …
(edit) @80298   5 years vboxsync Devices/Serial: Don't include vm.h. bugref:9217
(edit) @80297   5 years vboxsync GIMDev.cpp: Ditto. bugref:9217
(edit) @80296   5 years vboxsync VMMDev.cpp: Skip including vm.h as it is no longer needed. bugref:9217
(edit) @80295   5 years vboxsync Graphics/HGSMIHost.h: Avoid including vm.h just for three cases of …
(edit) @80294   5 years vboxsync DevVGA.cpp: Ditto.
(edit) @80293   5 years vboxsync VMM(CPUM),DevPcBios: Added CPUM methods for getting the guest (and …
(edit) @80281   5 years vboxsync VMM,++: Refactoring code to use VMMC & VMMCPUCC. bugref:9217
(edit) @80279   5 years vboxsync NAT: bugref:9531: Scrub inbound URG pointer for now. sorecvoob() has …
(edit) @80240   5 years vboxsync Adjust some parameters and interface
(edit) @80219   5 years vboxsync storage/DevVirtioSCSI.cpp, major changes that flesh out most of the …
(edit) @80201   5 years vboxsync Fix doxygen burn and fixed MMIO related macros, and notification area …
(edit) @80194   5 years vboxsync Some more re-structuring and encapsulation of library implementation. …
(edit) @80169   5 years vboxsync Changes to enforce VirtIO 1.0 section 4.1.3.1 compliant device …
(edit) @80168   5 years vboxsync Fixed offset usage that caused reaching into wrong values of newest …
(edit) @80149   5 years vboxsync Fix DOxygen errs
(edit) @80148   5 years vboxsync Changed how MMIO items are accessed, simplified and fixed PCI CFG …
(edit) @80118   5 years vboxsync VMM: Kicking out raw-mode and 32-bit hosts - MM, PGM, ++. bugref:9517 …
(edit) @80108   5 years vboxsync Implemented virtio_pci_cfg_cap interface of VirtIO 1.0 spec, section …
(edit) @80074   5 years vboxsync VMM,Main,++: Retired the unfinished FTM component.
(edit) @80063   5 years vboxsync VMM: Kicking out raw-mode - APIC. bugref:9517
(edit) @80059   5 years vboxsync First run at fixing doxygen burn
(edit) @80058   5 years vboxsync Virtio 1.0 capabilities are now showing up and some negotiation …
(edit) @80049   5 years vboxsync Main: Kicking out raw-mode - Devices warning. bugref:9517
(edit) @80040   5 years vboxsync scm.
(edit) @80039   5 years vboxsync PS2M: Implemented (again) support for horizontal scrolling over the …
(edit) @80038   5 years vboxsync DevPcBios: Properly initialize MP table floating pointer on VM reset …
(edit) @80037   5 years vboxsync slirp: Fix typo in Nagle's name, making it searchable (and, more …
(edit) @79973   5 years vboxsync Just checking in changes. Working out new interface between …
(edit) @79941   5 years vboxsync Fix obvious bug in (pre-tested) Virtio PCI capabilities code. Using …
(edit) @79929   5 years vboxsync Attempt to fix burn related to bad doxygen doc field
(edit) @79928   5 years vboxsync See #9440 Comment #36
(edit) @79891   5 years vboxsync *.kmk: Preparing for dropping 32-bit host support. Introducing a …
(edit) @79791   5 years vboxsync Devices/Graphics: UYVY and YUY2 formats
(edit) @79686   5 years vboxsync HPET: Avoid a potential division overflow whereby a malicious guest …
(edit) @79681   5 years vboxsync DevVGA-SVGA3d-win.cpp: Sync vmsvga3dSurfaceGetSharedCopy with …
(edit) @79678   5 years vboxsync Devices/VUSB: Missed pointer update on rellocation
(edit) @79675   5 years vboxsync PDM: Added a way to directly queue HID usage based keyboard events.
(edit) @79671   5 years vboxsync Devices/AHCI: Allow 16bit writes to a 32bit register by reading the …
(edit) @79670   5 years vboxsync VMSVGA: Adding some more validation of a shader bytecode, bugref:9460
(edit) @79668   5 years vboxsync VMSVGA: Ignore requests to set invalid transform type or render state, …
(edit) @79655   5 years vboxsync BIOS: ROM init routine may clobber registers, duh (see bugref:6549).
(edit) @79535   5 years vboxsync Added some code to support status driver attach. That call still …
(edit) @79522   5 years vboxsync VBox/log.h: Kicked out most event group (base classes are still there) …
(edit) @79500   5 years vboxsync Shared Clipboard/URI: Build fix.
(edit) @79499   5 years vboxsync Shared Clipboard/URI: Build fix.
(edit) @79494   5 years vboxsync Fix typoed name in doc ref
(edit) @79493   5 years vboxsync Attempt to fix linux burns for (missing?) LF's as reported by scm on Linux
(edit) @79492   5 years vboxsync Code runs, shows up as PCI controller
(edit) @79375   5 years vboxsync Fixed crash, still not seeing on pci bus with lspci, will check with …
(edit) @79336   5 years vboxsync Syncing code after adding PCI registration/memory mapping code (from …
(edit) @79291   5 years vboxsync Trying to fix flowerbox markers based on build box error and …
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