]> git.proxmox.com Git - qemu.git/commit
qcow2: Allocate l2meta dynamically
authorKevin Wolf <kwolf@redhat.com>
Fri, 7 Dec 2012 17:08:44 +0000 (18:08 +0100)
committerKevin Wolf <kwolf@redhat.com>
Thu, 13 Dec 2012 14:37:59 +0000 (15:37 +0100)
commitcf5c1a231ee99ac21fe8258faf50bb1f65884343
treee3cd246aaed4bf76ee81523f31617929205adaf9
parent593fb83cacf3818a5623f31a6c04c24d87519ad0
qcow2: Allocate l2meta dynamically

As soon as delayed COW is introduced, the l2meta struct is needed even
after completion of the request, so it can't live on the stack.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block/qcow2.c