Re: [PATCH 2/2] qemu_process: Start QEMU for caps probing more robustly

2022-03-17 Thread Daniel P . Berrangé
On Wed, Mar 16, 2022 at 04:39:36PM +0100, Michal Privoznik wrote: > When probing QEMU capabilities, we look at whatever > was specified in the domain XML and execute it with couple of > arguments (-daemonize being one of them) Then, we use > virCommandSetErrorBuffer() to read stderr of the child

Re: [PATCH 2/2] qemu_process: Start QEMU for caps probing more robustly

2022-03-17 Thread Martin Kletzander
On Wed, Mar 16, 2022 at 04:39:36PM +0100, Michal Privoznik wrote: When probing QEMU capabilities, we look at whatever was specified in the domain XML and execute it with couple of arguments (-daemonize being one of them) Then, we use virCommandSetErrorBuffer() to read stderr of the child

[PATCH 2/2] qemu_process: Start QEMU for caps probing more robustly

2022-03-16 Thread Michal Privoznik
When probing QEMU capabilities, we look at whatever was specified in the domain XML and execute it with couple of arguments (-daemonize being one of them) Then, we use virCommandSetErrorBuffer() to read stderr of the child process hoping to read possible error message just before the process

[PATCH 2/2] qemu_process: Start QEMU for caps probing more robustly

2022-02-04 Thread Michal Privoznik
When probing QEMU capabilities, we look at whatever was specified in the domain XML and execute it with couple of arguments (-daemonize being one of them) Then, we use virCommandSetErrorBuffer() to read stderr of the child process hoping to read possible error message just before the process