On a Monday in 2023, Michal Privoznik wrote:
Way back, in v6.2.0-rc1~67 we removed the code that reads slip's
*slirp
stderr on failed startup. However, we forgot to remove
corresponding virCommandSetErrorFD() call and variable
declaration. Do that now.
While this may seem like a step in wrong direction (we should be
reading stderr as it may contain reason for failed start), this
is going to be handled in more general way in next commits.
Signed-off-by: Michal Privoznik <mprivozn(a)redhat.com>
---
src/qemu/qemu_slirp.c | 2 --
1 file changed, 2 deletions(-)