mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
allow inetd like program exec
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1060 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
9d728e8c4e
commit
a3d4af03bb
5 changed files with 46 additions and 13 deletions
|
@ -24,6 +24,8 @@ void slirp_output(const uint8_t *pkt, int pkt_len);
|
|||
|
||||
int slirp_redir(int is_udp, int host_port,
|
||||
struct in_addr guest_addr, int guest_port);
|
||||
int slirp_add_exec(int do_pty, const char *args, int addr_low_byte,
|
||||
int guest_port);
|
||||
|
||||
extern const char *tftp_prefix;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue