Re: [PATCH 03/15] vbox: Drop @iid from UIMachine::LaunchVMProcess()

2023-01-24 Thread Martin Kletzander
On Tue, Jan 24, 2023 at 08:47:19AM +0100, Michal Prívozník wrote: On 1/23/23 11:00, Martin Kletzander wrote: On Mon, Jan 23, 2023 at 10:34:12AM +0100, Michal Privoznik wrote: The @iid argument of UIMachine::LaunchVMProcess() callback is unused. Drop it and also its propagation from parent

Re: [PATCH 03/15] vbox: Drop @iid from UIMachine::LaunchVMProcess()

2023-01-23 Thread Michal Prívozník
On 1/23/23 11:00, Martin Kletzander wrote: > On Mon, Jan 23, 2023 at 10:34:12AM +0100, Michal Privoznik wrote: >> The @iid argument of UIMachine::LaunchVMProcess() callback is >> unused. Drop it and also its propagation from parent functions. >> > > Looks like even in 6.1 this was not a function

Re: [PATCH 03/15] vbox: Drop @iid from UIMachine::LaunchVMProcess()

2023-01-23 Thread Martin Kletzander
On Mon, Jan 23, 2023 at 10:34:12AM +0100, Michal Privoznik wrote: The @iid argument of UIMachine::LaunchVMProcess() callback is unused. Drop it and also its propagation from parent functions. Looks like even in 6.1 this was not a function parameter of LaunchVMProcess. Was it ever? What I'm

[PATCH 03/15] vbox: Drop @iid from UIMachine::LaunchVMProcess()

2023-01-23 Thread Michal Privoznik
The @iid argument of UIMachine::LaunchVMProcess() callback is unused. Drop it and also its propagation from parent functions. Signed-off-by: Michal Privoznik --- src/vbox/vbox_common.c| 6 +++--- src/vbox/vbox_tmpl.c | 1 - src/vbox/vbox_uniformed_api.h | 1 - 3 files changed,