VirtualBox

source: vbox/trunk/src/VBox/Devices/Storage

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @82145   5 years vboxsync Storage/DevVirtioSCSI.cpp: Fixed problem with scsi offline errors on …
(edit) @82130   5 years vboxsync DrvVD: Moved the statistics to /Public/Storage/ to make them official …
(edit) @82056   5 years vboxsync fix comments/flowerboxes
(edit) @82054   5 years vboxsync fix comments/flowerboxes
(edit) @82046   5 years vboxsync Fix comment
(edit) @82042   5 years vboxsync Factored out virtq naming code so it can be re-used in load exec code …
(edit) @82025   5 years vboxsync Reverted accidental commit.
(edit) @82024   5 years vboxsync DevATA: Extended IRQ delay to PIO transfers for compatibility with …
(edit) @82023   5 years vboxsync fix parameter list in Log*() statement
(edit) @82017   5 years vboxsync DevATA: indent.
(edit) @82015   5 years vboxsync DevATA: Don't block config sub-nodes. bugref:9218
(edit) @82010   5 years vboxsync Storage/DevVirtioSCSI.cpp: Implemented save/load suspended I/O …
(edit) @82004   5 years vboxsync Storage/DevVirtioSCSI.cpp: Finish last of Knut's to do items except …
(edit) @81999   5 years vboxsync DevATA: First set device signature, then status register; cosmetic …
(edit) @81998   5 years vboxsync DevATA: Removed redundant SetIRQ calls (see bugref:5869).
(edit) @81997   5 years vboxsync DevATA: Changed register state at the end of read/write operations for …
(edit) @81995   5 years vboxsync DevFDC: Added option for enabling access to status register A (SRA) - …
(edit) @81973   5 years vboxsync Storage/DevVirtioSCSI.cpp: Took care of more to do items from bird's …
(edit) @81935   5 years vboxsync DevVirtioSCSI: Only 7-bit ASCII if possible.
(edit) @81890   5 years vboxsync DevAHCI: Doxygen. bugref:9218
(edit) @81887   5 years vboxsync DevAHCI: s/ahciPort/aPorts/g. bugref:9218
(edit) @81886   5 years vboxsync DevAHCI: Split up structures. More or less done converting to new PDM …
(edit) @81885   5 years vboxsync DevAHCI: Converted I/O ports and MMIO handlers to new style. bugref:9218
(edit) @81880   5 years vboxsync DevAHCI: s/pAhci/pThis/g. bugref:9218
(edit) @81879   5 years vboxsync DevAHCI: Use the new handle based timer interface for the CCC timer. …
(edit) @81878   5 years vboxsync DevAHCI: Use the device helpers for CFGM and SSM functions. [fix] …
(edit) @81877   5 years vboxsync DevAHCI: Use the device helpers for critical sections and thread …
(edit) @81875   5 years vboxsync DevAHCI: Use the device helpers for CFGM and SSM functions. bugref:9218
(edit) @81874   5 years vboxsync DevAHCI: Use the device helpers for support driver semaphores. bugref:9218
(edit) @81873   5 years vboxsync DevAHCI: Kicking out the notification queue now that we don't have …
(edit) @81872   5 years vboxsync DevAHCI: Dropped unnecessary pragma pack(1). bugref:9218
(edit) @81870   5 years vboxsync DevATA: Use RT_SAFE_SUBSCRIPT. bugref:9218
(edit) @81867   5 years vboxsync DevATA: Some structure naming cleanup. bugref:9218
(edit) @81862   5 years vboxsync DevATA: doxygen fixes. bugref:9218
(edit) @81860   5 years vboxsync DevATA: Split up the state structures. Marked device as new-style. …
(edit) @81859   5 years vboxsync DevATA: Make sure to use a valid index into the function tables. …
(edit) @81858   5 years vboxsync DevATA: doxygen fixes. bugref:9218
(edit) @81857   5 years vboxsync DevATA: Converted I/O port handlers to new style. [build fix] bugref:9218
(edit) @81855   5 years vboxsync DevATA: Converted I/O port handlers to new style. [build fix] bugref:9218
(edit) @81854   5 years vboxsync DevATA: Converted I/O port handlers to new style. bugref:9218
(edit) @81853   5 years vboxsync PDMDevHlp,DevBusLogic,DevLsiLogicSCSI: Added flags parameter to …
(edit) @81852   5 years vboxsync DevATA: Converted the BM DMA ports to the new style, combining them …
(edit) @81851   5 years vboxsync DevATA: Use the devhlp version of the critsect API. bugref:9218
(edit) @81849   5 years vboxsync DevATA: Be a little bit paranoid about indexing PCIATAState::aCts too. …
(edit) @81848   5 years vboxsync DevATA: Be paranoid when using state members to index …
(edit) @81847   5 years vboxsync DevATA: s/bATAPICmd/abATAPICmd/g + clang build fix. bugref:9218
(edit) @81845   5 years vboxsync DevATA: Be paranoid about the I/O buffer accesses. [fixes] bugref:9218
(edit) @81844   5 years vboxsync DevATA: Be paranoid about the I/O buffer accesses. bugref:9218
(edit) @81842   5 years vboxsync DevATA: Put the I/O buffers into the device state data to avoid having …
(edit) @81839   5 years vboxsync DevATA: Buffer paranoia and preperations for static alloc. bugref:9218
(edit) @81838   5 years vboxsync Storage/DevVirtioSCSI.cpp: Fixed Last minute change to invert …
(edit) @81836   5 years vboxsync DevATA: Operate SUPSemEvent* thru the device helpers. bugref:9218
(edit) @81835   5 years vboxsync DevBusLogic.cpp: Use pThis like everyone else. bugref:9218
(edit) @81833   5 years vboxsync DevBusLogic.cpp: Docs build fix.
(edit) @81828   5 years vboxsync DevBusLogic.cpp: Converting it to the new PDM device style - Splitting …
(edit) @81816   5 years vboxsync Storage/DevVirtioSCSI.cpp: More fixing burns on build box for stuff …
(edit) @81815   5 years vboxsync Storage/DevVirtioSCSI.cpp: Fix burn caused by casting error that …
(edit) @81814   5 years vboxsync Storage/DevVirtioSCSI.cpp: Worked on bird's todo items, most notably …
(edit) @81812   5 years vboxsync DevBusLogic.cpp: Converting it to the new PDM device style - BIOS I/O …
(edit) @81810   5 years vboxsync DevBusLogic.cpp: Converting it to the new PDM device style - MMIO …
(edit) @81809   5 years vboxsync DevBusLogic.cpp: Converting it to the new PDM device style - I/O …
(edit) @81808   5 years vboxsync DevBusLogic.cpp: Converting it to the new PDM device style - crit …
(edit) @81807   5 years vboxsync DevBusLogic.cpp: Converting it to the new PDM device style - SSM …
(edit) @81805   5 years vboxsync DevBusLogic.cpp: Converting it to the new PDM device style - …
(edit) @81804   5 years vboxsync DevBusLogic.cpp: Converting it to the new PDM device style - …
(edit) @81803   5 years vboxsync DevBusLogic.cpp: Converting it to the new PDM device style... bugref:9218
(edit) @81802   5 years vboxsync DevATA: Working on converting it to new PDM device model. bugref:9218
(edit) @81801   5 years vboxsync DevATA: Working on converting it to new PDM device model. bugref:9218
(edit) @81800   5 years vboxsync DevBusLogic.cpp: Converting it to the new PDM device style... bugref:9218
(edit) @81799   5 years vboxsync DevFdc: Working on converting it to the new PDM device style. bugref:9218
(edit) @81795   5 years vboxsync DevFdc: Working on converting it to the new PDM device style. bugref:9218
(edit) @81794   5 years vboxsync DevFdc: Working on converting it to the new PDM device style. bugref:9218
(edit) @81785   5 years vboxsync DevLsiLogicSCSI: Split device state structures. [doxygen fix] bugref:9218
(edit) @81783   5 years vboxsync DevLsiLogicSCSI: Split device state structures. [build fix] bugref:9218
(edit) @81781   5 years vboxsync DevLsiLogicSCSI: Split device state structures. bugref:9218
(edit) @81777   5 years vboxsync DevLsiLogicSCSI: Removed GCPhysMMIOBase (forgot earlier) amd aligned …
(edit) @81774   5 years vboxsync DevLsiLogicSCSI: Use NOP critsect in ring-0 too. bugref:9218
(edit) @81773   5 years vboxsync DevLsiLogicSCSI: Converted MMIO and I/O port handlers. bugref:9218
(edit) @81765   5 years vboxsync Devices: Use new volatile SSM getters and enum macros. bugref:9218
(edit) @81752   5 years vboxsync DevLsiLogicSCSI: Switched critsects and sup semaphores to device …
(edit) @81751   5 years vboxsync DevLsiLogicSCSI: Replaced the three dynamically allocated queues with …
(edit) @81745   5 years vboxsync DevLsiLogicSCSI: Use dev helpers for SSM and CFGM. Dropped the …
(edit) @81744   5 years vboxsync DevLsiLogicSCSI.h: Kicked out a lot of unnecessary #pragma pack(1). …
(edit) @81689   5 years vboxsync Virtio_1_0: Missing return VINF_SUCCESS in virtioMmioWrite. Reduced …
(edit) @81680   5 years vboxsync Virtio_1_0,DevVirtioScsi: Doxygen fixes. bugref:9218 bugref:9440
(edit) @81679   5 years vboxsync Virtio_1_0,DevVirtioScsi: Doxygen fixes. bugref:9218 bugref:9440
(edit) @81678   5 years vboxsync Virtio_1_0,DevVirtioScsi: s/virtio/virtioCore/ + …
(edit) @81677   5 years vboxsync Virtio_1_0,DevVirtioScsi: Converting to new PDM model - mostly done, I …
(edit) @81675   5 years vboxsync Virtio_1_0,DevVirtioScsi: Converting to new PDM model - split up …
(edit) @81663   5 years vboxsync Virtio_1_0,DevVirtioScsi: Started converting to new PDM model. …
(edit) @81662   5 years vboxsync Virtio_1_0,DevVirtioScsi: Started converting to new PDM model. …
(edit) @81660   5 years vboxsync Virtio_1_0,DevVirtioScsi: More common virtio code cleanups. …
(edit) @81658   5 years vboxsync Virtio_1_0,DevVirtioScsi: Refactored code to not use the heap for the …
(edit) @81645   5 years vboxsync DevVirtioScsi: More standard function ordering & placement. …
(edit) @81642   5 years vboxsync DevVirtioScsi: Found one more place that RTMemAllocZ should be used …
(edit) @81636   5 years vboxsync DevVirtioScsi: Put unused stringifiers in LOG_ENABLED ifdefs to make …
(edit) @81635   5 years vboxsync scm fix
(edit) @81634   5 years vboxsync DevVirtioScsi,Virtio_1_0: A quick and superficial review of …
(edit) @81628   5 years vboxsync Storage/DevVirtioSCSI.cpp Fixed leaks found with Sanitizer. Worked on …
(edit) @81591   5 years vboxsync Devices: Use PDMDEVINS_2_DATA and PDMDEVINS_2_DATA. bugref:9218
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