VirtualBox

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

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @99822   22 月 vboxsync Devices/Bus: Implement interrupt forwarding for the PCIe bus, …
(edit) @99739   22 月 vboxsync *: doxygen corrections (mostly about removing @returns from functions …
(edit) @98410   2 年 vboxsync Devices/*.kmk: Automatic scm cleanups. bugref:10348
(edit) @98167   2 年 vboxsync *.kmk: s/VBOXR3AUTOTST/VBoxR3AutoTest/ bugref:10348
(edit) @98103   2 年 vboxsync Copyright year updates by scm.
(edit) @98065   2 年 vboxsync DevVGA: Simplified the tracking of remapped VGA pages, we don't need …
(edit) @96512   2 年 vboxsync Devices/testcase: ditto. bugref:10261
(edit) @96407   3 年 vboxsync scm copyright and license note update
(edit) @93944   3 年 vboxsync Devices: Must not use PAGE_SIZE, PAGE_SHIFT, PAGE_OFFSET_MASK, …
(edit) @93491   3 年 vboxsync Devices/testcases/tstDevice: Quick and dirty testcase to debug …
(edit) @93115   3 年 vboxsync scm --update-copyright-year
(edit) @93110   3 年 vboxsync Devices/tstDevice: Make it compile again after the latest callback …
(edit) @92996   3 年 vboxsync virtio-net works on linux in local testing, and virtio-scsi works on …
(edit) @92124   3 年 vboxsync Devices/testcase/tstDevice: Fuzz ring-0 device handlers as well, …
(edit) @92081   3 年 vboxsync Devices/testcase/tstDevice: Started working on supporting R0 device …
(edit) @92079   3 年 vboxsync Devices/testcase/tstDevice: Started working on supporting R0 device …
(edit) @92077   3 年 vboxsync Devices/testcase/tstDevice: Started working on supporting R0 device …
(edit) @92000   3 年 vboxsync Devices/testcase/tstDevice: Some basic MMIO fuzzing, bugref:9006
(edit) @91998   3 年 vboxsync Devices/testcase: Some fun with the device fuzzing framework, bugref:9006
(edit) @90199   4 年 vboxsync tstDevicePdmDevHlp: Corrected incorrect assertion.
(edit) @89590   4 年 vboxsync Intel IOMMU: bugref:9967 Added to device struct size and alignment tests.
(edit) @89198   4 年 vboxsync Devices/Storage/VBoxSCSI,Devices/testcase: Remove the old VBoxSCSI …
(edit) @89197   4 年 vboxsync Devices/Storage/DevBusLogic,Devices/testcase: Get rid of the VBoxSCSI …
(edit) @89193   4 年 vboxsync Devices/Storage/DevLsiLogicSCSI,Devices/testcase: Get rid of the …
(edit) @88624   4 年 vboxsync AMD IOMMU: bugref:9654 Devices/testcase: struct size and alignment …
(edit) @88483   4 年 vboxsync Intel IOMMU: bugref:9967 tstDeviceStructSizeRC: Update size for IOMMU …
(edit) @88229   4 年 vboxsync Audio: Renamed DevHDA.cpp to DevHda.cpp. bugref:9890
(edit) @86905   4 年 vboxsync Devices/Graphics: use new vmsvga headers, stubs for more commands. …
(edit) @86043   4 年 vboxsync Devices: use current VMSVGA headers (GCC 4 tweaks, no pedantic for old …
(edit) @86037   4 年 vboxsync Devices/Graphics: use current VMSVGA headers (GCC 4 tweaks)
(edit) @86024   4 年 vboxsync Devices/Graphics: use current VMSVGA headers
(edit) @86011   4 年 vboxsync Devices/Graphics: backed out r140205 (need to fix gcc warnings first)
(edit) @86009   4 年 vboxsync Devices/Graphics: Use current VMSVGA headers
(edit) @85121   5 年 vboxsync iprt/cdefs.h: Refactored the typedef use of DECLCALLBACK as well as …
(edit) @84715   5 年 vboxsync AMD IOMMU: bugref:9654 PDM: Remove duplicate pfnIoApicSendMsi …
(edit) @84509   5 年 vboxsync iprt/cdefs.h,*: Introducing RT_FLEXIBLE_ARRAY_EXTENSION as a g++ hack …
(edit) @84431   5 年 vboxsync AMD IOMMU: bugref:9654 IOMMU interrupt remapping callback skeleton.
(edit) @83427   5 年 vboxsync Devices/testcase/tstDeviceSsmFuzz: Use new fuzzing config API
(edit) @83296   5 年 vboxsync Devices/tstDevice: Copy over and modify PDMThread* API so we can fuzz …
(edit) @83281   5 年 vboxsync PDMDevHlp,tstDevice: Create two more wrappers used by the graphics …
(edit) @83264   5 年 vboxsync AMD IOMMU: bugref:9654 Skeletal bits.
(edit) @83263   5 年 vboxsync AMD IOMMU: bugref:9654 Skeletal bits.
(edit) @83261   5 年 vboxsync Devices/tstDevice: Testbench updates, work in progress
(edit) @83062   5 年 vboxsync Devices/testcase/tstDevice: Implement JSON based configuration loader …
(edit) @82968   5 年 vboxsync Copyright year updates by scm.
(edit) @82904   5 年 vboxsync Devices/tstDevice: Continue stubbing/implementing more PDM device …
(edit) @82903   5 年 vboxsync Devices/tstDevice: Working on restoring the old state of the device …
(edit) @82902   5 年 vboxsync Devices/tstDevice: Working on restoring the old state of the device …
(edit) @82883   5 年 vboxsync Devices/testcase: Restarted work on the device testbench/fuzzing work …
(edit) @82204   5 年 vboxsync DevPS2: type name cleanup. bugref:9218
(edit) @82173   5 年 vboxsync DevPS2: Less opaque and structure duplicatication. (The opaque stuff …
(edit) @82170   5 年 vboxsync Devices: PS2K.cpp -> DevPS2K.cpp; PS2M.cpp -> DevPS2M.cpp; PS2Dev.h -> …
(edit) @82087   5 年 vboxsync DevVGA: SUPSem -> DevHlpSUPSem. bugref:9218
(edit) @82072   5 年 vboxsync DevVGA: Converting the final I/O ports (VMSVGA). bugref:9218
(edit) @82026   5 年 vboxsync APIC,IOM,HM: Working on converting the APIC to the new device model. …
(edit) @81911   5 年 vboxsync DevPIC: Converted I/O ports to new style. Replaced the memset …
(edit) @81887   5 年 vboxsync DevAHCI: s/ahciPort/aPorts/g. bugref:9218
(edit) @81867   5 年 vboxsync DevATA: Some structure naming cleanup. bugref:9218
(edit) @81782   5 年 vboxsync DevLsiLogicSCSI: Split device state structures. bugref:9218
(edit) @81778   5 年 vboxsync DevLsiLogicSCSI: Removed GCPhysMMIOBase (forgot earlier) amd aligned …
(edit) @81571   5 年 vboxsync VMMDev: cleanups. bugref:9218
(edit) @81566   5 年 vboxsync DevXHCI: Converted to new device model. bugref:9218
(edit) @81556   5 年 vboxsync DevEHCI: Converted to new device style. bugref:9218
(edit) @81031   5 年 vboxsync PDM,Devices: Moving the PDMPCIDEV structures into the PDMDEVINS …
(edit) @80943   5 年 vboxsync Devices/PCI: Device model refactoring, part I. bugref:9218
(edit) @80396   6 年 vboxsync Devices/DevVGA, Main: Get rid of obsolete code enclosed by …
(edit) @80299   6 年 vboxsync Devices/Config.kmk,Makefile.kmk,testcase/Makefile.kmk: Must use …
(edit) @80063   6 年 vboxsync VMM: Kicking out raw-mode - APIC. bugref:9517
(edit) @78908   6 年 vboxsync Devices/DevAHCI: Fix possible memory leak while still maintaining the …
(edit) @76863   6 年 vboxsync Audio/AC97: Build fix.
(edit) @76565   6 年 vboxsync Devices: Use VBOX_INCLUDED_SRC_ as header guard prefix with scm.
(edit) @76561   6 年 vboxsync VMM: Use VMM_INCLUDED_SRC_ as header guard prefix for files in the VMM …
(edit) @76553   6 年 vboxsync scm --update-copyright-year
(edit) @76520   6 年 vboxsync Devices: scm --fix-header-guards. bugref:9344
(edit) @76249   6 年 vboxsync DevVGA-SVGA: removed obsolete HostWindowId
(edit) @76224   6 年 vboxsync PCnet: Slightly tweaked to add the option of emulating PCnet-ISA, not …
(edit) @76180   6 年 vboxsync Audio/AC97: Fixed audio delays by using the same way of (Hz- and …
(edit) @75962   6 年 vboxsync Forward ported r127158 (Audio/HDA: Implemented support for Windows 10 …
(edit) @75867   6 年 vboxsync DevHDA: nit
(edit) @75606   6 年 vboxsync Forward ported r126743 - r126749: r126749 (5.2: Audio/CoreAudio: …
(edit) @75586   6 年 vboxsync VMMDev,PGM: New I/O port for ACKing IRQs and retreiving pending …
(edit) @74919   6 年 vboxsync Serial: Make sure the data is periodically removed from the TX queue …
(edit) @74068   6 年 vboxsync Build fix.
(edit) @73766   7 年 vboxsync Serial: Remove the old serial code and switch over to the new one by …
(edit) @73636   7 年 vboxsync Devices/Serial: Fix Widows guests, the THRE empty interrupt status is …
(edit) @73243   7 年 vboxsync Devices/Serial: Add missing implementation for character timeout …
(edit) @73135   7 年 vboxsync Serial: Split out the generic UART functionality into a separate …
(edit) @73097   7 年 vboxsync *: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and …
(edit) @72407   7 年 vboxsync PS2K: Renamed variable to avoid partial duplicate.
(edit) @72195   7 年 vboxsync Devices/Serial/DevSerialNew: Add 16550A FIFO implementation and some …
(edit) @72120   7 年 vboxsync tstDeviceStructSizeRC: Some updates
(edit) @72119   7 年 vboxsync tstDeviceStructSizeRC: Add new serial port implementation
(edit) @71891   7 年 vboxsync VMMDev: VMMDevHGCM rewrite
(edit) @71829   7 年 vboxsync DevLPC-new: Kicked off new LPC implementation. bugref:7000
(edit) @71753   7 年 vboxsync DevIchAc97: Alignment fixing.
(edit) @71751   7 年 vboxsync DevIchAc97: Do simple stuff (most stuff actually) in ring-0 / rawmode …
(edit) @71732   7 年 vboxsync Devices/testcase: Detect undef/define of DEBUG, LOG_ENABLED, RT_STRICT …
(edit) @71731   7 年 vboxsync tstDeviceStructSize,tstHelp.h: Fixed cast in CHECK_SIZE that can cause …
(edit) @71721   7 年 vboxsync DevHDA: Made it work in raw-mode.
(edit) @71351   7 年 vboxsync PS2K: Throttle keyboard input to satisfy questionable software (see …
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette