qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v3 06/25] include/block/block_int: split header into I/O and


From: Stefan Hajnoczi
Subject: Re: [PATCH v3 06/25] include/block/block_int: split header into I/O and global state API
Date: Thu, 21 Oct 2021 15:35:04 +0100

On Tue, Oct 12, 2021 at 04:48:47AM -0400, Emanuele Giuseppe Esposito wrote:
> Similarly to the previous patch, split block_int.h
> in block_int-io.h and block_int-global-state.h
> 
> block_int-common.h contains the structures shared between
> the two headers, and the functions that can't be categorized as
> I/O or global state.
> 
> Assertions are added in the next patch.
> 
> Signed-off-by: Emanuele Giuseppe Esposito <eesposit@redhat.com>
> ---
>  blockdev.c                             |    5 +
>  include/block/block_int-common.h       | 1164 +++++++++++++++++++
>  include/block/block_int-global-state.h |  319 +++++
>  include/block/block_int-io.h           |  163 +++
>  include/block/block_int.h              | 1478 +-----------------------
>  5 files changed, 1654 insertions(+), 1475 deletions(-)
>  create mode 100644 include/block/block_int-common.h
>  create mode 100644 include/block/block_int-global-state.h
>  create mode 100644 include/block/block_int-io.h

Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>

Attachment: signature.asc
Description: PGP signature


reply via email to

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