VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @27302   15 years vboxsync IPRT: RIP RTCache*, RTMemCache* is way better…
(edit) @27002   15 years vboxsync e1000: A workaround for Windows lockups on link status interrupt.
(edit) @26932   15 years vboxsync virtio-net: alignment
(edit) @26594   15 years vboxsync CPU hotplug: Reduce the amount of AML code interpreted by the guest …
(edit) @26308   15 years vboxsync tstDeviceStructSize: qualified the output.
(edit) @26305   15 years vboxsync pdmnetif.h & users: sketched out a new interface that is intended to …
(edit) @26222   15 years vboxsync *.kmk: s/VBOXGC/VBoxRc/g; s/VBOXGCEXE/VBoxRcExe/g; +WERR
(edit) @26172   15 years vboxsync PDM: s/pCfgHandle/pCfg/g - part 1.
(edit) @26169   15 years vboxsync PDM: s/pDevHlp\(|R0|R3|RC\)/pHlp\1/g - PDMDEVINS.
(edit) @26160   15 years vboxsync PDM: s/pDevReg/pReg/g
(edit) @26080   15 years vboxsync Build fix
(edit) @25985   15 years vboxsync pdmifs.h: the final batch of refactored interface ID code.
(edit) @25946   15 years vboxsync *: VBOX_WITH_RAW_MODE - Initial build changes (builds on mac os x).
(edit) @25838   15 years vboxsync Address todos (changes the protocol for CPU ejection) and make it …
(edit) @25825   15 years vboxsync r=bird: hot-plug review and code style cleanup. check out the @todos
(edit) @25817   15 years vboxsync CPU hotplug: Merge the second patch. ACPI changes to support CPU …
(edit) @25675   15 years vboxsync LsiLogic: Introduce NumPorts configuration parameter to configure the …
(edit) @25587   15 years vboxsync LsiLogic: Updates for the SAS controller emulation
(edit) @24834   15 years vboxsync #3987: Virtio: Split DevVirtioNet.cpp into three files.
(edit) @24757   15 years vboxsync #3987: Virtio: Control queue implementation and address filtering.
(edit) @24749   15 years vboxsync DevAHCI: async suspend, reset and power off handling for the SATA part.
(edit) @24624   15 years vboxsync updated testcase
(edit) @24616   15 years vboxsync #3987: Virtio: Applied Frank's GC patch and made debug build work as well.
(edit) @24173   15 years vboxsync ATA: Rename macros
(edit) @24172   15 years vboxsync AHCI: Add additional VPD keys
(edit) @24169   15 years vboxsync ATA/ATAPI: Add more keys to overwrite VPD data for CD drives
(edit) @24097   15 years vboxsync DevAHCI: Try avoid the 100ms timeouts during suspend and shutdown. …
(edit) @24094   15 years vboxsync DevATA: Optimize the suspend and poweroff pendig I/O waits so they …
(edit) @24089   15 years vboxsync DevRTC: Added UseUTC config options (default is false). Save and …
(edit) @24087   15 years vboxsync DevPit-i8254: Save and verify config. Saved state version changed.
(edit) @24020   15 years vboxsync E1000: EEPROM save/load functions
(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.
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