qemu-devel
[Top][All Lists]
Advanced

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

Re: [RFC v9 05/32] i386: move whpx accel files into whpx/


From: Alex Bennée
Subject: Re: [RFC v9 05/32] i386: move whpx accel files into whpx/
Date: Wed, 09 Dec 2020 09:21:54 +0000
User-agent: mu4e 1.5.7; emacs 28.0.50

Claudio Fontana <cfontana@suse.de> writes:

> Signed-off-by: Claudio Fontana <cfontana@suse.de>
> ---
>  MAINTAINERS                           | 5 +----
>  target/i386/meson.build               | 5 +----
>  target/i386/whpx/meson.build          | 4 ++++
>  target/i386/{ => whpx}/whp-dispatch.h | 0
>  target/i386/{ => whpx}/whpx-all.c     | 0
>  target/i386/{ => whpx}/whpx-cpus.c    | 0
>  target/i386/{ => whpx}/whpx-cpus.h    | 0
>  7 files changed, 6 insertions(+), 8 deletions(-)
>  create mode 100644 target/i386/whpx/meson.build
>  rename target/i386/{ => whpx}/whp-dispatch.h (100%)
>  rename target/i386/{ => whpx}/whpx-all.c (100%)
>  rename target/i386/{ => whpx}/whpx-cpus.c (100%)
>  rename target/i386/{ => whpx}/whpx-cpus.h (100%)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 5b3eced829..20e079f40c 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -451,10 +451,7 @@ F: include/sysemu/hvf.h
>  WHPX CPUs
>  M: Sunil Muthuswamy <sunilmut@microsoft.com>
>  S: Supported
> -F: target/i386/whpx-all.c
> -F: target/i386/whpx-cpus.c
> -F: target/i386/whp-dispatch.h
> -F: accel/stubs/whpx-stub.c

heh - we never had a stubs...

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>

-- 
Alex Bennée



reply via email to

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