From c149681d618d91c9dd409d8d4040b411fb79dbf5 Mon Sep 17 00:00:00 2001 From: Emmanuel Kasper Date: Tue, 20 Sep 2016 15:17:39 +0200 Subject: [PATCH] fix #1113: preserve LSI controller for legacy Oses The SCSI HW type handling will be made in the Wizard class, removing from here. --- www/manager6/qemu/HDEdit.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/www/manager6/qemu/HDEdit.js b/www/manager6/qemu/HDEdit.js index 312b218e..c86ab440 100644 --- a/www/manager6/qemu/HDEdit.js +++ b/www/manager6/qemu/HDEdit.js @@ -111,10 +111,6 @@ Ext.define('PVE.qemu.HDInputPanel', { params[confid] = PVE.Parser.printQemuDrive(me.drive); - if (me.insideWizard) { - params.scsihw = PVE.qemu.OSDefaults.generic.scsihw; - } - return params; },