|
|
@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 …
|
|
|
@51155
|
11 years |
vboxsync |
DevPCNet: Correct CSR0 state on reset.
|
|
|
@49813
|
11 years |
vboxsync |
DevPCNet: register a dummy MMIO2 region to be compatible to old saved …
|
|
|
@49809
|
11 years |
vboxsync |
Devices/PCNet: for now register a dummy MMIO2 region for the obsolete …
|
|
|
@49754
|
11 years |
vboxsync |
DevPCNet: remove the private guest interface because it's unused for a …
|
|
|
@49414
|
11 years |
vboxsync |
Network/Adapters: Fix wrong link state transition upon host resume (#7057)
|
|
|
@47499
|
11 years |
vboxsync |
Devices/Network: Temporarily disconnect network devices after the host …
|
|
|
@46456
|
11 years |
vboxsync |
Network/Dev*.cpp,GuestImpl.cpp: Optimized looking up the guest network …
|
|
|
@45025
|
12 years |
vboxsync |
Update PDMDEVREG initialization comment so they refer to pfnMemSetup …
|
|
|
@44902
|
12 years |
vboxsync |
Relevant PDMDevHlpPhysWrite changed to PDMDevHlpPCIPhysWrite. If this …
|
|
|
@44895
|
12 years |
vboxsync |
DevPCNet.cpp: Drop the automatic device crit sect in favour of our …
|
|
|
@44892
|
12 years |
vboxsync |
DevPCNet.cpp: More cleanup.
|
|
|
@44890
|
12 years |
vboxsync |
DevPCNet.cpp: Started cleanups.
|
|
|
@44528
|
12 years |
vboxsync |
header (C) fixes
|
|
|
@41864
|
12 years |
vboxsync |
PCNet,NetShaper: PCNet exact packet len counting + wrong lock order …
|
|
|
@41774
|
12 years |
vboxsync |
bugref..
|
|
|
@41409
|
13 years |
vboxsync |
Network: renamed uLinkUpDelay to cMsLinkUpDelay
|
|
|
@41407
|
13 years |
vboxsync |
Network: added LinkUpDelay parameter to e1000,pcnet,virtio-net
|
|
|
@40766
|
13 years |
vboxsync |
PCNet: Debug printing addition to r77259 (#6152)
|
|
|
@40764
|
13 years |
vboxsync |
PCNet: Handle packets with unstripped Ethernet CRC (#6152)
|
|
|
@40282
|
13 years |
vboxsync |
*: gcc-4.7: ~0 => ~0U in initializers (warning: narrowing conversion …
|
|
|
@40280
|
13 years |
vboxsync |
Corrected a bunch of HC and GC uses in status codes.
|
|
|
@39248
|
13 years |
vboxsync |
Runtime: new guest OS type for Solaris 11
Frontends/VirtualBox: add …
|
|
|
@39135
|
13 years |
vboxsync |
Changed PDMDevHlpMMIORegister to take flags and drop pfnFill. Added …
|
|
|
@37636
|
13 years |
vboxsync |
Changed FNIOMMMIOWRITE to take a const buffer pointer.
|
|
|
@37466
|
13 years |
vboxsync |
VMM,Devices: Automatically use a per-device lock instead of the giant …
|
|
|
@37324
|
14 years |
vboxsync |
TM,Devices: Fixed default critical section screwup and adjusted its …
|
|
|
@35353
|
14 years |
vboxsync |
Move the misc files the in src/VBox/Devices/ directory into a build/ …
|
|
|
@35346
|
14 years |
vboxsync |
VMM reorg: Moving the public include files from include/VBox to …
|
|
|
@34243
|
14 years |
vboxsync |
PDM: Added search paths to the device and driver DLL CFGM nodes so …
|
|
|
@33540
|
14 years |
vboxsync |
*: spelling fixes, thanks Timeless!
|
|
|
@33408
|
14 years |
vboxsync |
Removed VBOX_DYNAMIC_NET_ATTACH, we don't need to keep this optional.
|
|
|
@33326
|
14 years |
vboxsync |
virtio-net: 32-bit build fix
|
|
|
@32967
|
14 years |
vboxsync |
DevPCNet: comment
|
|
|
@32964
|
14 years |
vboxsync |
DevPCNet: work around a WinXP driver bug which clears CSR0.TINT after …
|
|
|
@30722
|
14 years |
vboxsync |
Removed some instances of obsolete PCISetIrqNoWait calls.
|
|
|
@29435
|
15 years |
vboxsync |
DevPCNet,DevE1000: Statistics/profiling.
|
|
|
@28800
|
15 years |
vboxsync |
Automated rebranding to Oracle copyright/license strings via filemuncher
|
|
|
@28434
|
15 years |
vboxsync |
*: whitespace cleanups by scm and two manually picked nits.
|
|
|
@28393
|
15 years |
vboxsync |
warning
|
|
|
@28336
|
15 years |
vboxsync |
DevPCNet: Shut up MSC warnings.
|
|
|
@28333
|
15 years |
vboxsync |
DevPCNet.cpp: MSC nit picking.
|
|
|
@28328
|
15 years |
vboxsync |
Network/D*: Moving XMIT threads, part 2.
|
|
|
@28320
|
15 years |
vboxsync |
Network/D*,VMM: Moving the TX threads, part 1.
|
|
|
@28277
|
15 years |
vboxsync |
Network/Dev*: Preparing for pfnXmitPending to be callable and the TX …
|
|
|
@28275
|
15 years |
vboxsync |
Devices/Network: Call pfnBeginXmit and pfnEndXmit.
|
|
|
@28082
|
15 years |
vboxsync |
Network: allow to start the VM even if a network device is not …
|
|
|
@27973
|
15 years |
vboxsync |
PDM,Network/*: GSO preps.
|
|
|
@27844
|
15 years |
vboxsync |
DevPCNet.cpp: Use the buffered network driver interface.
|
|
|
@27825
|
15 years |
vboxsync |
DevPCNet.cpp: Removed the experimental PCNET_QUEUE_SEND_PACKETS code.
|
|
|
@26306
|
15 years |
vboxsync |
pcnet: alignment.
|
|
|
@26305
|
15 years |
vboxsync |
pdmnetif.h & users: sketched out a new interface that is intended to …
|
|
|
@26300
|
15 years |
vboxsync |
pdmifs.h: Moved the network interfaces to a separate header called …
|
|
|
@26296
|
15 years |
vboxsync |
more warnings.
|
|
|
@26173
|
15 years |
vboxsync |
PDM: s/pCfgHandle/pCfg/g - part 2.
|
|
|
@26165
|
15 years |
vboxsync |
PDM: s/szDeviceName/szName/g - PDMDEVREG & PDMUSBREG.
|
|
|
@26160
|
15 years |
vboxsync |
PDM: s/pDevReg/pReg/g
|
|
|
@26157
|
15 years |
vboxsync |
PDMDEVHLPR3 cleanup; reduced the number of strict functions.
|
|
|
@26001
|
15 years |
vboxsync |
PDM,*: Redid the PDM structure versions. Check the instance and helper …
|
|
|
@25986
|
15 years |
vboxsync |
pdmifs.h: cleaned out the remaining references to PDMINTERFACE. …
|
|
|
@25985
|
15 years |
vboxsync |
pdmifs.h: the final batch of refactored interface ID code.
|
|
|
@25984
|
15 years |
vboxsync |
pdmifs.h: the penultimate batch of refactored interface ID code.
|
|
|
@25981
|
15 years |
vboxsync |
pdmifs.h: yet another batch of refactored interface ID code.
|
|
|
@25966
|
15 years |
vboxsync |
PDMIBASE refactoring; use UUID as interface IDs.
|
|
|
@25780
|
15 years |
vboxsync |
Misc: -Wshadow warnings.
|
|
|
@25732
|
15 years |
vboxsync |
PDMCritSect: Deployed lock ordering. (ring-3 only, only DEBUG_bird atm)
|
|
|
@25728
|
15 years |
vboxsync |
*: Use RTMSINTERVAL for timeouts.
|
|
|
@24880
|
15 years |
vboxsync |
pcnetLiveExec: wrong return value.
|
|
|
@24455
|
15 years |
vboxsync |
PCNet: drop RX packets if the link is down
|
|
|
@24265
|
15 years |
vboxsync |
Devices,VMM: Replaced all VERR_SSM_LOAD_CONFIG_MISMATCH returns with …
|
|
|
@24191
|
15 years |
vboxsync |
Main,Misc Devices: _LS VMSTATEs.
|
|
|
@23968
|
15 years |
vboxsync |
DevPCNet: save & verify config.
|
|
|
@23933
|
15 years |
vboxsync |
DevE1000,DevPCNet: Don't take the link temporarily down when …
|
|
|
@23568
|
15 years |
vboxsync |
PCNet: don't reset BCR_BSBC on S_RESET (xtracker #4330)
|
|
|
@23101
|
15 years |
vboxsync |
DevPCNet: fixed rare case of RX freezing
|
|
|
@22925
|
15 years |
vboxsync |
Devices: Alignment fun. (32-bit darwin)
|
|
|
@22793
|
15 years |
vboxsync |
SSM,*: Renamed phase to pass (uPhase/SSM_PHASE_FINAL) and wrote the …
|
|
|
@22585
|
15 years |
vboxsync |
Devices: tabs
|
|
|
@22480
|
15 years |
vboxsync |
SSM,VMM,Devices,Main,VBoxBFE: Live snapshot/migration SSM API adjustments.
|
|
|
@22369
|
15 years |
vboxsync |
PCNet/E1000: change the link UP delay to 5 seconds
|
|
|
@21969
|
15 years |
vboxsync |
Network Devices: reverted r50657 (Changed the linkdown time from 5 sec …
|
|
|
@21958
|
15 years |
vboxsync |
Network Devices: Changed the linkdown time from 5 sec => 20 sec …
|
|
|
@21522
|
15 years |
vboxsync |
PCNet: Don't flood the release log with errors
|
|
|
@21363
|
15 years |
vboxsync |
PDMQueue&users-thereof: Named the queues and added statistics.
|
|
|
@21188
|
15 years |
vboxsync |
Add hotplug flag to PDMR3DeviceAttach/Detach
|
|
|
@20961
|
15 years |
vboxsync |
fixed typo, it means occurred, not occured
|
|
|
@20703
|
15 years |
vboxsync |
DevPCNet.cpp: link down in function as I said.
|
|
|
@20631
|
15 years |
vboxsync |
NetworkAttachment: shifted the configuration to a new function …
|
|
|
@20578
|
15 years |
vboxsync |
DevPCNet.cpp: pcnetDetach returns void
|
|
|
@20559
|
15 years |
vboxsync |
DevPCNet.cpp: Don't return while owning the semaphore. FUNCTION is …
|
|
|
@20521
|
15 years |
vboxsync |
NetworkAttachment: Allow changing the attachment between …
|
|
|
@20374
|
15 years |
vboxsync |
*: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
|
|
|
@20367
|
15 years |
vboxsync |
Devices: BEGIN_DECLS -> RT_BEGIN_DECLS; END_DECLS -> RT_END_DECLS.
|
|
|
@20119
|
16 years |
vboxsync |
DevPCNet: TM locking regression (state restore).
|
|
|
@20087
|
16 years |
vboxsync |
TM,*: Proper timer callback locking and pvUser for devices.
|
|
|