Re: [PATCH 3/3] qemu: Drop @unionMems argument from qemuProcessSetupPid()

2023-06-08 Thread Martin Kletzander
On Thu, Jun 08, 2023 at 09:03:04AM +0200, Michal Prívozník wrote: On 6/8/23 08:45, Martin Kletzander wrote: On Wed, Jun 07, 2023 at 04:41:01PM +0200, Michal Privoznik wrote: The @unionMems argument of qemuProcessSetupPid() function is not necessary really as all callers pass 'true'. Drop it. S

Re: [PATCH 3/3] qemu: Drop @unionMems argument from qemuProcessSetupPid()

2023-06-08 Thread Michal Prívozník
On 6/8/23 08:45, Martin Kletzander wrote: > On Wed, Jun 07, 2023 at 04:41:01PM +0200, Michal Privoznik wrote: >> The @unionMems argument of qemuProcessSetupPid() function is not >> necessary really as all callers pass 'true'. Drop it. >> >> Signed-off-by: Michal Privoznik >> --- >> src/qemu/qemu_p

Re: [PATCH 3/3] qemu: Drop @unionMems argument from qemuProcessSetupPid()

2023-06-07 Thread Martin Kletzander
On Wed, Jun 07, 2023 at 04:41:01PM +0200, Michal Privoznik wrote: The @unionMems argument of qemuProcessSetupPid() function is not necessary really as all callers pass 'true'. Drop it. Signed-off-by: Michal Privoznik --- src/qemu/qemu_process.c | 31 +++ 1 file change

[PATCH 3/3] qemu: Drop @unionMems argument from qemuProcessSetupPid()

2023-06-07 Thread Michal Privoznik
The @unionMems argument of qemuProcessSetupPid() function is not necessary really as all callers pass 'true'. Drop it. Signed-off-by: Michal Privoznik --- src/qemu/qemu_process.c | 31 +++ 1 file changed, 11 insertions(+), 20 deletions(-) diff --git a/src/qemu/qemu_p