summaryrefslogtreecommitdiffstats
path: root/net/vde.c
Commit message (Expand)AuthorAgeFilesLines
* net: introduce qemu_set_info_str() functionLaurent Vivier2022-10-281-2/+1Star
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-061-1/+0Star
* Revert "qapi: net: Add query-netdev command"Jason Wang2021-04-081-22/+0Star
* Revert "net: Move NetClientState.info_str to dynamic allocations"Jason Wang2021-04-081-1/+2
* Revert "net: Do not fill legacy info_str for backends"Jason Wang2021-04-081-0/+2
* net: Do not fill legacy info_str for backendsAlexey Kirillov2021-03-151-2/+0Star
* net: Move NetClientState.info_str to dynamic allocationsAlexey Kirillov2021-03-151-2/+1Star
* qapi: net: Add query-netdev commandAlexey Kirillov2021-03-151-0/+22
* net/vde: print error on vde_open() failureJulia Suvorova via Qemu-devel2018-03-261-3/+4
* qapi: Change Netdev into a flat unionEric Blake2016-07-191-3/+3
* net: use Netdev instead of NetClientOptions in client initKővágó, Zoltán2016-07-191-3/+3
* qapi: Don't special-case simple union wrappersEric Blake2016-03-181-1/+1
* net: Clean up includesPeter Maydell2016-02-041-1/+1
* net: Convert to new qapi union layoutEric Blake2015-11-021-2/+2
* net: Permit incremental conversion of init functions to ErrorMarkus Armbruster2015-05-271-1/+2
* net: increase buffer size to accommodate Jumbo frame pktsScott Feldman2013-03-251-1/+1
* net: add missing include fileLiming Wang2012-12-221-0/+1
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-1/+1
* net: reorganize headersPaolo Bonzini2012-12-191-1/+1
* janitor: do not include qemu-char everywherePaolo Bonzini2012-12-191-1/+0Star
* net: consolidate NetClientState header files into onePaolo Bonzini2012-10-081-2/+1Star
* net: Rename VLANClientState to NetClientStateStefan Hajnoczi2012-08-011-6/+6
* 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_vde() to NetClientOptionsLaszlo Ersek2012-07-231-10/+7Star
* 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
* Remove unused sysemu.h include directivesBlue Swirl2011-04-151-1/+0Star
* net: Fix bogus "Warning: vlan 0 with no nics" with -deviceMarkus Armbruster2010-02-191-4/+0Star
* net: convert vde to NetClientInfoMark McLoughlin2009-12-031-17/+28
* net: move vde code from net.c to net/vde.cMark McLoughlin2009-12-031-0/+124