qemu 1.4 fix : rename stats-polling-interval to guest-stats-polling-interval

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
This commit is contained in:
Alexandre Derumier 2013-02-12 14:10:11 +01:00 committed by Dietmar Maurer
parent ebb5555800
commit abebe2f16c

View File

@ -2993,7 +2993,7 @@ sub vm_start {
if $conf->{balloon};
vm_mon_cmd_nocheck($vmid, 'qom-set',
path => "machine/peripheral/balloon0",
property => "stats-polling-interval",
property => "guest-stats-polling-interval",
value => 2);
}
}