From 29972af3aa22041ed34d79795f2eeed5ba0fcadc Mon Sep 17 00:00:00 2001 From: Alexandre Derumier Date: Tue, 28 Aug 2012 12:46:06 +0200 Subject: [PATCH] scsihw: add megasas controller It could be useful for windows7 and windows2008 , as they are no more classic lsi driver for these platform Signed-off-by: Alexandre Derumier --- PVE/QemuServer.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm index 79231ebe..00b30740 100644 --- a/PVE/QemuServer.pm +++ b/PVE/QemuServer.pm @@ -217,7 +217,7 @@ my $confdesc = { optional => 1, type => 'string', description => "scsi controller model", - enum => [qw(lsi virtio-scsi-pci)], + enum => [qw(lsi virtio-scsi-pci megasas)], default => 'lsi', }, description => {