diff --git a/block_int.h b/block_int.h index 04f4b836ca8985dd7528c05cd2876b7a7ddaff09..25aff8013f3f793381b16c684d5f8cd3a5a4d491 100644 --- a/block_int.h +++ b/block_int.h @@ -259,10 +259,6 @@ struct BlockDriverState { /* number of in-flight copy-on-read requests */ unsigned int copy_on_read_in_flight; - /* async read/write emulation */ - - void *sync_aiocb; - /* the time for latest disk I/O */ int64_t slice_time; int64_t slice_start; @@ -299,7 +295,6 @@ struct BlockDriverState { int64_t dirty_count; int in_use; /* users other than guest access, eg. block migration */ QTAILQ_ENTRY(BlockDriverState) list; - void *private; QLIST_HEAD(, BdrvTrackedRequest) tracked_requests;