qemu-arm
[Top][All Lists]
Advanced

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

Re: [PATCH v2 1/2] accel: Introduce current_accel_name()


From: Richard Henderson
Subject: Re: [PATCH v2 1/2] accel: Introduce current_accel_name()
Date: Mon, 20 Jun 2022 12:46:30 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.9.1

On 6/20/22 12:22, Alexander Graf wrote:
We need to fetch the name of the current accelerator in flexible error
messages more going forward. Let's create a helper that gives it to us
without casting in the target code.

Signed-off-by: Alexander Graf<agraf@csgraf.de>
---
  accel/accel-common.c | 8 ++++++++
  include/qemu/accel.h | 1 +
  softmmu/vl.c         | 3 +--
  3 files changed, 10 insertions(+), 2 deletions(-)

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

r~



reply via email to

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