VirtualBox

source: vbox/trunk/src/VBox/Devices

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @24288   15 years vboxsync VGA: more critical section protection required
(edit) @24285   15 years vboxsync DrvNetSniffer: fixed cMaxInstances; append the instance number to the …
(edit) @24265   15 years vboxsync Devices,VMM: Replaced all VERR_SSM_LOAD_CONFIG_MISMATCH returns with …
(edit) @24257   15 years vboxsync DevAHCI: ACHI -> AHCI.
(edit) @24256   15 years vboxsync Storage/VMDK: undo incorrect fix, and real fix for the split VMDK bug
(edit) @24246   15 years vboxsync DevPCBios: Initialize LAPIC LVT0/LVT1 entries (needed for some Linux …
(edit) @24245   15 years vboxsync DrvSCSI: Use PDMR3ThreadSuspend in drvscsiPowerOff and drvscsiSuspend …
(edit) @24242   15 years vboxsync drvscsiAsyncIOLoopNoPendingDummy: fixed true/false mixup causing …
(edit) @24241   15 years vboxsync DrvSCSI: Only hard disks are supported. Don't assert, set a proper …
(edit) @24235   15 years vboxsync Missing kup file.
(edit) @24233   15 years vboxsync alias_ftp.c: Fixed iprt/ctype.h warnings.
(edit) @24232   15 years vboxsync alias_dns.c: Fixed iprt/ctype.h warnings.
(edit) @24223   15 years vboxsync alias_proxy.c: warnings caused by the iprt/ctype.h change
(edit) @24213   15 years vboxsync ISCSIHDDCore.cpp: another bugfix for the …
(edit) @24195   15 years vboxsync DevAPIC: Properly deliver ExtINT from LAPIC as level sensitive.
(edit) @24194   15 years vboxsync grr, submitted too much!
(edit) @24193   15 years vboxsync DevAPIC: Properly clear local APIC state on VM reset.
(edit) @24191   15 years vboxsync Main,Misc Devices: _LS VMSTATEs.
(edit) @24178   15 years vboxsync ISCSIHDDCore.cpp: Fixed regression from >2TB target change - check the …
(edit) @24177   15 years vboxsync AHCI: Try to fix the build again
(edit) @24176   15 years vboxsync AHCI: Alignment for STAM
(edit) @24174   15 years vboxsync AHCI: Try to fix the build
(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) @24166   15 years vboxsync 2d accel: fix the typo; some dbg assertions
(edit) @24163   15 years vboxsync 2d accel: propper command release on failure
(edit) @24162   15 years vboxsync 2d accel: fix reset handling
(edit) @24156   15 years vboxsync 2d accel: fix HGSMIReset
(edit) @24150   15 years vboxsync Storage/VHD+VDI: fix incorrect initialization in VHD, unused variable …
(edit) @24146   15 years vboxsync Unused variables
(edit) @24145   15 years vboxsync DevPCI: Don't disable PCI device before the PCI state is being loaded.
(edit) @24144   15 years vboxsync Storage/iSCSI: try to get the capacity with a command that supports …
(edit) @24133   15 years vboxsync DevAPIC: fixed default case. grr.
(edit) @24129   15 years vboxsync apicLocalInterrupt: avoid log flooding (we won't actually panic due to …
(edit) @24128   15 years vboxsync apicLocalInterrupt: panic if unimplemented delivery mode.
(edit) @24125   15 years vboxsync DevAPIC/PDM: Properly route PIC interrupts through local APIC (fixes …
(edit) @24124   15 years vboxsync DrvSCSI: Initialize DRVSCSI::pDrvIns.
(edit) @24122   15 years vboxsync VHD: Update the footer and BAT after we appended a new block to the …
(edit) @24120   15 years vboxsync #3987: Virtio: Save/restore state.
(edit) @24112   15 years vboxsync Storage/VMDK: fix bug in handling split images, causing failure to …
(edit) @24111   15 years vboxsync DevVGA_VBVA: disable reset assertion for everyone but Misha
(edit) @24105   15 years vboxsync DrvSCSI: make sure any pending dummy requst has landed taken down …
(edit) @24104   15 years vboxsync DrvSCSI: Need to synchronize all pending requests before any driver …
(edit) @24101   15 years vboxsync DrvSCSI,DevLsiLogic: Moved the reset request sync down to the driver …
(edit) @24099   15 years vboxsync DevBusLogic: Drop the suspend and load/save synchronization since …
(edit) @24098   15 years vboxsync DevLsiLogic,DrvSCSI: Added new DrvSCSI method for synchronizing the …
(edit) @24097   15 years vboxsync DevAHCI: Try avoid the 100ms timeouts during suspend and shutdown. …
(edit) @24096   15 years vboxsync DevAHCI: Try avoid the 100ms timeouts during suspend and shutdown. …
(edit) @24095   15 years vboxsync DevVGA_VBVA: shut up annoying reset assertion (DEBUG_bird only). …
(edit) @24094   15 years vboxsync DevATA: Optimize the suspend and poweroff pendig I/O waits so they …
(edit) @24092   15 years vboxsync DevPcBios: MP stable -> MPS table.
(edit) @24091   15 years vboxsync DevPcBios: MP stable -> MPS table.
(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) @24085   15 years vboxsync DevPit-i8254: Made config value SpeakerEnabled work.
(edit) @24082   15 years vboxsync DevAPIC: Save and verify config. Added a couple of review comments.
(edit) @24078   15 years vboxsync DevACPI: order
(edit) @24076   15 years vboxsync VMMDev: Save and verify config. Drop the SSM_VERSION* stuff since we …
(edit) @24072   15 years vboxsync DevAHCI,DevATA: More RTThreadSleep(100) todos.
(edit) @24071   15 years vboxsync DevLsiLogic: Changed saved to save & verify device presence, version …
(edit) @24070   15 years vboxsync DevBusLogic: Fixed bug in buslogicWaitForAsyncIOFinished causing an …
(edit) @24068   15 years vboxsync reformat pg_dev_achi. no real change.
(edit) @24067   15 years vboxsync DevBusLogic: Don't just restore the fPresent flag, check it! Save …
(edit) @24065   15 years vboxsync NAT: too noisy log.
(edit) @24064   15 years vboxsync NAT: too noisy log.
(edit) @24063   15 years vboxsync NAT: backed r53926
(edit) @24062   15 years vboxsync NAT: log too noisy.
(edit) @24058   15 years vboxsync NAT: simplefeing UrgRecv and Recv workers routines.
(edit) @24053   15 years vboxsync 2d accel: perform data reset VGA device reset
(edit) @24052   15 years vboxsync DevATA: Save and load+verify config. New saved state version.
(edit) @24051   15 years vboxsync DevAHCI: even more config verification bugfix.
(edit) @24050   15 years vboxsync DevAHCI: more config bugfix.
(edit) @24049   15 years vboxsync DevAHCI: bugfix.
(edit) @24045   15 years vboxsync DevAHCI: save and verify config (saved state).
(edit) @24044   15 years vboxsync 2d accel: fix unnecessary unlock g->h commands
(edit) @24042   15 years vboxsync DevSerial.cpp: Verify config on load.
(edit) @24039   15 years vboxsync DevE1000.cpp: Enable the new saved state version (2) that includes …
(edit) @24038   15 years vboxsync DevEEPROM.cpp: it's sufficient to return the status of the last SSM …
(edit) @24020   15 years vboxsync E1000: EEPROM save/load functions
(edit) @24019   15 years vboxsync DevSB16: save and verify config (untested).
(edit) @24015   15 years vboxsync Don't include <ctype.h>.
(edit) @24012   15 years vboxsync DevPIC: Always enable 'info pic', not only in debug builds.
(edit) @24010   15 years vboxsync don't use <ctype.h> on UTF-8.
(edit) @24008   15 years vboxsync DrvHostBase.cpp: toupper -> RT_C_TO_UPPER.
(edit) @23993   15 years vboxsync DevAPIC: gcc warnings
(edit) @23989   15 years vboxsync DevParallel: verify config on load.
(edit) @23987   15 years vboxsync Reverted unintentionally submitted changes.
(edit) @23986   15 years vboxsync DevAPIC: Added debugger support to print LAPIC and I/O APIC state.
(edit) @23985   15 years vboxsync DevVGA: Save and verify the basic config.
(edit) @23981   15 years vboxsync DevIchAc97: validate config.
(edit) @23979   15 years vboxsync #3987: Virtio: Fixed RX thread blocking on early RX packets. Guest …
(edit) @23973   15 years vboxsync *,RTFileOpen: Fixing RTFileOpen flag misdesign: The deny, access and …
(edit) @23970   15 years vboxsync DevSB16,DevVirtioNet,DevPcBios,DrvSCSIHost: typo in error message.
(edit) @23969   15 years vboxsync DevE1000: typo.
(edit) @23968   15 years vboxsync DevPCNet: save & verify config.
(edit) @23966   15 years vboxsync DevEEPROM.h: todo
(edit) @23965   15 years vboxsync DevE1000Phy: nit picking.
(edit) @23964   15 years vboxsync DevE1000: save config (disabled).
(edit) @23950   15 years vboxsync DrvVD: Fix stupid bug which masks errors while opening a file
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