Re: [Qemu-devel] [PATCH 3/5] ppc: Provide function to get CPU class of the host CPU

2016-06-07 Thread Michael Roth
Quoting Thomas Huth (2016-06-07 10:39:38) > When running with KVM, we might be interested in some details > of the host CPU class, too, so provide a function to get the > corresponding CPU class. > > Signed-off-by: Thomas Huth Reviewed-by: Michael Roth > --- > target-ppc/kvm.c | 19 ++

[Qemu-devel] [PATCH 3/5] ppc: Provide function to get CPU class of the host CPU

2016-06-07 Thread Thomas Huth
When running with KVM, we might be interested in some details of the host CPU class, too, so provide a function to get the corresponding CPU class. Signed-off-by: Thomas Huth --- target-ppc/kvm.c | 19 ++- target-ppc/kvm_ppc.h | 7 +++ 2 files changed, 21 insertions(+),