From: Daniel Henrique Barboza <danielhb(a)linux.vnet.ibm.com>
v2:
- added an extra patch to handle the 'threads' field problem
* NOTE: THIS PATCH SET IS NOT APPLICABLE IN THE STABLE-2.3.X BRANCH *
This patch set contains several patches that enhances the
user experience when configuring existing templates and
offline guests, allowing current CPU, maximum CPU and CPU
topology to be defined at all times.
Daniel Henrique Barboza (7):
Bug fix #1072 - changing vpus verification
Adding 'sockets' field in the topology of Templates
template_edit_main.js: initProcessor now a global function
Adding 'Processor' tab in Edit Guest dialog
CPU configuration UI: several improvements
Adding CPU setup help text in Edit Guest/Template
Changing 'threads' to be a free number field
i18n.py | 3 +-
model/cpuinfo.py | 4 +-
tests/test_model.py | 12 +--
ui/css/kimchi.css | 36 +++++--
ui/css/src/modules/_edit-guests.scss | 28 +++++-
ui/css/src/modules/_templates.scss | 3 -
ui/js/src/kimchi.guest_edit_main.js | 75 +++++++-------
ui/js/src/kimchi.template_edit_main.js | 172 +++++++++++++++++++++------------
ui/pages/guest-edit.html.tmpl | 54 ++++++++---
ui/pages/i18n.json.tmpl | 1 +
ui/pages/template-edit.html.tmpl | 27 ++++--
11 files changed, 271 insertions(+), 144 deletions(-)
--
2.7.4