index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
slirp.c
Age
Commit message (
Expand
)
Author
2012-05-01
Declare state directory in smb.conf
Nikolaus Rath
2012-05-01
slirp: don't use "smb ports = 0" option
Nikolaus Rath
2011-12-19
slirp: Fix typo in net_slirp_hostfwd_remove
Geoffrey Thomas
2011-11-22
slirp: Clean up net_slirp_hostfwd_remove()'s use of get_str_sep()
Markus Armbruster
2011-09-03
Allow overriding the location of Samba's smbd.
Brad
2011-08-22
char: rename qemu_chr_open() -> qemu_chr_new()
Anthony Liguori
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
2011-07-23
net: Refactor net_client_types
Jan Kiszka
2011-07-23
slirp: Canonicalize restrict syntax
Jan Kiszka
2011-06-08
slirp: fix guestfwd id
Alexander Graf
2011-04-15
Remove unused sysemu.h include directives
Blue Swirl
2010-03-16
error: Replace qemu_error() by error_report()
Markus Armbruster
2010-03-09
slirp: check system() success
Juan Quintela
2010-02-19
net: Fix bogus "Warning: vlan 0 with no nics" with -device
Markus Armbruster
2010-01-27
Fix BSD build
Blue Swirl
2010-01-26
net/slirp.c: fix warning with _FORTIFY_SOURCE
Kirill A. Shutemov
2009-12-03
net: convert slirp to NetClientInfo
Mark McLoughlin
2009-12-03
net: move slirp code from net.c to net/slirp.c
Mark McLoughlin