Revision 45566e9c block.h

b/block.h
159 159
                  const char *base_path,
160 160
                  const char *filename);
161 161

  
162
int bdrv_put_buffer(BlockDriverState *bs, const uint8_t *buf,
163
                    int64_t pos, int size);
162
int bdrv_save_vmstate(BlockDriverState *bs, const uint8_t *buf,
163
                      int64_t pos, int size);
164 164

  
165
int bdrv_get_buffer(BlockDriverState *bs, uint8_t *buf, int64_t pos, int size);
165
int bdrv_load_vmstate(BlockDriverState *bs, uint8_t *buf,
166
                      int64_t pos, int size);
166 167

  
167 168
#endif

Also available in: Unified diff