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)
commita15084c48b43e3e9827dffb27a53daf0c5181b4b
tree0deec76b2a7bd0b80e96f789243684d07aa7f8e1
parent745d3496452938972a33585842edbb4d8e5f57dd
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