]> Git Repo - qemu.git/commit
i386/kvm: initialize struct at full before ioctl call
authorAndrey Shinkevich <[email protected]>
Tue, 30 Jul 2019 16:01:38 +0000 (19:01 +0300)
committerPaolo Bonzini <[email protected]>
Tue, 20 Aug 2019 15:26:19 +0000 (17:26 +0200)
commit1f670a95b370651bcf3721aa0941d57e185478cf
treea3b79c4937d3df541fc6dc0a43607f1361ba86c5
parentf673174e3f62096f45b874fbe1cd469127d9c21c
i386/kvm: initialize struct at full before ioctl call

Not the whole structure is initialized before passing it to the KVM.
Reduce the number of Valgrind reports.

Signed-off-by: Andrey Shinkevich <[email protected]>
Message-Id: <1564502498[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
target/i386/kvm.c
This page took 0.026754 seconds and 4 git commands to generate.