qemu-patch-raspberry4/net
Paolo Bonzini a245fc1835 net: consolidate NetClientState header files into one
This patch doesn't seem much useful alone, I must admit.  However,
it makes sense as part of the upcoming directory reorganization,
where I want to have include/net/tap.h as the net<->hw interface
for tap.  Then having both net/tap.h and include/net/tap.h does
not work.  "Fixed" by moving all the init functions to a single
header file net/clients.h.

The patch also adopts a uniform style for including net/*.h files
from net/*.c, without the net/ path.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@gmail.com>
2012-10-08 13:59:40 +02:00
..
checksum.c Change license from GPLv2 to GPLv2+ 2012-02-01 16:24:54 -06:00
checksum.h net: move net-checksum.c under net/ 2009-10-30 08:39:26 -05:00
clients.h net: consolidate NetClientState header files into one 2012-10-08 13:59:40 +02:00
dump.c net: consolidate NetClientState header files into one 2012-10-08 13:59:40 +02:00
hub.c net: consolidate NetClientState header files into one 2012-10-08 13:59:40 +02:00
hub.h net: consolidate NetClientState header files into one 2012-10-08 13:59:40 +02:00
Makefile.objs net: Add a hub net client 2012-08-01 12:28:51 +01:00
queue.c net: do not report queued packets as sent 2012-09-14 08:40:32 +01:00
queue.h net: notify iothread after flushing queue 2012-09-14 08:40:31 +01:00
slirp.c net: consolidate NetClientState header files into one 2012-10-08 13:59:40 +02:00
slirp.h net: consolidate NetClientState header files into one 2012-10-08 13:59:40 +02:00
socket.c net: consolidate NetClientState header files into one 2012-10-08 13:59:40 +02:00
tap-aix.c convert net_init_tap() to NetClientOptions 2012-07-23 11:55:18 +01:00
tap-bsd.c convert net_init_tap() to NetClientOptions 2012-07-23 11:55:18 +01:00
tap-haiku.c convert net_init_tap() to NetClientOptions 2012-07-23 11:55:18 +01:00
tap-linux.c convert net_init_tap() to NetClientOptions 2012-07-23 11:55:18 +01:00
tap-linux.h tap: add APIs for vnet header length 2010-09-07 20:27:33 +03:00
tap-solaris.c convert net_init_tap() to NetClientOptions 2012-07-23 11:55:18 +01:00
tap-win32.c net: consolidate NetClientState header files into one 2012-10-08 13:59:40 +02:00
tap.c net: consolidate NetClientState header files into one 2012-10-08 13:59:40 +02:00
tap.h net: consolidate NetClientState header files into one 2012-10-08 13:59:40 +02:00
util.c net: move parse_macaddr() to net/util.[ch] 2009-12-03 09:41:34 -06:00
util.h net: move parse_macaddr() to net/util.[ch] 2009-12-03 09:41:34 -06:00
vde.c net: consolidate NetClientState header files into one 2012-10-08 13:59:40 +02:00