block_int.h (212a5a8f095de9a1624de6b4a589d60688b02747) block_int.h (d34682cd4a06efe9ee3fc8cb7e8a0ea445299989)
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

--- 218 unchanged lines hidden (view full) ---

227 /* TODO Better pass a option string/QDict/QemuOpts to add any rule? */
228 int (*bdrv_debug_breakpoint)(BlockDriverState *bs, const char *event,
229 const char *tag);
230 int (*bdrv_debug_remove_breakpoint)(BlockDriverState *bs,
231 const char *tag);
232 int (*bdrv_debug_resume)(BlockDriverState *bs, const char *tag);
233 bool (*bdrv_debug_is_suspended)(BlockDriverState *bs, const char *tag);
234
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

--- 218 unchanged lines hidden (view full) ---

227 /* TODO Better pass a option string/QDict/QemuOpts to add any rule? */
228 int (*bdrv_debug_breakpoint)(BlockDriverState *bs, const char *event,
229 const char *tag);
230 int (*bdrv_debug_remove_breakpoint)(BlockDriverState *bs,
231 const char *tag);
232 int (*bdrv_debug_resume)(BlockDriverState *bs, const char *tag);
233 bool (*bdrv_debug_is_suspended)(BlockDriverState *bs, const char *tag);
234
235 int (*bdrv_refresh_limits)(BlockDriverState *bs);
236
235 /*
236 * Returns 1 if newly created images are guaranteed to contain only
237 * zeros, 0 otherwise.
238 */
239 int (*bdrv_has_zero_init)(BlockDriverState *bs);
240
241 QLIST_ENTRY(BlockDriver) list;
242};

--- 245 unchanged lines hidden ---
237 /*
238 * Returns 1 if newly created images are guaranteed to contain only
239 * zeros, 0 otherwise.
240 */
241 int (*bdrv_has_zero_init)(BlockDriverState *bs);
242
243 QLIST_ENTRY(BlockDriver) list;
244};

--- 245 unchanged lines hidden ---