Re: [libvirt] [PATCH] qemu: Enable 'host-passthrough' cpu mode for aarch64

2014-01-25 Thread Cole Robinson
On 01/23/2014 10:19 AM, Oleg Strikov wrote: > This patch allows libvirt user to specify 'host-passthrough' > cpu mode while using qemu/kvm backend on aarch64. > It uses 'host' as a CPU model name instead of some other stub > (correct CPU detection is not implemented yet) to allow libvirt > user to

Re: [libvirt] [PATCH] qemu: Enable 'host-passthrough' cpu mode for aarch64

2014-01-24 Thread Eric Blake
On 01/23/2014 08:19 AM, Oleg Strikov wrote: > This patch allows libvirt user to specify 'host-passthrough' > cpu mode while using qemu/kvm backend on aarch64. > It uses 'host' as a CPU model name instead of some other stub > (correct CPU detection is not implemented yet) to allow libvirt > user to

[libvirt] [PATCH] qemu: Enable 'host-passthrough' cpu mode for aarch64

2014-01-23 Thread Oleg Strikov
This patch allows libvirt user to specify 'host-passthrough' cpu mode while using qemu/kvm backend on aarch64. It uses 'host' as a CPU model name instead of some other stub (correct CPU detection is not implemented yet) to allow libvirt user to specify 'host-model' cpu mode as well. Signed-off-by: