Searched refs:BlockInfo (Results 1 – 6 of 6) sorted by relevance
/qemu/contrib/plugins/ |
H A D | lockstep.c | 49 } BlockInfo; typedef 53 BlockInfo *block; 198 BlockInfo *bi = (BlockInfo *) udata; in vcpu_tb_exec() 254 BlockInfo *bi = g_new0(BlockInfo, 1); in vcpu_tb_trans()
|
/qemu/qapi/ |
H A D | pragma.json | 90 'BlockInfo', # query-block
|
H A D | block-core.json | 691 # @BlockInfo: 722 { 'struct': 'BlockInfo', 764 # Get a list of BlockInfo for all virtual block devices. 766 # Returns: a list of @BlockInfo describing each virtual block device. 855 { 'command': 'query-block', 'returns': ['BlockInfo'], 1599 # block device supports io-status (see BlockInfo). 2196 # block device supports io-status (see BlockInfo). 2515 # block device supports io-status (see BlockInfo). 2849 # io-status (see BlockInfo). (Since 1.3)
|
/qemu/block/ |
H A D | qapi.c | 422 bdrv_query_info(BlockBackend *blk, BlockInfo **p_info, Error **errp) in bdrv_query_info() 424 BlockInfo *info = g_malloc0(sizeof(*info)); in bdrv_query_info()
|
/qemu/block/monitor/ |
H A D | block-hmp-cmds.c | 612 static void print_block_info(Monitor *mon, BlockInfo *info, in print_block_info()
|
/qemu/docs/about/ |
H A D | removed-features.rst | 649 The ``dirty-bitmaps`` field of the ``BlockInfo`` structure, returned by
|