]> git.proxmox.com Git - qemu.git/commit
Introduce rerror option for drives
authorKevin Wolf <kwolf@redhat.com>
Fri, 27 Nov 2009 12:25:37 +0000 (13:25 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Thu, 3 Dec 2009 17:45:49 +0000 (11:45 -0600)
commite9b2e81889d9877415710484b876ee57a42b0bcb
tree0deec76b2a7bd0b80e96f789243684d07aa7f8e1
parentf785009961c335a4c9c735b2bf96d5a0d2e5bde1
Introduce rerror option for drives

rerror controls the action to be taken when an error occurs while accessing the
guest image file. It corresponds to werror which already controls the action
take for write errors.

This purely introduces parsing rerror command line option into the right
structures, real support for it in the device emulation is added in the
following patches.

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