]> git.proxmox.com Git - qemu-server.git/commit
disk: serial no must now be passed to device not drive
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 5 Apr 2018 08:54:41 +0000 (10:54 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 9 Apr 2018 09:03:02 +0000 (11:03 +0200)
commita70e7e6caff5d274d285475b302cb1bff6d0226d
tree48b3e96d3167203c57f5deacf2b576aa39ef27ef
parentd4940091793d58e61e484a4993fc7598baaa2ca7
disk: serial no must now be passed to device not drive

With QEMU 2.10 the serial parameter of the -drive command line option
was deprecated [1], so move the logic which adds this parameter now
to the -drive analogue -device CLI option.

Features marked deprecated will continue to work for two releases[2],
so we need to switch over before 2.12, AFAICT.

[1]: https://wiki.qemu.org/ChangeLog/2.10#Deprecated_options
[2]: https://qemu.weilnetz.de/doc/qemu-doc.html#Deprecated-features

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/QemuServer.pm