VirtualBox

source: vbox/trunk/src/VBox/Devices

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @24957   15 years vboxsync EFI: CPU count getter misplaced
(edit) @24951   15 years vboxsync EFI: further compatibility work
(edit) @24945   15 years vboxsync AHCI: Fix 64bit build
(edit) @24944   15 years vboxsync AHCI: Fix STAM alignment
(edit) @24940   15 years vboxsync DevVGA_VBVA: save mouse pointer shape data only if shape is present.
(edit) @24926   15 years vboxsync 2d accel: clear the Graphics Device IRQ in case it is set on reset
(edit) @24925   15 years vboxsync 2d video: fix VM reset issues
(edit) @24916   15 years vboxsync Storage/VMDK: fix buffers for really huge VMDK files split into 2G …
(edit) @24887   15 years vboxsync VBoxHDD: print error IPRT error code
(edit) @24880   15 years vboxsync pcnetLiveExec: wrong return value.
(edit) @24862   15 years vboxsync DevEFI: fixed default EfiRom
(edit) @24858   15 years vboxsync EFI: more bitness work
(edit) @24853   15 years vboxsync gcc warnings
(edit) @24839   15 years vboxsync EFI: move initial stack closer to thunk location.
(edit) @24838   15 years vboxsync fix OSE
(edit) @24834   15 years vboxsync #3987: Virtio: Split DevVirtioNet.cpp into three files.
(edit) @24822   15 years vboxsync EFI: correct 64-bit entry points
(edit) @24818   15 years vboxsync EFI: build and pack 64-bit firmware
(edit) @24798   15 years vboxsync EFI: flags suffix X64->AMD64.
(edit) @24792   15 years vboxsync DevSerial: No limit to the number of serial devices.
(edit) @24790   15 years vboxsync EFI: EFI 64-bit host support.
(edit) @24779   15 years vboxsync DevVGA_VBVA: avoid crash if callback is NULL (xTracker 4461).
(edit) @24778   15 years vboxsync Storage/VMDK: mostly cosmetic change to the code which writes VMDK …
(edit) @24772   15 years vboxsync DevAHCI,ATAController: Async hanlding of reset, suspend and power off.
(edit) @24761   15 years vboxsync Storage/ATA: clear pending DMA on controller reset (and on command …
(edit) @24760   15 years vboxsync DevAHCI: A little cleanup.
(edit) @24757   15 years vboxsync #3987: Virtio: Control queue implementation and address filtering.
(edit) @24751   15 years vboxsync DrvSCSI: Converted to async reset, suspend and power off notification …
(edit) @24750   15 years vboxsync DevAHCI: copy&past comments.
(edit) @24749   15 years vboxsync DevAHCI: async suspend, reset and power off handling for the SATA part.
(edit) @24747   15 years vboxsync DevATA: Cleanup the waiting for idle stuff... only ataR3Construct …
(edit) @24746   15 years vboxsync AsyncCompletion: Make it possible to enable the new I/O path with a …
(edit) @24745   15 years vboxsync DevATA: Async reset handling, protect reset or we'll die.
(edit) @24741   15 years vboxsync DevATA: Use the async notification handling.
(edit) @24714   15 years vboxsync DevVGA_VBVA: save and restore mouse pointer.
(edit) @24712   15 years vboxsync #3987: Virtio: Drop packets if VM is not running or cable is disconnected.
(edit) @24707   15 years vboxsync fat fingers
(edit) @24706   15 years vboxsync EFI: ACPI work
(edit) @24705   15 years vboxsync #3987: Virtio: Got rid of indirect function calls (expect …
(edit) @24678   15 years vboxsync Misc: Shut up annoying gcc warnings on darwin.
(edit) @24671   15 years vboxsync ISCSIHDDCore.cpp: Shut up GCC warning.
(edit) @24669   15 years vboxsync DevACPI.cpp: shut up gcc warning about size() using m_pbData before it …
(edit) @24652   15 years vboxsync 32-bit build fix
(edit) @24641   15 years vboxsync #3987: Virtio: TX delay timer for batching, fixed assertion on state …
(edit) @24638   15 years vboxsync PCI: Fix interrupt mapping for certain slots behind a bridge
(edit) @24636   15 years vboxsync Moved slirp_ext_m_free up a bit in drvNATUrgRecvWorker
(edit) @24635   15 years vboxsync slirp_urg_output: increase packet counter after possible failure returns
(edit) @24624   15 years vboxsync updated testcase
(edit) @24623   15 years vboxsync Virtio: small optimization (static TX buffer)
(edit) @24616   15 years vboxsync #3987: Virtio: Applied Frank's GC patch and made debug build work as well.
(edit) @24612   15 years vboxsync DrvVD: Added a LoadDone hook for implementing better handling of …
(edit) @24611   15 years vboxsync VirtIO-net: update the counters
(edit) @24609   15 years vboxsync DevAPIC: Disable NMI delivery through LAPIC (Linux NMI watchdog problems).
(edit) @24588   15 years vboxsync DevAHCI: Ditto.
(edit) @24587   15 years vboxsync DevATA.cpp: Better error message about missing devices during …
(edit) @24583   15 years vboxsync DrvVD,ConsoleImpl2.cpp: Added a TempReadOnly argument for use on the …
(edit) @24578   15 years vboxsync fix OSE
(edit) @24533   15 years vboxsync #4410: Drop incoming packets in E1000 if VM is not running.
(edit) @24527   15 years vboxsync VHD: Fix incompatibility with Hyper-V. Contributed by Huihong Luo
(edit) @24523   15 years vboxsync More comments
(edit) @24521   15 years vboxsync Ignore all other CMOS shutdown status values (OpenSolaris sets it to …
(edit) @24495   15 years vboxsync DevVGA: Restore version 1 saved states (very recent regression).
(edit) @24473   15 years vboxsync EFI: Logo from Ivan.
(edit) @24470   15 years vboxsync #3987: Virtio: Fixed the status reporting required by recent kernels …
(edit) @24455   15 years vboxsync PCNet: drop RX packets if the link is down
(edit) @24439   15 years vboxsync Storage/VBoxHDD: tweak PCHS handling in VDCopy (contributed by Huihong Luo)
(edit) @24430   15 years vboxsync E1000: forward-port of r54484 from 3.0 to HEAD
(edit) @24396   15 years vboxsync DevPS2: Added qemu code to emulate turning off scancode translation in …
(edit) @24394   15 years vboxsync EFI: VGA driver converted from Cirrus Logic driver.
(edit) @24382   15 years vboxsync Serial: forward-port of 54411 (serial/rawfile: don't flush after …
(edit) @24373   15 years vboxsync Updated screenshot API (xTracker 4364).
(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
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