block_int.h (b3af018f3babfe7a0328759a86c00a6a6b4f6443) | block_int.h (4cc70e933731ebf4309e1f1ce90973a0de04f28f) |
---|---|
1/* 2 * QEMU System Emulator block driver 3 * 4 * Copyright (c) 2003 Fabrice Bellard 5 * 6 * Permission is hereby granted, free of charge, to any person obtaining a copy 7 * of this software and associated documentation files (the "Software"), to deal 8 * in the Software without restriction, including without limitation the rights --- 205 unchanged lines hidden (view full) --- 214 int (*bdrv_amend_options)(BlockDriverState *bs, 215 QEMUOptionParameter *options); 216 217 void (*bdrv_debug_event)(BlockDriverState *bs, BlkDebugEvent event); 218 219 /* TODO Better pass a option string/QDict/QemuOpts to add any rule? */ 220 int (*bdrv_debug_breakpoint)(BlockDriverState *bs, const char *event, 221 const char *tag); | 1/* 2 * QEMU System Emulator block driver 3 * 4 * Copyright (c) 2003 Fabrice Bellard 5 * 6 * Permission is hereby granted, free of charge, to any person obtaining a copy 7 * of this software and associated documentation files (the "Software"), to deal 8 * in the Software without restriction, including without limitation the rights --- 205 unchanged lines hidden (view full) --- 214 int (*bdrv_amend_options)(BlockDriverState *bs, 215 QEMUOptionParameter *options); 216 217 void (*bdrv_debug_event)(BlockDriverState *bs, BlkDebugEvent event); 218 219 /* TODO Better pass a option string/QDict/QemuOpts to add any rule? */ 220 int (*bdrv_debug_breakpoint)(BlockDriverState *bs, const char *event, 221 const char *tag); |
222 int (*bdrv_debug_remove_breakpoint)(BlockDriverState *bs, 223 const char *tag); |
|
222 int (*bdrv_debug_resume)(BlockDriverState *bs, const char *tag); 223 bool (*bdrv_debug_is_suspended)(BlockDriverState *bs, const char *tag); 224 225 /* 226 * Returns 1 if newly created images are guaranteed to contain only 227 * zeros, 0 otherwise. 228 */ 229 int (*bdrv_has_zero_init)(BlockDriverState *bs); --- 222 unchanged lines hidden --- | 224 int (*bdrv_debug_resume)(BlockDriverState *bs, const char *tag); 225 bool (*bdrv_debug_is_suspended)(BlockDriverState *bs, const char *tag); 226 227 /* 228 * Returns 1 if newly created images are guaranteed to contain only 229 * zeros, 0 otherwise. 230 */ 231 int (*bdrv_has_zero_init)(BlockDriverState *bs); --- 222 unchanged lines hidden --- |