|
|
@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 …
|
|
|
@79973
|
5 years |
vboxsync |
Just checking in changes. Working out new interface between …
|
|
|
@79941
|
5 years |
vboxsync |
Fix obvious bug in (pre-tested) Virtio PCI capabilities code. Using …
|
|
|
@79929
|
5 years |
vboxsync |
Attempt to fix burn related to bad doxygen doc field
|
|
|
@79928
|
5 years |
vboxsync |
See #9440 Comment #36
|
|
|
@76565
|
6 years |
vboxsync |
Devices: Use VBOX_INCLUDED_SRC_ as header guard prefix with scm.
|
|
|
@76553
|
6 years |
vboxsync |
scm --update-copyright-year
|
|
|
@76520
|
6 years |
vboxsync |
Devices: scm --fix-header-guards. bugref:9344
|
|
|
@73410
|
6 years |
vboxsync |
Network/Virtio: TX queue notification flag race fix. TX event stat …
|
|
|
@73097
|
6 years |
vboxsync |
*: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and …
|
|
|
@71788
|
7 years |
vboxsync |
DevVirtioNet: A couple of todos and paranoia.
|
|
|
@71112
|
7 years |
vboxsync |
virtio: Workaround for older guests which do not enable PCI bus mastering.
|
|
|
@69500
|
7 years |
vboxsync |
*: scm --update-copyright-year
|
|
|
@69498
|
7 years |
vboxsync |
backed out r118835 as it incorrectly updated the 'This file is based …
|
|
|
@69496
|
7 years |
vboxsync |
*: scm --update-copyright-year
|
|
|
@65849
|
8 years |
vboxsync |
Devices: trailing spaces
|
|
|
@64834
|
8 years |
vboxsync |
Devices/Virtio: In an unlikely event that the guest requests features …
|
|
|
@64833
|
8 years |
vboxsync |
Devices/Virtio: Add missing feature and descriptor flags.
|
|
|
@64825
|
8 years |
vboxsync |
Devices/Virtio: vqueuePut - refactor more or less mechanically and …
|
|
|
@64810
|
8 years |
vboxsync |
Devices/Virtio: vqueuePut - don't call PDMDevHlpPCIPhysWrite with zero …
|
|
|
@64809
|
8 years |
vboxsync |
Devices/Virtio: vqueuePut - when computing remaining transfer size, …
|
|
|
@64393
|
8 years |
vboxsync |
PDMPCIDEV: s/config/abConfig/ everywhere, removing the legacy alias.
|
|
|
@64387
|
8 years |
vboxsync |
PDM,Devices: Some PCI device type cleanup.
|
|
|
@64301
|
8 years |
vboxsync |
Devices/VirtIO: additional check
|
|
|
@63562
|
8 years |
vboxsync |
scm: cleaning up todos
|
|
|
@63478
|
8 years |
vboxsync |
Devices: warnings (clang)
|
|
|
@63369
|
8 years |
vboxsync |
warnings (gcc)
|
|
|
@62962
|
8 years |
vboxsync |
Devices: warnings
|
|
|
@62618
|
8 years |
vboxsync |
Devices: unused parameter warnings.
|
|
|
@62504
|
8 years |
vboxsync |
(C) 2016
|
|
|
@58170
|
9 years |
vboxsync |
doxygen: fixes.
|
|
|
@57901
|
9 years |
vboxsync |
Devices/Virtio: semantic fixes.
|
|
|
@57809
|
9 years |
vboxsync |
Reverted bad commit r102754.
|
|
|
@57808
|
9 years |
vboxsync |
Installer/linux and tinderclient: use Qt from build server for RPM …
|
|
|
@57393
|
9 years |
vboxsync |
DECLCALLBACK
|
|
|
@57358
|
9 years |
vboxsync |
*: scm cleanup run.
|
|
|
@56292
|
9 years |
vboxsync |
Devices: Updated (C) year.
|
|
|
@44902
|
12 years |
vboxsync |
Relevant PDMDevHlpPhysWrite changed to PDMDevHlpPCIPhysWrite. If this …
|
|
|
@44856
|
12 years |
vboxsync |
DevVirtioNet.cpp: Callback table for I/O port handlers instead of …
|
|
|
@44854
|
12 years |
vboxsync |
VQUEUE: WRONG (mixed) callback calling convensions again, this time …
|
|
|