commit | e9b2e81889d9877415710484b876ee57a42b0bcb | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Fri Nov 27 13:25:37 2009 +0100 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Thu Dec 03 11:45:49 2009 -0600 |
tree | 0deec76b2a7bd0b80e96f789243684d07aa7f8e1 | |
parent | f785009961c335a4c9c735b2bf96d5a0d2e5bde1 [diff] |
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>