qemu-e2k/block
Christoph Hellwig 45566e9c99 replace bdrv_{get, put}_buffer with bdrv_{load, save}_vmstate
The VM state offset is a concept internal to the image format.  Replace
the old bdrv_{get,put}_buffer method that require an index into the
image file that is constructed from the VM state offset and an offset
into the vmstate with the bdrv_{load,save}_vmstate that just take an
offset into the VM state.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
2009-07-16 08:28:13 -05:00
..
bochs.c
cloop.c
cow.c
curl.c
dmg.c
nbd.c
parallels.c
qcow2-cluster.c
qcow2-refcount.c
qcow2-snapshot.c
qcow2.c replace bdrv_{get, put}_buffer with bdrv_{load, save}_vmstate 2009-07-16 08:28:13 -05:00
qcow2.h
qcow.c
raw-posix.c
raw-win32.c
vmdk.c
vpc.c
vvfat.c