VirtualBox

source: vbox/trunk/src/VBox/Devices

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @80108   5 years vboxsync Implemented virtio_pci_cfg_cap interface of VirtIO 1.0 spec, section …
(edit) @80074   5 years vboxsync VMM,Main,++: Retired the unfinished FTM component.
(edit) @80063   5 years vboxsync VMM: Kicking out raw-mode - APIC. bugref:9517
(edit) @80059   5 years vboxsync First run at fixing doxygen burn
(edit) @80058   5 years vboxsync Virtio 1.0 capabilities are now showing up and some negotiation …
(edit) @80049   5 years vboxsync Main: Kicking out raw-mode - Devices warning. bugref:9517
(edit) @80040   5 years vboxsync scm.
(edit) @80039   5 years vboxsync PS2M: Implemented (again) support for horizontal scrolling over the …
(edit) @80038   5 years vboxsync DevPcBios: Properly initialize MP table floating pointer on VM reset …
(edit) @80037   5 years vboxsync slirp: Fix typo in Nagle's name, making it searchable (and, more …
(edit) @79973   5 years vboxsync Just checking in changes. Working out new interface between …
(edit) @79941   5 years vboxsync Fix obvious bug in (pre-tested) Virtio PCI capabilities code. Using …
(edit) @79929   5 years vboxsync Attempt to fix burn related to bad doxygen doc field
(edit) @79928   5 years vboxsync See #9440 Comment #36
(edit) @79891   5 years vboxsync *.kmk: Preparing for dropping 32-bit host support. Introducing a …
(edit) @79791   5 years vboxsync Devices/Graphics: UYVY and YUY2 formats
(edit) @79686   5 years vboxsync HPET: Avoid a potential division overflow whereby a malicious guest …
(edit) @79681   5 years vboxsync DevVGA-SVGA3d-win.cpp: Sync vmsvga3dSurfaceGetSharedCopy with …
(edit) @79678   5 years vboxsync Devices/VUSB: Missed pointer update on rellocation
(edit) @79675   5 years vboxsync PDM: Added a way to directly queue HID usage based keyboard events.
(edit) @79671   5 years vboxsync Devices/AHCI: Allow 16bit writes to a 32bit register by reading the …
(edit) @79670   5 years vboxsync VMSVGA: Adding some more validation of a shader bytecode, bugref:9460
(edit) @79668   5 years vboxsync VMSVGA: Ignore requests to set invalid transform type or render state, …
(edit) @79655   5 years vboxsync BIOS: ROM init routine may clobber registers, duh (see bugref:6549).
(edit) @79535   5 years vboxsync Added some code to support status driver attach. That call still …
(edit) @79522   5 years vboxsync VBox/log.h: Kicked out most event group (base classes are still there) …
(edit) @79500   5 years vboxsync Shared Clipboard/URI: Build fix.
(edit) @79499   5 years vboxsync Shared Clipboard/URI: Build fix.
(edit) @79494   5 years vboxsync Fix typoed name in doc ref
(edit) @79493   5 years vboxsync Attempt to fix linux burns for (missing?) LF's as reported by scm on Linux
(edit) @79492   5 years vboxsync Code runs, shows up as PCI controller
(edit) @79375   5 years vboxsync Fixed crash, still not seeing on pci bus with lspci, will check with …
(edit) @79336   5 years vboxsync Syncing code after adding PCI registration/memory mapping code (from …
(edit) @79291   5 years vboxsync Trying to fix flowerbox markers based on build box error and …
(edit) @79290   5 years vboxsync Fixed copyright
(edit) @79289   5 years vboxsync Code under early development #9440 Comment #21
(edit) @78995   5 years vboxsync PDM, Devices, FE, Main: allow size hints without notification for …
(edit) @78949   5 years vboxsync Devices/VMMDev: fixed a todo.
(edit) @78914   6 years vboxsync Devices/Audio/DevIchAc97: Plug memory leak for the description passed …
(edit) @78913   6 years vboxsync DevAHCI: Fix accidental part of commit from r131028
(edit) @78908   6 years vboxsync Devices/DevAHCI: Fix possible memory leak while still maintaining the …
(edit) @78814   6 years vboxsync Devices/Makefile.kmk: indent
(edit) @78799   6 years vboxsync Template virtio SCSI driver builds. Controller configurable in GUI.
(edit) @78796   6 years vboxsync DrvSCSI.cpp: Quick crash prevention for some other issue. [fix]
(edit) @78787   6 years vboxsync DrvSCSI.cpp: Quick crash prevention for some other issue.
(edit) @78729   6 years vboxsync BIOS: After ATA reset, first wait for drive not busy, then read other …
(edit) @78714   6 years vboxsync Comment.
(edit) @78670   6 years vboxsync Devices/UartCore: Fix guru meditation when raw mode is used
(edit) @78662   6 years vboxsync Devices/UartCore: Fix possible crash when the serial port is not …
(edit) @78626   6 years vboxsync Dev/E1000: fix an assertion when the virtual NIC is disconnected.
(edit) @78599   6 years vboxsync PIC: Tweaked an assertion (see bugref:9463).
(edit) @78593   6 years vboxsync Devices/Graphics: use more vmsvga3d helpers, minor cleanups (build fix)
(edit) @78589   6 years vboxsync Devices/Graphics: use more vmsvga3d helpers, minor cleanups
(edit) @78572   6 years vboxsync Undoing bad commit.
(edit) @78571   6 years vboxsync DevACPI: First check input, then take a lock.
(edit) @78560   6 years vboxsync PCnet: Improved Am79C973 external PHY emulation to work with BSD …
(edit) @78558   6 years vboxsync PCnet: Default to auto-negotiation on in BCR32, debug dump a bit of …
(edit) @78549   6 years vboxsync OHCI: Interpret the OHCI spec a bit more literally when processing a …
(edit) @78530   6 years vboxsync Build fix.
(edit) @78529   6 years vboxsync OHCI: More logging when buffer sizes don't add up.
(edit) @78528   6 years vboxsync OHCI: Identify where unrecoverable error is coming from.
(edit) @78510   6 years vboxsync Audio: Doxygen build fix.
(edit) @78507   6 years vboxsync Audio: Build fix.
(edit) @78506   6 years vboxsync Audio: Try to fix a hang w/ VRDE audio driver enabled.
(edit) @78504   6 years vboxsync With experimental PXE build, the ROM image must be taken from a …
(edit) @78478   6 years vboxsync PCnet: Clear cached descriptor state when doing INIT. Required at …
(edit) @78477   6 years vboxsync PCnet: Do not access the 'user' dword of RX/TX descriptors.
(edit) @78461   6 years vboxsync PCnet: Slightly improved debug info.
(edit) @78458   6 years vboxsync PCnet: Warn when guest sets up a misaligned descriptor ring.
(edit) @78423   6 years vboxsync BIOS: Reworked ATA device detection, old code relied on bugs in ATA …
(edit) @78406   6 years vboxsync Comment.
(edit) @78405   6 years vboxsync Reverted commit which requires firmware changes to work.
(edit) @78394   6 years vboxsync DevATA: Minor cleanup, better compatibility with old ATA devices, …
(edit) @78372   6 years vboxsync Updated EFI firmware binaries.
(edit) @78347   6 years vboxsync DevVGA-SVGA.cpp: attempt to fix breakage from last change.
(edit) @78344   6 years vboxsync DevVGA-SVGA.cpp: re-init FIFO on VM reset
(edit) @78270   6 years vboxsync DevPcNet: Clear the 'zeros' RMD field when writing (see bugref:1613).
(edit) @78269   6 years vboxsync DevPcNet: Ignore the 'zeros' RMD field, it should be entirely unused …
(edit) @78208   6 years vboxsync PDM,APIC,PIC: Don't use AssertRelease on VMCPU_FF_INTERRUPT_PIC, …
(edit) @78119   6 years vboxsync Dev/E1000: (bugref:9427) RX buffer size fix.
(edit) @78115   6 years vboxsync Dev/E1000: (bugref:9427) Skip invalid TX descriptors.
(edit) @78104   6 years vboxsync IPRT,*: Added fFlags to RTPathAbsExDup so it matches the new …
(edit) @78075   6 years vboxsync Devices/USB/DevOHCI.cpp: Small addendum to r129929, add LogRelMax() …
(edit) @78073   6 years vboxsync Devices/USB/DevOHCI.cpp: Remove a few todos and raise unrecoverable …
(edit) @78052   6 years vboxsync BIOS: Only probe IDE devices if a PCI IDE controller is present (see …
(edit) @78040   6 years vboxsync DevFDC: Eliminated irrelevant ifdefs.
(edit) @78015   6 years vboxsync DevVGA: Attempt to disable any mouse cursor when resetting the …
(edit) @78011   6 years vboxsync DevVGA-SVGA: use VBVA interface to update screen. bugref:9430
(edit) @77965   6 years vboxsync Devices/Graphics: more preparations for drawing the pointer cursor …
(edit) @77958   6 years vboxsync VMSVGA: Refined pitch lock handling, also reset FIFO on VM reset. See …
(edit) @77954   6 years vboxsync SVGA: Fixed thinkos (bugref:9424).
(edit) @77952   6 years vboxsync VMSVGA: Implemented pitch lock registers. See bugref:9424
(edit) @77920   6 years vboxsync VMSVGA: Report FIFO_CAP_RESERVE capability which we do support.
(edit) @77915   6 years vboxsync VMSVGA: Calculate pitch when width or bpp is set. See bugref:9424
(edit) @77884   6 years vboxsync EFI: Tweaked flags for Linux builds. Not working yet.
(edit) @77876   6 years vboxsync UDK2018: Massaged build tools to build with gcc 7.3
(edit) @77869   6 years vboxsync DevVGA-SVGA: report the mouse cursor position only if the guest …
(edit) @77867   6 years vboxsync DevVGA-SVGA: screen update notification is required to make the VRDP …
(edit) @77856   6 years vboxsync Devices/DrvVD: Get rid of the TCP/NET implementation and use the …
(edit) @77828   6 years vboxsync DevPlayground: Made the playground device somewhat configurable via CFGM.
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