Peter Xu wrote:
> On Fri, Jun 09, 2023 at 12:49:17AM +0200, Juan Quintela wrote:
>> We called migrate_qmp() in lot of places. And there are tricks like
>> changing tcp address with the right port.
>>
>> Only two callers remaining:
>> - postcopy resume: It needs to play with the qmp.
>> - baddest
On Fri, Jun 09, 2023 at 12:49:17AM +0200, Juan Quintela wrote:
> We called migrate_qmp() in lot of places. And there are tricks like
> changing tcp address with the right port.
>
> Only two callers remaining:
> - postcopy resume: It needs to play with the qmp.
> - baddest: We want to do a unvalid
We called migrate_qmp() in lot of places. And there are tricks like
changing tcp address with the right port.
Only two callers remaining:
- postcopy resume: It needs to play with the qmp.
- baddest: We want to do a unvalid URI. For that we need to do it by
hand.
Signed-off-by: Juan Quintela
-