On 2/16/21 3:12 AM, Isaku Yamahata wrote: > From: Sean Christopherson <sean.j.christopherson@xxxxxxxxx> > > Expose x86_cpu_get_supported_feature_word() outside of cpu.c so that it > can be used by TDX to setup the VM-wide CPUID configuration. > > Signed-off-by: Sean Christopherson <sean.j.christopherson@xxxxxxxxx> > --- > target/i386/cpu.c | 4 ++-- > target/i386/cpu.h | 3 +++ > 2 files changed, 5 insertions(+), 2 deletions(-) Reviewed-by: Philippe Mathieu-Daudé <philmd@xxxxxxxxxx>