qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 0/2] hw/core: Move hw_error() out of cpus.c


From: Philippe Mathieu-Daudé
Subject: [PATCH 0/2] hw/core: Move hw_error() out of cpus.c
Date: Tue, 1 Sep 2020 13:23:21 +0200

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]