Re: [Qemu-devel] [RFC PATCH] stm32f103: Add initial skeleton of STM32 F103 SoC

2019-01-06 Thread Priit Laes
On Thu, Jan 03, 2019 at 01:33:08PM -0800, Alistair Francis wrote: > On Wed, Dec 26, 2018 at 11:08 AM Priit Laes wrote: > > > > Initial barebone SoC implementation for STM32F103 > > with "Blue Pill" board source for testing. > > > > Code is

[Qemu-devel] [RFC PATCH] stm32f103: Add initial skeleton of STM32 F103 SoC

2018-12-26 Thread Priit Laes
ne 103 of "../../cm3/vector.c" starts at address 0x8000380 \ and ends at 0x8000382 . Any ideas? Signed-off-by: Priit Laes --- default-configs/arm-softmmu.mak | 1 + hw/arm/Makefile.objs| 1 + hw/arm/stm32f103_blue_pill.c| 78

[Qemu-devel] [PATCH] qom: Include qemu/fprintf-fn.h in cpu.h

2018-12-25 Thread Priit Laes
QOM cpu.h uses fprintf_function which requires Qemu's qemu/fprintf-fn.h header. Include it. Signed-off-by: Priit Laes --- include/qom/cpu.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/qom/cpu.h b/include/qom/cpu.h index 1396f53e5b..6d1ba53d72 100644 --- a/include/qom/cpu.h