Sign in
qemu
/
qemu
/
9d7f1b9aa5392a761ee8b84560a7ec0bb61b7ab4
/
net
/
tap-win32.c
c3febae
Fixing tap adapter for win32
by Pavel Dovgaluk
· 14 years ago
49a2942
Delete write only variables
by Blue Swirl
· 14 years ago
445d892
tap: add APIs for vnet header length
by Michael S. Tsirkin
· 15 years ago
25da2f3
Fix build on mingw32
by Anthony Liguori
· 15 years ago
73d96e2
Fix BSD and win32 builds
by Blue Swirl
· 15 years ago
1ecda02
error: Replace qemu_error() by error_report()
by Markus Armbruster
· 15 years ago
62112d1
net: Fix bogus "Warning: vlan 0 with no nics" with -device
by Markus Armbruster
· 15 years ago
08fd0fa
win32: fix variable use before initialization
by Blue Swirl
· 15 years ago
dca9181
net: convert tap-win32 to NetClientInfo
by Mark McLoughlin
· 15 years ago
a8ed73f
net: move more stuff into net/tap-win32.c, add net/tap.h
by Mark McLoughlin
· 15 years ago
33ad161
net: move tap-win32.c under net/
by Mark McLoughlin
· 15 years ago
[Renamed from tap-win32.c]
70783b9
net: add receive_raw parameter to qemu_new_vlan_client()
by Mark McLoughlin
· 15 years ago
bb6e636
net: add a client type code
by Mark McLoughlin
· 15 years ago
283c7c6
net: allow NICs to be connected to netdevs
by Mark McLoughlin
· 15 years ago
c227f09
Revert "Get rid of _t suffix"
by Anthony Liguori
· 15 years ago
99a0949
Get rid of _t suffix
by malc
· 15 years ago
f8bfb1d
tap-win32: Use correct headers.
by Filip Navara
· 16 years ago
8167ee8
Update to a hopefully more future proof FSF address
by Blue Swirl
· 16 years ago
4f1c942
net: add return value to packet receive handler
by Mark McLoughlin
· 16 years ago
e3f5ec2
net: pass VLANClientState* as first arg to receive handlers
by Mark McLoughlin
· 16 years ago
cda9046
net: re-name vc->fd_read() to vc->receive()
by Mark McLoughlin
· 16 years ago
463af53
net: add fd_readv() handler to qemu_new_vlan_client() args
by Mark McLoughlin
· 16 years ago
b946a15
Introduce VLANClientState::cleanup() (Mark McLoughlin)
by aliguori
· 16 years ago
b9e82a5
Fix some win32 compile warnings
by blueswir1
· 16 years ago
49dc768
Fix windows build and clean up use of <windows.h>
by aliguori
· 16 years ago
7a9f6e4
Add a -net name=foo parameter (Mark McLoughlin)
by aliguori
· 16 years ago
bf38c1a
Add a model string to VLANClientState (Mark McLoughlin)
by aliguori
· 16 years ago
fad6cb1
Update FSF address in GPL/LGPL boilerplate
by aurel32
· 16 years ago
978d5d7
Win32: Fix warnings
by aurel32
· 16 years ago
4fddf62
Use WIN32_LEAN_AND_MEAN, by Stefan Weil.
by ths
· 17 years ago
87ecb68
Break up vl.h.
by pbrook
· 17 years ago
3b46e62
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex.
by ths
· 17 years ago
5fafdf2
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
by ths
· 17 years ago
e6cda8e
win32 tap poll suppression (kazu)
by bellard
· 19 years ago
a18e524
multiple wait object support for win32 (kazu)
by bellard
· 19 years ago
4081fcc
WIn32 compile fix.
by pbrook
· 19 years ago
7fb843f
tap win32 support
by bellard
· 19 years ago