qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v2 1/5] accel: Introduce AccelOpsClass::destroy_vcpu_thread()


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v2 1/5] accel: Introduce AccelOpsClass::destroy_vcpu_thread()
Date: Fri, 18 Mar 2022 17:20:42 +0100
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:91.0) Gecko/20100101 Thunderbird/91.7.0

On 18/3/22 16:15, Mark Kanda wrote:
Add destroy_vcpu_thread() to AccelOps as a method for vcpu thread cleanup.
This will be used in subsequent patches.

Suggested-by: Philippe Mathieu-Daude <philippe.mathieu.daude@gmail.com>

Thanks, but preferably:
Suggested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>

Signed-off-by: Mark Kanda <mark.kanda@oracle.com>
---
  include/sysemu/accel-ops.h | 1 +
  softmmu/cpus.c             | 3 +++
  2 files changed, 4 insertions(+)

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



reply via email to

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