Re: [PATCH v1 13/20] semihosting: Change common-semi API to be architecture-independent

2021-01-11 Thread Philippe Mathieu-Daudé
On 1/8/21 11:42 PM, Alex Bennée wrote: > From: Keith Packard > > The public API is now defined in > hw/semihosting/common-semi.h. do_common_semihosting takes CPUState * > instead of CPUARMState *. All internal functions have been renamed > common_semi_ instead of arm_semi_ or arm_. Aside from the

[PATCH v1 13/20] semihosting: Change common-semi API to be architecture-independent

2021-01-08 Thread Alex Bennée
From: Keith Packard The public API is now defined in hw/semihosting/common-semi.h. do_common_semihosting takes CPUState * instead of CPUARMState *. All internal functions have been renamed common_semi_ instead of arm_semi_ or arm_. Aside from the API change, there are no functional changes in thi