VirtualBox

source: vbox/trunk/src/VBox/Devices

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @60656   9 years vboxsync VMM: Fix new APIC code to build on release builds.
(edit) @60653   9 years vboxsync Fixed assertion.
(edit) @60651   9 years vboxsync DrvAudio.cpp: Logging not needed anymore.
(edit) @60643   9 years vboxsync HDA: Presence must be inited for each node separately.
(edit) @60635   9 years vboxsync IOAPIC uses its own log group.
(edit) @60623   9 years vboxsync Don't leave uninitialized.
(edit) @60621   9 years vboxsync Spelling.
(edit) @60618   9 years vboxsync ACPI: Commented out unknown/unused EWOL method to get rid of warningwq.
(edit) @60616   9 years vboxsync Fixed iasl warnings.
(edit) @60615   9 years vboxsync Fixed iasl warnings.
(edit) @60614   9 years vboxsync Warning.
(edit) @60610   9 years vboxsync BIOS: Added 286 compatible INT 15h/87h implementation.
(edit) @60593   9 years vboxsync VMM/APIC: Profiling and reduce 8 atomic ops to 4.
(edit) @60582   9 years vboxsync Devices/*.dsl: introduce some newlines to make recent versions of IASL …
(edit) @60580   9 years vboxsync BIOS: Updated standalone makefile.
(edit) @60579   9 years vboxsync BIOS: Make AHCI really optional.
(edit) @60565   9 years vboxsync Storage/LsiLogic: Fix regression causing writes to the disk to fail
(edit) @60561   9 years vboxsync Warning.
(edit) @60555   9 years vboxsync BusLogic: Adjusted model number to match a real 958D.
(edit) @60553   9 years vboxsync BusLogic: Emulation improvements, thanks to Tomas Hurka.
(edit) @60550   9 years vboxsync Devices/USB/USBProxyDevice-usbip.cpp: Fixes
(edit) @60530   9 years vboxsync U4D.asm: fix from Michal.
(edit) @60525   9 years vboxsync SrvIntNetR0.cpp: IntNetR0IfAbortWait w/ fNoMoreWaits=tru should never …
(edit) @60520   9 years vboxsync DevVGA: removed obsolete VBOX_WITH_VMSVGA condition
(edit) @60519   9 years vboxsync DevVGA: allow to compile with VBOX_WITH_VMSVGA disabled
(edit) @60516   9 years vboxsync VMM/APIC: Add some profile statistics.
(edit) @60515   9 years vboxsync VUSB: Allow bulk/interrupt transfer mixing (most USB stack do not …
(edit) @60514   9 years vboxsync VUSB: When aborting EPs, ignore direction for EP0.
(edit) @60497   9 years vboxsync Logging.
(edit) @60484   9 years vboxsync PCBIOS: split up the support.asm file and implemented 32-bit division …
(edit) @60474   9 years vboxsync DevE1000: fixed DEBUG/LOG_ENABLED screwup
(edit) @60465   9 years vboxsync DevVGA: set IRQs only if the VM is running (bugref:8320)
(edit) @60464   9 years vboxsync VMM/APIC: more logging
(edit) @60449   9 years vboxsync warning
(edit) @60446   9 years vboxsync Devices/Storage/DrvSCSI: Deregister statistics on destruct
(edit) @60443   9 years vboxsync PCBIOS: regenerated alternative bios.
(edit) @60441   9 years vboxsync PCBIOS: 8086 adjustments.
(edit) @60440   9 years vboxsync VMMDevTesting: Adjusted the CMD and DATA expectations to handle pure …
(edit) @60434   9 years vboxsync PCBIOS: SYS_MODEL_ID for PC/XT.
(edit) @60433   9 years vboxsync PCBIOS: 286 fixes, improved the BIOSORG checking as overflows in this …
(edit) @60426   9 years vboxsync Devices/{Graphics/PC}/BIOS: build fixes for VBOX_WITH_OPEN_WATCOM unset
(edit) @60423   9 years vboxsync Devices/Config.kmk: Forgot to update this version.
(edit) @60422   9 years vboxsync VGABIOS,PCBIOS: Build variants for 80286 and 8086 in addition to the …
(edit) @60404   9 years vboxsync VMM,Devices,Main: Implemented soft/warm reset for shutdown status …
(edit) @60402   9 years vboxsync PC/BIOS/orgs.asm: Handle shutdown status code 0Ah too (same as 5, but …
(edit) @60396   9 years vboxsync VMMDev,PDM,HM: Changed the VMMDev heap interface a little so HM can …
(edit) @60373   9 years vboxsync Runtime/linux/sysfs.cpp: Convert RTLinuxSysFs* API to always use IPRT …
(edit) @60369   9 years vboxsync DevVGA: handle VBVACAPS_USE_VBVA_ONLY, make sure that VBVA pause is …
(edit) @60361   9 years vboxsync Spaces.
(edit) @60360   9 years vboxsync Audio/DevIchAc97.cpp: Use the new PDMAUDIODIR_IN / DestSource …
(edit) @60355   9 years vboxsync D'oh.
(edit) @60354   9 years vboxsync Build fix for testcase.
(edit) @60353   9 years vboxsync Audio: Added HDA support for newer Linux guests; more work on surround …
(edit) @60348   9 years vboxsync VSCSI: Always initialize the S/G buffer, even if it is empty. Fixes …
(edit) @60327   9 years vboxsync DevVGA-SVGA3d-win.cpp: Warning.
(edit) @60307   9 years vboxsync VMM: APIC rewrite. Initial commit, work in progress.
(edit) @60306   9 years vboxsync Audio/DrvHostCoreAudio.cpp: Check if re-initializing output was successful.
(edit) @60305   9 years vboxsync Forward-ported r106360 (Audio/DrvHostCoreAudio.cpp: Fixes for …
(edit) @60248   9 years vboxsync Devices/PC/DevPit-i8254.cpp: fix PC speaker passthrough
(edit) @60179   9 years vboxsync Storage/DrvVD: Don't fail opening the image if getting the UUID fails …
(edit) @60178   9 years vboxsync VUSB: Fix assertion and non working devices attached to OHCI after a …
(edit) @60175   9 years vboxsync DevVGA: fixed taking screenshot when Windows guest displays BSOD
(edit) @60167   9 years vboxsync DevPCI: make Parfait happy
(edit) @60166   9 years vboxsync DevPCI: make Parfait happy
(edit) @60142   9 years vboxsync NAT: Make host resolver asynchronous so that a blocked synchronous …
(edit) @60096   9 years vboxsync VMMDev: Added VMMDEV_TESTING_CMD_PRINT for more output on the host.
(edit) @60076   9 years vboxsync IntNet: Unregister all registered statistics counters.
(edit) @60072   9 years vboxsync 'xcb' for Qt5 on X11 and make it more obvious if VBOX_WITH_QTGUI_V5 is …
(edit) @60071   9 years vboxsync ACPI: Do not expose ACPI video bits on Windows 7 and older. …
(edit) @60057   9 years vboxsync Storage/LsiLogic: Missing case
(edit) @60042   9 years vboxsync DevSVGA-SVGA: some missing typecasts
(edit) @60041   9 years vboxsync DevHPET: harmless missing typecast (thanks PVS)
(edit) @60039   9 years vboxsync NAT: Pasto - don't dereference NULL rule in LogRel reporting failure …
(edit) @60038   9 years vboxsync Devices/Graphics: typo (thanks PVS)
(edit) @60026   9 years vboxsync Storage/BusLogic: Process mailboxes on a dedicated worker thread to …
(edit) @60016   9 years vboxsync Graphics/DevVGA-SVGA3d-win: typo (thanks PVS)
(edit) @60015   9 years vboxsync LsiLogic: Process requests from the BIOS on the worker thread and not …
(edit) @60013   9 years vboxsync DevPCNet: duplicate expression (thanks PVS)
(edit) @59994   9 years vboxsync DrvAudio: Added a length parameter for (legacy) options.
(edit) @59992   9 years vboxsync Build fix for Solaris.
(edit) @59991   9 years vboxsync Build fix.
(edit) @59989   9 years vboxsync Build fix, warnings.
(edit) @59987   9 years vboxsync Audio: Decoupled backend sinks and sources from the maximum of …
(edit) @59948   9 years vboxsync NAT: log the reason if port redirection fails (I know, it's almost …
(edit) @59919   9 years vboxsync Change was not needed.
(edit) @59918   9 years vboxsync ACPI: Allow two more serial ports.
(edit) @59913   9 years vboxsync DevEEPROM: fix
(edit) @59906   9 years vboxsync VUSB: Missing bits, fixing crash while saving the VM state
(edit) @59905   9 years vboxsync DrvTCP: On Windows call WSAStartup() ourselves, don't rely on another …
(edit) @59890   9 years vboxsync Audio: Added support for handling host input/output configuration …
(edit) @59875   9 years vboxsync VUSB: Move the thread for periodic frame procession down to the …
(edit) @59859   9 years vboxsync gcc asan fix (don't call memcpy with a NULL parameter even if cb=0)
(edit) @59850   9 years vboxsync VMSVGA: Replaced the fixed 50ms interval by adaptive polling/sleep …
(edit) @59849   9 years vboxsync VMSVGA: Applied trivirt patch that shorts the fifo polling interval …
(edit) @59804   9 years vboxsync Devices/testcase: Addressed todo, sort in alphabetic order the defines.
(edit) @59796   9 years vboxsync VUSB: Update pointer pointers to pVUsb and pVUsb->pUrb when …
(edit) @59776   9 years vboxsync VUSB: build fix
(edit) @59775   9 years vboxsync VUSB: Remove unused read ahead buffering code and replace with new …
(edit) @59767   9 years vboxsync VUSB: Fix possible crash
(edit) @59766   9 years vboxsync BIOS: Rudimentary SysRq processing.
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