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

2023-03-02 Thread Alex Bennée
Mads Ynddal writes: > From: Mads Ynddal > > 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 Queued to gdbstu

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

2023-02-07 Thread Philippe Mathieu-Daudé
On 7/2/23 14:17, Mads Ynddal wrote: From: Mads Ynddal 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 --- accel/kvm