qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 3/4] qcow2: add a migration blocker


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [PATCH 3/4] qcow2: add a migration blocker
Date: Mon, 14 Nov 2011 15:51:50 +0000

On Fri, Nov 11, 2011 at 8:29 PM, Anthony Liguori <address@hidden> wrote:
> +#define QERR_BLOCK_FORMAT_FEATURE_NOT_SUPPORTED \
> +    "{ 'class': 'BlockFormatFeatureNotSupported', 'data': { 'format': %s, 
> 'name': %s, 'feature': %s } }"
> +

Isn't having a separate error going to make life harder for management
tool writers?  I would have expected one "migration not supported"
error, regardless of whether the reason is ivshmem, qcow2, or anything
else.

Stefan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]