Re: [pve-devel] [PATCH qemu-server] migrate: cleanup forwarding code

2020-04-14 Thread Mira Limbeck
On 4/14/20 12:49 PM, Fabian Grünbichler wrote: On April 14, 2020 11:45 am, Mira Limbeck wrote: Looks good to me. Reviewed-By: Mira Limbeck Tested-By: Mira Limbeck  On 4/14/20 10:51 AM, Fabian Grünbichler wrote: fixing the following two issues: - the legacy code path was never converted to th

Re: [pve-devel] [PATCH qemu-server] migrate: cleanup forwarding code

2020-04-14 Thread Fabian Grünbichler
On April 14, 2020 11:45 am, Mira Limbeck wrote: > Looks good to me. > > Reviewed-By: Mira Limbeck > Tested-By: Mira Limbeck  > > On 4/14/20 10:51 AM, Fabian Grünbichler wrote: >> fixing the following two issues: >> - the legacy code path was never converted to the new fork_tunnel >> signature (w

Re: [pve-devel] [PATCH qemu-server] migrate: cleanup forwarding code

2020-04-14 Thread Mira Limbeck
Looks good to me. Reviewed-By: Mira Limbeck Tested-By: Mira Limbeck  On 4/14/20 10:51 AM, Fabian Grünbichler wrote: fixing the following two issues: - the legacy code path was never converted to the new fork_tunnel signature (which probably means that nothing triggers it in practice anymore?)