From: "Philippe Mathieu-Daudé" <philmd@linaro.org>
To: Pierrick Bouvier <pierrick.bouvier@linaro.org>, qemu-devel@nongnu.org
Cc: "Jason Wang" <jasowang@redhat.com>,
"Alex Bennée" <alex.bennee@linaro.org>,
"Laurent Vivier" <lvivier@redhat.com>,
"Marcelo Tosatti" <mtosatti@redhat.com>,
"Nicholas Piggin" <npiggin@gmail.com>,
"Klaus Jensen" <its@irrelevant.dk>,
"WANG Xuerui" <git@xen0n.name>,
"Halil Pasic" <pasic@linux.ibm.com>,
"Rob Herring" <robh@kernel.org>,
"Michael Rolnik" <mrolnik@gmail.com>,
"Zhao Liu" <zhao1.liu@intel.com>,
"Peter Maydell" <peter.maydell@linaro.org>,
"Richard Henderson" <richard.henderson@linaro.org>,
"Fabiano Rosas" <farosas@suse.de>,
"Corey Minyard" <minyard@acm.org>,
"Keith Busch" <kbusch@kernel.org>,
"Thomas Huth" <thuth@redhat.com>,
"Maciej S. Szmigiero" <maciej.szmigiero@oracle.com>,
"Harsh Prateek Bora" <harshpb@linux.ibm.com>,
"Kevin Wolf" <kwolf@redhat.com>,
"Paolo Bonzini" <pbonzini@redhat.com>,
"Jesper Devantier" <foss@defmacro.it>,
"Hyman Huang" <yong.huang@smartx.com>,
"Palmer Dabbelt" <palmer@dabbelt.com>,
qemu-s390x@nongnu.org, "Laurent Vivier" <laurent@vivier.eu>,
qemu-riscv@nongnu.org, "Richard W.M. Jones" <rjones@redhat.com>,
"Liu Zhiwei" <zhiwei_liu@linux.alibaba.com>,
"Aurelien Jarno" <aurelien@aurel32.net>,
"Daniel P. Berrangé" <berrange@redhat.com>,
"Marcel Apfelbaum" <marcel.apfelbaum@gmail.com>,
kvm@vger.kernel.org,
"Christian Borntraeger" <borntraeger@linux.ibm.com>,
"Akihiko Odaki" <akihiko.odaki@daynix.com>,
"Daniel Henrique Barboza" <dbarboza@ventanamicro.com>,
"Hanna Reitz" <hreitz@redhat.com>,
"Ani Sinha" <anisinha@redhat.com>,
qemu-ppc@nongnu.org,
"Marc-André Lureau" <marcandre.lureau@redhat.com>,
"Alistair Francis" <alistair.francis@wdc.com>,
"Bin Meng" <bmeng.cn@gmail.com>,
"Michael S. Tsirkin" <mst@redhat.com>,
"Helge Deller" <deller@gmx.de>, "Peter Xu" <peterx@redhat.com>,
"Daniel Henrique Barboza" <danielhb413@gmail.com>,
"Dmitry Fleytman" <dmitry.fleytman@gmail.com>,
"Nina Schoetterl-Glausch" <nsg@linux.ibm.com>,
"Yanan Wang" <wangyanan55@huawei.com>,
qemu-arm@nongnu.org, "Igor Mammedov" <imammedo@redhat.com>,
"Jean-Christophe Dubois" <jcd@tribudubois.net>,
"Eric Farman" <farman@linux.ibm.com>,
"Sriram Yagnaraman" <sriram.yagnaraman@ericsson.com>,
qemu-block@nongnu.org,
"Stefan Berger" <stefanb@linux.vnet.ibm.com>,
"Joel Stanley" <joel@jms.id.au>,
"Eduardo Habkost" <eduardo@habkost.net>,
"David Gibson" <david@gibson.dropbear.id.au>,
"Fam Zheng" <fam@euphon.net>, "Weiwei Li" <liwei1518@gmail.com>,
"Markus Armbruster" <armbru@redhat.com>
Subject: Re: [PATCH v2 14/48] include/hw/s390x: replace assert(false) with g_assert_not_reached()
Date: Thu, 12 Sep 2024 13:59:12 +0200 [thread overview]
Message-ID: <a0608783-d6d8-4ccc-a431-5fc1e96e0021@linaro.org> (raw)
In-Reply-To: <20240912073921.453203-15-pierrick.bouvier@linaro.org>
On 12/9/24 09:38, Pierrick Bouvier wrote:
> This patch is part of a series that moves towards a consistent use of
> g_assert_not_reached() rather than an ad hoc mix of different
> assertion mechanisms.
>
> Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
> Reviewed-by: Thomas Huth <thuth@redhat.com>
> Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
> ---
> include/hw/s390x/cpu-topology.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
We usually don't precise "include/" in patch subject:
we treat include/FOO as part of FOO area.
next prev parent reply other threads:[~2024-09-12 12:01 UTC|newest]
Thread overview: 59+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-12 7:38 [PATCH v2 00/48] Use g_assert_not_reached instead of (g_)assert(0, false) Pierrick Bouvier
2024-09-12 7:38 ` [PATCH v2 01/48] docs/spin: replace assert(0) with g_assert_not_reached() Pierrick Bouvier
2024-09-12 16:14 ` Paolo Bonzini
2024-09-12 18:15 ` Richard Henderson
2024-09-12 7:38 ` [PATCH v2 02/48] hw/acpi: " Pierrick Bouvier
2024-09-12 7:38 ` [PATCH v2 03/48] hw/arm: " Pierrick Bouvier
2024-09-12 7:38 ` [PATCH v2 04/48] hw/char: " Pierrick Bouvier
2024-09-12 7:38 ` [PATCH v2 05/48] hw/core: " Pierrick Bouvier
2024-09-12 7:38 ` [PATCH v2 06/48] hw/net: " Pierrick Bouvier
2024-09-12 7:38 ` [PATCH v2 07/48] hw/watchdog: " Pierrick Bouvier
2024-09-12 7:38 ` [PATCH v2 08/48] migration: " Pierrick Bouvier
2024-09-12 7:38 ` [PATCH v2 09/48] qobject: " Pierrick Bouvier
2024-09-12 7:38 ` [PATCH v2 10/48] system: " Pierrick Bouvier
2024-09-12 7:38 ` [PATCH v2 11/48] target/ppc: " Pierrick Bouvier
2024-09-12 7:38 ` [PATCH v2 12/48] tests/qtest: " Pierrick Bouvier
2024-09-12 7:38 ` [PATCH v2 13/48] tests/unit: " Pierrick Bouvier
2024-09-12 7:38 ` [PATCH v2 14/48] include/hw/s390x: replace assert(false) " Pierrick Bouvier
2024-09-12 11:59 ` Philippe Mathieu-Daudé [this message]
2024-09-12 12:12 ` Peter Maydell
2024-09-12 15:35 ` Eric Farman
2024-09-12 7:38 ` [PATCH v2 15/48] block: " Pierrick Bouvier
2024-09-12 7:38 ` [PATCH v2 16/48] hw/hyperv: " Pierrick Bouvier
2024-09-12 7:38 ` [PATCH v2 17/48] hw/net: " Pierrick Bouvier
2024-09-12 7:38 ` [PATCH v2 18/48] hw/nvme: " Pierrick Bouvier
2024-09-12 8:27 ` Klaus Jensen
2024-09-12 7:38 ` [PATCH v2 19/48] hw/pci: " Pierrick Bouvier
2024-09-12 7:38 ` [PATCH v2 20/48] hw/ppc: " Pierrick Bouvier
2024-09-12 7:38 ` [PATCH v2 21/48] migration: " Pierrick Bouvier
2024-09-12 7:38 ` [PATCH v2 22/48] target/i386/kvm: " Pierrick Bouvier
2024-09-12 7:38 ` [PATCH v2 23/48] tests/qtest: " Pierrick Bouvier
2024-09-12 7:38 ` [PATCH v2 24/48] accel/tcg: remove break after g_assert_not_reached() Pierrick Bouvier
2024-09-12 7:38 ` [PATCH v2 25/48] block: " Pierrick Bouvier
2024-09-12 7:38 ` [PATCH v2 26/48] hw/acpi: " Pierrick Bouvier
2024-09-12 7:39 ` [PATCH v2 27/48] hw/gpio: " Pierrick Bouvier
2024-09-12 7:39 ` [PATCH v2 28/48] hw/misc: " Pierrick Bouvier
2024-09-12 7:39 ` [PATCH v2 29/48] hw/net: " Pierrick Bouvier
2024-09-12 7:39 ` [PATCH v2 30/48] hw/pci-host: " Pierrick Bouvier
2024-09-12 7:39 ` [PATCH v2 31/48] hw/scsi: " Pierrick Bouvier
2024-09-12 7:39 ` [PATCH v2 32/48] hw/tpm: " Pierrick Bouvier
2024-09-12 7:39 ` [PATCH v2 33/48] target/arm: " Pierrick Bouvier
2024-09-12 7:39 ` [PATCH v2 34/48] target/riscv: " Pierrick Bouvier
2024-09-12 7:39 ` [PATCH v2 35/48] tests/qtest: " Pierrick Bouvier
2024-09-12 7:39 ` [PATCH v2 36/48] ui: " Pierrick Bouvier
2024-09-12 7:39 ` [PATCH v2 37/48] fpu: " Pierrick Bouvier
2024-09-12 7:39 ` [PATCH v2 38/48] tcg/loongarch64: " Pierrick Bouvier
2024-09-12 7:39 ` [PATCH v2 39/48] include/qemu: remove return " Pierrick Bouvier
2024-09-12 18:03 ` Richard Henderson
2024-09-12 7:39 ` [PATCH v2 40/48] hw/hyperv: " Pierrick Bouvier
2024-09-12 18:05 ` Richard Henderson
2024-09-12 7:39 ` [PATCH v2 41/48] hw/net: " Pierrick Bouvier
2024-09-12 18:10 ` Richard Henderson
2024-09-12 7:39 ` [PATCH v2 42/48] hw/pci: " Pierrick Bouvier
2024-09-12 18:11 ` Richard Henderson
2024-09-12 7:39 ` [PATCH v2 43/48] hw/ppc: " Pierrick Bouvier
2024-09-12 8:02 ` Cédric Le Goater
2024-09-12 18:13 ` Richard Henderson
2024-09-13 1:37 ` [PATCH v2 00/48] Use g_assert_not_reached instead of (g_)assert(0, false) Xingtao Yao (Fujitsu) via
2024-09-18 21:48 ` Pierrick Bouvier
2024-09-19 2:01 ` Xingtao Yao (Fujitsu) via
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=a0608783-d6d8-4ccc-a431-5fc1e96e0021@linaro.org \
--to=philmd@linaro.org \
--cc=akihiko.odaki@daynix.com \
--cc=alex.bennee@linaro.org \
--cc=alistair.francis@wdc.com \
--cc=anisinha@redhat.com \
--cc=armbru@redhat.com \
--cc=aurelien@aurel32.net \
--cc=berrange@redhat.com \
--cc=bmeng.cn@gmail.com \
--cc=borntraeger@linux.ibm.com \
--cc=danielhb413@gmail.com \
--cc=david@gibson.dropbear.id.au \
--cc=dbarboza@ventanamicro.com \
--cc=deller@gmx.de \
--cc=dmitry.fleytman@gmail.com \
--cc=eduardo@habkost.net \
--cc=fam@euphon.net \
--cc=farman@linux.ibm.com \
--cc=farosas@suse.de \
--cc=foss@defmacro.it \
--cc=git@xen0n.name \
--cc=harshpb@linux.ibm.com \
--cc=hreitz@redhat.com \
--cc=imammedo@redhat.com \
--cc=its@irrelevant.dk \
--cc=jasowang@redhat.com \
--cc=jcd@tribudubois.net \
--cc=joel@jms.id.au \
--cc=kbusch@kernel.org \
--cc=kvm@vger.kernel.org \
--cc=kwolf@redhat.com \
--cc=laurent@vivier.eu \
--cc=liwei1518@gmail.com \
--cc=lvivier@redhat.com \
--cc=maciej.szmigiero@oracle.com \
--cc=marcandre.lureau@redhat.com \
--cc=marcel.apfelbaum@gmail.com \
--cc=minyard@acm.org \
--cc=mrolnik@gmail.com \
--cc=mst@redhat.com \
--cc=mtosatti@redhat.com \
--cc=npiggin@gmail.com \
--cc=nsg@linux.ibm.com \
--cc=palmer@dabbelt.com \
--cc=pasic@linux.ibm.com \
--cc=pbonzini@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=peterx@redhat.com \
--cc=pierrick.bouvier@linaro.org \
--cc=qemu-arm@nongnu.org \
--cc=qemu-block@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=qemu-ppc@nongnu.org \
--cc=qemu-riscv@nongnu.org \
--cc=qemu-s390x@nongnu.org \
--cc=richard.henderson@linaro.org \
--cc=rjones@redhat.com \
--cc=robh@kernel.org \
--cc=sriram.yagnaraman@ericsson.com \
--cc=stefanb@linux.vnet.ibm.com \
--cc=thuth@redhat.com \
--cc=wangyanan55@huawei.com \
--cc=yong.huang@smartx.com \
--cc=zhao1.liu@intel.com \
--cc=zhiwei_liu@linux.alibaba.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).