add 'pvscsi' to the list of scsi controllers.

QEMU can now emulate the VMware PVSCSI device.
This commit is contained in:
Dietmar Maurer 2013-12-04 06:50:58 +01:00
parent 213ef632af
commit 87c5bc3493
2 changed files with 4 additions and 1 deletions

View File

@ -234,7 +234,7 @@ my $confdesc = {
optional => 1, optional => 1,
type => 'string', type => 'string',
description => "scsi controller model", description => "scsi controller model",
enum => [qw(lsi virtio-scsi-pci megasas)], enum => [qw(lsi virtio-scsi-pci megasas pvscsi)],
default => 'lsi', default => 'lsi',
}, },
description => { description => {

View File

@ -4,6 +4,9 @@ qemu-server (3.1-11) unstable; urgency=low
* fix 'qm unlink' command syntax * fix 'qm unlink' command syntax
* add 'pvscsi' to the list of scsi controllers (emulate the VMware
PVSCSI device)
-- Proxmox Support Team <support@proxmox.com> Tue, 03 Dec 2013 10:48:33 +0100 -- Proxmox Support Team <support@proxmox.com> Tue, 03 Dec 2013 10:48:33 +0100
qemu-server (3.1-10) unstable; urgency=low qemu-server (3.1-10) unstable; urgency=low