5
0
mirror of git://git.proxmox.com/git/qemu-server.git synced 2025-01-21 18:03:56 +03:00

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,
type => 'string',
description => "scsi controller model",
enum => [qw(lsi virtio-scsi-pci megasas)],
enum => [qw(lsi virtio-scsi-pci megasas pvscsi)],
default => 'lsi',
},
description => {

View File

@ -3,6 +3,9 @@ qemu-server (3.1-11) unstable; urgency=low
* depend on pve-qemu-kvm >= 1.7-1
* 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