Re: [Qemu-devel] [PATCH 05/18] slirp: Factorizing address translation

2015-12-14 Thread Thomas Huth
On 12/12/15 00:14, Samuel Thibault wrote: > Hello, > > Thomas, this is the last refactoring patch which doesn't have a review > yet, right? Right. It somehow showed up out of order in my e-mail program, so I missed it on Friday, sorry. So here's a review... > > Samuel Thibault, on Fri 11 Dec

Re: [Qemu-devel] [PATCH 05/18] slirp: Factorizing address translation

2015-12-11 Thread Samuel Thibault
Hello, Thomas, this is the last refactoring patch which doesn't have a review yet, right? Samuel Samuel Thibault, on Fri 11 Dec 2015 01:15:17 +0100, wrote: > From: Guillaume Subiron > > This patch factorizes some duplicate code into a new function, > sotranslate_out().

[Qemu-devel] [PATCH 05/18] slirp: Factorizing address translation

2015-12-10 Thread Samuel Thibault
From: Guillaume Subiron This patch factorizes some duplicate code into a new function, sotranslate_out(). This function perform the address translation when a packet is transmitted to the host network. If the paquet is destinated to the host, the loopback address is used,

[Qemu-devel] [PATCH 05/18] slirp: Factorizing address translation

2015-07-28 Thread Samuel Thibault
This patch factorizes some duplicate code into a new function, sotranslate_out(). This function perform the address translation when a packet is transmitted to the host network. If the paquet is destinated to the host, the loopback address is used, and if the paquet is destinated to the virtual

[Qemu-devel] [PATCH 05/18] slirp: Factorizing address translation

2014-03-30 Thread Samuel Thibault
This patch factorizes some duplicate code into a new function, sotranslate_out(). This function perform the address translation when a packet is transmitted to the host network. If the paquet is destinated to the host, the loopback address is used, and if the paquet is destinated to the virtual