sim-card
/
qemu
Archived
10
0
Fork 0
This repository has been archived on 2022-03-30. You can view files and clone it, but cannot push or open issues or pull requests.
qemu/net
Luiz Capitulino 93a7320e32 net: tap-linux: Fix unhelpful error message
I'm getting:

    could not configure /dev/net/tun (tap%d): Operation not permitted

When the ioctl() fails, ifr.ifr_name will most likely not be overwritten.
So we better only use it when ifname contains a string.

Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
2011-11-01 06:23:48 +00:00
..
checksum.c
checksum.h
dump.c Use qemu-common.h or qemu-timer.h in place of sysemu.h 2011-04-15 18:25:44 +00:00
dump.h
queue.c Use glib memory allocation and free functions 2011-08-20 23:01:08 -05:00
queue.h
slirp.c Allow overriding the location of Samba's smbd. 2011-09-03 17:45:48 +00:00
slirp.h
socket.c Use glib memory allocation and free functions 2011-08-20 23:01:08 -05:00
socket.h
tap-aix.c
tap-bsd.c Fix network interface tap backend 2011-08-07 09:48:59 +00:00
tap-haiku.c
tap-linux.c net: tap-linux: Fix unhelpful error message 2011-11-01 06:23:48 +00:00
tap-linux.h
tap-solaris.c
tap-win32.c Fixing tap adapter for win32 2011-02-25 15:14:04 +00:00
tap.c Fix compilation warning due to missing header for sigaction (followup) 2011-06-08 09:04:29 +01:00
tap.h
util.c
util.h
vde.c Remove unused sysemu.h include directives 2011-04-15 18:25:41 +00:00
vde.h