]> xenbits.xensource.com Git - libvirt.git/commit
qemu: process: Don't needlesly clear the perf events in qemuDomainPerfRestart
authorPeter Krempa <pkrempa@redhat.com>
Wed, 27 Apr 2016 13:22:33 +0000 (15:22 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 2 May 2016 07:06:52 +0000 (09:06 +0200)
commit22e464744d895539fceb35506e6065bb11c8f623
tree67fd11ba32d7e36ef57dfb01781306ba62d37a4e
parentedadd46c05b1eb93479a88017783bae648709bfa
qemu: process: Don't needlesly clear the perf events in qemuDomainPerfRestart

At that point the perf events struct should not be allocated so there's
no use in clearing it.
src/qemu/qemu_process.c