From: Igor Mammedov <imammedo@redhat.com>
To: Eric Blake <eblake@redhat.com>
Cc: qemu-devel@nongnu.org, lcapitulino@redhat.com
Subject: Re: [Qemu-devel] [PATCH 11/12 v3] qmp: add cpu-add qmp command
Date: Tue, 26 Mar 2013 18:03:22 +0100 [thread overview]
Message-ID: <20130326180322.6af95956@thinkpad.mammed.net> (raw)
In-Reply-To: <5151D2CF.9000505@redhat.com>
On Tue, 26 Mar 2013 10:54:39 -0600
Eric Blake <eblake@redhat.com> wrote:
> On 03/26/2013 10:47 AM, Igor Mammedov wrote:
> > Signed-off-by: Igor Mammedov <imammedo@redhat.com>
> > ---
> > v3:
> > * it appears that 'online/offline' in cpu-set are confusing people
> > with what command actually does and users might have to distinguish
> > if 'offline' is not implemented by parsing error message. To simplify
> > things replace cpu-set with cpu-add command to show more clear what
> > command does and just add cpu-del when CPU remove is implemented.
> >
> > v2:
> > * s/cpu_set/cpu-set/
> > * qmp doc style fix
> > * use bool type instead of opencodding online/offline string
> > suggested-by: Eric Blake <eblake@redhat.com>
> > ---
> > include/sysemu/sysemu.h | 2 ++
> > qapi-schema.json | 11 +++++++++++
> > qmp-commands.hx | 23 +++++++++++++++++++++++
> > qmp.c | 5 +++++
> > stubs/Makefile.objs | 1 +
> > stubs/do_cpu_hot_add.c | 7 +++++++
> > 6 files changed, 49 insertions(+)
> > create mode 100644 stubs/do_cpu_hot_add.c
>
> Reviewed-by: Eric Blake <eblake@redhat.com>
>
> I didn't look at the rest of your series (I guess the remaining patches
> were only posted in v1?)
Yes, remaining patches in RFC v1. Sorry, I've forgot to add
reference when posting this patch to stick it in related mail thread.
Also there is updated git tree
https://github.com/imammedo/qemu/tree/cpu_set.WIP with this patch.
>
> --
> Eric Blake eblake redhat com +1-919-301-3266
> Libvirt virtualization library http://libvirt.org
>
--
Regards,
Igor
next prev parent reply other threads:[~2013-03-26 17:03 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-26 16:47 [Qemu-devel] [PATCH 11/12 v3] qmp: add cpu-add qmp command Igor Mammedov
2013-03-26 16:54 ` Eric Blake
2013-03-26 17:03 ` Igor Mammedov [this message]
2013-03-27 12:58 ` Luiz Capitulino
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=20130326180322.6af95956@thinkpad.mammed.net \
--to=imammedo@redhat.com \
--cc=eblake@redhat.com \
--cc=lcapitulino@redhat.com \
--cc=qemu-devel@nongnu.org \
/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).