All of lore.kernel.org
 help / color / mirror / Atom feed
From: Zhao Liu <zhao1.liu@intel.com>
To: "Philippe Mathieu-Daudé" <philmd@linaro.org>
Cc: qemu-devel@nongnu.org, Thomas Huth <thuth@redhat.com>,
	qemu-s390x@nongnu.org,
	Daniel Henrique Barboza <danielhb413@gmail.com>,
	David Hildenbrand <david@redhat.com>,
	Christian Borntraeger <borntraeger@linux.ibm.com>,
	Artyom Tarasenko <atar4qemu@gmail.com>,
	Eric Farman <farman@linux.ibm.com>,
	Paolo Bonzini <pbonzini@redhat.com>,
	Halil Pasic <pasic@linux.ibm.com>,
	Eduardo Habkost <eduardo@habkost.net>,
	Yanan Wang <wangyanan55@huawei.com>,
	Richard Henderson <richard.henderson@linaro.org>,
	qemu-ppc@nongnu.org, Nicholas Piggin <npiggin@gmail.com>,
	Ilya Leoshkevich <iii@linux.ibm.com>,
	Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>,
	Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
Subject: Re: [PATCH v3 5/7] target/s390x: Declare s390_set_qemu_cpu_model/cpu_list in cpu_models.h
Date: Wed, 26 Mar 2025 16:40:07 +0800	[thread overview]
Message-ID: <Z+O9Z+/t0aDfsb1m@intel.com> (raw)
In-Reply-To: <20250324185837.46506-6-philmd@linaro.org>

On Mon, Mar 24, 2025 at 07:58:35PM +0100, Philippe Mathieu-Daudé wrote:
> Date: Mon, 24 Mar 2025 19:58:35 +0100
> From: Philippe Mathieu-Daudé <philmd@linaro.org>
> Subject: [PATCH v3 5/7] target/s390x: Declare
>  s390_set_qemu_cpu_model/cpu_list in cpu_models.h
> X-Mailer: git-send-email 2.47.1
> 
> Both s390_cpu_list() and s390_set_qemu_cpu_model() are
> defined in cpu_models.c, move their declarations in the
> related "cpu_models.h" header. Use full path to header
> in s390-virtio-ccw.c file.
> 
> Suggested-by: Thomas Huth <thuth@redhat.com>
> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
> ---
>  target/s390x/cpu.h         | 4 ----
>  target/s390x/cpu_models.h  | 3 +++
>  hw/s390x/s390-virtio-ccw.c | 2 +-
>  3 files changed, 4 insertions(+), 5 deletions(-)

Reviewed-by: Zhao Liu <zhao1.liu@intel.com>



  parent reply	other threads:[~2025-03-26  8:20 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-03-24 18:58 [PATCH v3 0/7] cpus: Convert cpu_list definition to CPUClass:list_cpus callback Philippe Mathieu-Daudé
2025-03-24 18:58 ` [PATCH v3 1/7] cpus: Introduce CPUClass::list_cpus() callback Philippe Mathieu-Daudé
2025-03-26  7:43   ` Zhao Liu
2025-03-24 18:58 ` [PATCH v3 2/7] target/i386: Register CPUClass:list_cpus Philippe Mathieu-Daudé
2025-03-26  7:45   ` Zhao Liu
2025-03-24 18:58 ` [PATCH v3 3/7] target/ppc: " Philippe Mathieu-Daudé
2025-03-26  8:17   ` Zhao Liu
2025-03-24 18:58 ` [PATCH v3 4/7] target/sparc: " Philippe Mathieu-Daudé
2025-03-26  8:19   ` Zhao Liu
2025-03-24 18:58 ` [PATCH v3 5/7] target/s390x: Declare s390_set_qemu_cpu_model/cpu_list in cpu_models.h Philippe Mathieu-Daudé
2025-03-25  5:30   ` Thomas Huth
2025-03-26  8:40   ` Zhao Liu [this message]
2025-03-26 13:20   ` Eric Farman
2025-03-24 18:58 ` [PATCH v3 6/7] target/s390x: Register CPUClass:list_cpus Philippe Mathieu-Daudé
2025-03-24 19:02   ` Richard Henderson
2025-03-24 19:04     ` Philippe Mathieu-Daudé
2025-03-25  5:29       ` Thomas Huth
2025-03-26  8:40   ` Zhao Liu
2025-03-26 13:20   ` Eric Farman
2025-03-24 18:58 ` [PATCH v3 7/7] cpus: Remove #ifdef check on cpu_list definition Philippe Mathieu-Daudé
2025-03-26  8:34   ` Zhao Liu
2025-04-17 16:16 ` [PATCH v3 0/7] cpus: Convert cpu_list definition to CPUClass:list_cpus callback Philippe Mathieu-Daudé

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=Z+O9Z+/t0aDfsb1m@intel.com \
    --to=zhao1.liu@intel.com \
    --cc=atar4qemu@gmail.com \
    --cc=borntraeger@linux.ibm.com \
    --cc=danielhb413@gmail.com \
    --cc=david@redhat.com \
    --cc=eduardo@habkost.net \
    --cc=farman@linux.ibm.com \
    --cc=iii@linux.ibm.com \
    --cc=marcel.apfelbaum@gmail.com \
    --cc=mark.cave-ayland@ilande.co.uk \
    --cc=npiggin@gmail.com \
    --cc=pasic@linux.ibm.com \
    --cc=pbonzini@redhat.com \
    --cc=philmd@linaro.org \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-ppc@nongnu.org \
    --cc=qemu-s390x@nongnu.org \
    --cc=richard.henderson@linaro.org \
    --cc=thuth@redhat.com \
    --cc=wangyanan55@huawei.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.