VirtualBox

source: vbox/trunk/src/VBox/Devices/testcase

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @82087   5 years vboxsync DevVGA: SUPSem -> DevHlpSUPSem. bugref:9218
(edit) @82072   5 years vboxsync DevVGA: Converting the final I/O ports (VMSVGA). bugref:9218
(edit) @82026   5 years vboxsync APIC,IOM,HM: Working on converting the APIC to the new device model. …
(edit) @81911   5 years vboxsync DevPIC: Converted I/O ports to new style. Replaced the memset …
(edit) @81887   5 years vboxsync DevAHCI: s/ahciPort/aPorts/g. bugref:9218
(edit) @81867   5 years vboxsync DevATA: Some structure naming cleanup. bugref:9218
(edit) @81782   5 years vboxsync DevLsiLogicSCSI: Split device state structures. bugref:9218
(edit) @81778   5 years vboxsync DevLsiLogicSCSI: Removed GCPhysMMIOBase (forgot earlier) amd aligned …
(edit) @81571   5 years vboxsync VMMDev: cleanups. bugref:9218
(edit) @81566   5 years vboxsync DevXHCI: Converted to new device model. bugref:9218
(edit) @81556   5 years vboxsync DevEHCI: Converted to new device style. bugref:9218
(edit) @81031   5 years vboxsync PDM,Devices: Moving the PDMPCIDEV structures into the PDMDEVINS …
(edit) @80943   5 years vboxsync Devices/PCI: Device model refactoring, part I. bugref:9218
(edit) @80396   5 years vboxsync Devices/DevVGA, Main: Get rid of obsolete code enclosed by …
(edit) @80299   5 years vboxsync Devices/Config.kmk,Makefile.kmk,testcase/Makefile.kmk: Must use …
(edit) @80063   5 years vboxsync VMM: Kicking out raw-mode - APIC. bugref:9517
(edit) @78908   6 years vboxsync Devices/DevAHCI: Fix possible memory leak while still maintaining the …
(edit) @76863   6 years vboxsync Audio/AC97: Build fix.
(edit) @76565   6 years vboxsync Devices: Use VBOX_INCLUDED_SRC_ as header guard prefix with scm.
(edit) @76561   6 years vboxsync VMM: Use VMM_INCLUDED_SRC_ as header guard prefix for files in the VMM …
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @76520   6 years vboxsync Devices: scm --fix-header-guards. bugref:9344
(edit) @76249   6 years vboxsync DevVGA-SVGA: removed obsolete HostWindowId
(edit) @76224   6 years vboxsync PCnet: Slightly tweaked to add the option of emulating PCnet-ISA, not …
(edit) @76180   6 years vboxsync Audio/AC97: Fixed audio delays by using the same way of (Hz- and …
(edit) @75962   6 years vboxsync Forward ported r127158 (Audio/HDA: Implemented support for Windows 10 …
(edit) @75867   6 years vboxsync DevHDA: nit
(edit) @75606   6 years vboxsync Forward ported r126743 - r126749: r126749 (5.2: Audio/CoreAudio: …
(edit) @75586   6 years vboxsync VMMDev,PGM: New I/O port for ACKing IRQs and retreiving pending …
(edit) @74919   6 years vboxsync Serial: Make sure the data is periodically removed from the TX queue …
(edit) @74068   6 years vboxsync Build fix.
(edit) @73766   6 years vboxsync Serial: Remove the old serial code and switch over to the new one by …
(edit) @73636   6 years vboxsync Devices/Serial: Fix Widows guests, the THRE empty interrupt status is …
(edit) @73243   6 years vboxsync Devices/Serial: Add missing implementation for character timeout …
(edit) @73135   6 years vboxsync Serial: Split out the generic UART functionality into a separate …
(edit) @73097   6 years vboxsync *: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and …
(edit) @72407   7 years vboxsync PS2K: Renamed variable to avoid partial duplicate.
(edit) @72195   7 years vboxsync Devices/Serial/DevSerialNew: Add 16550A FIFO implementation and some …
(edit) @72120   7 years vboxsync tstDeviceStructSizeRC: Some updates
(edit) @72119   7 years vboxsync tstDeviceStructSizeRC: Add new serial port implementation
(edit) @71891   7 years vboxsync VMMDev: VMMDevHGCM rewrite
(edit) @71829   7 years vboxsync DevLPC-new: Kicked off new LPC implementation. bugref:7000
(edit) @71753   7 years vboxsync DevIchAc97: Alignment fixing.
(edit) @71751   7 years vboxsync DevIchAc97: Do simple stuff (most stuff actually) in ring-0 / rawmode …
(edit) @71732   7 years vboxsync Devices/testcase: Detect undef/define of DEBUG, LOG_ENABLED, RT_STRICT …
(edit) @71731   7 years vboxsync tstDeviceStructSize,tstHelp.h: Fixed cast in CHECK_SIZE that can cause …
(edit) @71721   7 years vboxsync DevHDA: Made it work in raw-mode.
(edit) @71351   7 years vboxsync PS2K: Throttle keyboard input to satisfy questionable software (see …
(edit) @71247   7 years vboxsync DevIchAc97: Critsect alignment fix (32-bit).
(edit) @71210   7 years vboxsync DevDMA: Handle I/O port access from ring-0 and raw-mode since we …
(edit) @70964   7 years vboxsync Audio/HDA: Implemented separate timers for per audio stream to a) …
(edit) @70433   7 years vboxsync Audio: Expose VBOX_WITH_INTEL_HDA (default) in Config.kmk.
(edit) @70013   7 years vboxsync Audio: Unified audio debug / dumping code to also get device DMA data …
(edit) @69919   7 years vboxsync Audio/HDA: Integrated fixes up to r119397 from 5.1-audio-timing branch …
(edit) @69719   7 years vboxsync Audio/HDA: Forward ported / integrated r119000 + r119062 (Fixed CORB / …
(edit) @69500   7 years vboxsync *: scm --update-copyright-year
(edit) @69498   7 years vboxsync backed out r118835 as it incorrectly updated the 'This file is based …
(edit) @69496   7 years vboxsync *: scm --update-copyright-year
(edit) @69305   7 years vboxsync Devices/testcase: scm updates
(edit) @69183   7 years vboxsync Devices/testcase: Updates for the PDM unit test framework
(edit) @69162   7 years vboxsync Devices/testcase: Skeleton for PDM device unit test framework, …
(edit) @69111   7 years vboxsync (C) year
(edit) @68536   7 years vboxsync Forgotten file.
(edit) @67671   7 years vboxsync HDA: Fixed/reworked device reset.
(edit) @67533   7 years vboxsync Audio/DevHDA.cpp: Fixed audio handling when restoring from a saved …
(edit) @67410   7 years vboxsync Audio/DevHDA: Forward ported / integrated timer code. WIP.
(edit) @67059   8 years vboxsync Audio/DevIchAc97: Renaming.
(edit) @67058   8 years vboxsync Audio/DevHDA: Renaming.
(edit) @65960   8 years vboxsync DevATA: Started some small cleanups, merge PIIX3ATABmDma.h into …
(edit) @65922   8 years vboxsync EHCI: Remove the completely unused timers from the code and adapt …
(edit) @65381   8 years vboxsync bugref:8282: Additions/linux: submit DRM driver to the Linux kernel: …
(edit) @65338   8 years vboxsync Remove the old, unused I/O APIC code and related define.
(edit) @65303   8 years vboxsync VMSVGA: Bumped the default FIFO size to 2MB (from 128KB).
(edit) @65301   8 years vboxsync PCI: Save and restore I/O region sizes and types so we can callback …
(edit) @65294   8 years vboxsync VMSVGA: Updates. * Moved VMSVGA specific structures and defines from …
(edit) @65069   8 years vboxsync Devices/Storage: Rename ATAPI_INQUIRY_*_ID_LENGTH to …
(edit) @64876   8 years vboxsync Build fix; forgot to commit this.
(edit) @64841   8 years vboxsync Devices/Storage: Remove statistics superseeded by the ones available …
(edit) @64808   8 years vboxsync LsiLogic: Protect the request queue and writes to the reply free queue …
(edit) @64800   8 years vboxsync Audio/DevHDA.cpp: Added HDABDLEDESC to fetch BDL descriptions in …
(edit) @64761   8 years vboxsync xHCI: Removed unused/irrelevant stats.
(edit) @64681   8 years vboxsync NVMe: Add support for the controller memory buffer (CMB) feature from …
(edit) @64626   8 years vboxsync Recompiler, VMM, Devices: Purge the old APIC and the …
(edit) @64596   8 years vboxsync VMM/APIC, PDM: Clean up PDM APIC helper interface, call VMM directly …
(edit) @64572   8 years vboxsync Audio/HDA: Rewritten large parts of the interrupt delivery and DMA …
(edit) @64560   8 years vboxsync Devices/tstDeviceStructSize.cpp: Logging.
(edit) @64419   8 years vboxsync DevPci: Mmerged ICH9PCIGLOBALS and PCIGLOBALS.
(edit) @64418   8 years vboxsync DevPci: Working on merging ICH9PCIGLOBALS and PCIGLOBALS.
(edit) @64417   8 years vboxsync DevPci: Working on merging ICH9PCIGLOBALS and PCIGLOBALS.
(edit) @64415   8 years vboxsync DevPci: Working on merging ICH9PCIGLOBALS and PCIGLOBALS.
(edit) @64414   8 years vboxsync DevPCI: Moved ICH9PCIBUS to a common header (DevPciInternal.h) and use …
(edit) @64409   8 years vboxsync BusLogic,LsiLogic: Implement medium ejected callbacks properly so Main …
(edit) @64395   8 years vboxsync s/PDMPCIDEVICEINT/PDMPCIDEVINT/.
(edit) @64391   8 years vboxsync PDMPCIDEV: s/devfn/uDevFn/ everywhere, removing the legacy alias.
(edit) @64390   8 years vboxsync PDMPCIDEV: Dropped pDevIns as it isn't needed any longer.
(edit) @64387   8 years vboxsync PDM,Devices: Some PCI device type cleanup.
(edit) @64373   8 years vboxsync PDM,Devices: Support for multiple PCI devices/function in a single PDM …
(edit) @64351   8 years vboxsync Audio: Renamed HDA files to better reflect what they are.
(edit) @64344   8 years vboxsync pci: Start using VBOX_PCI_NUM_REGIONS; doxygen.
(edit) @64224   8 years vboxsync LsiLogic,BusLogic,VBoxSCSI: Convert to PDMIMEDIAEX and friends
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