VirtualBox

source: vbox/trunk/src/VBox/Devices

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @82303   5 years vboxsync DevHDA: Try more consistently to check status codes before using …
(edit) @82302   5 years vboxsync DevHDA: SSMR3 -> devhlp. Left some comments about bad saved state …
(edit) @82301   5 years vboxsync DevHDA: Converted MMIO region to new style. [fix] bugref:9218
(edit) @82300   5 years vboxsync DevHDA: Converted MMIO region to new style. bugref:9218
(edit) @82299   5 years vboxsync DevPci: There are no more old style I/O port or MMIOEx ranges anymore. …
(edit) @82298   5 years vboxsync DevPci: There are no more old style I/O port or MMIOEx ranges anymore. …
(edit) @82297   5 years vboxsync DevPci: There are no more old style I/O port or MMIOEx ranges anymore. …
(edit) @82296   5 years vboxsync Devices,Puel: Do a better job of disabling pci passthru device code. …
(edit) @82295   5 years vboxsync DevIchAc97: Converted I/O ports, forgot ring-0 bits. [grr] bugref:9218
(edit) @82294   5 years vboxsync DevIchAc97: Converted I/O ports, forgot ring-0 bits. bugref:9218
(edit) @82293   5 years vboxsync DevIchAc97: Converted I/O ports. bugref:9218
(edit) @82285   5 years vboxsync EFI: Set DevicePathsSupported in DataHub (see bugref:6930).
(edit) @82283   5 years vboxsync DevVGA: vgaR3RegisterVRAMHandler must pass pDevIns to the handlers, …
(edit) @82282   5 years vboxsync DevVGA: vgaR3RegisterVRAMHandler must pass pDevIns to the handlers, …
(edit) @82278   5 years vboxsync VGABIOS: Use inlines instead of calls for far memory access. Saves …
(edit) @82265   5 years vboxsync ACPI/vbox-cpuhotplug.dsl: Workaround for recent iasl failing to …
(edit) @82259   5 years vboxsync DrvAudioCommon.cpp: Doxygen fix. bugref:9218
(edit) @82258   5 years vboxsync DevVGA: scm fix
(edit) @82257   5 years vboxsync Proper @todo
(edit) @82255   5 years vboxsync vmm/pdmaudioifs.h: More of the same. bugref:9218
(edit) @82254   5 years vboxsync vmm/pdmaudioifs.h: The prefix 'cf' reads 'count-of-flags', so if you …
(edit) @82253   5 years vboxsync DevSB16: Fixed regression from r135047. bugref:9218
(edit) @82252   5 years vboxsync vmm/pdmaudioifs.h: Style, docs and other nits. First, it's always …
(edit) @82249   5 years vboxsync EFI/Firmware: Relocate the DXE FV volume to the top of the RAM once …
(edit) @82246   5 years vboxsync VGABIOS: Implemented character reads in graphics modes, fixed 1bpp …
(edit) @82245   5 years vboxsync DevVGA: Mostly restored and properly documented Input Status Register …
(edit) @82244   5 years vboxsync VSCSI/Mmc: Fail the request early if the properties for a given LUN …
(edit) @82243   5 years vboxsync Comments.
(edit) @82242   5 years vboxsync Devices/Graphics: release statistics for SVGA_3D_CMD_BLIT_SURFACE_TO_SCREEN
(edit) @82241   5 years vboxsync VGABIOS: Video parameter table must be packed, duh. External users …
(edit) @82240   5 years vboxsync Devices/Graphics: OpenGL backend: simplified the color format conversion
(edit) @82236   5 years vboxsync DevSB16: One more unused parameter. bugref:9218
(edit) @82235   5 years vboxsync DevSB16: Build fix and some related cleanups (fewer paranoid …
(edit) @82234   5 years vboxsync DevPS2K: fixed separator comment. bugref:9218
(edit) @82233   5 years vboxsync DevSB16: Set new style flag. bugref:9218
(edit) @82232   5 years vboxsync DevSB16: Converted I/O port handlers. bugref:9218
(edit) @82231   5 years vboxsync DevSB16: Function re-ordering. bugref:9218
(edit) @82230   5 years vboxsync DevSB16: cleanups. bugref:9218
(edit) @82229   5 years vboxsync DevSB16: Converted timers. bugref:9218
(edit) @82228   5 years vboxsync DevHDA,DevIchAc97,DevSB16: Don't stop attaching LUNs/drivers on …
(edit) @82225   5 years vboxsync DevSB16: Use PDMDevHlpDriverReconfigure2. (Dropping the unknown …
(edit) @82223   5 years vboxsync DevSB16: SSM via devhlp. bugref:9218
(edit) @82222   5 years vboxsync DevSB16: CFGM -> devhlp. bugref:9218
(edit) @82221   5 years vboxsync DevPciIch9: Converted the MCFG MMIO registration. bugref:9218
(edit) @82220   5 years vboxsync MsixCommon.cpp: todo.
(edit) @82218   5 years vboxsync MsixCommon: Refactored the MMIO bits, changing the registration flags …
(edit) @82215   5 years vboxsync DevPCNet: Convered the temp MMIO2 region we create when loading old …
(edit) @82214   5 years vboxsync DevEFI: Converted I/O port handler. bugref:9218
(edit) @82213   5 years vboxsync doxygen fixes. bugref:9218
(edit) @82210   5 years vboxsync GIM,GIMDev: Converted GIMDev to new style. bugref:9218
(edit) @82209   5 years vboxsync GIMDev: Corrected method order (dtor before ctor), eliminated …
(edit) @82208   5 years vboxsync DevPS2: Converted the generic queue stuff into some a lot more …
(edit) @82207   5 years vboxsync VGABIOS: Implemented mode 13h scrolling.
(edit) @82206   5 years vboxsync DevPS2: Split up the state structures. bugref:9218
(edit) @82205   5 years vboxsync VGABIOS: Fixed scrolling down in graphics modes.
(edit) @82204   5 years vboxsync DevPS2: type name cleanup. bugref:9218
(edit) @82203   5 years vboxsync DevPS2: Eliminated some pDevInsR? structure members. bugref:9218
(edit) @82202   5 years vboxsync DevPS2: simplifying fluff. bugref:9218
(edit) @82201   5 years vboxsync DevPS2: Converted I/O ports. bugref:9218
(edit) @82200   5 years vboxsync DevPS2: Critsect. bugref:9218
(edit) @82199   5 years vboxsync DevVGA: The FIFO shouldn't be prefetchable. Workarounds for old saved …
(edit) @82197   5 years vboxsync VGABIOS: This is very silly. Stop it.
(edit) @82196   5 years vboxsync VGABIOS: Improved IBM compatibility with static table updates and …
(edit) @82195   5 years vboxsync DevPS2: Converted timers. bugref:9218
(edit) @82191   5 years vboxsync DevPS2: Moved XlateAT2PC to the DevPS2.cpp file. bugref:9218
(edit) @82190   5 years vboxsync DevPS2: ps2kRemoveQueue is common to both DevPS2M.cpp and DevPS2K.cpp, …
(edit) @82189   5 years vboxsync DevPS2: Saved state, prefixes, ++. bugref:9218
(edit) @82188   5 years vboxsync DevFdc: Saved state fix - forgot to increase FDC_SAVESTATE_CURRENT. duh!
(edit) @82183   5 years vboxsync Storage/DevVirtioSCSI.cpp: Fixed sizeof() calc in virtioScsiR3ReqErr() …
(edit) @82182   5 years vboxsync PC/BIOS: Don't panic when an INQUIRY fails but don't continue with …
(edit) @82180   5 years vboxsync PC/BIOS: Add support for CD/DVD drives attached to a Virtio SCSI …
(edit) @82179   5 years vboxsync buslogic*Construct: NIL handles and assert NIL values in ring-0. …
(edit) @82178   5 years vboxsync DevVGA: Made status register 0 more IBM compatible.
(edit) @82177   5 years vboxsync DevFdc: Saved state fixes (cannot just save two extra timers w/o …
(edit) @82176   5 years vboxsync PC/BIOS: The index of the avail queue is supposed to be free running …
(edit) @82175   5 years vboxsync PC/BIOS: Enable the VirtIo driver by default, bugref:9440
(edit) @82174   5 years vboxsync PC/BIOS/virtio.c: Fixes, seems to work now
(edit) @82173   5 years vboxsync DevPS2: Less opaque and structure duplicatication. (The opaque stuff …
(edit) @82170   5 years vboxsync Devices: PS2K.cpp -> DevPS2K.cpp; PS2M.cpp -> DevPS2M.cpp; PS2Dev.h -> …
(edit) @82165   5 years vboxsync Devices/Graphics: OpenGL backend: fixes for compressed textures.
(edit) @82164   5 years vboxsync PC/BIOS/VirtIoScsi: Current state
(edit) @82163   5 years vboxsync PC/BIOS: Hook up VirtIO driver to the disk layer
(edit) @82162   5 years vboxsync PC/BIOS: Move cdb_rw10 and cdb_rw16 into the generic SCSI header so it …
(edit) @82154   5 years vboxsync VGABIOS: Flipped inverted BDA bit.
(edit) @82153   5 years vboxsync DevBusLogic: Fixed R0 setup in ISA-only mode.
(edit) @82152   5 years vboxsync DevFdc: Introduced IRQDelay option to postpone interrupts, needed for …
(edit) @82151   5 years vboxsync Storage/DevVirtioSCSI.cpp: Did some work on virtio async event …
(edit) @82150   5 years vboxsync VGABIOS: Take the page number into account for planar graphics modes …
(edit) @82149   5 years vboxsync VirtualKD -> DevVirtualKD
(edit) @82148   5 years vboxsync VirtualKD: Converted to new style. bugref:9218
(edit) @82147   5 years vboxsync DevPCNet: PDMCritSect -> PDMDevHlpCritSect. bugref:9218
(edit) @82146   5 years vboxsync DevPCNet: Split the state structure. Set new-style flag. bugref:9218
(edit) @82145   5 years vboxsync Storage/DevVirtioSCSI.cpp: Fixed problem with scsi offline errors on …
(edit) @82144   5 years vboxsync DevPCNet: clang fix. bugref:9218
(edit) @82143   5 years vboxsync vgabios.c: make scm happy.
(edit) @82142   5 years vboxsync DevPCNet: Logging cleanups. bugref:9218
(edit) @82141   5 years vboxsync DevPCNet: Converted MMIO handlers. [fixes] bugref:9218
(edit) @82140   5 years vboxsync DevPCNet: Converted MMIO handlers. bugref:9218
(edit) @82139   5 years vboxsync DevPCNet: Conveted I/O port handlers. bugref:9218
(edit) @82138   5 years vboxsync DevPCNet: Set up critsect correctly for ring-0/raw-mode too. bugref:9218
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