Searched refs:BlockInfo (Results 1 – 6 of 6) sorted by relevance
/openbmc/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()
|
/openbmc/qemu/qapi/ |
H A D | pragma.json | 99 'BlockInfo', # query-block
|
H A D | block-core.json | 687 # @BlockInfo: 718 { 'struct': 'BlockInfo', 760 # Get a list of BlockInfo for all virtual block devices. 762 # Returns: a list of @BlockInfo describing each virtual block device. 851 { 'command': 'query-block', 'returns': ['BlockInfo'], 1590 # block device supports io-status (see BlockInfo). 2187 # block device supports io-status (see BlockInfo). 2508 # block device supports io-status (see BlockInfo). 2837 # io-status (see BlockInfo). (Since 1.3)
|
/openbmc/qemu/block/ |
H A D | qapi.c | 421 bdrv_query_info(BlockBackend *blk, BlockInfo **p_info, Error **errp) in bdrv_query_info() 423 BlockInfo *info = g_malloc0(sizeof(*info)); in bdrv_query_info()
|
/openbmc/qemu/block/monitor/ |
H A D | block-hmp-cmds.c | 612 static void print_block_info(Monitor *mon, BlockInfo *info, in print_block_info()
|
/openbmc/qemu/docs/about/ |
H A D | removed-features.rst | 606 The ``dirty-bitmaps`` field of the ``BlockInfo`` structure, returned by
|