|
|
@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.
|
|
|
@19113
|
16 years |
vboxsync |
PCNet: handle rare cases were the register content changed when we …
|
|
|
@19112
|
16 years |
vboxsync |
PCNet: removed dead code (will not work with the current memory model …
|
|
|
@19104
|
16 years |
vboxsync |
PCNet: proposed fix for the deadlock with EMT problem (see internal …
|
|
|
@18739
|
16 years |
vboxsync |
pcnet: another correction for the physwrite hack
|
|
|
@18690
|
16 years |
vboxsync |
pcnet: typos
|
|
|
@18645
|
16 years |
vboxsync |
VMSetRuntimeError[V] refactoring: fFatal -> fFlags, may return …
|
|
|
@18573
|
16 years |
vboxsync |
PCNet: another workaround for #3775
|
|
|
@18437
|
16 years |
vboxsync |
DevPCNet.cpp: MSC/64 size_t warning.
|
|
|
@18418
|
16 years |
vboxsync |
quick fix for #3775
|
|
|
@18414
|
16 years |
vboxsync |
Fix for r45174 (make sure the timer does not stop)
|
|
|
@18383
|
16 years |
vboxsync |
PCNet: don't block if we can't enter the critical section from …
|
|
|
@15006
|
16 years |
vboxsync |
Assertion cleanup for 8 network cards.
|
|
|
@15000
|
16 years |
vboxsync |
Allow up to 8 network cards.
|
|
|
@14420
|
16 years |
vboxsync |
Removed unreferenced label.
|
|
|
@14419
|
16 years |
vboxsync |
Call DGFStop instead of returning VERR_INTERNAL_ERROR on I/O port …
|
|
|
@13365
|
16 years |
vboxsync |
pcnet: don't crash if the link state changes while no driver is attached
|
|
|
@12978
|
16 years |
vboxsync |
PDM: PDM_DEVREG_FLAGS_DEFAULT_BITS convenience.
|
|
|
@12977
|
16 years |
vboxsync |
#1865: Updated PDMDEVREG with pfnSoftReset, u32VersionEnd and some …
|
|
|
@12975
|
16 years |
vboxsync |
#1865: PDMLdr.
|
|
|
@12969
|
16 years |
vboxsync |
#1865: PDMINS.
|
|
|
@11538
|
16 years |
vboxsync |
pcnet: Rearranged the giant frame detection, adding the VLAN EtherType …
|
|
|
@11437
|
16 years |
vboxsync |
PCNet build fix.
|
|
|
@11436
|
16 years |
vboxsync |
PCNet: Added check of incoming frame size. Frames over 1514 bytes …
|
|
|
@11284
|
16 years |
vboxsync |
Devices: %Vrc -> %Rrc (just preferred, not mandatory (yet))
|
|
|
@11283
|
16 years |
vboxsync |
Devices: Corrected a number of places where RTGCPHYS32 and %VGp and …
|
|
|
@11269
|
16 years |
vboxsync |
Devices: pData -> pThis.
|
|
|
@11201
|
16 years |
vboxsync |
DevPCNet: Cosmetics.
|
|
|
@11200
|
16 years |
vboxsync |
DevPCNet: Cosmetics.
|
|
|
@11199
|
16 years |
vboxsync |
#1865: DevPCNet.
|
|
|
@11163
|
16 years |
vboxsync |
#1865: VGA. Changed PDMDevHlpMMHyperMapMMIO2/MMHyperMapMMIO2 to return …
|
|
|
@11157
|
16 years |
vboxsync |
Replaced PDMMAC by RTMAC.
|
|
|
@9212
|
17 years |
vboxsync |
Major changes for sizeof(RTGCPTR) == uint64_t.
Introduced RCPTRTYPE …
|
|
|
@8613
|
17 years |
vboxsync |
Use TMTimerSetMillies.
|
|
|
@8610
|
17 years |
vboxsync |
PCNet: completed fix for broken hostif with certain guests. Make sure …
|
|
|
@8599
|
17 years |
vboxsync |
PCNet: fix for broken hostif for with certain guests
|
|
|
@8314
|
17 years |
vboxsync |
sanity check
|
|
|
@8155
|
17 years |
vboxsync |
The Big Sun Rebranding Header Change
|
|
|
@8087
|
17 years |
vboxsync |
fix 64-bit builds
|
|
|
@8085
|
17 years |
vboxsync |
pcnet: use a heuristics to decide if we signal the guest about missing …
|
|
|
@7960
|
17 years |
vboxsync |
downgrade log message
|
|
|
@7943
|
17 years |
vboxsync |
'p' means already 'pointer'
|
|
|
@7882
|
17 years |
vboxsync |
warnings
|
|
|
@7881
|
17 years |
vboxsync |
warning
|
|
|
@7875
|
17 years |
vboxsync |
make the windows compiler happy
|
|
|
@7841
|
17 years |
vboxsync |
code duplication
|
|
|
@7839
|
17 years |
vboxsync |
Poke waiting thread on suspend and power off to make PDM happy.
|
|
|
@7831
|
17 years |
vboxsync |
net: moved the wait/notify mechanism for receive buffers into the device
|
|
|
@7795
|
17 years |
vboxsync |
PCNet: allow the guest to disable/enable the private interface
|
|
|
@7772
|
17 years |
vboxsync |
Use the new PDMDevHlpVMState, drop the fSaving flag.
|
|
|
@7769
|
17 years |
vboxsync |
- use PDMDevHlpVMState()
|
|
|
@7762
|
17 years |
vboxsync |
small optimization
|
|
|
@7756
|
17 years |
vboxsync |
r=bird: Don't use TMCLOCK_VIRTUAL_SYNC unless it actually fixes …
|
|
|
@7755
|
17 years |
vboxsync |
Added a flag to the MMIO2 registration and did some other MMIO2 …
|
|
|
@7708
|
17 years |
vboxsync |
small logging change
|
|
|
@7703
|
17 years |
vboxsync |
more logging
|
|
|
@7701
|
17 years |
vboxsync |
pcnet: a little bit less logging noise, code cosmetics
|
|
|
@7693
|
17 years |
vboxsync |
PCNet: SSM support for the private guest interface
|
|
|
@7688
|
17 years |
vboxsync |
PCnet: some cleanup, use host-provided RX buffers but don't access …
|
|
|
@7683
|
17 years |
vboxsync |
uint8_t *pv -> pb;
|
|
|
@7675
|
17 years |
vboxsync |
finally fix the 64-bit Linux builds
|
|
|
@7673
|
17 years |
vboxsync |
next try
|
|
|
@7672
|
17 years |
vboxsync |
try to fix 64-bit boxes
|
|
|
@7671
|
17 years |
vboxsync |
PCNet: Create private PCI memory for shared RX/TX descriptors and buffers.
|
|
|