On Mon, 18 Sep 2023 18:02:34 +0200
Philippe Mathieu-Daudé wrote:
> APIC state is created under a certain condition,
> use the same condition to realize it.
> Having a NULL APIC state is a bug: use assert().
>
> Signed-off-by: Philippe Mathieu-Daudé
> ---
> target/i386/cpu-sysemu.c | 9 +++-
On 9/18/23 09:02, Philippe Mathieu-Daudé wrote:
APIC state is created under a certain condition,
use the same condition to realize it.
Having a NULL APIC state is a bug: use assert().
Signed-off-by: Philippe Mathieu-Daudé
---
target/i386/cpu-sysemu.c | 9 +++--
target/i386/cpu.c|
APIC state is created under a certain condition,
use the same condition to realize it.
Having a NULL APIC state is a bug: use assert().
Signed-off-by: Philippe Mathieu-Daudé
---
target/i386/cpu-sysemu.c | 9 +++--
target/i386/cpu.c| 8 +---
2 files changed, 8 insertions(+), 9 del