commit | f8e2bd538d2c7baccbed0f22b02d08290959ba95 | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Mon May 30 16:29:47 2016 +0200 |
committer | Kevin Wolf <kwolf@redhat.com> | Tue Jul 05 16:46:27 2016 +0200 |
tree | 12ea6e09fa164326381314381121f7975b4089ed | |
parent | 83fd6dd3e77cabf6f5cc9763752628bcc9c99541 [diff] |
block: Use BlockBackend for I/O in bdrv_commit() Just like block jobs, the HMP commit command should use its own BlockBackend for doing I/O on BlockDriverStates. Signed-off-by: Kevin Wolf <kwolf@redhat.com> Reviewed-by: Max Reitz <mreitz@redhat.com> Acked-by: Stefan Hajnoczi <stefanha@redhat.com>