Please ignore this patch set. I've sent a v2 with an extra patch to be
reviewed.
Daniel
On 11/23/2016 10:11 AM, dhbarboza82(a)gmail.com wrote:
From: Daniel Henrique Barboza <danielhb(a)linux.vnet.ibm.com>
* 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 (6):
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
i18n.py | 2 +-
model/cpuinfo.py | 2 +-
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 | 176 +++++++++++++++++++++------------
ui/pages/guest-edit.html.tmpl | 50 +++++++---
ui/pages/template-edit.html.tmpl | 23 +++--
10 files changed, 266 insertions(+), 141 deletions(-)