commit | a9fc4408e3511a073583a18b98a26765ff1e21d7 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Thu Jun 14 16:55:01 2012 +0200 |
committer | Kevin Wolf <kwolf@redhat.com> | Mon Jul 09 15:53:02 2012 +0200 |
tree | 2adfa2fd22cb73e6c223774d8481a57a0066f246 | |
parent | 5c171afa4cff41101ac3e5b0cd703fd211aaa253 [diff] |
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>