[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] gdbstub: move update guest debug to accel ops
|
From: |
Mads Ynddal |
|
Subject: |
Re: [PATCH] gdbstub: move update guest debug to accel ops |
|
Date: |
Wed, 23 Nov 2022 13:25:53 +0100 |
> On 23 Nov 2022, at 13.17, Mads Ynddal <mads@ynddal.dk> 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 | 1 +
> cpu.c | 10 +++++++---
> include/sysemu/accel-ops.h | 1 +
> 3 files changed, 9 insertions(+), 3 deletions(-)
>
+CC Alex Bennée