]> git.proxmox.com Git - qemu.git/commit
Rename DriveInfo.onerror to on_write_error
authorKevin Wolf <kwolf@redhat.com>
Fri, 27 Nov 2009 12:25:36 +0000 (13:25 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Thu, 3 Dec 2009 21:25:57 +0000 (15:25 -0600)
commitfc072ec4df0996682dfbff6c735e2bbc0d93132f
tree5e25dedab8db4f4ed3cdaf8a8ad3bdfd1ed55c45
parent550fe6c6fc3cfcb9ed62340492326ae86b4329de
Rename DriveInfo.onerror to on_write_error

Either rename variables and functions to refer to write errors (which is what
they actually do) or introduce a parameter to distinguish reads and writes.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
vl.c