> On 16. Jan 2026, at 15:21, Philippe Mathieu-Daudé <[email protected]> wrote: > > On 16/1/26 14:52, Mohamed Mediouni wrote: >> Signed-off-by: Mohamed Mediouni <[email protected]> >> Reviewed-by: Pierrick Bouvier <[email protected]> >> --- >> accel/whpx/whpx-common.c | 1 + >> target/arm/meson.build | 1 + >> target/arm/whpx/meson.build | 3 + >> target/arm/whpx/whpx-all.c | 810 ++++++++++++++++++++++++++++++++++++ >> 4 files changed, 815 insertions(+) >> create mode 100644 target/arm/whpx/meson.build >> create mode 100644 target/arm/whpx/whpx-all.c > > >> +void whpx_apply_breakpoints( >> + struct whpx_breakpoint_collection *breakpoints, >> + CPUState *cpu, >> + bool resuming) >> +{ >> + > > g_assert_not_reached() ? > >> +} >> +void whpx_translate_cpu_breakpoints( >> + struct whpx_breakpoints *breakpoints, >> + CPUState *cpu, >> + int cpu_breakpoint_count) >> +{ >> + > > g_assert_not_reached() ? > >> +} > Hello, Called unconditionally today from the common code. But does nothing as breakpoints aren’t supported on the platform. If trying to actually enable a breakpoint, common code will go through whpx_set_exception_exit_bitmap and error there.
- [PATCH v16 12/26] whpx: common: add WHPX_INTERCEPT... Mohamed Mediouni
- [PATCH v16 21/26] target/arm: whpx: instantiate GI... Mohamed Mediouni
- [PATCH v16 17/26] target/arm: cpu: mark WHPX as su... Mohamed Mediouni
- [PATCH v16 23/26] whpx: enable arm64 builds Mohamed Mediouni
- [PATCH v16 20/26] whpx: arm64: implement -cpu host Mohamed Mediouni
- [PATCH v16 11/26] whpx: ifdef out winhvemulation o... Mohamed Mediouni
- Re: [PATCH v16 11/26] whpx: ifdef out winhvem... Philippe Mathieu-Daudé
- [PATCH v16 05/26] tests: data: update AArch64 ACPI... Mohamed Mediouni
- [PATCH v16 15/26] whpx: add arm64 support Mohamed Mediouni
- Re: [PATCH v16 15/26] whpx: add arm64 support Philippe Mathieu-Daudé
- Re: [PATCH v16 15/26] whpx: add arm64 sup... Mohamed Mediouni
- Re: [PATCH v16 15/26] whpx: add arm64... Philippe Mathieu-Daudé
- [PATCH v16 18/26] whpx: arm64: clamp down IPA size Mohamed Mediouni
- [PATCH v16 19/26] hw/arm, accel/hvf, whpx: unify g... Mohamed Mediouni
- Re: [PATCH v16 19/26] hw/arm, accel/hvf, whpx... Philippe Mathieu-Daudé
- [PATCH v16 10/26] whpx: reshuffle common code Mohamed Mediouni
- Re: [PATCH v16 10/26] whpx: reshuffle common ... Philippe Mathieu-Daudé
- Re: [PATCH v16 10/26] whpx: reshuffle com... Mohamed Mediouni
- [PATCH v16 07/26] hw: arm: virt: rework MSI-X conf... Mohamed Mediouni
- [PATCH v16 14/26] whpx: interrupt controller suppo... Mohamed Mediouni
- [PATCH v16 13/26] hw, target, accel: whpx: change ... Mohamed Mediouni
