[pve-devel] [PATCH 1/3] scsihw: add megasas controller

Alexandre Derumier aderumier at odiso.com
Tue Aug 28 12:46:06 CEST 2012


It could be useful for windows7 and windows2008 , as they are no more classic lsi driver for these platform

Signed-off-by: Alexandre Derumier <aderumier at odiso.com>
---
 PVE/QemuServer.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm
index c7e9a07..74b8b65 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 => {
-- 
1.7.2.5




More information about the pve-devel mailing list