block_int.h (3f3285491dd52014852a56135c90e428c8b507ea) | block_int.h (1bf6e9ca9234e1dbcaa18baa06eca9d55cc2dbbb) |
---|---|
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 --- 305 unchanged lines hidden (view full) --- 314 Error **errp); 315 int (*bdrv_snapshot_list)(BlockDriverState *bs, 316 QEMUSnapshotInfo **psn_info); 317 int (*bdrv_snapshot_load_tmp)(BlockDriverState *bs, 318 const char *snapshot_id, 319 const char *name, 320 Error **errp); 321 int (*bdrv_get_info)(BlockDriverState *bs, BlockDriverInfo *bdi); | 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 --- 305 unchanged lines hidden (view full) --- 314 Error **errp); 315 int (*bdrv_snapshot_list)(BlockDriverState *bs, 316 QEMUSnapshotInfo **psn_info); 317 int (*bdrv_snapshot_load_tmp)(BlockDriverState *bs, 318 const char *snapshot_id, 319 const char *name, 320 Error **errp); 321 int (*bdrv_get_info)(BlockDriverState *bs, BlockDriverInfo *bdi); |
322 ImageInfoSpecific *(*bdrv_get_specific_info)(BlockDriverState *bs); | 322 ImageInfoSpecific *(*bdrv_get_specific_info)(BlockDriverState *bs, 323 Error **errp); |
323 324 int coroutine_fn (*bdrv_save_vmstate)(BlockDriverState *bs, 325 QEMUIOVector *qiov, 326 int64_t pos); 327 int coroutine_fn (*bdrv_load_vmstate)(BlockDriverState *bs, 328 QEMUIOVector *qiov, 329 int64_t pos); 330 --- 848 unchanged lines hidden --- | 324 325 int coroutine_fn (*bdrv_save_vmstate)(BlockDriverState *bs, 326 QEMUIOVector *qiov, 327 int64_t pos); 328 int coroutine_fn (*bdrv_load_vmstate)(BlockDriverState *bs, 329 QEMUIOVector *qiov, 330 int64_t pos); 331 --- 848 unchanged lines hidden --- |