Re: [Qemu-devel] [PATCH] migration: Add error_desc for file channel errors

2019-08-07 Thread Dr. David Alan Gilbert
* Yury Kotov (yury-ko...@yandex-team.ru) wrote: > Currently, there is no information about error if outgoing migration was > failed > because of file channel errors. > Example (QMP session): > -> { "execute": "migrate", "arguments": { "uri": "exec:head -c 1" }} > <- { "return": {} } > ... > -> { "

Re: [Qemu-devel] [PATCH] migration: Add error_desc for file channel errors

2019-08-06 Thread Dr. David Alan Gilbert
* Yury Kotov (yury-ko...@yandex-team.ru) wrote: > Hi, I'm a bit worried that this patch might have been forgotten. > Is it queued? Thanks! I've added it to my list for the pull I'll do as soon as 4.2 opens. Dave > 14.06.2019, 19:56, "Dr. David Alan Gilbert" : > > * Yury Kotov (yury-ko...@yandex-

Re: [Qemu-devel] [PATCH] migration: Add error_desc for file channel errors

2019-07-17 Thread Yury Kotov
Hi, I'm a bit worried that this patch might have been forgotten. Is it queued? Thanks! 14.06.2019, 19:56, "Dr. David Alan Gilbert" : > * Yury Kotov (yury-ko...@yandex-team.ru) wrote: >>  Currently, there is no information about error if outgoing migration was >> failed >>  because of file channel

Re: [Qemu-devel] [PATCH] migration: Add error_desc for file channel errors

2019-06-14 Thread Dr. David Alan Gilbert
* Yury Kotov (yury-ko...@yandex-team.ru) wrote: > Currently, there is no information about error if outgoing migration was > failed > because of file channel errors. > Example (QMP session): > -> { "execute": "migrate", "arguments": { "uri": "exec:head -c 1" }} > <- { "return": {} } > ... > -> { "

Re: [Qemu-devel] [PATCH] migration: Add error_desc for file channel errors

2019-06-07 Thread Yury Kotov
Ping 22.04.2019, 13:50, "Yury Kotov" : > Currently, there is no information about error if outgoing migration was > failed > because of file channel errors. > Example (QMP session): > -> { "execute": "migrate", "arguments": { "uri": "exec:head -c 1" }} > <- { "return": {} } > ... > -> { "execute"

[Qemu-devel] [PATCH] migration: Add error_desc for file channel errors

2019-04-22 Thread Yury Kotov
Currently, there is no information about error if outgoing migration was failed because of file channel errors. Example (QMP session): -> { "execute": "migrate", "arguments": { "uri": "exec:head -c 1" }} <- { "return": {} } ... -> { "execute": "query-migrate" } <- { "return": { "status": "failed" }