Re: [Qemu-devel] [PATCH] slirp: add 'cmd:' target for guestfwd

2012-07-05 Thread Jan Kiszka
On 2012-06-03 09:45, Alexander Graf wrote: > When using guestfwd=, Qemu only connects the virtual server's TCP port > to a single chardev. This is useless in most cases, as we usually want > to have more than a single connection from the guest to the outside world. > > This patch adds a new cmd: t

[Qemu-devel] [PATCH] slirp: add 'cmd:' target for guestfwd

2012-06-04 Thread Alexander Graf
When using guestfwd=, Qemu only connects the virtual server's TCP port to a single chardev. This is useless in most cases, as we usually want to have more than a single connection from the guest to the outside world. This patch adds a new cmd: target to guestfwd= that allows for execution of a com

Re: [Qemu-devel] [PATCH] slirp: add 'cmd:' target for guestfwd

2012-05-31 Thread Jan Kiszka
On 2012-05-31 01:08, Alexander Graf wrote: > > On 04.06.2011, at 08:12, Alexander Graf wrote: > >> When using guestfwd=, Qemu only connects the virtual server's TCP port >> to a single chardev. This is useless in most cases, as we usually want >> to have more than a single connection from the gue

Re: [Qemu-devel] [PATCH] slirp: add 'cmd:' target for guestfwd

2012-05-30 Thread Anthony Liguori
On 05/31/2012 07:08 AM, Alexander Graf wrote: On 04.06.2011, at 08:12, Alexander Graf wrote: When using guestfwd=, Qemu only connects the virtual server's TCP port to a single chardev. This is useless in most cases, as we usually want to have more than a single connection from the guest to the

Re: [Qemu-devel] [PATCH] slirp: add 'cmd:' target for guestfwd

2012-05-30 Thread Alexander Graf
On 04.06.2011, at 08:12, Alexander Graf wrote: > When using guestfwd=, Qemu only connects the virtual server's TCP port > to a single chardev. This is useless in most cases, as we usually want > to have more than a single connection from the guest to the outside world. > > This patch adds a new

[Qemu-devel] [PATCH] slirp: add 'cmd:' target for guestfwd

2011-06-05 Thread Alexander Graf
When using guestfwd=, Qemu only connects the virtual server's TCP port to a single chardev. This is useless in most cases, as we usually want to have more than a single connection from the guest to the outside world. This patch adds a new cmd: target to guestfwd= that allows for execution of a com