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:
parent
213ef632af
commit
87c5bc3493
@ -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 => {
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user