qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v2] gdbstub: move update guest debug to accel ops


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v2] gdbstub: move update guest debug to accel ops
Date: Tue, 7 Feb 2023 15:24:01 +0100
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.6.1

On 7/2/23 14:17, Mads Ynddal wrote:
From: Mads Ynddal <m.ynddal@samsung.com>

Continuing the refactor of a48e7d9e52 (gdbstub: move guest debug support
check to ops) by removing hardcoded kvm_enabled() from generic cpu.c
code, and replace it with a property of AccelOpsClass.

Signed-off-by: Mads Ynddal <m.ynddal@samsung.com>
---
  accel/kvm/kvm-accel-ops.c  |  5 +++++
  cpu.c                      | 11 ++++++++---
  include/sysemu/accel-ops.h |  1 +
  3 files changed, 14 insertions(+), 3 deletions(-)

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>




reply via email to

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