Hi Ziviani,
I was only able to apply the first patch.
Could you, please, rebase the whole patch set and resend?
Thanks,
Aline Manera
On 28/09/2015 10:11, Jose Ricardo Ziviani wrote:
v4:
- merged with "Improve VCPU code" patch
- grouped similar commits together
v3:
- included commit "Hot add/remove CPUs on PPC"
v2:
- patch rebased
This patchset refactors part of the code related to updating VM CPUs.
I am aware of two tests which are failing with this patchset. They'll be worked
on before the final version.
CrÃstian Deives (3):
Use locks to prevent concurrent updates to VMs
Update VCPU by using libvirt function
Check if the VM update params are valid for the current state
CrÃstian Viana (1):
Hot add/remove CPUs on PPC
Jose Ricardo Ziviani (1):
Forbid user to edit CPU value if topology is defined
src/kimchi/i18n.py | 6 ++
src/kimchi/mockmodel.py | 48 +++++-------
src/kimchi/model/vms.py | 198 +++++++++++++++++++++++++++++++++++++++++++++---
tests/test_rest.py | 3 +-
4 files changed, 215 insertions(+), 40 deletions(-)