]> git.proxmox.com Git - qemu-server.git/commit
fix #2697: map netdev_add options to correct json types
authorDominik Csapak <d.csapak@proxmox.com>
Tue, 21 Apr 2020 14:01:11 +0000 (16:01 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 8 May 2020 10:55:32 +0000 (12:55 +0200)
commitbf5aef9be3d10fb0cb44025d30ca50fc6b14f0e8
treece9d7b57c1f8021e3b1e9a7a6fb388f9ed3e84c3
parentba76fc630bae2b8873acb8079025f7ee44bc21d9
fix #2697: map netdev_add options to correct json types

netdev_add is now a proper qmp command, which means that it verifies
the parameter types properly

instead of sending strings, we now have to choose the correct
types for the parameters

bool for vhost
and uint64 for queues

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
PVE/QemuServer.pm