
27 Jan
2012
27 Jan
'12
2:24 p.m.
On Fri, Jan 27, 2012 at 14:49:47 +0100, Paolo Bonzini wrote:
Recently (or not so recently) QEMU added the kvm32 and kvm64 architectures, representing a least common denominator of all hosts that can run KVM. Add them to the machine map.
Also, some features that TCG supports were added to qemu64. Add them to the cpu_map.xml whenever KVM is guaranteed to support those. We still have to leave some out, because they would not be available to guests running on older hosts.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> --- src/cpu/cpu_map.xml | 31 +++++++++++++++++++++++++++++++ 1 files changed, 31 insertions(+), 0 deletions(-)
ACK Jirka