Re: [PATCH v1 12/20] semihosting: Move ARM semihosting code to shared directories

2021-01-11 Thread Philippe Mathieu-Daudé
On 1/8/21 11:42 PM, Alex Bennée wrote: > From: Keith Packard > > This commit renames two files which provide ARM semihosting support so > that they can be shared by other architectures: > > 1. target/arm/arm-semi.c -> hw/semihosting/common-semi.c > 2. linux-user/arm/semihost.c -> linux-use

Re: [PATCH v1 12/20] semihosting: Move ARM semihosting code to shared directories

2021-01-11 Thread Philippe Mathieu-Daudé
On 1/11/21 4:30 PM, Philippe Mathieu-Daudé wrote: > On 1/8/21 11:42 PM, Alex Bennée wrote: >> From: Keith Packard >> >> This commit renames two files which provide ARM semihosting support so >> that they can be shared by other architectures: >> >> 1. target/arm/arm-semi.c -> hw/semihosting/co

Re: [PATCH v1 12/20] semihosting: Move ARM semihosting code to shared directories

2021-01-11 Thread Philippe Mathieu-Daudé
On 1/8/21 11:42 PM, Alex Bennée wrote: > From: Keith Packard > > This commit renames two files which provide ARM semihosting support so > that they can be shared by other architectures: > > 1. target/arm/arm-semi.c -> hw/semihosting/common-semi.c > 2. linux-user/arm/semihost.c -> linux-use

[PATCH v1 12/20] semihosting: Move ARM semihosting code to shared directories

2021-01-08 Thread Alex Bennée
From: Keith Packard This commit renames two files which provide ARM semihosting support so that they can be shared by other architectures: 1. target/arm/arm-semi.c -> hw/semihosting/common-semi.c 2. linux-user/arm/semihost.c -> linux-user/semihost.c The build system was modified use a new