]> git.proxmox.com Git - qemu.git/commit - block.c
block: copy over job and dirty bitmap fields in bdrv_append
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 14 Jun 2012 14:55:01 +0000 (16:55 +0200)
committerKevin Wolf <kwolf@redhat.com>
Mon, 9 Jul 2012 13:53:02 +0000 (15:53 +0200)
commita9fc4408e3511a073583a18b98a26765ff1e21d7
tree2adfa2fd22cb73e6c223774d8481a57a0066f246
parent5c171afa4cff41101ac3e5b0cd703fd211aaa253
block: copy over job and dirty bitmap fields in bdrv_append

While these should not be in use at the time a transaction is started,
a command in the prepare phase of a transaction might have added them,
so they need to be brought over.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block.c