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 | 90 'BlockInfo', # query-block
|
| H A D | block-core.json | 783 # @BlockInfo: 814 { 'struct': 'BlockInfo', 856 # Get a list of `BlockInfo` for all virtual block devices. 947 { 'command': 'query-block', 'returns': ['BlockInfo'], 1691 # block device supports io-status (see `BlockInfo`). 2288 # block device supports io-status (see `BlockInfo`). 2605 # block device supports io-status (see `BlockInfo`). 2939 # io-status (see `BlockInfo`). (Since 1.3)
|
| /openbmc/qemu/block/ |
| H A D | qapi.c | 459 bdrv_query_info(BlockBackend *blk, BlockInfo **p_info, Error **errp) in bdrv_query_info() 461 BlockInfo *info = g_malloc0(sizeof(*info)); in bdrv_query_info()
|
| /openbmc/qemu/block/monitor/ |
| H A D | block-hmp-cmds.c | 618 static void print_block_info(Monitor *mon, BlockInfo *info, in print_block_info()
|
| /openbmc/qemu/docs/about/ |
| H A D | removed-features.rst | 669 The ``dirty-bitmaps`` field of the ``BlockInfo`` structure, returned by
|