Skip to content
  • Kevin Wolf's avatar
    Introduce rerror option for drives · e9b2e818
    Kevin Wolf authored
    
    
    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: default avatarKevin Wolf <kwolf@redhat.com>
    Signed-off-by: default avatarAnthony Liguori <aliguori@us.ibm.com>
    e9b2e818