]> git.proxmox.com Git - qemu-server.git/commit
do not ignore hotplug parse errors
authorDominik Csapak <d.csapak@proxmox.com>
Mon, 30 May 2016 08:44:37 +0000 (10:44 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 31 May 2016 10:15:32 +0000 (12:15 +0200)
commit596a0a20567d239b1abcefedb55947a32b28bae3
tree7920c0c383136fc4a39204959816e50779e4c29c
parent0567a4d572b3d436d47e38a8a28a425ede6a939f
do not ignore hotplug parse errors

if we got an option which was not valid, we still
wrote it to the config, and subsequently returned
it on every api call

instead, now we die instead of warn and do not accept
invalid options

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