]> git.proxmox.com Git - mirror_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 17:45:49 +0000 (11:45 -0600)
commitf785009961c335a4c9c735b2bf96d5a0d2e5bde1
tree368060a24693b2e1f25ace603ea317ec93ccbd8a
parent843079386eed4ae2dbe1be98383f185b7721411b
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>
hw/ide/core.c
hw/scsi-disk.c
hw/virtio-blk.c
sysemu.h
vl.c