VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @23814   15 years vboxsync DevLsiLogicSCSI,tstDeviceStructSize: Critical section realigning.
(edit) @23452   15 years vboxsync Makefiles: Corrected properties.
(edit) @22963   15 years vboxsync tstDeviceStructSize.cpp: same as r52210 (gcc warns about operator …
(edit) @22885   15 years vboxsync VMM: Realigned VM and VMCPU members for 64 byte cache lines. Made …
(edit) @22839   15 years vboxsync nonsense
(edit) @22838   15 years vboxsync DevVGA: more tests
(edit) @22835   15 years vboxsync DevVGA: more GC structure tests
(edit) @22810   15 years vboxsync FE/Qt, Devices/Input, Main, FE/*: upgrade mouse device to an MS …
(edit) @21232   15 years vboxsync VMMDev/VBoxDev.cpp -> VMMDev/VMMDev.cpp
(edit) @20735   15 years vboxsync build fix.
(edit) @20734   15 years vboxsync DevAPIC: rewrote timer updates to streamline the handling wrt the …
(edit) @20092   16 years vboxsync DevAPIC,PDM: timer critsect.
(edit) @18348   16 years vboxsync LsiLogic, BusLogic: Add Led support
(edit) @16247   16 years vboxsync some todos
(edit) @16245   16 years vboxsync further devices work
(edit) @16170   16 years vboxsync More device work
(edit) @16042   16 years vboxsync reverted r41685 (thanks Sander)
(edit) @16041   16 years vboxsync reverted 41727
(edit) @16039   16 years vboxsync Temporary reverted ACPI changes, till 2.1.2 out
(edit) @16022   16 years vboxsync AHCI: several fixes: * Workaround different behavior in interrupt …
(edit) @16005   16 years vboxsync Implemented in-place disable of ACPI devices, added disabled by …
(edit) @15879   16 years vboxsync ATA: Wait a bit until we interrupt the thread to avoid interruptions …
(edit) @15855   16 years vboxsync DevAHCI,DevATA: ach -> sz and use CFGMR3QueryStringDef (bad idea to …
(edit) @15846   16 years vboxsync AHCI/ATA: rework VPD handling code
(edit) @15710   16 years vboxsync IDE: make it possible to change VPD data of hard disks too
(edit) @15675   16 years vboxsync AHCI: Make it possible to define the serial number, firmware revision …
(edit) @15517   16 years vboxsync LsiLogic: Fix bug introduced when starting to implement support for …
(edit) @15478   16 years vboxsync LsiLogic: Fix Makefile
(edit) @15475   16 years vboxsync LsiLogic: Linux works! Implemented R0/GC parts and SSM. The LsiLogic …
(edit) @15252   16 years vboxsync ATA/AHCI: Separated the device state structures for the ATA controller …
(edit) @15121   16 years vboxsync Updated testcase for previous change.
(edit) @14829   16 years vboxsync DevVGA: fixed some stats.
(edit) @14113   16 years vboxsync AHCI: Reduce number of world switches when queuing new requests from …
(edit) @14021   16 years vboxsync The VMMR0 template now uses the IPRT No-CRT stuff, as does RuntimeR0. …
(edit) @13989   16 years vboxsync AHCI: Experimental code to maximize throughput during high I/O load
(edit) @13832   16 years vboxsync IN_GC -> IN_RC.
(edit) @13737   16 years vboxsync AHCI: Bugfix, use pgm page lock structure and not a pointer to a pgm …
(edit) @13736   16 years vboxsync AHCI: add some statistics for profiling
(edit) @13735   16 years vboxsync AHCI: Fix buffer sizes which are not sector aligned, fixes #3263
(edit) @13570   16 years vboxsync AHCI: Temporary solution for #3263 until this is really fixed.
(edit) @13428   16 years vboxsync Compile fix
(edit) @13425   16 years vboxsync compile fix
(edit) @13423   16 years vboxsync Compile fix
(edit) @13404   16 years vboxsync DevPCI: Put the bridge cache array on the normal heap.
(edit) @13363   16 years vboxsync small clean fixes
(edit) @13304   16 years vboxsync Forgotten testcase update
(edit) @13189   16 years vboxsync PCI: Add support for PCI-to-PCI bridges
(edit) @13081   16 years vboxsync added missing test
(edit) @12969   16 years vboxsync #1865: PDMINS.
(edit) @12816   16 years vboxsync AHCI: Fix issue with 8byte MMIO writes. It is possible that the first …
(edit) @12630   16 years vboxsync SCSI: Add write support for the BIOS (Grub makes use of it if there is …
(edit) @12615   16 years vboxsync per-LAPIC timers, cleanup, all LAPICs state save-restore, relocation
(edit) @12588   16 years vboxsync reworked APIC structures layout - hopefully not broken smth accidentally
(edit) @12509   16 years vboxsync Devices: adjust struct testcase for ATA changes
(edit) @12476   16 years vboxsync BusLogic: Complete the device part.
(edit) @12298   16 years vboxsync Devices/testcase/Makefile: Fixed VBOX_DEVICES_TEST_OUT_DIR again.
(edit) @12273   16 years vboxsync Devices/testcase: typo.
(edit) @12268   16 years vboxsync Devices/Makefiles: PATH_TARGET elimination, push up to root …
(edit) @12170   16 years vboxsync Makefiles: VBOX_KBUILD_HACKING -> VBOX_SINGLE_MAKEFILE
(edit) @11805   16 years vboxsync - rearranged SDK-only stuff in makefiles per Knut advise
(edit) @11734   16 years vboxsync Forgot one template. moved the LIBS.l4 prop into VBOXR3AUTOTST.
(edit) @11733   16 years vboxsync Made the automatic build tests no depend on VBoxRT.
(edit) @11731   16 years vboxsync #3076: More DYLD_FALLBACK_LIBRARY_PATH hacking.
(edit) @11730   16 years vboxsync #3076: DYLD_FALLBACK_LIBRARY_PATH instead of DYLD_LIBRARY_PATH.
(edit) @11725   16 years vboxsync #3076: Merged in the branch with the alternate driver authentication …
(edit) @11721   16 years vboxsync - completly divorced SDK and binary, use 'kmk sdk' to build SDK
(edit) @11556   16 years vboxsync BusLogic: updates, Linux guests are working and R0/GC components are …
(edit) @11280   16 years vboxsync #1865: DevOHCI.
(edit) @11279   16 years vboxsync #1865: DevEHCI.
(edit) @11277   16 years vboxsync #1865: DevSerial. Also cleaned up the constructor mess.
(edit) @11270   16 years vboxsync #1865: DevParallel. Also fixed some serious GC/R0 alignment bugs and …
(edit) @11261   16 years vboxsync #1865: DevPIC.
(edit) @11250   16 years vboxsync #1865: DevPit-i8254.
(edit) @11219   16 years vboxsync #1865: DevAPIC.
(edit) @11217   16 years vboxsync more tests
(edit) @11214   16 years vboxsync build fix
(edit) @11199   16 years vboxsync #1865: DevPCNet.
(edit) @11197   16 years vboxsync #1865: DevE1000.
(edit) @11194   16 years vboxsync #1865: DevPS2.
(edit) @11169   16 years vboxsync #1865: PCI.
(edit) @11165   16 years vboxsync #1865: ACPI.
(edit) @11163   16 years vboxsync #1865: VGA. Changed PDMDevHlpMMHyperMapMMIO2/MMHyperMapMMIO2 to return …
(edit) @11160   16 years vboxsync GC->RC: ATA and AHCI.
(edit) @11159   16 years vboxsync GC->RC: ATA and AHCI.
(edit) @11156   16 years vboxsync tstDeviceStructSize: pHbaCccTimerGC -> RC
(edit) @11151   16 years vboxsync #1865: ATA and AHCI.
(edit) @11145   16 years vboxsync #1865: ATA and AHCI.
(edit) @10715   16 years vboxsync Merge async I/O for VMDK backend from private branch
(edit) @10043   16 years vboxsync Fixed a couple of wrong deps (TARGET_PATH instead of PATH_TARGET, …
(edit) @10042   16 years vboxsync VBOX_KBUILD_HACKING…
(edit) @9387   17 years vboxsync 64-bit GC alignment fixes
(edit) @9307   17 years vboxsync update testcase
(edit) @8991   17 years vboxsync Configure the testing pass.
(edit) @8760   17 years vboxsync PATH_KBUILD -> KBUILD_PATH.
(edit) @8758   17 years vboxsync BUILD_TARGET* -> KBUILD_TARGET*.
(edit) @8757   17 years vboxsync BUILD_PLATFORM* -> KBUILD_HOST*.
(edit) @8406   17 years vboxsync AHCI: add for gotten alignments in testcase
(edit) @8374   17 years vboxsync AHCI: Remove temporary buffer, map the pages of the guest in R3 and …
(edit) @8155   17 years vboxsync The Big Sun Rebranding Header Change
(edit) @8151   17 years vboxsync Added more stat counters.
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