]> git.proxmox.com Git - mirror_qemu.git/commit
slirp: rename exec_list
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Wed, 21 Nov 2018 22:06:22 +0000 (02:06 +0400)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Sun, 13 Jan 2019 23:44:29 +0000 (00:44 +0100)
commit5d300fc9222aa700b4449d73f26bf7cf0e5b9ec4
treee7899e489dca26c6892d799dc092e9d3cb52e475
parentdf2ad332da6c8dd3053b5d5f1b1cc1cbdf6bad5e
slirp: rename exec_list

This list is not only used to handle command to execute on guest
connection, it can also redirect to an arbitrary object, such as a
chardev. Let's rename the struct and the field to "guestfwd".

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
slirp/misc.c
slirp/misc.h
slirp/slirp.c
slirp/slirp.h
slirp/tcp_input.c
slirp/tcp_subr.c