mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-08-08 11:33:21 +00: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 => {
|
||||
|
@ -4,6 +4,9 @@ qemu-server (3.1-11) unstable; urgency=low
|
||||
|
||||
* 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
|
||||
|
||||
qemu-server (3.1-10) unstable; urgency=low
|
||||
|
Loading…
Reference in New Issue
Block a user