]> git.proxmox.com Git - mirror_qemu.git/commit - include/block/block_int-common.h
include/block/block_int: split header into I/O and global state API
authorEmanuele Giuseppe Esposito <eesposit@redhat.com>
Thu, 3 Mar 2022 15:15:56 +0000 (10:15 -0500)
committerKevin Wolf <kwolf@redhat.com>
Fri, 4 Mar 2022 17:18:25 +0000 (18:18 +0100)
commitebc2752b08ea238438a45666654cbecf78b021a3
treea03fba4f7a586afc968dc8d1d6de6bc92314b514
parent862fded9287d814f59641fb7613f5285d368c244
include/block/block_int: split header into I/O and global state API

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>
Message-Id: <20220303151616.325444-12-eesposit@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
blockdev.c
include/block/block_int-common.h [new file with mode: 0644]
include/block/block_int-global-state.h [new file with mode: 0644]
include/block/block_int-io.h [new file with mode: 0644]
include/block/block_int.h