From: Viktor Mihajlovski <mihajlov@linux.vnet.ibm.com>
To: Eduardo Habkost <ehabkost@redhat.com>,
Luiz Capitulino <lcapitulino@redhat.com>
Cc: qemu-devel@nongnu.org, armbru@redhat.com, eblake@redhat.com,
berrange@redhat.com
Subject: Re: [Qemu-devel] [PATCH v2] qmp: add query-cpus-fast
Date: Fri, 9 Feb 2018 15:50:00 +0100 [thread overview]
Message-ID: <48b8aa8e-36f8-1d2c-ee53-d8006cde77bc@linux.vnet.ibm.com> (raw)
In-Reply-To: <20180209142735.GK13981@localhost.localdomain>
On 09.02.2018 15:27, Eduardo Habkost wrote:
[...]
>> I'm keeping it mainly for s390. Viktor, libvirt is still using
>> this field in s390, no?
>>
>> Dropping halted and having management software still using query-cpus
>> because of halted would be a total failure of query-cpus-fast.
>
> If I understood correctly, the CpuInfoS390::cpu_state field added
> by Viktor in another patch[1] would replace "halted" for the s390
> case.
Right, CPUState.halted is derived from CPUS390XState.cpu_state on s390:
A cpu_state of CPU_STATE_STOPPED or CPU_STATE_CHECK_STOPPED results in
halted = true. This derivation can be done by libvirt for s390.
>
> I'm assuming QEMU will be able to return that field without
> interrupting the VCPUs. Viktor, is that correct?
>
> [1] https://lists.gnu.org/archive/html/qemu-devel/2018-02/msg02032.html
>
That's correct.
>>
>>>> Also, the code that sets/clears cpu->halted is target-specific,
>>>> so I wouldn't be so sure that simply checking for
>>>> !kvm_irqchip_in_kernel() is enough on all targets.
>>
>> I checked the code and had the impression it was enough, but
>> I don't have experience with other archs. So, would be nice
>> if other archs maintainers could review this. I'll try to ping them.
>
> I think we need to take a step back and rethink:
>
> 1) What the field is supposed to mean? The semantics of "halted"
> are completely unclear. What exactly we want to communicate
> to libvirt/management?
> 2) On which cases the information (whatever it means) is really
> useful/important? If you are excluding cases with in-kernel
> irqchip, you are already excluding most users.
>
>
Given that nobody (including myself) sees a need for halted we can
remove it for the fast version of query-cpus without surprising anyone.
[...]
--
Regards,
Viktor Mihajlovski
next prev parent reply other threads:[~2018-02-09 14:50 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-02-08 16:17 [Qemu-devel] [PATCH v2] qmp: add query-cpus-fast Luiz Capitulino
2018-02-08 20:33 ` Eduardo Habkost
2018-02-09 7:56 ` Viktor Mihajlovski
2018-02-09 13:49 ` Luiz Capitulino
2018-02-09 14:16 ` Viktor Mihajlovski
2018-02-09 14:27 ` Eduardo Habkost
2018-02-09 14:50 ` Viktor Mihajlovski [this message]
2018-02-09 18:35 ` 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=48b8aa8e-36f8-1d2c-ee53-d8006cde77bc@linux.vnet.ibm.com \
--to=mihajlov@linux.vnet.ibm.com \
--cc=armbru@redhat.com \
--cc=berrange@redhat.com \
--cc=eblake@redhat.com \
--cc=ehabkost@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).