
v5: - rebased to master(wok) 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 (2): Use locks to prevent concurrent updates to VMs Update VCPU by using libvirt function Jose Ricardo Ziviani (1): Forbid user to edit CPU value if topology is defined src/wok/plugins/kimchi/i18n.py | 6 ++ src/wok/plugins/kimchi/mockmodel.py | 51 +++++------- src/wok/plugins/kimchi/model/vms.py | 128 +++++++++++++++++++++++++++--- src/wok/plugins/kimchi/tests/test_rest.py | 3 +- 4 files changed, 148 insertions(+), 40 deletions(-) -- 1.9.1