Re: [PATCH v6 37/54] plugin: expand the plugin_init function to include an info block

2019-10-24 Thread Alex Bennée
Aaron Lindsay OS writes: > On Oct 18 16:54, Alex Bennée wrote: >> >> Aaron Lindsay OS writes: >> >> > On Oct 17 14:15, Alex Bennée wrote: >> >> +const char *target_name; >> >> +/* is this a full system emulation? */ >> >> +bool system_emulation; >> > >> > It seems that

Re: [PATCH v6 37/54] plugin: expand the plugin_init function to include an info block

2019-10-22 Thread Aaron Lindsay OS
On Oct 18 16:54, Alex Bennée wrote: > > Aaron Lindsay OS writes: > > > On Oct 17 14:15, Alex Bennée wrote: > >> +const char *target_name; > >> +/* is this a full system emulation? */ > >> +bool system_emulation; > > > > It seems that 'system_emulation' is meant primarily in

Re: [PATCH v6 37/54] plugin: expand the plugin_init function to include an info block

2019-10-18 Thread Alex Bennée
Aaron Lindsay OS writes: > On Oct 17 14:15, Alex Bennée wrote: >> This provides a limited amount of info to plugins about the guest >> system that will allow them to make some additional decisions on >> setup. >> >> Signed-off-by: Alex Bennée >> >> --- >> v6 >> - split and move to pre

Re: [PATCH v6 37/54] plugin: expand the plugin_init function to include an info block

2019-10-18 Thread Aaron Lindsay OS
On Oct 17 14:15, Alex Bennée wrote: > This provides a limited amount of info to plugins about the guest > system that will allow them to make some additional decisions on > setup. > > Signed-off-by: Alex Bennée > > --- > v6 > - split and move to pre example plugins > - checkpatch fixes >

[PATCH v6 37/54] plugin: expand the plugin_init function to include an info block

2019-10-17 Thread Alex Bennée
This provides a limited amount of info to plugins about the guest system that will allow them to make some additional decisions on setup. Signed-off-by: Alex Bennée --- v6 - split and move to pre example plugins - checkpatch fixes --- include/qemu/qemu-plugin.h | 26