QEMU main repository: Please see https://www.qemu.org/docs/master/devel/submitting-a-patch.html for how to submit changes to QEMU. Pull Requests are ignored. Please only use release tarballs from the QEMU website. http://www.qemu.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
blueswir1 1d6198c3b0 Remove unnecessary trailing newlines 18 years ago
..
COPYRIGHT find -type f | xargs sed -i 's/[\t ]$//g' # on most files 19 years ago
bootp.c Make some variables static 18 years ago
bootp.h 64 bit fixes (initial patch by Gwenole Beauchesne) 22 years ago
cksum.c find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. 19 years ago
ctl.h initial user mode network support 23 years ago
debug.c Fix some warnings that would be generated by gcc -Wredundant-decls 18 years ago
debug.h Remove unnecessary trailing newlines 18 years ago
icmp_var.h Make Slirp statistics gathering and output conditional to LOG_ENABLED 19 years ago
if.c Add some missing static qualifiers 18 years ago
if.h Add const etc. to places forgotten from the previous commit 19 years ago
ip.h Use const and static as needed, disable unused code 19 years ago
ip_icmp.c Make some variables static 18 years ago
ip_icmp.h Fix warnings that would be caused by gcc flag -Wwrite-strings 18 years ago
ip_input.c Use const and static as needed, disable unused code 19 years ago
ip_output.c Add const etc. to places forgotten from the previous commit 19 years ago
libslirp.h Make Slirp statistics gathering and output conditional to LOG_ENABLED 19 years ago
main.h Use const and static as needed, disable unused code 19 years ago
mbuf.c Remove unnecessary trailing newlines 18 years ago
mbuf.h Use const and static as needed, disable unused code 19 years ago
misc.c Use common objects for qemu-img and qemu-nbd 18 years ago
misc.h Fix inline use warnings from sparse 18 years ago
sbuf.c Remove unnecessary trailing newlines 18 years ago
sbuf.h Use const and static as needed, disable unused code 19 years ago
slirp.c slirp: fix CVE 2007-5729 18 years ago
slirp.h Fix inline use warnings from sparse 18 years ago
slirp_config.h Fix some warnings that would be generated by gcc -Wredundant-decls 18 years ago
socket.c Remove unnecessary trailing newlines 18 years ago
socket.h Make struct iovec universally available 18 years ago
tcp.h Use const and static as needed, disable unused code 19 years ago
tcp_input.c Use const and static as needed, disable unused code 19 years ago
tcp_output.c Use const and static as needed, disable unused code 19 years ago
tcp_subr.c Suppress gcc 4.x -Wpointer-sign (included in -Wall) warnings 18 years ago
tcp_timer.c Use const and static as needed, disable unused code 19 years ago
tcp_timer.h Use const and static as needed, disable unused code 19 years ago
tcp_var.h Make Slirp statistics gathering and output conditional to LOG_ENABLED 19 years ago
tcpip.h initial user mode network support 23 years ago
tftp.c Suppress gcc 4.x -Wpointer-sign (included in -Wall) warnings 18 years ago
tftp.h find -type f | xargs sed -i 's/[\t ]$//g' # on most files 19 years ago
udp.c Replace uses of strncpy (a GNU extension) with Qemu pstrcpy 18 years ago
udp.h Use const and static as needed, disable unused code 19 years ago