This series of patches implements a -cpu host option for ppc, analagous to the version that already exists for x86. For now, only the basic framework is implement. In later patches, we will need to improve the code to override those parts of the cpu spec that can be queried from the host, and use this mechanism to subsume, for example, the current advertisement by the pseries machine of KVM CPU capabilities to the guest.
- [Qemu-devel] [0/4] ppc: Implement -host CPU David Gibson
- [Qemu-devel] [PATCH 2/4] ppc: First cut implementation... David Gibson
- [Qemu-devel] [PATCH 3/4] ppc: Add cpu defs for POWER7 ... David Gibson
- [Qemu-devel] [PATCH 4/4] pseries: Under kvm use guest ... David Gibson
- [Qemu-devel] [PATCH 1/4] ppc: Remove broken partial PV... David Gibson
- Re: [Qemu-devel] [0/4] ppc: Implement -host CPU Alexander Graf