qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Eric Blake <eblake@redhat.com>
To: "Dr. David Alan Gilbert" <dgilbert@redhat.com>
Cc: qemu-devel@nongnu.org, quintela@redhat.com, jcody@redhat.com,
	kwolf@redhat.com, kashyap@redhat.com
Subject: Re: [Qemu-devel] [PATCH] block migration: Allow compile time disable
Date: Mon, 15 May 2017 08:44:44 -0500	[thread overview]
Message-ID: <fda5da7f-bf09-c834-042c-9246b81f0e3d@redhat.com> (raw)
In-Reply-To: <20170515121301.GF2089@work-vm>

[-- Attachment #1: Type: text/plain, Size: 1143 bytes --]

On 05/15/2017 07:13 AM, Dr. David Alan Gilbert wrote:

>>> +#ifndef CONFIG_LIVE_BLOCK_MIGRATION
>>> +    if (params.blk || params.shared) {
>>> +        error_setg(errp, "QEMU compiled without old-style block migration. "
>>> +                         "Use drive_mirror+NBD.");
>>
>> error_setg() should not be used with '.' (it should be a single phrase,
>> here you are trying to stuff in two sentences).  error_append_hint() can
>> be used to supply the advice about using drive_mirror+NBD as the
>> alternative.
>>
>> Otherwise this looks reasonable to me.
> 
> Done as:
>         error_setg(errp, "QEMU compiled without old-style block migration");
>         error_append_hint(errp, "Use drive_mirror+NBD.\n");
> 
> (All the places I can see seem to have . and \n in append_hint)

That's correct. The hint has to supply its own newline, because we have
places where we construct the hint through several append calls in a row
(only the last one adds the newline).  Looks good to me!

-- 
Eric Blake, Principal Software Engineer
Red Hat, Inc.           +1-919-301-3266
Virtualization:  qemu.org | libvirt.org


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 604 bytes --]

      reply	other threads:[~2017-05-15 13:45 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-03 10:42 [Qemu-devel] [PATCH] block migration: Allow compile time disable Dr. David Alan Gilbert (git)
2017-05-03 18:06 ` Juan Quintela
2017-05-15 13:02   ` Dr. David Alan Gilbert
2017-05-15 13:09     ` Juan Quintela
2017-05-04 10:08 ` Kashyap Chamarthy
2017-05-04 10:25   ` Dr. David Alan Gilbert
2017-05-04 12:52     ` Kashyap Chamarthy
2017-05-15 13:24   ` Dr. David Alan Gilbert
2017-05-04 16:30 ` Eric Blake
2017-05-15 12:13   ` Dr. David Alan Gilbert
2017-05-15 13:44     ` Eric Blake [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=fda5da7f-bf09-c834-042c-9246b81f0e3d@redhat.com \
    --to=eblake@redhat.com \
    --cc=dgilbert@redhat.com \
    --cc=jcody@redhat.com \
    --cc=kashyap@redhat.com \
    --cc=kwolf@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=quintela@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).