Re: [Qemu-devel] [0/4] ppc: Implement -host CPU

2011-10-13 Thread Alexander Graf

On 10/13/2011 10:40 AM, David Gibson wrote:

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.


Thanks, applied all to ppc-next.


Alex




[Qemu-devel] [0/4] ppc: Implement -host CPU

2011-10-13 Thread David Gibson
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.