|
|
@83914
|
5 years |
vboxsync |
Fix burns
|
|
|
@83913
|
5 years |
vboxsync |
Network/DevVirtioNet_1_0.cpp: Various fixes and improvements, most …
|
|
|
@83664
|
5 years |
vboxsync |
Network/DevVirtioNet_1_0.cpp: Now have round trip networking working. …
|
|
|
@83603
|
5 years |
vboxsync |
Virtio_1_0: Added some descriptor chain stats to see that we don't …
|
|
|
@83587
|
5 years |
vboxsync |
Virtio_1_0: Reworked the VIRTIO_DESC_CHAIN_T handling to decrease the …
|
|
|
@83576
|
5 years |
vboxsync |
Virtio_1_0.h: Todo. bugref:9440
|
|
|
@83575
|
5 years |
vboxsync |
Virtio_1_0.cpp: Ditto uint64_t casting cleaning up in …
|
|
|
@83499
|
5 years |
vboxsync |
Network/DevVirtioNet_1_0.cpp: Round trip traffic happening …
|
|
|
@83187
|
5 years |
vboxsync |
Remove debugging change that shouldn't be in code others use
|
|
|
@83186
|
5 years |
vboxsync |
Network/DevVirtioNet.cpp: Some clean up. Have verified that received …
|
|
|
@83174
|
5 years |
vboxsync |
fix burns
|
|
|
@83165
|
5 years |
vboxsync |
Network/DevVirtioNet.cpp Found some issues after going back and …
|
|
|
@83058
|
5 years |
vboxsync |
Network/DevVirtioNet_1_0.cpp: Starting to receive Rx packets from now. …
|
|
|
@83028
|
5 years |
vboxsync |
Network/DevVirtioNet_1_0.cpp: Fixed but in Virtio_1_0.cpp …
|
|
|
@82968
|
5 years |
vboxsync |
Copyright year updates by scm.
|
|
|
@82961
|
5 years |
vboxsync |
Network/DevVirtioNet_1_0.cpp: Device appears and is doing transactions …
|
|
|
@82864
|
5 years |
vboxsync |
Move function unused in R0 into R3 guards to fix burn
|
|
|
@82863
|
5 years |
vboxsync |
Network/DevVirtioNet_1_0.cpp: Builds cleanly. Finished initial tying …
|
|
|
@82681
|
5 years |
vboxsync |
Network/DevVirtioNet_1_0.cpp: Ported skeletal framwork from VirtIO 0.9 …
|
|
|
@82560
|
5 years |
vboxsync |
Storage/DevVirtioSCSI.cpp: Had to ifdef R3 some functions that caused …
|
|
|
@82559
|
5 years |
vboxsync |
Storage/DevVirtioSCSI.cpp: Enabled R0, increased req queue count to 4 …
|
|
|
@82183
|
5 years |
vboxsync |
Storage/DevVirtioSCSI.cpp: Fixed sizeof() calc in virtioScsiR3ReqErr() …
|
|
|
@82151
|
5 years |
vboxsync |
Storage/DevVirtioSCSI.cpp: Did some work on virtio async event …
|
|
|
@82145
|
5 years |
vboxsync |
Storage/DevVirtioSCSI.cpp: Fixed problem with scsi offline errors on …
|
|
|
@82055
|
5 years |
vboxsync |
fix comments/flowerboxes
|
|
|
@82010
|
5 years |
vboxsync |
Storage/DevVirtioSCSI.cpp: Implemented save/load suspended I/O …
|
|
|
@82004
|
5 years |
vboxsync |
Storage/DevVirtioSCSI.cpp: Finish last of Knut's to do items except …
|
|
|
@81975
|
5 years |
vboxsync |
fix burn due to RT logging macro not registering as a use of a variable
|
|
|
@81974
|
5 years |
vboxsync |
Storage/DevVirtioSCSI.cpp: Fix unused variable burn
|
|
|
@81973
|
5 years |
vboxsync |
Storage/DevVirtioSCSI.cpp: Took care of more to do items from bird's …
|
|
|
@81838
|
5 years |
vboxsync |
Storage/DevVirtioSCSI.cpp: Fixed Last minute change to invert …
|
|
|
@81819
|
5 years |
vboxsync |
Storage/DevVirtioSCSI.cpp Accidentally put some functions in between …
|
|
|
@81818
|
5 years |
vboxsync |
Storage/DevVirtioSCSI.cpp Add some exported prototypes complained …
|
|
|
@81817
|
5 years |
vboxsync |
Storage/DevVirtioSCSI.cpp: Remove const qualifier on type to prevent …
|
|
|
@81815
|
5 years |
vboxsync |
Storage/DevVirtioSCSI.cpp: Fix burn caused by casting error that …
|
|
|
@81814
|
5 years |
vboxsync |
Storage/DevVirtioSCSI.cpp: Worked on bird's todo items, most notably …
|
|
|
@81731
|
5 years |
vboxsync |
DevRirtioNet,Virtio: nits. bugref:9218
|
|
|
@81722
|
5 years |
vboxsync |
DevVirtioNet,Virtio: Rearranging code a little. bugref:9218
|
|
|
@81721
|
5 years |
vboxsync |
DevVirtioNet,Virtio: Converted to new PDM device model. bugref:9218
|
|
|
@81720
|
5 years |
vboxsync |
DevVirtioNet,Virtio: Converted to new PDM device model. bugref:9218
|
|
|
@81703
|
5 years |
vboxsync |
DevVirtioNet.cpp,Virtio.cpp: Some cleanups prepping for refactoring to …
|
|
|
@81690
|
5 years |
vboxsync |
Virtio_1_0: indent fix (my bad). bugref:9218
|
|
|
@81689
|
5 years |
vboxsync |
Virtio_1_0: Missing return VINF_SUCCESS in virtioMmioWrite. Reduced …
|
|
|
@81678
|
5 years |
vboxsync |
Virtio_1_0,DevVirtioScsi: s/virtio/virtioCore/ + …
|
|
|
@81677
|
5 years |
vboxsync |
Virtio_1_0,DevVirtioScsi: Converting to new PDM model - mostly done, I …
|
|
|
@81675
|
5 years |
vboxsync |
Virtio_1_0,DevVirtioScsi: Converting to new PDM model - split up …
|
|
|
@81662
|
5 years |
vboxsync |
Virtio_1_0,DevVirtioScsi: Started converting to new PDM model. …
|
|
|
@81661
|
5 years |
vboxsync |
Virtio_1_0,DevVirtioScsi: More common virtio code cleanups. …
|
|
|
@81660
|
5 years |
vboxsync |
Virtio_1_0,DevVirtioScsi: More common virtio code cleanups. …
|
|
|
@81659
|
5 years |
vboxsync |
Virtio_1_0,DevVirtioScsi: Refactored code to not use the heap for the …
|
|
|
@81658
|
5 years |
vboxsync |
Virtio_1_0,DevVirtioScsi: Refactored code to not use the heap for the …
|
|
|
@81654
|
5 years |
vboxsync |
virtio_1_0: Unused inlines (clang is a pain). bugref:9218 bugref:9440
|
|
|
@81653
|
5 years |
vboxsync |
Virtio_1_0: Very superficial code review (style mostly), preparing for …
|
|
|
@81634
|
5 years |
vboxsync |
DevVirtioScsi,Virtio_1_0: A quick and superficial review of …
|
|
|
@81630
|
5 years |
vboxsync |
Reverting 134386. Wrong dir.
|
|
|
@81629
|
5 years |
vboxsync |
pdmstorageifs.h: Added missing NIL_PDMMEDIAEXIOREQ - handles must have …
|
|
|
@81628
|
5 years |
vboxsync |
Storage/DevVirtioSCSI.cpp Fixed leaks found with Sanitizer. Worked on …
|
|
|
@81402
|
5 years |
vboxsync |
VirtIO: Fix access to the VirtIO registers through the PCI config …
|
|
|
@81348
|
5 years |
vboxsync |
Storage/DevVirtioSCSI.cpp: Some improvements to failures related to …
|
|
|
@81300
|
5 years |
vboxsync |
Storage/DevVirtioSCSI.cpp: Improved bounds checking for MMIO …
|
|
|
@81231
|
5 years |
vboxsync |
Storage/DevVirtioScsi.cpp: Disabled MSI-X and added guards to …
|
|
|
@81126
|
5 years |
vboxsync |
Storage/DevVirtioSCSI.cpp: fix burn
|
|
|
@81123
|
5 years |
vboxsync |
Storage/DevVirtioSCSI.cpp: fix burn
|
|
|
@81122
|
5 years |
vboxsync |
Storage/DevVirtioSCSI.cpp: Got MSI-X support implemented and a few …
|
|
|
@81031
|
5 years |
vboxsync |
PDM,Devices: Moving the PDMPCIDEV structures into the PDMDEVINS …
|
|
|
@81019
|
5 years |
vboxsync |
Storage/DevVirtioSCSI.cpp: Attempt #4 to resolve burns
|
|
|
@81015
|
5 years |
vboxsync |
Storage/DevVirtioSCSI.cpp: Added corner case handling for PCI CFG / …
|
|
|
@80943
|
5 years |
vboxsync |
Devices/PCI: Device model refactoring, part I. bugref:9218
|
|
|
@80931
|
5 years |
vboxsync |
Storage/DevVirtioSCSI.cpp: Fixed errors that prevented it from …
|
|
|
@80928
|
5 years |
vboxsync |
Storage/DevVirtioSCSI.cpp: Fixed/improved attach target …
|
|
|
@80923
|
5 years |
vboxsync |
Dev/Net: @bugref:9556 Lower interrupts on reset
|
|
|
@80762
|
5 years |
vboxsync |
Storage/DevVirtioSCSI.cpp: Added multi-target support. See …
|
|
|
@80718
|
5 years |
vboxsync |
Storage/VirtioDevSCSI.cpp: Fixed reset behavior, tested/debugged …
|
|
|
@80683
|
5 years |
vboxsync |
Storage:DevVirtioSCSI.cpp: suspend/resume/reset implemented and seems …
|
|
|
@80657
|
5 years |
vboxsync |
Storage/DevVirtioScsi.cpp: Start to implement …
|
|
|
@80647
|
5 years |
vboxsync |
Storage/DevVirtioSCSI.cpp: Fixed problem with Assert closing VM in …
|
|
|
@80639
|
5 years |
vboxsync |
Storage/DevVirtioSCSI.cpp: Start to fix/implement ejection …
|
|
|
@80615
|
5 years |
vboxsync |
Storage/DevVirtioSCSI.cpp: Now disk operations are working on Linux …
|
|
|
@80596
|
5 years |
vboxsync |
Storage/DevVirtioSCSI.cpp: Added code to incorporate aeichner's …
|
|
|
@80575
|
5 years |
vboxsync |
Storage/DevVirtioSCSI.cpp: Resolved issue of mem corruption hn when …
|
|
|
@80571
|
5 years |
vboxsync |
Storage/DevVirtioSCSI.cpp: Cleaned up the req submit code. Trying to …
|
|
|
@80528
|
5 years |
vboxsync |
Storage/DevVirtioSCSI.cpp: This is being integrated to stop burns. I …
|
|
|
@80527
|
5 years |
vboxsync |
Storage/DevVirtioSCSI.cpp: Added code to intercept requests to …
|
|
|
@80522
|
5 years |
vboxsync |
Storage/DevVirtioSCSI.cpp: Changes to logging to by default just log …
|
|
|
@80499
|
5 years |
vboxsync |
Storage/DrvVirtioSCSI.cpp: Added code to handle event subscriptions …
|
|
|
@80437
|
5 years |
vboxsync |
Storage/DevVirtioSCSI.cpp: Basic round-trip I/O implemented for …
|
|
|
@80383
|
5 years |
vboxsync |
Storage/DevVirtioSCSI.cpp: Got notification and initial worker thread …
|
|
|
@80340
|
5 years |
vboxsync |
Fixed error in MMIO handling of cfg gen check/increment. Seem to have …
|
|
|
@80308
|
5 years |
vboxsync |
Storage/DevVirtioSCSI.cpp: Some cleanup of r132764
|
|
|
@80307
|
5 years |
vboxsync |
Storage/DevVirtioSCSI.cpp: Removed pasted-into-wrong-window youtube URL
|
|
|
@80306
|
5 years |
vboxsync |
Storage/DevVirtioSCSI.cpp: Implemented interrupt handling and …
|
|
|
@80240
|
5 years |
vboxsync |
Adjust some parameters and interface
|
|
|
@80219
|
5 years |
vboxsync |
storage/DevVirtioSCSI.cpp, major changes that flesh out most of the …
|
|
|
@80201
|
5 years |
vboxsync |
Fix doxygen burn and fixed MMIO related macros, and notification area …
|
|
|
@80194
|
5 years |
vboxsync |
Some more re-structuring and encapsulation of library implementation. …
|
|
|
@80169
|
5 years |
vboxsync |
Changes to enforce VirtIO 1.0 section 4.1.3.1 compliant device …
|
|
|
@80168
|
5 years |
vboxsync |
Fixed offset usage that caused reaching into wrong values of newest …
|
|
|
@80148
|
5 years |
vboxsync |
Changed how MMIO items are accessed, simplified and fixed PCI CFG …
|
|
|
@80108
|
5 years |
vboxsync |
Implemented virtio_pci_cfg_cap interface of VirtIO 1.0 spec, section …
|
|
|
@80058
|
5 years |
vboxsync |
Virtio 1.0 capabilities are now showing up and some negotiation …
|
|
|