aboutsummaryrefslogtreecommitdiff
path: root/qerror.c
diff options
context:
space:
mode:
authorAnthony Liguori <aliguori@us.ibm.com>2011-12-05 09:37:49 -0600
committerAnthony Liguori <aliguori@us.ibm.com>2011-12-05 09:37:49 -0600
commitf6480ca3f3423be5bee8b673ee6f5cc387659def (patch)
tree35941ed726db5c27941dbc22d4c5a1ef6b166d09 /qerror.c
parentcac1e30af72c4cf289750193426ebd5d2b6bd1d5 (diff)
parent8b8882722210334f19b41950c82c529e33f97b00 (diff)
Merge remote-tracking branch 'aneesh/1.0-fixes' into staging
Diffstat (limited to 'qerror.c')
-rw-r--r--qerror.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/qerror.c b/qerror.c
index b12c85cc1f..935d30f62a 100644
--- a/qerror.c
+++ b/qerror.c
@@ -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)",
},