index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
slirp.c
Age
Commit message (
Expand
)
Author
2024-04-29
net/slirp: Use newer slirp_*_hostxfwd API
Nicholas Ngai
2023-11-01
migration: Use VMSTATE_INSTANCE_ID_ANY for slirp
Juan Quintela
2023-03-13
slirp: open-code qemu_socket_(un)select()
Marc-André Lureau
2023-03-13
slirp: unregister the win32 SOCKET
Marc-André Lureau
2023-03-13
main-loop: remove qemu_fd_register(), win32/slirp/socket specific
Marc-André Lureau
2022-12-14
qapi net: Elide redundant has_FOO in generated C
Markus Armbruster
2022-10-28
net: introduce qemu_set_info_str() function
Laurent Vivier
2022-05-12
net: slirp: add support for CFI-friendly timer API
Paolo Bonzini
2022-05-12
net: slirp: switch to slirp_new
Paolo Bonzini
2022-05-12
net: slirp: introduce a wrapper struct for QemuTimer
Paolo Bonzini
2022-02-21
configure, meson: move smbd options to meson_options.txt
Paolo Bonzini
2021-05-04
slirp: add configure option to disable smbd
Joelle van Dyne
2021-04-23
net: check the existence of peer before trying to pad
Jason Wang
2021-04-08
Revert "qapi: net: Add query-netdev command"
Jason Wang
2021-04-08
Revert "net: Move NetClientState.info_str to dynamic allocations"
Jason Wang
2021-04-08
Revert "net: Do not fill legacy info_str for backends"
Jason Wang
2021-03-22
net: Pad short frames to minimum size before sending from SLiRP/TAP
Bin Meng
2021-03-15
net: Do not fill legacy info_str for backends
Alexey Kirillov
2021-03-15
net: Move NetClientState.info_str to dynamic allocations
Alexey Kirillov
2021-03-15
qapi: net: Add query-netdev command
Alexey Kirillov
2021-01-29
net/slirp.c: Fix spelling error in error message
Doug Evans
2021-01-08
Remove superfluous timer_del() calls
Peter Maydell
2020-03-09
net: Remove deprecated [hub_id name] tuple of 'hostfwd_add' / 'hostfwd_remove'
Thomas Huth
2019-10-01
slirp: Allow non-local DNS address when restrict is off
Samuel Thibault
2019-09-12
migration: register_savevm_live doesn't need dev
Dr. David Alan Gilbert
2019-05-17
net/slirp: fix the IPv6 prefix length error message
Stefano Garzarella
2019-03-07
build-sys: link with slirp as an external project
Marc-André Lureau
2019-03-07
slirp: move sources to src/ subdirectory
Marc-André Lureau
2019-03-07
slirp: use libslirp migration code
Marc-André Lureau
2019-03-06
slirp: Mark pieces missing IPv6 support
Samuel Thibault
2019-02-13
char: allow specifying a GMainContext at opening time
Paolo Bonzini
2019-02-07
slirp: pass opaque to all callbacks
Marc-André Lureau
2019-02-07
slirp: use polling callbacks, drop glib requirement
Marc-André Lureau
2019-02-07
slirp: replace global polling with per-instance & notifier
Marc-André Lureau
2019-02-07
slirp: improve send_packet() callback
Marc-André Lureau
2019-02-07
slirp: replace qemu_notify_event() with a callback
Marc-André Lureau
2019-02-07
slirp: add unregister_poll_fd() callback
Marc-André Lureau
2019-02-07
slirp: replace qemu_set_nonblock()
Marc-André Lureau
2019-02-07
slirp: add callbacks for timer
Marc-André Lureau
2019-02-07
net/slirp: fix leaks on forwarding rule registration error
Marc-André Lureau
2019-02-07
net/slirp: free forwarding rules on cleanup
Marc-André Lureau
2019-02-07
net/slirp: simplify checking for cmd: prefix
Marc-André Lureau
2019-02-07
slirp: generalize guestfwd with a callback based approach
Marc-André Lureau
2019-01-14
slirp: add clock_get_ns() callback
Marc-André Lureau
2019-01-14
slirp: drop <Vista compatibility
Marc-André Lureau
2019-01-14
net: do not depend on slirp internals
Marc-André Lureau
2019-01-14
slirp: add a callback to log guest errors
Marc-André Lureau
2019-01-14
slirp: use a callback structure to interface with qemu
Marc-André Lureau
2019-01-14
slirp: remove Monitor dependency, return a string for info
Marc-André Lureau
2019-01-14
slirp: use a dedicated field for chardev pointer
Marc-André Lureau
[next]