qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 3/5] gdbstub: reject unsupported flags in handle_set_qemu_sst


From: Paolo Bonzini
Subject: Re: [PATCH 3/5] gdbstub: reject unsupported flags in handle_set_qemu_sstep
Date: Thu, 11 Nov 2021 20:29:20 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.2.0

On 11/11/21 18:08, Alex Bennée wrote:
+
+    /*
+     * In replay mode all events written into the log should be replayed.
+     * That is why NOIRQ flag is removed in this mode.
I guess if we were being complete we could say something like:

   In replay mode all events will come from the log and can't be
   suppressed otherwise we would break determinism. However as those
   events are tied to the number of executed instructions we won't see
   them occurring every time we single step.


Ok, I can integrate this improved comment.

Paolo




reply via email to

[Prev in Thread] Current Thread [Next in Thread]