On 2/16/21 3:12 AM, Isaku Yamahata wrote: > From: Sean Christopherson <sean.j.christopher...@intel.com> > > 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.christopher...@intel.com> > --- > target/i386/cpu.c | 4 ++-- > target/i386/cpu.h | 3 +++ > 2 files changed, 5 insertions(+), 2 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@redhat.com>