VirtualBox

source: vbox/trunk/src/VBox/Devices

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @60960   9 years vboxsync NAT: rewrite resolv.conf parser. The old code tried to be fancy, but …
(edit) @60957   9 years vboxsync Devices/Makefile.kmk: Adjustments for new Xcode version.
(edit) @60956   9 years vboxsync DrvACPI.cpp: Another 'ing PVM undef.
(edit) @60945   9 years vboxsync DevVGA: Disabled broken VINF_EM_RAW_EMULATE_IO_BLOCK optimization, see …
(edit) @60942   9 years vboxsync Audio: Renaming.
(edit) @60941   9 years vboxsync Audio/HDA: - Lowered timer to 100Hz and start/stop it only if …
(edit) @60938   9 years vboxsync Audio/SB16: Lowered I/O timer frequency from 200Hz to 25Hz.
(edit) @60937   9 years vboxsync Audio/SB16: Fixes for software mixer usage.
(edit) @60934   9 years vboxsync Audio/AC97: Lowered timer to 100Hz and start/stop it only if needed. …
(edit) @60931   9 years vboxsync build fix
(edit) @60925   9 years vboxsync Audio: Update on infrastructure: - More work on HDA stream …
(edit) @60905   9 years vboxsync bugref:8087: Additions/x11: support non-root X server: do not reset …
(edit) @60890   9 years vboxsync Comment.
(edit) @60887   9 years vboxsync BIOS: Avoid 386-specific assembly in generic function.
(edit) @60855   9 years vboxsync Devices/testcase/tstDeviceStructSize.cpp: little more alignment …
(edit) @60841   9 years vboxsync Crash less.
(edit) @60819   9 years vboxsync Network/SrvIntR0: Fix debug assertion
(edit) @60813   9 years vboxsync Devices/DevAPIC: More useful logging.
(edit) @60804   9 years vboxsync VMM: Introduced the new APIC update force-flag and relevant fixes, …
(edit) @60800   9 years vboxsync Device/USBProxyDevice-usbip: Fixes for corner cases in the protocol
(edit) @60775   9 years vboxsync remove LOG_ENABLED from DevE1000 (accidently introduced in r106573)
(edit) @60736   9 years vboxsync MakeAlternativeSource.cpp: Don't drag RTBldCfgRevision into the link.
(edit) @60716   9 years vboxsync VMM: Fixed TPR thresholding and related PDM interfaces. Cleaned up the …
(edit) @60695   9 years vboxsync VMM/APIC: Fuzzy saved-state generation and logging for testing …
(edit) @60693   9 years vboxsync Devices: Don't build old APIC code if new APIC code is defined.
(edit) @60688   9 years vboxsync docs
(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)
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