Re: [PATCH] hax: unbreak accelerator cpu code after cpus.c split

2020-10-16 Thread Philippe Mathieu-Daudé
Le ven. 16 oct. 2020 10:03, Claudio Fontana a écrit : > during my split of cpus.c, code line > "current_cpu = cpu" > was removed by mistake, causing hax to break. > > This commit fixes the situation restoring it. > > Reported-by: Volker Rümelin > Fixes: e92558e4bf8059ce4f0b310afe218802b72766bc

Re: [PATCH] hax: unbreak accelerator cpu code after cpus.c split

2020-10-16 Thread Paolo Bonzini
On 16/10/20 10:00, Claudio Fontana wrote: > during my split of cpus.c, code line > "current_cpu = cpu" > was removed by mistake, causing hax to break. > > This commit fixes the situation restoring it. > > Reported-by: Volker Rümelin > Fixes: e92558e4bf8059ce4f0b310afe218802b72766bc >

[PATCH] hax: unbreak accelerator cpu code after cpus.c split

2020-10-16 Thread Claudio Fontana
during my split of cpus.c, code line "current_cpu = cpu" was removed by mistake, causing hax to break. This commit fixes the situation restoring it. Reported-by: Volker Rümelin Fixes: e92558e4bf8059ce4f0b310afe218802b72766bc Signed-off-by: Claudio Fontana --- target/i386/hax-cpus.c | 1 + 1