Re: [PATCH] i386/cpu: Consolidate the helper to get Host's vendor
Queued, thanks. Paolo
[PATCH] i386/cpu: Consolidate the helper to get Host's vendor
Extend host_cpu_vendor_fms() to help more cases to get Host's vendor information. Cc: Dongli Zhang Signed-off-by: Zhao Liu --- target/i386/host-cpu.c| 10 ++ target/i386/kvm/vmsr_energy.c | 3 +-- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/target/i386/host-c