[pve-devel] [PATCH manager 00/11] VM CreateWizard, HDedit, OSType queue
Thomas Lamprecht
t.lamprecht at proxmox.com
Tue Aug 29 12:08:23 CEST 2017
This series affects mainly the VM Create Wizard and its panels, which are
also used outside the Wizard.
First four patches are trivial.
Next tree patches improve the IOThread and Discard elements of the HDEdit
panel.
Last four introduce a new OSType selector and uses it to merge the OS and
CD/DVD panel in the Wizard.
Those patches missing v2 tag have no changes since the last send, if not
noted otherwise.
Dominik Csapak (1):
disable discard for non-scsi disks
Emmanuel Kasper (1):
Change the SCSI controller type when editing a harddisk only when
creating a VM.
Thomas Lamprecht (9):
CreateWizard: remove title from confirm tabpanel
disk/controllerselector: adapt flex
HDEdit: push more items in the same call
remove unused variables
create: clear iothread on disable
refactor OSDefaults, OSTypeEdit: add and use getDefaults
kvm_ostype: move to store-like format
OSType edit: switch to combobox
wizard: merge CD/DVD and OS panels
www/manager6/Utils.js | 54 +++++++----
www/manager6/form/ControllerSelector.js | 3 +-
www/manager6/lxc/CreateWizard.js | 1 -
www/manager6/qemu/CDEdit.js | 6 +-
www/manager6/qemu/CreateWizard.js | 31 +++---
www/manager6/qemu/HDEdit.js | 44 +++++----
www/manager6/qemu/OSDefaults.js | 8 ++
www/manager6/qemu/OSTypeEdit.js | 161 +++++++++++++-------------------
8 files changed, 156 insertions(+), 152 deletions(-)
--
2.11.0
More information about the pve-devel
mailing list