]> git.proxmox.com Git - mirror_qemu.git/commit
block: make 'stats-interval' an array of ints instead of a string
authorAlberto Garcia <berto@igalia.com>
Mon, 16 Nov 2015 09:28:38 +0000 (11:28 +0200)
committerStefan Hajnoczi <stefanha@redhat.com>
Tue, 17 Nov 2015 10:35:57 +0000 (18:35 +0800)
commit40119effc5c36dbd0ca19ca85a5897d5b3d37d6d
tree17cd3978c03bb51e238a23689a87b75fd1bbc219
parent0ed39f3df2d3cf7f0fc3468b057f952a3b251ad9
block: make 'stats-interval' an array of ints instead of a string

This is the natural JSON representation and prevents us from having to
decode the list manually.

Signed-off-by: Alberto Garcia <berto@igalia.com>
Message-id: 0e3da8fa206f4ab534ae3ce6086e75fe84f1557e.1447665472.git.berto@igalia.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
blockdev.c
qapi/block-core.json
tests/qemu-iotests/136