Re: [PATCH v5 2/4] vl: Initialise main loop earlier

2020-02-19 Thread Kevin Wolf
Am 19.02.2020 um 15:07 hat Wolfgang Bumiller geschrieben: > On Tue, Feb 18, 2020 at 04:40:34PM +0100, Kevin Wolf wrote: > > We want to be able to use qemu_aio_context in the monitor > > initialisation. > > > > Signed-off-by: Kevin Wolf > > Reviewed-by: Marc-André Lureau > > Reviewed-by: Markus A

Re: [PATCH v5 2/4] vl: Initialise main loop earlier

2020-02-19 Thread Wolfgang Bumiller
On Tue, Feb 18, 2020 at 04:40:34PM +0100, Kevin Wolf wrote: > We want to be able to use qemu_aio_context in the monitor > initialisation. > > Signed-off-by: Kevin Wolf > Reviewed-by: Marc-André Lureau > Reviewed-by: Markus Armbruster > --- > vl.c | 10 +- > 1 file changed, 5 insertions

[PATCH v5 2/4] vl: Initialise main loop earlier

2020-02-18 Thread Kevin Wolf
We want to be able to use qemu_aio_context in the monitor initialisation. Signed-off-by: Kevin Wolf Reviewed-by: Marc-André Lureau Reviewed-by: Markus Armbruster --- vl.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/vl.c b/vl.c index 794f2e5733..98bc51e089 100