]> git.proxmox.com Git - qemu.git/commit
bochs: use pread
authorChristoph Hellwig <hch@lst.de>
Tue, 4 May 2010 10:44:08 +0000 (12:44 +0200)
committerKevin Wolf <kwolf@redhat.com>
Mon, 17 May 2010 08:20:04 +0000 (10:20 +0200)
commitefbca10f10af2c0d7282e5dc49713479be98880b
tree61aab2b2b30a026a84f084994d5bc8d72cfbbc82
parent38d8dfa193e9a45f0f08b06aab2ba2a94f40a041
bochs: use pread

Use pread instead of lseek + read in preparation of using the qemu
block API.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block/bochs.c