qemu-ppc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v6 20/33] block: rename bdrv_invalidate_cache_all, blk_invali


From: Hanna Reitz
Subject: Re: [PATCH v6 20/33] block: rename bdrv_invalidate_cache_all, blk_invalidate_cache and test_sync_op_invalidate_cache
Date: Wed, 26 Jan 2022 12:57:23 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.4.0

On 21.01.22 18:05, Emanuele Giuseppe Esposito wrote:
Following the bdrv_activate renaming, change also the name
of the respective callers.

bdrv_invalidate_cache_all -> bdrv_activate_all
blk_invalidate_cache -> blk_activate
test_sync_op_invalidate_cache -> test_sync_op_activate

No functional change intended.

Signed-off-by: Emanuele Giuseppe Esposito <eesposit@redhat.com>
---
  block.c                            |  2 +-
  block/block-backend.c              |  2 +-
  hw/block/pflash_cfi01.c            |  2 +-
  hw/nvram/spapr_nvram.c             |  2 +-
  include/block/block-global-state.h |  2 +-
  include/sysemu/block-backend-io.h  |  2 +-
  migration/block.c                  |  2 +-
  migration/migration.c              | 10 +++++-----
  migration/savevm.c                 |  4 ++--
  monitor/qmp-cmds.c                 |  2 +-
  tests/unit/test-block-iothread.c   |  6 +++---
  11 files changed, 18 insertions(+), 18 deletions(-)

Reviewed-by: Hanna Reitz <hreitz@redhat.com>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]