index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
slirp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: slirp: add support for CFI-friendly timer API
Paolo Bonzini
2022-05-12
1
-1
/
+40
*
net: slirp: switch to slirp_new
Paolo Bonzini
2022-05-12
1
-6
/
+21
*
net: slirp: introduce a wrapper struct for QemuTimer
Paolo Bonzini
2022-05-12
1
-5
/
+14
*
configure, meson: move smbd options to meson_options.txt
Paolo Bonzini
2022-02-21
1
-8
/
+8
*
slirp: add configure option to disable smbd
Joelle van Dyne
2021-05-04
1
-8
/
+8
*
net: check the existence of peer before trying to pad
Jason Wang
2021-04-23
1
-1
/
+1
*
Revert "qapi: net: Add query-netdev command"
Jason Wang
2021-04-08
1
-122
/
+0
*
Revert "net: Move NetClientState.info_str to dynamic allocations"
Jason Wang
2021-04-08
1
-2
/
+3
*
Revert "net: Do not fill legacy info_str for backends"
Jason Wang
2021-04-08
1
-0
/
+3
*
net: Pad short frames to minimum size before sending from SLiRP/TAP
Bin Meng
2021-03-22
1
-0
/
+10
*
net: Do not fill legacy info_str for backends
Alexey Kirillov
2021-03-15
1
-3
/
+0
*
net: Move NetClientState.info_str to dynamic allocations
Alexey Kirillov
2021-03-15
1
-3
/
+2
*
qapi: net: Add query-netdev command
Alexey Kirillov
2021-03-15
1
-0
/
+122
*
net/slirp.c: Fix spelling error in error message
Doug Evans
2021-01-29
1
-1
/
+1
*
Remove superfluous timer_del() calls
Peter Maydell
2021-01-08
1
-1
/
+0
*
net: Remove deprecated [hub_id name] tuple of 'hostfwd_add' / 'hostfwd_remove'
Thomas Huth
2020-03-09
1
-32
/
+12
*
slirp: Allow non-local DNS address when restrict is off
Samuel Thibault
2019-10-01
1
-2
/
+2
*
migration: register_savevm_live doesn't need dev
Dr. David Alan Gilbert
2019-09-12
1
-1
/
+1
*
net/slirp: fix the IPv6 prefix length error message
Stefano Garzarella
2019-05-17
1
-1
/
+2
*
build-sys: link with slirp as an external project
Marc-André Lureau
2019-03-07
1
-1
/
+1
*
slirp: move sources to src/ subdirectory
Marc-André Lureau
2019-03-07
1
-1
/
+1
*
slirp: use libslirp migration code
Marc-André Lureau
2019-03-07
1
-0
/
+55
*
slirp: Mark pieces missing IPv6 support
Samuel Thibault
2019-03-06
1
-0
/
+1
*
char: allow specifying a GMainContext at opening time
Paolo Bonzini
2019-02-13
1
-1
/
+1
*
slirp: pass opaque to all callbacks
Marc-André Lureau
2019-02-07
1
-9
/
+16
*
slirp: use polling callbacks, drop glib requirement
Marc-André Lureau
2019-02-07
1
-3
/
+69
*
slirp: replace global polling with per-instance & notifier
Marc-André Lureau
2019-02-07
1
-0
/
+24
*
slirp: improve send_packet() callback
Marc-André Lureau
2019-02-07
1
-4
/
+5
*
slirp: replace qemu_notify_event() with a callback
Marc-André Lureau
2019-02-07
1
-0
/
+1
*
slirp: add unregister_poll_fd() callback
Marc-André Lureau
2019-02-07
1
-0
/
+6
*
slirp: replace qemu_set_nonblock()
Marc-André Lureau
2019-02-07
1
-0
/
+6
*
slirp: add callbacks for timer
Marc-André Lureau
2019-02-07
1
-0
/
+21
*
net/slirp: fix leaks on forwarding rule registration error
Marc-André Lureau
2019-02-07
1
-0
/
+2
*
net/slirp: free forwarding rules on cleanup
Marc-André Lureau
2019-02-07
1
-7
/
+18
*
net/slirp: simplify checking for cmd: prefix
Marc-André Lureau
2019-02-07
1
-1
/
+1
*
slirp: generalize guestfwd with a callback based approach
Marc-André Lureau
2019-02-07
1
-4
/
+10
*
slirp: add clock_get_ns() callback
Marc-André Lureau
2019-01-14
1
-0
/
+6
*
slirp: drop <Vista compatibility
Marc-André Lureau
2019-01-14
1
-22
/
+0
*
net: do not depend on slirp internals
Marc-André Lureau
2019-01-14
1
-1
/
+1
*
slirp: add a callback to log guest errors
Marc-André Lureau
2019-01-14
1
-0
/
+7
*
slirp: use a callback structure to interface with qemu
Marc-André Lureau
2019-01-14
1
-1
/
+5
*
slirp: remove Monitor dependency, return a string for info
Marc-André Lureau
2019-01-14
1
-3
/
+4
*
slirp: use a dedicated field for chardev pointer
Marc-André Lureau
2019-01-14
1
-4
/
+4
*
slirp: associate slirp_output callback with the Slirp context
Marc-André Lureau
2019-01-14
1
-2
/
+3
*
qemu/queue.h: leave head structs anonymous unless necessary
Paolo Bonzini
2019-01-11
1
-1
/
+1
*
slirp: Implement RFC2132 TFTP server name
Fam Zheng
2018-10-21
1
-2
/
+10
*
slirp: Add sanity check for str option length
Fam Zheng
2018-10-21
1
-0
/
+9
*
chardev: mark the calls that allow an implicit mux monitor
Marc-André Lureau
2018-10-03
1
-1
/
+5
*
net/slirp: Deprecate the [hub_id name] parameter tuple
Thomas Huth
2018-09-25
1
-0
/
+2
*
net: Remove the deprecated -tftp, -bootp, -redir and -smb options
Thomas Huth
2018-08-31
1
-103
/
+29
[next]