|
|
@81031
|
5 years |
vboxsync |
PDM,Devices: Moving the PDMPCIDEV structures into the PDMDEVINS …
|
|
|
@81021
|
5 years |
vboxsync |
Storage/DevVirtioSCSI.cpp: Attempt #6 to resolve burns
|
|
|
@81020
|
5 years |
vboxsync |
Storage/DevVirtioSCSI.cpp: Attempt #5 to resolve burns (by figuring …
|
|
|
@81019
|
5 years |
vboxsync |
Storage/DevVirtioSCSI.cpp: Attempt #4 to resolve burns
|
|
|
@81018
|
5 years |
vboxsync |
Storage/DevVirtioSCSI.cpp: Attempt #3 to resolve burns
|
|
|
@81017
|
5 years |
vboxsync |
Storage/DevVirtioSCSI.cpp: Attempt #2 to resolve burns
|
|
|
@81016
|
5 years |
vboxsync |
Storage/DevVirtioSCSI.cpp: Attempt 1 to fix some burns, hopefully on …
|
|
|
@81015
|
5 years |
vboxsync |
Storage/DevVirtioSCSI.cpp: Added corner case handling for PCI CFG / …
|
|
|
@80937
|
5 years |
vboxsync |
Storage/DevVirtioSCSI.cpp: minor cleanup from last integration
|
|
|
@80931
|
5 years |
vboxsync |
Storage/DevVirtioSCSI.cpp: Fixed errors that prevented it from …
|
|
|
@80928
|
5 years |
vboxsync |
Storage/DevVirtioSCSI.cpp: Fixed/improved attach target …
|
|
|
@80762
|
5 years |
vboxsync |
Storage/DevVirtioSCSI.cpp: Added multi-target support. See …
|
|
|
@80718
|
5 years |
vboxsync |
Storage/VirtioDevSCSI.cpp: Fixed reset behavior, tested/debugged …
|
|
|
@80704
|
5 years |
vboxsync |
PDM,Devices: Changed PDM_DEVREG_FLAGS_MSI_X into a registration field …
|
|
|
@80703
|
5 years |
vboxsync |
PDM,Devices: Redefined uReserved1 to cMaxPciDevices in the PDMDEVREG …
|
|
|
@80702
|
5 years |
vboxsync |
PDM,Devices: Redefined uReserved1 to cMaxPciDevices in the PDMDEVREG …
|
|
|
@80701
|
5 years |
vboxsync |
PDM,Devices: Redefined uReserved1 to cMaxPciDevices in the PDMDEVREG …
|
|
|
@80683
|
5 years |
vboxsync |
Storage:DevVirtioSCSI.cpp: suspend/resume/reset implemented and seems …
|
|
|
@80658
|
5 years |
vboxsync |
Storage/DevVirtioSCSI.cpp: Fixed some unintended consequences of …
|
|
|
@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 …
|
|
|
@80616
|
5 years |
vboxsync |
Storage/DevVirtioSCSI.cpp: Fix typoed function name
|
|
|
@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 …
|
|
|
@80592
|
5 years |
vboxsync |
VSCSI: Set the correct transfer size for INQUIRY commands depending on …
|
|
|
@80591
|
5 years |
vboxsync |
Devices/Storage: Add two new parameters to …
|
|
|
@80590
|
5 years |
vboxsync |
Devices/Storage: Add two new parameters to …
|
|
|
@80589
|
5 years |
vboxsync |
Devices/Storage: Add two new parameters to …
|
|
|
@80577
|
5 years |
vboxsync |
fix doc burn after param rename
|
|
|
@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 …
|
|
|
@80541
|
5 years |
vboxsync |
VSCSI: Fix the amount of transfered data for INQUIRY requests to …
|
|
|
@80539
|
5 years |
vboxsync |
Storage/DevVirtioSCSI.cpp: Added code to properly free some allocated …
|
|
|
@80538
|
5 years |
vboxsync |
Storage/DevVirtioSCSI.cpp: Simplified hexdump code (ported from a long …
|
|
|
@80531
|
5 years |
vboxsync |
VMM,Devices: Some PDM device model refactoring. bugref:9218
|
|
|
@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 …
|
|
|
@80521
|
5 years |
vboxsync |
Storage/DevVirtioSCSI.cpp: DrvSCSI (VSCSI) seems to return status …
|
|
|
@80501
|
5 years |
vboxsync |
Storage/DevVirtioSCSI.cpp: (display text of SCSI status code in 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
|
|
|
@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 …
|
|
|
@80149
|
5 years |
vboxsync |
Fix DOxygen errs
|
|
|
@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 …
|
|
|
@80074
|
5 years |
vboxsync |
VMM,Main,++: Retired the unfinished FTM component.
|
|
|
@80059
|
5 years |
vboxsync |
First run at fixing doxygen burn
|
|
|
@80058
|
5 years |
vboxsync |
Virtio 1.0 capabilities are now showing up and some negotiation …
|
|
|
@79973
|
6 years |
vboxsync |
Just checking in changes. Working out new interface between …
|
|
|
@79929
|
6 years |
vboxsync |
Attempt to fix burn related to bad doxygen doc field
|
|
|
@79928
|
6 years |
vboxsync |
See #9440 Comment #36
|
|
|
@79671
|
6 years |
vboxsync |
Devices/AHCI: Allow 16bit writes to a 32bit register by reading the …
|
|
|
@79535
|
6 years |
vboxsync |
Added some code to support status driver attach. That call still …
|
|
|
@79494
|
6 years |
vboxsync |
Fix typoed name in doc ref
|
|
|
@79493
|
6 years |
vboxsync |
Attempt to fix linux burns for (missing?) LF's as reported by scm on Linux
|
|
|
@79492
|
6 years |
vboxsync |
Code runs, shows up as PCI controller
|
|
|
@79375
|
6 years |
vboxsync |
Fixed crash, still not seeing on pci bus with lspci, will check with …
|
|
|
@79336
|
6 years |
vboxsync |
Syncing code after adding PCI registration/memory mapping code (from …
|
|
|
@79291
|
6 years |
vboxsync |
Trying to fix flowerbox markers based on build box error and …
|
|
|
@79290
|
6 years |
vboxsync |
Fixed copyright
|
|
|
@79289
|
6 years |
vboxsync |
Code under early development #9440 Comment #21
|
|
|
@78913
|
6 years |
vboxsync |
DevAHCI: Fix accidental part of commit from r131028
|
|
|
@78908
|
6 years |
vboxsync |
Devices/DevAHCI: Fix possible memory leak while still maintaining the …
|
|
|
@78796
|
6 years |
vboxsync |
DrvSCSI.cpp: Quick crash prevention for some other issue. [fix]
|
|
|
@78787
|
6 years |
vboxsync |
DrvSCSI.cpp: Quick crash prevention for some other issue.
|
|
|
@78405
|
6 years |
vboxsync |
Reverted commit which requires firmware changes to work.
|
|
|
@78394
|
6 years |
vboxsync |
DevATA: Minor cleanup, better compatibility with old ATA devices, …
|
|
|
@78040
|
6 years |
vboxsync |
DevFDC: Eliminated irrelevant ifdefs.
|
|
|
@77856
|
6 years |
vboxsync |
Devices/DrvVD: Get rid of the TCP/NET implementation and use the …
|
|
|
@77580
|
6 years |
vboxsync |
DevATA: Do not set signature for nonexistent devices, it was wrong …
|
|
|
@77579
|
6 years |
vboxsync |
DevATA: Added empty bus port handler to simplify logic elsewhere.
|
|
|
@77392
|
6 years |
vboxsync |
DevATA: Return bit 7 clear when reading registers on IDE channel with …
|
|
|
@77349
|
6 years |
vboxsync |
DevATA: EXECUTE DEVICE DIAGNOSTIC must always be run on both device 0 …
|
|
|
@77296
|
6 years |
vboxsync |
DevLsiLogicSCSI: AssertLogRelReturn -> AssertLogRelRCReturn, fixes …
|
|
|
@77183
|
6 years |
vboxsync |
AHCI: Revert last memory leak fix. PDMDevHlpDriverAttach() takes over …
|
|
|
@77182
|
6 years |
vboxsync |
AHCI: Fix small memory leak during construction (the port name stirng …
|
|
|
@77105
|
6 years |
vboxsync |
Devices/DrvHostBase-freebsd.cpp: Compile fixes
|
|
|
@77043
|
6 years |
vboxsync |
FDC: Double density 720K floppies need 300 kbps data rate in a 5.25 …
|
|
|
@77025
|
6 years |
vboxsync |
FDC: Removed the unused fdisk_type_t enum, too.
|
|
|
@77024
|
6 years |
vboxsync |
FDC: Removed completely unused fd_format_t field.
|
|
|
@77023
|
6 years |
vboxsync |
DevATA: Added READ CD MSF support (see bugref:5869).
|
|
|
@77012
|
6 years |
vboxsync |
DevATA: Log CHS<->LBA conversions.
|
|
|
@77011
|
6 years |
vboxsync |
Undoing unintended commit.
|
|
|
@77010
|
6 years |
vboxsync |
DevATA: Clear interrupt when command register is written (ATA …
|
|
|
@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
|
|
|
@76474
|
6 years |
vboxsync |
scm --fix-err-h src/ (bugref:9344)
|
|
|
@76404
|
6 years |
vboxsync |
VBox/vmm/pdmnetshaper.h,pdmdev.h: Don't include err.h and assert.h in …
|
|
|