[Kimchi-devel] [PATCH v3 0/5] Improve VM CPU update code

Jose Ricardo Ziviani joserz at linux.vnet.ibm.com
Wed Sep 16 18:51:47 UTC 2015


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 (4):
  Use locks to prevent concurrent updates to VMs
  Update VCPU by using libvirt function
  Set max VCPU count to the max supported value
  Check if the VM update params are valid for the current state

Crístian Viana (1):
  Hot add/remove CPUs on PPC

 src/kimchi/i18n.py      |   5 +++
 src/kimchi/mockmodel.py |  48 ++++++++--------------
 src/kimchi/model/vms.py | 106 ++++++++++++++++++++++++++++++++++++++++++++----
 tests/test_rest.py      |   3 +-
 4 files changed, 122 insertions(+), 40 deletions(-)

-- 
1.9.1




More information about the Kimchi-devel mailing list