mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-05-28 07:13:27 +00:00
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 <aderumier@odiso.com>
This commit is contained in:
parent
177e35230a
commit
29972af3aa
@ -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 => {
|
||||
|
Loading…
Reference in New Issue
Block a user