|
|
@93441
|
3 years |
vboxsync |
Comment typo.
|
|
|
@93115
|
3 years |
vboxsync |
scm --update-copyright-year
|
|
|
@91728
|
3 years |
vboxsync |
PCnet: Ripped out unused/broken PCNET_NO_POLLING code path.
|
|
|
@91022
|
3 years |
vboxsync |
DevPCnet: Handle AMD drivers which disable PCI bus mastering around …
|
|
|
@90447
|
3 years |
vboxsync |
Dev*: Checked up all the PDMDevHlpCritSectEnter calls to make sure the …
|
|
|
@88498
|
4 years |
vboxsync |
DevPCNet: Added comments, removed logic that caused transmit to hang …
|
|
|
@88490
|
4 years |
vboxsync |
Network: Do not bring up links for "not attached" adapters.
|
|
|
@87773
|
4 years |
vboxsync |
VMM/TM,Devices: Store the timer name in the TMTIMER structure and …
|
|
|
@87768
|
4 years |
vboxsync |
VMM/TM,Devices/*: Changed the device and usb timer callbacks to take a …
|
|
|
@87767
|
4 years |
vboxsync |
VMM/TM,Devices/*: Changed the device and usb timer callbacks to take a …
|
|
|
@87760
|
4 years |
vboxsync |
VMM/TM,VMM/DevHlp: Require flag on timers that are to be used in …
|
|
|
@87285
|
4 years |
vboxsync |
DevPCNet.cpp: Use RT_BIG_ENDIAN/RT_LITTLE_ENDIAN to check endianness, …
|
|
|
@86485
|
4 years |
vboxsync |
AMD IOMMU: bugref:9654 PCNet: Use PCI interfaces while reading/writing …
|
|
|
@85955
|
4 years |
vboxsync |
PCnet: Print MMIO base for PCI models, IRQ for ISA models.
|
|
|
@85158
|
4 years |
vboxsync |
PCnet: Dump BCR18 (DWIO) in info handler, too.
|
|
|
@85117
|
4 years |
vboxsync |
PCnet: Disabled NetShaper support (see bugref:9768).
|
|
|
@85116
|
4 years |
vboxsync |
scm
|
|
|
@85114
|
4 years |
vboxsync |
Build fix.
|
|
|
@85113
|
4 years |
vboxsync |
PCnet: Reworked TMD access to better match real hardware (see bugref:9768).
|
|
|
@82968
|
5 years |
vboxsync |
Copyright year updates by scm.
|
|
|
@82215
|
5 years |
vboxsync |
DevPCNet: Convered the temp MMIO2 region we create when loading old …
|
|
|
@82147
|
5 years |
vboxsync |
DevPCNet: PDMCritSect -> PDMDevHlpCritSect. bugref:9218
|
|
|
@82146
|
5 years |
vboxsync |
DevPCNet: Split the state structure. Set new-style flag. bugref:9218
|
|
|
@82144
|
5 years |
vboxsync |
DevPCNet: clang fix. bugref:9218
|
|
|
@82142
|
5 years |
vboxsync |
DevPCNet: Logging cleanups. bugref:9218
|
|
|
@82141
|
5 years |
vboxsync |
DevPCNet: Converted MMIO handlers. [fixes] bugref:9218
|
|
|
@82140
|
5 years |
vboxsync |
DevPCNet: Converted MMIO handlers. bugref:9218
|
|
|
@82139
|
5 years |
vboxsync |
DevPCNet: Conveted I/O port handlers. bugref:9218
|
|
|
@82138
|
5 years |
vboxsync |
DevPCNet: Set up critsect correctly for ring-0/raw-mode too. bugref:9218
|
|
|
@82137
|
5 years |
vboxsync |
DevPCNet: Replaced pXmitQueue with a PDM Task. bugref:9218
|
|
|
@82136
|
5 years |
vboxsync |
DevPCNet: Replaced pCanRxQueueR3 with a ring-0 capable semaphore. …
|
|
|
@82135
|
5 years |
vboxsync |
DevPCNet: Replaced pCanRxQueueR3 with a ring-0 capable semaphore. …
|
|
|
@82134
|
5 years |
vboxsync |
DevPCNet: Converted timers. bugref:9218
|
|
|
@82129
|
5 years |
vboxsync |
Devices/Network: Don't decorate the public stats with device, just use …
|
|
|
@82128
|
5 years |
vboxsync |
DevPCNet: Do CFGM and SSM via devhlp. Use default statistics prefix. …
|
|
|
@81727
|
5 years |
vboxsync |
err.h,Devices/Network/*: Removed VINF_NAT_DNS and associated mess as …
|
|
|
@81697
|
5 years |
vboxsync |
Comment.
|
|
|
@81667
|
5 years |
vboxsync |
Main: Added a portPath attribute to IUSBDevice. This will allow …
|
|
|
@81624
|
5 years |
vboxsync |
PDM,PGM: Added handled based MMIO2 interface. Made some adjustments …
|
|
|
@81591
|
5 years |
vboxsync |
Devices: Use PDMDEVINS_2_DATA and PDMDEVINS_2_DATA. bugref:9218
|
|
|
@81514
|
5 years |
vboxsync |
Devices,ExtPacks: Use PDM_DEVREG_FLAGS_RZ and …
|
|
|
@81031
|
5 years |
vboxsync |
PDM,Devices: Moving the PDMPCIDEV structures into the PDMDEVINS …
|
|
|
@80923
|
5 years |
vboxsync |
Dev/Net: @bugref:9556 Lower interrupts on reset
|
|
|
@80704
|
5 years |
vboxsync |
PDM,Devices: Changed PDM_DEVREG_FLAGS_MSI_X into a registration field …
|
|
|
@80701
|
5 years |
vboxsync |
PDM,Devices: Redefined uReserved1 to cMaxPciDevices in the PDMDEVREG …
|
|
|
@80531
|
5 years |
vboxsync |
VMM,Devices: Some PDM device model refactoring. bugref:9218
|
|
|
@78560
|
6 years |
vboxsync |
PCnet: Improved Am79C973 external PHY emulation to work with BSD …
|
|
|
@78558
|
6 years |
vboxsync |
PCnet: Default to auto-negotiation on in BCR32, debug dump a bit of …
|
|
|
@78478
|
6 years |
vboxsync |
PCnet: Clear cached descriptor state when doing INIT. Required at …
|
|
|
@78477
|
6 years |
vboxsync |
PCnet: Do not access the 'user' dword of RX/TX descriptors.
|
|
|
@78461
|
6 years |
vboxsync |
PCnet: Slightly improved debug info.
|
|
|
@78458
|
6 years |
vboxsync |
PCnet: Warn when guest sets up a misaligned descriptor ring.
|
|
|
@78270
|
6 years |
vboxsync |
DevPcNet: Clear the 'zeros' RMD field when writing (see bugref:1613).
|
|
|
@78269
|
6 years |
vboxsync |
DevPcNet: Ignore the 'zeros' RMD field, it should be entirely unused …
|
|
|
@77132
|
6 years |
vboxsync |
DevPCNet.cpp: Remove use of register keyword
|
|
|
@76843
|
6 years |
vboxsync |
PCnet: Really ignore writes to certain registers when STOP or SPND not …
|
|
|
@76794
|
6 years |
vboxsync |
PCnet: Forgot to allow some CFGM keys.
|
|
|
@76766
|
6 years |
vboxsync |
PCnet: Improved loopback mode emulation.
|
|
|
@76765
|
6 years |
vboxsync |
Build fix.
|
|
|
@76764
|
6 years |
vboxsync |
PCnet: Removed redundant I/O port base, added APROM dumping, tweaked …
|
|
|
@76749
|
6 years |
vboxsync |
PCnet: Fixed breakage causing Novell drivers to fail loading for PCI …
|
|
|
@76710
|
6 years |
vboxsync |
Typo fix (innocent so far).
|
|
|
@76553
|
6 years |
vboxsync |
scm --update-copyright-year
|
|
|
@76224
|
6 years |
vboxsync |
PCnet: Slightly tweaked to add the option of emulating PCnet-ISA, not …
|
|
|
@76060
|
6 years |
vboxsync |
PCnet: More consistent spelling.
|
|
|
@76051
|
6 years |
vboxsync |
PCnet: Corrected most instances of wrong capitalization.
|
|
|
@76020
|
6 years |
vboxsync |
DevPCNet: Review comment.
|
|
|
@71790
|
7 years |
vboxsync |
DevPCNet: be paranoid about RAP when loading.
|
|
|
@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
|
|
|
@69046
|
7 years |
vboxsync |
Global: replace fall-through comments with RT_FALL_THRU(). …
|
|
|
@64393
|
8 years |
vboxsync |
PDMPCIDEV: s/config/abConfig/ everywhere, removing the legacy alias.
|
|
|
@64387
|
8 years |
vboxsync |
PDM,Devices: Some PCI device type cleanup.
|
|
|
@64373
|
8 years |
vboxsync |
PDM,Devices: Support for multiple PCI devices/function in a single PDM …
|
|
|
@64357
|
8 years |
vboxsync |
PDM: Added a pPciDev parameter to PDMDevHlpMMIOEx* not having it (NOREF).
|
|
|
@64115
|
8 years |
vboxsync |
PDM,IOM,PGM: Morphed the MMIO2 API into a mixed MMIO2 and …
|
|
|
@63690
|
8 years |
vboxsync |
PCI,Devices: Changed range size in FNPCIIOREGIONMAP from uint32_t to …
|
|
|
@63562
|
8 years |
vboxsync |
scm: cleaning up todos
|
|
|
@63226
|
8 years |
vboxsync |
Introducing PGM_ALL_CB2_PROTO.
|
|
|
@63218
|
8 years |
vboxsync |
Devices: warnings (gcc)
|
|
|
@62902
|
8 years |
vboxsync |
Devices: warnings
|
|
|
@62632
|
8 years |
vboxsync |
Devices: unused parameter warnings.
|
|
|
@62610
|
8 years |
vboxsync |
Devices: unused parameters.
|
|
|
@62511
|
8 years |
vboxsync |
(C) 2016
|
|
|
@62425
|
8 years |
vboxsync |
Devices/RC: MSC level 4 warnings.
|
|
|
@60962
|
9 years |
vboxsync |
warning
|
|
|
@60013
|
9 years |
vboxsync |
DevPCNet: duplicate expression (thanks PVS)
|
|
|
@57358
|
9 years |
vboxsync |
*: scm cleanup run.
|
|
|
@57006
|
9 years |
vboxsync |
VMM,*: Annotated format strings in the VMM APIs and dealt with the fallout.
|
|
|
@56292
|
9 years |
vboxsync |
Devices: Updated (C) year.
|
|
|
@56284
|
9 years |
vboxsync |
s/VMMGC.gc/VMMRC.rc/g s/VBoxDDGC.gc/VBoxDDRC.rc/g …
|
|
|
@56051
|
10 years |
vboxsync |
VMM: Added VMMGC_MAIN_MODULE_NAME -> VMMRC_MAIN_MODULE_NAME and …
|
|
|
@56017
|
10 years |
vboxsync |
Physical access handler cleanups.
|
|
|
@55966
|
10 years |
vboxsync |
PGM,++: VBOXSTRICTRC for physical access handlers.
|
|
|
@55922
|
10 years |
vboxsync |
DevPCNet: ASTRP_RCV bit is only for 802.3 frames, not Ethernet frames. …
|
|
|
@55909
|
10 years |
vboxsync |
PGM,++: Made the ring-3 physical access handler callbacks present in …
|
|
|
@55904
|
10 years |
vboxsync |
PGM: Added a pVCpu parameter to all physical handler callouts and also …
|
|
|
@55896
|
10 years |
vboxsync |
PGM: Renamed the ring-0 and raw-mode context physical page access …
|
|
|
@55493
|
10 years |
vboxsync |
PGM,++: Separated physical access handler callback function pointers …
|
|
|