diff options
| author | Max Reitz | 2016-03-16 19:54:40 +0100 |
|---|---|---|
| committer | Kevin Wolf | 2016-03-17 15:47:56 +0100 |
| commit | fe1a9cbc339bb54d20f1ca4c1e8788d16944d5cf (patch) | |
| tree | b82a37e5db7cc2b3ecfe080f25a6f99e62eb046d /stubs/Makefile.objs | |
| parent | blockdev: Remove blk_hide_on_behalf_of_hmp_drive_del() (diff) | |
| download | qemu-fe1a9cbc339bb54d20f1ca4c1e8788d16944d5cf.tar.gz qemu-fe1a9cbc339bb54d20f1ca4c1e8788d16944d5cf.tar.xz qemu-fe1a9cbc339bb54d20f1ca4c1e8788d16944d5cf.zip | |
block: Move some bdrv_*_all() functions to BB
Move bdrv_commit_all() and bdrv_flush_all() to the BlockBackend level.
Signed-off-by: Max Reitz <mreitz@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'stubs/Makefile.objs')
| -rw-r--r-- | stubs/Makefile.objs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stubs/Makefile.objs b/stubs/Makefile.objs index e922de982f..9d9f1d037b 100644 --- a/stubs/Makefile.objs +++ b/stubs/Makefile.objs @@ -1,5 +1,5 @@ stub-obj-y += arch-query-cpu-def.o -stub-obj-y += bdrv-commit-all.o +stub-obj-y += blk-commit-all.o stub-obj-y += blockdev-close-all-bdrv-states.o stub-obj-y += clock-warp.o stub-obj-y += cpu-get-clock.o |
