]> git.proxmox.com Git - mirror_qemu.git/commit
KVM: PPC: Don't secretly add 1T segment feature to CPU
authorAlexander Graf <agraf@suse.de>
Sun, 11 May 2014 16:37:00 +0000 (18:37 +0200)
committerAlexander Graf <agraf@suse.de>
Mon, 16 Jun 2014 11:24:33 +0000 (13:24 +0200)
commit08215d8fd8ca15425401adc9e01361cbc6882402
tree4b48cf5232f63e81799c4a2b03873d0c580f9225
parentc15424531f2406cf5ad9f02d35204fac98601696
KVM: PPC: Don't secretly add 1T segment feature to CPU

When we select a CPU type that does not support 1TB segments, we should
not expose 1TB just because KVM supports 1TB segments. User configuration
always wins over feature availability.

Signed-off-by: Alexander Graf <agraf@suse.de>
target-ppc/kvm.c