mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
block: Make bdrv_perm_names public
It can be used outside of block.c for making user friendly messages. Signed-off-by: Fam Zheng <famz@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
This commit is contained in:
parent
76d20ea0f1
commit
5176196c32
2 changed files with 3 additions and 1 deletions
|
@ -224,6 +224,8 @@ enum {
|
|||
BLK_PERM_ALL = 0x1f,
|
||||
};
|
||||
|
||||
char *bdrv_perm_names(uint64_t perm);
|
||||
|
||||
/* disk I/O throttling */
|
||||
void bdrv_init(void);
|
||||
void bdrv_init_with_whitelist(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue