From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41297) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XVS1Z-000556-7R for qemu-devel@nongnu.org; Sat, 20 Sep 2014 17:17:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XVS1T-0007Bk-2g for qemu-devel@nongnu.org; Sat, 20 Sep 2014 17:16:57 -0400 Received: from mx1.redhat.com ([209.132.183.28]:13431) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XVS1S-0007Aa-QK for qemu-devel@nongnu.org; Sat, 20 Sep 2014 17:16:50 -0400 Message-ID: <541DEEB7.5030209@redhat.com> Date: Sat, 20 Sep 2014 23:16:39 +0200 From: Max Reitz MIME-Version: 1.0 References: <1410891148-28849-1-git-send-email-armbru@redhat.com> <1410891148-28849-12-git-send-email-armbru@redhat.com> In-Reply-To: <1410891148-28849-12-git-send-email-armbru@redhat.com> Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3 11/23] block: Rename BlockDriverAIOCB* to BlockAIOCB* List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster , qemu-devel@nongnu.org Cc: kwolf@redhat.com, famz@redhat.com, benoit.canet@nodalink.com, stefanha@redhat.com On 16.09.2014 20:12, Markus Armbruster wrote: > I'll use BlockDriverAIOCB with block backends shortly, and the name is > going to fit badly there. It's a block layer thing anyway, not just a > block driver thing. > > Signed-off-by: Markus Armbruster > --- > block-migration.c | 2 +- > block.c | 151 ++++++++++++++++++++++---------------------- > block/archipelago.c | 30 ++++----- > block/backup.c | 2 +- > block/blkdebug.c | 22 +++---- > block/blkverify.c | 20 +++--- > block/commit.c | 2 +- > block/curl.c | 8 +-- > block/iscsi.c | 8 +-- > block/linux-aio.c | 8 +-- > block/mirror.c | 6 +- > block/qed-gencb.c | 4 +- > block/qed-table.c | 10 +-- > block/qed.c | 46 +++++++------- > block/qed.h | 12 ++-- > block/quorum.c | 38 +++++------ > block/raw-aio.h | 8 +-- > block/raw-posix.c | 32 +++++----- > block/raw-win32.c | 16 ++--- > block/raw_bsd.c | 8 +-- > block/rbd.c | 58 ++++++++--------- > block/sheepdog.c | 4 +- > block/stream.c | 2 +- > block/win32-aio.c | 8 +-- > blockjob.c | 4 +- > dma-helpers.c | 24 +++---- > hw/block/nvme.h | 2 +- > hw/ide/ahci.c | 2 +- > hw/ide/ahci.h | 2 +- > hw/ide/core.c | 12 ++-- > hw/ide/internal.h | 12 ++-- > hw/ide/macio.c | 2 +- > hw/ide/pci.c | 2 +- > hw/ide/pci.h | 2 +- > hw/ppc/mac.h | 2 +- > hw/scsi/scsi-generic.c | 2 +- > include/block/aio.h | 12 ++-- > include/block/block.h | 36 +++++------ > include/block/block_int.h | 30 ++++----- > include/block/blockjob.h | 4 +- > include/block/thread-pool.h | 4 +- > include/hw/scsi/scsi.h | 2 +- > include/monitor/monitor.h | 4 +- > include/sysemu/dma.h | 26 ++++---- > monitor.c | 6 +- > tests/test-thread-pool.c | 2 +- > thread-pool.c | 8 +-- > 47 files changed, 353 insertions(+), 354 deletions(-) Reviewed-by: Max Reitz