qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v15 19/23] i386: split cpu accelerators from cpu.c, using Acc


From: Alex Bennée
Subject: Re: [PATCH v15 19/23] i386: split cpu accelerators from cpu.c, using AccelCPUClass
Date: Wed, 03 Feb 2021 16:47:00 +0000
User-agent: mu4e 1.5.7; emacs 28.0.50

Claudio Fontana <cfontana@suse.de> writes:

> i386 is the first user of AccelCPUClass, allowing to split
> cpu.c into:
>
> cpu.c            cpuid and common x86 cpu functionality
> host-cpu.c       host x86 cpu functions and "host" cpu type
> kvm/kvm-cpu.c    KVM x86 AccelCPUClass
> hvf/hvf-cpu.c    HVF x86 AccelCPUClass
> tcg/tcg-cpu.c    TCG x86 AccelCPUClass
>
> Signed-off-by: Claudio Fontana <cfontana@suse.de>

OK I'm beginning to see it... but you should mention that in the
original classifcation patch: "by making an AccelCPUClass we will be
able to specialise it later for individual targets" or something like
that.

The details of this particular patch I'm going to leave to the x86
experts.

-- 
Alex Bennée



reply via email to

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