VirtualBox

source: vbox/trunk/src/VBox/Devices

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @56491   9 years vboxsync Display the logo even in debug build, just for a shorter time.
(edit) @56454   9 years vboxsync Commit r100743 and r100913 to trunk which should improve pass through …
(edit) @56439   9 years vboxsync PDM/VSCSI: Added PDMISCSICONNECTOR interface to report LUN type.
(edit) @56438   9 years vboxsync LogRel nit.
(edit) @56431   9 years vboxsync Windows guest additions, VBVA: reverted part of r100972: host mouse …
(edit) @56429   9 years vboxsync vboxscsiReset: Reset cbBufLeft too.
(edit) @56428   9 years vboxsync VBoxSCSI: Remove needless code
(edit) @56427   9 years vboxsync build fix
(edit) @56426   9 years vboxsync Storage/VBoxSCSI: Fix write support regression and cleanup saved state …
(edit) @56425   9 years vboxsync VBoxSCSI: fixed assertions
(edit) @56419   9 years vboxsync logging fixes
(edit) @56413   9 years vboxsync IOM,DevATA,Dev*SCSI: Redid the string I/O callbacks so the devices …
(edit) @56409   9 years vboxsync lwip: fix wraparound check when updating icmp echo reply checksum that …
(edit) @56408   9 years vboxsync DevATA: Allow ataBMDMACmdWriteB to start stuff in ring-0 too.
(edit) @56407   9 years vboxsync duh
(edit) @56406   9 years vboxsync DevATA: Merged ataIOPortRead1Data/ataIOPortWrite1Data with …
(edit) @56405   9 years vboxsync DevATA: Split out the data port from the IOPortBase1 I/O port …
(edit) @56404   9 years vboxsync DevATA: Read final PIO transfer unit in ring-0.
(edit) @56402   9 years vboxsync DevATA,PDMCritSect: Changed the AsyncIOSem from RTSEMEVENT to …
(edit) @56400   9 years vboxsync DevATA: Use the R3 infix to clarify in which context things are executed.
(edit) @56399   9 years vboxsync nits
(edit) @56395   9 years vboxsync VUSB: Reverted r100358, fixed xHCI device attaching differently.
(edit) @56394   9 years vboxsync build fix
(edit) @56393   9 years vboxsync UsbMsd: Added scaffolding for returning different descriptors when …
(edit) @56392   9 years vboxsync DevATA: Replaced AsyncIORequestMutex (RTSEMMUTEX) with a PDM critical …
(edit) @56378   9 years vboxsync Windows guest additions, VBVA: host mouse cursor capability.
(edit) @56377   9 years vboxsync more RT_GCC_EXTENSION required for gcc-5
(edit) @56333   9 years vboxsync Devices/Graphics: Whitespace.
(edit) @56316   9 years vboxsync whitespace
(edit) @56292   9 years vboxsync Devices: Updated (C) year.
(edit) @56289   9 years vboxsync Removed unused header.
(edit) @56285   9 years vboxsync DevAHCI: LogRel nit.
(edit) @56284   9 years vboxsync s/VMMGC.gc/VMMRC.rc/g s/VBoxDDGC.gc/VBoxDDRC.rc/g …
(edit) @56278   9 years vboxsync SB16: Corrected SBP->SB16 volume conversion.
(edit) @56275   9 years vboxsync LogRel nit.
(edit) @56271   9 years vboxsync VUSB: Rename VUSBIDevIsEmulated to VUSBIDevIsSavedStateSupported to …
(edit) @56236   10 years vboxsync warning, something is suspicious here
(edit) @56235   10 years vboxsync DevSVGA-SVGA: warning
(edit) @56232   10 years vboxsync follow-up to r99029: remove VBOX_WITH_SLIRP_BSD_SBUF from the Makefile
(edit) @56194   10 years vboxsync 5.0.0 RC1
(edit) @56176   10 years vboxsync NAT: Don't forcibly reset/drop all connections when link goes down. …
(edit) @56161   10 years vboxsync Audio/PulseAudio: removed unintended LogRel() and release a string …
(edit) @56151   10 years vboxsync LogRel nit.
(edit) @56148   10 years vboxsync Audio: use the VM name to name PulseAudio streams
(edit) @56146   10 years vboxsync SrvIntNetR0: rename intnetR0NetworkAddrCacheDeleteUnlocked …
(edit) @56141   10 years vboxsync USB: Minor cleanup, kill a few unused declarations
(edit) @56110   10 years vboxsync build fix
(edit) @56109   10 years vboxsync DevPciIch9: logging
(edit) @56097   10 years vboxsync VBVA: logrel nits.
(edit) @56087   10 years vboxsync Storage/AHCI: Fix race condition which might lead to a hang during …
(edit) @56085   10 years vboxsync PDM/Audio: Removed old audio architecture.
(edit) @56051   10 years vboxsync VMM: Added VMMGC_MAIN_MODULE_NAME -> VMMRC_MAIN_MODULE_NAME and …
(edit) @56041   10 years vboxsync DevVGA_VBVA: release VGA lock before calling PDMDevHlpPCISetIrq
(edit) @56036   10 years vboxsync DevVGA_VBVA: HGSMI and VBVA cleanup, logging
(edit) @56028   10 years vboxsync Devices/Serial: Fix incorrect expression which would never evaluate to true
(edit) @56024   10 years vboxsync NAT/slirp: gcc warning.
(edit) @56023   10 years vboxsync DrvHostPulseAudio.cpp: Set the pointers to driver instance.
(edit) @56018   10 years vboxsync Audio/CoreAudio: Fix audio output if the default output device …
(edit) @56017   10 years vboxsync Physical access handler cleanups.
(edit) @55994   10 years vboxsync lwip: Add missing newlines in LWIP_DEBUGF.
(edit) @55992   10 years vboxsync lwip: Drop "l" (ell) length modifier from U32_F and friends. This …
(edit) @55980   10 years vboxsync iprt/log.h,++: Added extended logger instance getters that also checks …
(edit) @55966   10 years vboxsync PGM,++: VBOXSTRICTRC for physical access handlers.
(edit) @55964   10 years vboxsync Storage/VD: Make sure the disk is destroyed when destroying the driver …
(edit) @55922   10 years vboxsync DevPCNet: ASTRP_RCV bit is only for 802.3 frames, not Ethernet frames. …
(edit) @55920   10 years vboxsync PDM/Audio: AudioMixBuffer documentation, renaming.
(edit) @55912   10 years vboxsync 5.0.0 Beta 4
(edit) @55909   10 years vboxsync PGM,++: Made the ring-3 physical access handler callbacks present in …
(edit) @55908   10 years vboxsync SB16: Keep playing after loading saved state.
(edit) @55907   10 years vboxsync SB16: Iproved mixer volume SBP<->SB16 conversion.
(edit) @55904   10 years vboxsync PGM: Added a pVCpu parameter to all physical handler callouts and also …
(edit) @55901   10 years vboxsync USB: Fix attaching multiple devices to the same roothub on xHCI
(edit) @55896   10 years vboxsync PGM: Renamed the ring-0 and raw-mode context physical page access …
(edit) @55874   10 years vboxsync Devices/Input: re-add release flow logging to PS/2 input devices.
(edit) @55873   10 years vboxsync KBC: Allow word reads of KBC status register.
(edit) @55871   10 years vboxsync Storage/DrvVD: Fix VM hang during power off because of an order …
(edit) @55869   10 years vboxsync NAT: When logging gratuitous ARP print IP address, not a pointer to it.
(edit) @55856   10 years vboxsync NAT: centralize allocation/deletion of icmp_msg so that book-keeping …
(edit) @55855   10 years vboxsync NAT: printSocket - make %R[natsock] output more compact
(edit) @55853   10 years vboxsync Logrel consistency.
(edit) @55852   10 years vboxsync Audio: Apply volume properly when doing mono to stereo conversion.
(edit) @55851   10 years vboxsync Dev: logrel consistency.
(edit) @55850   10 years vboxsync Windows build fix
(edit) @55849   10 years vboxsync Comitted too much now…
(edit) @55848   10 years vboxsync AHCI: Cleanup, fix a few concurrency and hopefully a double free …
(edit) @55847   10 years vboxsync AHCI: Cleanup, fix a few concurrency and hopefully a double free …
(edit) @55844   10 years vboxsync DevVGA: screen resize cleanup, logging
(edit) @55842   10 years vboxsync SrvIntNetR0.cpp: aAddrBlacklist was destroyed too early in …
(edit) @55840   10 years vboxsync vmsvga3d/mac: Fixed problem with missing back/front buffers. Stop use …
(edit) @55838   10 years vboxsync DevVGA: pfnQueryColorDepth -> pfnQueryVideoMode
(edit) @55828   10 years vboxsync typos
(edit) @55811   10 years vboxsync DevVGA-SVGA3d-ogl.cpp,++: A couple of minor fixes and more GL success …
(edit) @55796   10 years vboxsync Missed this one.
(edit) @55795   10 years vboxsync VMSVGA: Hack to make the 2dmark results appear. Extended 'info vga'.
(edit) @55791   10 years vboxsync Added version info to VBoxDDR0, VBoxDD2R0, VBoxDDGC and VBoxDD2GC.
(edit) @55790   10 years vboxsync Replaced .rc files in src/VBox/Devices.
(edit) @55784   10 years vboxsync Restored lost ProductVersion.
(edit) @55782   10 years vboxsync Added an empty macro as a place holder for any additional strings we …
(edit) @55781   10 years vboxsync Clean up RC files, adding more version.h defines for common values.
(edit) @55776   10 years vboxsync DevATA: missing break
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