Re: [PATCH v6 16/19] softmmu/vl: defer backend init

2022-03-07 Thread Jag Raman
> On Mar 7, 2022, at 5:48 AM, Stefan Hajnoczi wrote: > > On Thu, Feb 17, 2022 at 02:49:03AM -0500, Jagannathan Raman wrote: >> Allow deferred initialization of backends. TYPE_REMOTE_MACHINE is >> agnostic to QEMU's RUN_STATE. It's state is driven by the QEMU client > > s/It's/Its/ > >> via th

Re: [PATCH v6 16/19] softmmu/vl: defer backend init

2022-03-07 Thread Stefan Hajnoczi
On Thu, Feb 17, 2022 at 02:49:03AM -0500, Jagannathan Raman wrote: > Allow deferred initialization of backends. TYPE_REMOTE_MACHINE is > agnostic to QEMU's RUN_STATE. It's state is driven by the QEMU client s/It's/Its/ > via the vfio-user protocol. Whereas, the backends presently defer > initiali

[PATCH v6 16/19] softmmu/vl: defer backend init

2022-02-17 Thread Jagannathan Raman
Allow deferred initialization of backends. TYPE_REMOTE_MACHINE is agnostic to QEMU's RUN_STATE. It's state is driven by the QEMU client via the vfio-user protocol. Whereas, the backends presently defer initialization if QEMU is in RUN_STATE_INMIGRATE. Since the remote machine can't use RUN_STATE*,