]> xenbits.xensource.com Git - libvirt.git/commit
qemu: perf: Tweak flags before using them
authorPeter Krempa <pkrempa@redhat.com>
Thu, 31 Mar 2016 14:45:14 +0000 (16:45 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Fri, 1 Apr 2016 07:52:24 +0000 (09:52 +0200)
commit1d8351a94f4040610cf4ca4a8afc8f24f412132f
tree464aa7a48bcfcc412c96885f878e2415290a1708
parentff825f9defbe13b5cb86c2833e22070f9ec4b0f5
qemu: perf: Tweak flags before using them

@flags have a valid modification impact only after calling
virDomainObjUpdateModificationImpact. virDomainObjGetOneDef calls it but
doesn't update them in the caller.
src/qemu/qemu_driver.c