VirtualBox

source: vbox/trunk/src/VBox/Devices/Storage/DevATA.cpp

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @23474   15 年 vboxsync ATA: Add the instance number to the statistics path
(edit) @23417   15 年 vboxsync ATA/AHCI: report medium changes. for AHCI this is not in the active code
(edit) @23149   16 年 vboxsync ATA,AHCI: Assertion is to is strict. VERR_PDM_MEDIA_LOCKED is expected …
(edit) @23012   16 年 vboxsync VMM,Devices,Main: VMR3ReqCall w/ RT_INDEFINITE_WAIT -> VMR3ReqCallWait.
(edit) @22934   16 年 vboxsync DevATA.cpp: AssertCompileMemberAlignment(ATACONTROLLER, aIfs[1], 8) …
(edit) @22925   16 年 vboxsync Devices: Alignment fun. (32-bit darwin)
(edit) @22793   16 年 vboxsync SSM,*: Renamed phase to pass (uPhase/SSM_PHASE_FINAL) and wrote the …
(edit) @22480   16 年 vboxsync SSM,VMM,Devices,Main,VBoxBFE: Live snapshot/migration SSM API adjustments.
(edit) @22277   16 年 vboxsync PDMDRVREG change (big changeset).
(edit) @21188   16 年 vboxsync Add hotplug flag to PDMR3DeviceAttach/Detach
(edit) @20567   16 年 vboxsync DevATA,ATAController: Do not use MMGCRamReadNoTrapHandler nor …
(edit) @20374   16 年 vboxsync *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
(edit) @20367   16 年 vboxsync Devices: BEGIN_DECLS -> RT_BEGIN_DECLS; END_DECLS -> RT_END_DECLS.
(edit) @19366   16 年 vboxsync Removed global VMM lock.
(edit) @19300   16 年 vboxsync VMReq,*: Replaced VMREQDEST with VMCPUID because it's a pain to have …
(edit) @18927   16 年 vboxsync Big step to separate VMM data structures for guest SMP. (pgm, em)
(edit) @18645   16 年 vboxsync VMSetRuntimeError[V] refactoring: fFatal -> fFlags, may return …
(edit) @18434   16 年 vboxsync pdmifs.h,DevATA,ATAController,DrvHostDVD: Changed the pcbBuf parameter …
(edit) @18193   16 年 vboxsync ATA: Implement READ DVD STRUCTURE
(edit) @17947   16 年 vboxsync ATA: create correct header for raw sector, according to the spec, …
(edit) @17828   16 年 vboxsync ATA: report 80-pins cables for ICH6 controller
(edit) @17733   16 年 vboxsync Storage/ATA: shut up compiler warning
(edit) @17732   16 年 vboxsync Storage/AHCI: fix iSCSI-induced geometry error preventing VM start in …
(edit) @17312   16 年 vboxsync ATA: PIIX4 is default. A default is required for our VMM testcases.
(edit) @17077   16 年 vboxsync pass IDE controller type as string in config
(edit) @17075   16 年 vboxsync ICH6 controller in UI and configs (don't think amount of work required …
(edit) @16745   16 年 vboxsync add rudimentary support for ICH6 IDE controller
(edit) @16708   16 年 vboxsync Storage/ATA: fix 2 deadlocks when suspending the VM due to disk …
(edit) @16114   16 年 vboxsync Added first suspend and poweroff flags for the IDE controller too. …
(edit) @15882   16 年 vboxsync DevATA: Number the ATA I/O threads.
(edit) @15879   16 年 vboxsync ATA: Wait a bit until we interrupt the thread to avoid interruptions …
(edit) @15855   16 年 vboxsync DevAHCI,DevATA: ach -> sz and use CFGMR3QueryStringDef (bad idea to …
(edit) @15847   16 年 vboxsync ATA: Fix failing RESET requests if the async I/O thread is stuck in an …
(edit) @15846   16 年 vboxsync AHCI/ATA: rework VPD handling code
(edit) @15845   16 年 vboxsync warnings and minor fixes to coding style
(edit) @15815   16 年 vboxsync fix Linux passthrough by introducing a double buffer which is required …
(edit) @15711   16 年 vboxsync IDE: move the VPD initialization code to the right place and correct …
(edit) @15710   16 年 vboxsync IDE: make it possible to change VPD data of hard disks too
(edit) @15543   16 年 vboxsync Devices/DevATA: handle IDE async I/O thread busy a little more gracefully.
(edit) @15508   16 年 vboxsync #3349: Changed a few MMHyperAlloc calls to MMR3HyperAllocOnceNoRel to …
(edit) @15252   16 年 vboxsync ATA/AHCI: Separated the device state structures for the ATA controller …
(edit) @14534   16 年 vboxsync When unsupported CD-ROM sector read format is being logged, also log …
(edit) @13840   16 年 vboxsync Hex format types (Vhx[sd] -> Rhx[sd]).
(edit) @13832   16 年 vboxsync IN_GC -> IN_RC.
(edit) @13782   16 年 vboxsync More SMP groundwork.
(edit) @13756   16 年 vboxsync Compile fixes for the VM request changes.
(edit) @13303   16 年 vboxsync Storage: Replace the assertions in the construction code with runtime …
(edit) @13144   16 年 vboxsync #1865: Implmented the alternative R0 code for darwin (turned out to be …
(edit) @13015   16 年 vboxsync mount/unmount notification unconditionally
(edit) @13010   16 年 vboxsync removed debug output
(edit) @13004   16 年 vboxsync ATA: implemented atapiGetEventStatusNotificationSS() for virtual ATAPI …
(edit) @12978   16 年 vboxsync PDM: PDM_DEVREG_FLAGS_DEFAULT_BITS convenience.
(edit) @12977   16 年 vboxsync #1865: Updated PDMDEVREG with pfnSoftReset, u32VersionEnd and some …
(edit) @12969   16 年 vboxsync #1865: PDMINS.
(edit) @12933   16 年 vboxsync warnings
(edit) @12766   16 年 vboxsync ATA: disabled SCSI_GET_EVENT_STATUS_NOTIFICATION passthrough command …
(edit) @12740   16 年 vboxsync Don't overwrite SCSI_INQUIRY if passthrough is active. Otherwise …
(edit) @12739   16 年 vboxsync filter SCSI_READ_DVD_STRUCTURE errors from logging
(edit) @12586   17 年 vboxsync DevATA: Added rainy day todo for MMR3HyperAllocOnceNoRel
(edit) @12551   17 年 vboxsync be more verbose when logging ATA/SCSI commands
(edit) @12508   17 年 vboxsync Device/Storage: fix CD/DVD media change problems in passthrough mode.
(edit) @11582   17 年 vboxsync Storage/ATA: increment counter for errors reported to the release log …
(edit) @11284   17 年 vboxsync Devices: %Vrc -> %Rrc (just preferred, not mandatory (yet))
(edit) @11269   17 年 vboxsync Devices: pData -> pThis.
(edit) @11267   17 年 vboxsync Devices: PDMINS2DATA -> PDMINS_2_DATA.
(edit) @11266   17 年 vboxsync Devices: VBOX_SUCCESS/FAILURE -> RT_SUCCESS/FAILURE.
(edit) @11184   17 年 vboxsync DevATA: Init handle values so the destructor workes quietly. Use the …
(edit) @11183   17 年 vboxsync DevATA: Use CFGM*Def().
(edit) @11161   17 年 vboxsync GC->RC: ATA and AHCI.
(edit) @11159   17 年 vboxsync GC->RC: ATA and AHCI.
(edit) @11151   17 年 vboxsync #1865: ATA and AHCI.
(edit) @11144   17 年 vboxsync #1865: ATA and AHCI.
(edit) @11143   17 年 vboxsync DevATA/DevAHCI: janitorial work - do not duplicate the ATA structures. …
(edit) @9572   17 年 vboxsync IDE: Make SCO OpenServer disk detection work
(edit) @9387   17 年 vboxsync 64-bit GC alignment fixes
(edit) @9212   17 年 vboxsync Major changes for sizeof(RTGCPTR) == uint64_t. Introduced RCPTRTYPE …
(edit) @8708   17 年 vboxsync Just do the simple 30 second wait for each worker thread. There …
(edit) @8703   17 年 vboxsync typo
(edit) @8676   17 年 vboxsync Again, 3ms + VERR_TIMEOUT. Added a new assertions w/ more info. (If it …
(edit) @8541   17 年 vboxsync Why do I keep hitting this assertion?!? 3ms and bang. Added more info.
(edit) @8155   17 年 vboxsync The Big Sun Rebranding Header Change
(edit) @7754   17 年 vboxsync More info on this ataDestruct assertion.
(edit) @7636   17 年 vboxsync oops.
(edit) @7630   17 年 vboxsync Keep hitting the assertion in the wait code. Attempt to improve this …
(edit) @7575   17 年 vboxsync eliminate tabs
(edit) @7232   17 年 vboxsync Get rid of the no longer needed hacky wait for the async I/O threads …
(edit) @7151   17 年 vboxsync Increase the ATA async thread termination timeout to 5 seconds. …
(edit) @7107   17 年 vboxsync cosmetics.
(edit) @7072   17 年 vboxsync Make our devices use the RTGCPHYS32 type & backed out the alignment …
(edit) @7060   17 年 vboxsync Fix incorrect use of RTGCPHYS in DevATA. All this is 32bit only.
(edit) @7058   17 年 vboxsync Added (disabled) instrumentation for measuring the time DMA writes to …
(edit) @7043   17 年 vboxsync Realigning after RTGCPHYS change.
(edit) @6609   17 年 vboxsync ATA: BytesRead + BytesWritten are needed for the statistics window
(edit) @6331   17 年 vboxsync cosmetics
(edit) @6291   17 年 vboxsync Big virtual disk changeset containing several modifications * remove …
(edit) @6062   17 年 vboxsync ATA: Fix status value for EXECUTE DEVICE DIAGNOSTICS command, should …
(edit) @5999   17 年 vboxsync The Giant CDDL Dual-License Header Change.
(edit) @5942   17 年 vboxsync Remove incorrect trailing dots in the error messages.
(edit) @5645   17 年 vboxsync ATA: On VERR_FILE_TOO_BIG clearly state that this relates the virtual …
(edit) @5482   17 年 vboxsync Excessive ()
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette