Re: [libvirt] [PATCH v2 2/3] Implement CPU model driver for PowerPC

2012-10-17 Thread Li Zhang
On Wed, Oct 17, 2012 at 4:21 PM, Michal Privoznik wrote: > Oh, I've just hit 'Send' without noticing > > On 15.10.2012 11:07, Li Zhang wrote: >> Currently, the CPU model driver is not implemented for PowerPC. >> Host's CPU information is needed to exposed to guests' XML file some >> time. >>

Re: [libvirt] [PATCH v2 2/3] Implement CPU model driver for PowerPC

2012-10-17 Thread Michal Privoznik
Oh, I've just hit 'Send' without noticing On 15.10.2012 11:07, Li Zhang wrote: > Currently, the CPU model driver is not implemented for PowerPC. > Host's CPU information is needed to exposed to guests' XML file some > time. > > This patch is to implement the callback functions of CPU model d

Re: [libvirt] [PATCH v2 2/3] Implement CPU model driver for PowerPC

2012-10-17 Thread Michal Privoznik
On 15.10.2012 11:07, Li Zhang wrote: > Currently, the CPU model driver is not implemented for PowerPC. > Host's CPU information is needed to exposed to guests' XML file some > time. > > This patch is to implement the callback functions of CPU model driver. > > Signed-off-by: Li Zhang > --- > po

[libvirt] [PATCH v2 2/3] Implement CPU model driver for PowerPC

2012-10-15 Thread Li Zhang
Currently, the CPU model driver is not implemented for PowerPC. Host's CPU information is needed to exposed to guests' XML file some time. This patch is to implement the callback functions of CPU model driver. Signed-off-by: Li Zhang --- po/POTFILES.in|1 + src/cpu/cpu_map.xml |