]> git.ipfire.org Git - thirdparty/qemu.git/commit
block/throttle-groups.c: allocate RestartData on the heap
authorManos Pitsidianakis <el13635@mail.ntua.gr>
Mon, 18 Sep 2017 20:25:29 +0000 (23:25 +0300)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Thu, 28 Sep 2017 21:49:39 +0000 (16:49 -0500)
commit7496699ba63b8690fbd38b232ee41da25fc9d8d7
treeac3c2a5441c68b9bce85e0425c822e3670009c96
parent33a599667a9e70588483a31286dfff8cfc27d513
block/throttle-groups.c: allocate RestartData on the heap

RestartData is the opaque data of the throttle_group_restart_queue_entry
coroutine. By being stack allocated, it isn't available anymore if
aio_co_enter schedules the coroutine with a bottom half and runs after
throttle_group_restart_queue returns.

Cc: qemu-stable@nongnu.org
Signed-off-by: Manos Pitsidianakis <el13635@mail.ntua.gr>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Alberto Garcia <berto@igalia.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
(cherry picked from commit 43a5dc02fd6070827d5c4ff652b885219fa8cbe1)
 Conflicts:
block/throttle-groups.c
* reworked to avoid functional dep on 022cdc9, since that involves
  refactoring for a feature not present in 2.10
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
block/throttle-groups.c