index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
usb-net.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: allow NICs to be connected to netdevs
Mark McLoughlin
2009-10-15
1
-1
/
+2
*
Fix sys-queue.h conflict for good
Blue Swirl
2009-09-12
1
-7
/
+7
*
qdev/usb: add usb bus support to qdev, convert drivers.
Gerd Hoffmann
2009-09-09
1
-13
/
+32
*
Don't leak VLANClientState on PCI hot remove
Mark McLoughlin
2009-07-09
1
-5
/
+5
*
net: add return value to packet receive handler
Mark McLoughlin
2009-06-09
1
-4
/
+5
*
net: pass VLANClientState* as first arg to receive handlers
Mark McLoughlin
2009-06-09
1
-4
/
+4
*
net: re-name vc->fd_read() to vc->receive()
Mark McLoughlin
2009-06-09
1
-1
/
+1
*
net: add fd_readv() handler to qemu_new_vlan_client() args
Mark McLoughlin
2009-06-09
1
-1
/
+2
*
Introduce VLANClientState::cleanup() (Mark McLoughlin)
aliguori
2009-04-17
1
-3
/
+11
*
hw: remove error handling from qemu_malloc() callers (Avi Kivity)
aliguori
2009-02-05
1
-2
/
+0
*
Add a -net name=foo parameter (Mark McLoughlin)
aliguori
2009-01-07
1
-1
/
+1
*
Add qemu_format_nic_info_str() (Mark McLoughlin)
aliguori
2009-01-07
1
-4
/
+2
*
Add a model string to VLANClientState (Mark McLoughlin)
aliguori
2009-01-07
1
-1
/
+1
*
Use the ARRAY_SIZE() macro where appropriate.
malc
2008-12-22
1
-3
/
+2
*
Suppress gcc 4.x -Wpointer-sign (included in -Wall) warnings
blueswir1
2008-09-20
1
-2
/
+2
*
Fix warnings that would be caused by gcc flag -Wwrite-strings
blueswir1
2008-09-14
1
-1
/
+1
*
Fix most warnings that would be caused by gcc flag -Wundef
blueswir1
2008-09-06
1
-5
/
+5
*
Fix OpenBSD linker warnings
blueswir1
2008-08-21
1
-3
/
+5
*
Move audio/sys-queue.h => sys-queue.h
aliguori
2008-07-29
1
-1
/
+1
*
Remove the NIC from vlan on usb destroy.
balrog
2008-07-17
1
-1
/
+2
*
Add CDC-Ethernet usb NIC (original patch from Thomas Sailer).
balrog
2008-07-17
1
-0
/
+1470