On 05/08/20 13:49, Thomas Huth wrote:
>> ... as this is the current behavior.
> But could we maybe end up in a scenario, where the stub from
> stubs/cpu-get-icount.c is used, which then calls the real implementation
> of qemu_notify_event() in main-loop.c ?
Yes, definitely. It would happen in too
On 05/08/2020 11.59, Philippe Mathieu-Daudé wrote:
> On 8/5/20 11:42 AM, Philippe Mathieu-Daudé wrote:
>> On 8/5/20 10:55 AM, Philippe Mathieu-Daudé wrote:
>>> We don't need the qemu_notify_event() stub anymore.
>>>
>>> Signed-off-by: Philippe Mathieu-Daudé
>>> ---
>>> stubs/cpu-get-icount.c | 2
On 8/5/20 11:42 AM, Philippe Mathieu-Daudé wrote:
> On 8/5/20 10:55 AM, Philippe Mathieu-Daudé wrote:
>> We don't need the qemu_notify_event() stub anymore.
>>
>> Signed-off-by: Philippe Mathieu-Daudé
>> ---
>> stubs/cpu-get-icount.c | 2 +-
>> stubs/notify-event.c | 6 --
>> stubs/Makefile
On 8/5/20 10:55 AM, Philippe Mathieu-Daudé wrote:
> We don't need the qemu_notify_event() stub anymore.
>
> Signed-off-by: Philippe Mathieu-Daudé
> ---
> stubs/cpu-get-icount.c | 2 +-
> stubs/notify-event.c | 6 --
> stubs/Makefile.objs| 1 -
> 3 files changed, 1 insertion(+), 8 delet
We don't need the qemu_notify_event() stub anymore.
Signed-off-by: Philippe Mathieu-Daudé
---
stubs/cpu-get-icount.c | 2 +-
stubs/notify-event.c | 6 --
stubs/Makefile.objs| 1 -
3 files changed, 1 insertion(+), 8 deletions(-)
delete mode 100644 stubs/notify-event.c
diff --git a/stu