
24 Nov
2016
24 Nov
'16
4:44 p.m.
On Mon, Nov 21, 2016 at 12:21:06AM +0100, Jiri Denemark wrote:
The function just returned cached capabilities without checking whether they are still valid. We should check that and refresh the capabilities to make sure we don't return stale data. In other words, we should do what all other lookup functions do.
Signed-off-by: Jiri Denemark <jdenemar@redhat.com> --- src/qemu/qemu_capabilities.c | 19 ++++++++++++++++++- src/qemu/qemu_capabilities.h | 3 ++- src/qemu/qemu_driver.c | 3 ++- 3 files changed, 22 insertions(+), 3 deletions(-)
ACK Pavel