[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v5 13/14] hax: remove hax specific functions from global incl
From: |
Richard Henderson |
Subject: |
Re: [PATCH v5 13/14] hax: remove hax specific functions from global includes |
Date: |
Fri, 14 Aug 2020 14:06:42 -0700 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 |
On 8/12/20 11:32 AM, Claudio Fontana wrote:
> Signed-off-by: Claudio Fontana <cfontana@suse.de>
> ---
> accel/stubs/hax-stub.c | 10 ----------
> include/sysemu/hax.h | 17 -----------------
> target/i386/hax-all.c | 1 -
> target/i386/hax-cpus.c | 1 -
> target/i386/hax-cpus.h | 16 ++++++++++++++++
> target/i386/hax-mem.c | 2 +-
> target/i386/hax-posix.c | 3 +--
> target/i386/hax-windows.c | 2 +-
> target/i386/hax-windows.h | 2 ++
> 9 files changed, 21 insertions(+), 33 deletions(-)
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
r~
- Re: [PATCH v5 05/14] cpus: extract out kvm-specific code to accel/kvm, (continued)
- [PATCH v5 12/14] whpx: remove whpx specific functions from global includes, Claudio Fontana, 2020/08/12
- [PATCH v5 14/14] kvm: remove kvm specific functions from global includes, Claudio Fontana, 2020/08/12
- [PATCH v5 10/14] cpus: add handle_interrupt to the CpusAccel interface, Claudio Fontana, 2020/08/12
- [PATCH v5 13/14] hax: remove hax specific functions from global includes, Claudio Fontana, 2020/08/12
- Re: [PATCH v5 13/14] hax: remove hax specific functions from global includes,
Richard Henderson <=
- Re: [PATCH v5 00/14] QEMU cpus.c refactoring part2, no-reply, 2020/08/13