[pve-devel] applied-series: [PATCH v2 qemu 1/2] experimentally move savevm-async back into a coroutine
Thomas Lamprecht
t.lamprecht at proxmox.com
Mon May 4 15:58:56 CEST 2020
On 5/4/20 2:35 PM, Wolfgang Bumiller wrote:
> Move qemu_savevm_state_{header,setup} into the main loop and
> the rest of the iteration into a coroutine. The former need
> to lock the iothread (and we can't unlock it in the
> coroutine), and the latter can't deal with being in a
> separate thread, so a coroutine it must be.
>
> Signed-off-by: Wolfgang Bumiller <w.bumiller at proxmox.com>
> ---
> No change in this one
>
> ...e-savevm-async-back-into-a-coroutine.patch | 111 ++++++++++++++++++
> debian/patches/series | 1 +
> 2 files changed, 112 insertions(+)
> create mode 100644 debian/patches/pve/0043-move-savevm-async-back-into-a-coroutine.patch
>
applied-series, thanks!
More information about the pve-devel
mailing list