On Fri, Feb 17, 2017 at 15:49:12 +0100, Pavel Hrdina wrote:
The situation covered by the removed code will not ever happen.
This code is called only while starting a new QEMU process where
the capabilities where already checked and while attaching to
existing QEMU process where we don't even detect the iothreads.
Signed-off-by: Pavel Hrdina <phrdina(a)redhat.com>
---
src/qemu/qemu_process.c | 25 -------------------------
1 file changed, 25 deletions(-)
ACK,
when called from qemuProcessLaunch we already made sure and when called
from qemuProcessAttach there are no iotrheads anyways since we don't
support parsing them.