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 'system_emul
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 oppositio
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 exampl
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
> ---
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