Feature #4160
[PATCH] Allow user to specify CPU model
Status: | Pending | Start date: | 11/16/2015 | |
---|---|---|---|---|
Priority: | High | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Core & System | |||
Target version: | Release 5.6 | |||
Resolution: | Pull request: |
Description
It is sometimes helpful to allow the user to specify a CPU model to emulate, or even CPU flags.
The attached patch adds support for a "CPU_MODEL" attribute which is passed to the "-cpu " argument of QEMU.
Be aware this patch uses wrapper_attribute(cpuModel) which is from a different patch set to escape the contents of "cpuModel", replacing it with just cpuModel will work as the rest of the code currently does.
History
#1 Updated by Ruben S. Montero over 5 years ago
- Tracker changed from Feature to Backlog
- Priority changed from Normal to High
- Target version set to Release 5.0
Thanks! Looks great. Apart from this we need to expose it via Sunstone. Scheduling this after 4.14.2..
#2 Updated by Ruben S. Montero over 5 years ago
- Tracker changed from Backlog to Feature
#3 Updated by Ruben S. Montero about 5 years ago
- Tracker changed from Feature to Backlog
#4 Updated by Ruben S. Montero almost 5 years ago
- Target version changed from Release 5.0 to Release 5.4
#5 Updated by Roy Keene over 4 years ago
- File opennebula-5.2.1-addcpumodel.diff added
Updated to OpenNebula 5.2.1 and using a better libvirt domain option of "<cpu>" rather than QEMU args.
#6 Updated by Ruben S. Montero about 4 years ago
- Tracker changed from Backlog to Feature
- Target version changed from Release 5.4 to Release 5.6
Moving this fo 5.6, sorry