summaryrefslogtreecommitdiffstats
path: root/net/tap-win32.c
Commit message (Expand)AuthorAgeFilesLines
* net: Add missing include statement (fix compiler warnings for MinGW)Stefan Weil2012-12-221-0/+1
* softmmu: move include files to include/sysemu/Paolo Bonzini2012-12-191-1/+1
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-1/+1
* net: reorganize headersPaolo Bonzini2012-12-191-2/+2
* Fix spelling (prefered -> preferred)Stefan Weil2012-12-071-3/+4
* tap-win32: stubs to fix win32 buildMichael S. Tsirkin2012-10-301-0/+10
* net/tap-win32: Fix compiler warning caused by missing include statementStefan Weil2012-10-191-0/+1
* net: consolidate NetClientState header files into onePaolo Bonzini2012-10-081-1/+1
* net: Rename vc local variables to ncStefan Hajnoczi2012-08-011-4/+4
* net: Rename VLANClientState to NetClientStateStefan Hajnoczi2012-08-011-11/+11
* net: Drop vlan argument to qemu_new_net_client()Stefan Hajnoczi2012-08-011-1/+1
* net: Use hubs for the vlan featureStefan Hajnoczi2012-08-011-4/+4
* remove unused QemuOpts parameter from net init functionsLaszlo Ersek2012-07-231-2/+2
* convert net_init_tap() to NetClientOptionsLaszlo Ersek2012-07-231-5/+6
* convert net_client_init() to OptsVisitorLaszlo Ersek2012-07-231-1/+2
* hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated)Laszlo Ersek2012-07-231-1/+1
* net: purge the monitor object from all init functionsLuiz Capitulino2012-06-041-1/+1
* Fixing tap adapter for win32Pavel Dovgaluk2011-02-251-1/+1
* Delete write only variablesBlue Swirl2010-10-131-3/+2
* tap: add APIs for vnet header lengthMichael S. Tsirkin2010-09-071-0/+9
* Fix build on mingw32Anthony Liguori2010-04-021-0/+5
* Fix BSD and win32 buildsBlue Swirl2010-03-271-0/+1
* error: Replace qemu_error() by error_report()Markus Armbruster2010-03-161-1/+1
* net: Fix bogus "Warning: vlan 0 with no nics" with -deviceMarkus Armbruster2010-02-191-4/+0
* win32: fix variable use before initializationBlue Swirl2009-12-041-2/+2
* net: convert tap-win32 to NetClientInfoMark McLoughlin2009-12-031-16/+23
* net: move more stuff into net/tap-win32.c, add net/tap.hMark McLoughlin2009-10-301-2/+46
* net: move tap-win32.c under net/Mark McLoughlin2009-10-301-0/+690
OpenPOWER on IntegriCloud