qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v1 7/9] gdbstub: move sstep flags probing into AccelClass


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v1 7/9] gdbstub: move sstep flags probing into AccelClass
Date: Thu, 22 Sep 2022 23:49:27 +0200
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:91.0) Gecko/20100101 Thunderbird/91.13.1

On 22/9/22 16:58, Alex Bennée wrote:
The support of single-stepping is very much dependent on support from
the accelerator we are using. To avoid special casing in gdbstub move
the probing out to an AccelClass function so future accelerators can
put their code there.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Cc: Mads Ynddal <mads@ynddal.dk>
---
  include/qemu/accel.h | 12 ++++++++++++
  include/sysemu/kvm.h |  8 --------
  accel/accel-common.c | 10 ++++++++++
  accel/kvm/kvm-all.c  | 14 +++++++++++++-
  accel/tcg/tcg-all.c  | 17 +++++++++++++++++
  gdbstub/gdbstub.c    | 22 ++++------------------
  6 files changed, 56 insertions(+), 27 deletions(-)

Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>



reply via email to

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