qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] hw/core: Move hw_error() out of cpus.c
@ 2020-09-01 11:23 Philippe Mathieu-Daudé
  2020-09-01 11:23 ` [PATCH 1/2] cpus: Do not dump CPU state when calling hw_error() Philippe Mathieu-Daudé
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Philippe Mathieu-Daudé @ 2020-09-01 11:23 UTC (permalink / raw)
  To: qemu-devel
  Cc: Paolo Bonzini, Thomas Huth, Philippe Mathieu-Daudé,
	Claudio Fontana, Richard Henderson

Move hw_error() out of cpus.c because we already have cpu_abort()
there.

Philippe Mathieu-Daudé (2):
  cpus: Do not dump CPU state when calling hw_error()
  hw/core: Move hw_error() out of cpus.c

 hw/core/error.c     | 38 ++++++++++++++++++++++++++++++++++++++
 softmmu/cpus.c      | 17 -----------------
 hw/core/meson.build |  1 +
 3 files changed, 39 insertions(+), 17 deletions(-)
 create mode 100644 hw/core/error.c

-- 
2.26.2



^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2020-09-02 16:13 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-01 11:23 [PATCH 0/2] hw/core: Move hw_error() out of cpus.c Philippe Mathieu-Daudé
2020-09-01 11:23 ` [PATCH 1/2] cpus: Do not dump CPU state when calling hw_error() Philippe Mathieu-Daudé
2020-09-02  6:33   ` Thomas Huth
2020-09-02 16:04     ` Philippe Mathieu-Daudé
2020-09-01 11:23 ` [PATCH 2/2] hw/core: Move hw_error() out of cpus.c Philippe Mathieu-Daudé
2020-09-02  6:37   ` Thomas Huth
2020-09-02 15:38     ` Richard Henderson
2020-09-02 15:59       ` Philippe Mathieu-Daudé
2020-09-02 16:02         ` Thomas Huth
2020-09-02 16:13           ` Philippe Mathieu-Daudé
2020-09-01 16:44 ` [PATCH 0/2] " Richard Henderson

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).