diff options
author | Anthony Liguori <aliguori@us.ibm.com> | 2011-12-05 09:37:49 -0600 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2011-12-05 09:37:49 -0600 |
commit | f6480ca3f3423be5bee8b673ee6f5cc387659def (patch) | |
tree | 35941ed726db5c27941dbc22d4c5a1ef6b166d09 /qerror.c | |
parent | cac1e30af72c4cf289750193426ebd5d2b6bd1d5 (diff) | |
parent | 8b8882722210334f19b41950c82c529e33f97b00 (diff) |
Merge remote-tracking branch 'aneesh/1.0-fixes' into staging
Diffstat (limited to 'qerror.c')
-rw-r--r-- | qerror.c | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -235,6 +235,11 @@ static const QErrorStringTable qerror_table[] = { "supported by this qemu version: %(feature)", }, { + .error_fmt = QERR_VIRTFS_FEATURE_BLOCKS_MIGRATION, + .desc = "Migration is disabled when VirtFS export path '%(path)' " + "is mounted in the guest using mount_tag '%(tag)'", + }, + { .error_fmt = QERR_VNC_SERVER_FAILED, .desc = "Could not start VNC server on %(target)", }, |