On 02/07/2015 18:18, Andreas Färber wrote:
>> > +    uint32_t crash_occurred;
>> >      volatile sig_atomic_t exit_request;
>> >      uint32_t interrupt_request;
>> >      int singlestep_enabled;
> If you add this field to CPUState, you'll also need to reset it in
> qom/cpu.c. Or is it intentionally persistent?

And since you are at it, you can make it a bool.

Paolo

Reply via email to