block_int.h (e50bf23438f8f35dcf32f9e720b04e0e969a3215) block_int.h (465bee1da82e43f18d10c43cc7566d0284ad13a9)
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

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

359 int in_use; /* users other than guest access, eg. block migration */
360
361 QLIST_HEAD(, BdrvTrackedRequest) tracked_requests;
362
363 /* long-running background operation */
364 BlockJob *job;
365
366 QDict *options;
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

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

359 int in_use; /* users other than guest access, eg. block migration */
360
361 QLIST_HEAD(, BdrvTrackedRequest) tracked_requests;
362
363 /* long-running background operation */
364 BlockJob *job;
365
366 QDict *options;
367 BlockdevDetectZeroesOptions detect_zeroes;
367};
368
369int get_tmp_filename(char *filename, int size);
370
371void bdrv_set_io_limits(BlockDriverState *bs,
372 ThrottleConfig *cfg);
373
374

--- 127 unchanged lines hidden ---
368};
369
370int get_tmp_filename(char *filename, int size);
371
372void bdrv_set_io_limits(BlockDriverState *bs,
373 ThrottleConfig *cfg);
374
375

--- 127 unchanged lines hidden ---