]> git.proxmox.com Git - qemu-server.git/commit
fix burst length parameter names and pass them to qemu
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 30 May 2017 13:30:15 +0000 (15:30 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 31 May 2017 06:10:27 +0000 (08:10 +0200)
commitfb8e95a218bd299202d4b8a1ea50c406405174ed
treea934f4e0979717ca4f4da35da67a0daf2289eaaf
parent911524414e3a100b026f564c48304a33334e5951
fix burst length parameter names and pass them to qemu

bps_max_length & friends were wrongly named and were only
passed to qemu when hot-applying changes. They can only
be passed via the command line with their new names. For
consistency let's rename them all, that way they're all in
one place.

Fixes #1195 (for real this time).
PVE/QemuServer.pm