]> git.proxmox.com Git - pve-qemu-kvm.git/commit - debian/patches/series
run vma_writer_close_stream inside coroutine
authorDietmar Maurer <dietmar@proxmox.com>
Thu, 20 Nov 2014 11:27:06 +0000 (12:27 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 20 Nov 2014 11:27:06 +0000 (12:27 +0100)
commitfa46f5131d41d47fbb1e527647eab0968b2dce9c
tree3693bb840d5f6980d89397d9fbc0981bf0fce10e
parent24bb7da35b24e6a02d789ed4d2a7aca3ccfcd820
run vma_writer_close_stream inside coroutine

Newer qemu (> 2.2.0-rc2) runs pvebackup_complete_cb from main loop,

But vma_writer_close_stream triggers an async write (flush), which
uses qemu_coroutine_yield(). This only works if called from a coroutine.
debian/patches/backup-run-flush-inside-coroutine.patch [new file with mode: 0644]
debian/patches/backup-vma-allow-empty-backups.patch
debian/patches/series