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

Philippe Mathieu-Daudé posted 2 patches 3 years, 8 months ago
Test docker-mingw@fedora failed
Test docker-quick@centos7 failed
Test checkpatch passed
Test FreeBSD passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200901112323.94969-1-f4bug@amsat.org
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
[PATCH 0/2] hw/core: Move hw_error() out of cpus.c
Posted by Philippe Mathieu-Daudé 3 years, 8 months ago
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


Re: [PATCH 0/2] hw/core: Move hw_error() out of cpus.c
Posted by Richard Henderson 3 years, 8 months ago
On 9/1/20 4:23 AM, Philippe Mathieu-Daudé wrote:
> 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

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~