Re: [Qemu-discuss] [Qemu-devel] TCP options ipv4 and ipv6 have no effect

2015-10-03 Thread Liviu Ionescu
> On 02 Oct 2015, at 21:20, Sair, Umair wrote: > >> On linux it always runs on IPv4 >> and on Windows, it always runs on IPv6. Can you please help me out in >> resolving this problem? I remember I had the same problem when building GNU ARM Eclipse QEMU. You can take a look at: https://githu

[Qemu-discuss] GNU ARM Eclipse QEMU: support for active graphical buttons added

2016-11-29 Thread Liviu Ionescu
For those interested in Cortex-M boards emulation: http://gnuarmeclipse.github.io/blog/2016/11/28/qemu-v2-7-0-20161128-released/ Any feedback is highly appreciated. Regards, Liviu

Re: Is STM32f429 discovery board fully supported on qemu?

2020-02-06 Thread Liviu Ionescu
> On 6 Feb 2020, at 11:23, Mohannad Maklad wrote: > > I'm trying to emulate STM32F429I discovery board using qemu & eclipse IDE. > > I got the blinky example running with the led turning on and off on the > graphics screen but I have tried an example to run the on-board screen and it > does

Re: Is STM32f429 discovery board fully supported on qemu?

2020-02-06 Thread Liviu Ionescu
> On 6 Feb 2020, at 16:42, Philippe Mathieu-Daudé wrote: > > https://xpack.github.io/qemu-arm/#why-xpack-qemu-arm > > "Even more, support for semihosting in the public > QEMU version was broken, and the verbosity required > for integration with the QEMU plug-in was missing, > so it could

Re: Is STM32f429 discovery board fully supported on qemu?

2020-02-06 Thread Liviu Ionescu
> On 6 Feb 2020, at 16:53, Liviu Ionescu wrote: > > start a new thread I mean in qemu-dev. Regards, Liviu

Re: Is STM32f429 discovery board fully supported on qemu?

2020-02-06 Thread Liviu Ionescu
> On 6 Feb 2020, at 18:18, Alex Bennée wrote: > > - there is an active maintainer to look after it I plan to update xPack QEMU Arm to the latest master, but this will not happen in the first half of the year, most realistically by the end of it. As it is now, the limited functionality is e

xPack QEMU Arm v6.2.0-2 released

2022-01-19 Thread Liviu Ionescu
For those interested, I made a new binary distribution of QEMU Arm: - There are separate binaries for Windows (64-bit), macOS (Intel 64-bit, Apple Silicon 64-bit) and GNU/Linux (Intel 64-bit, Arm 32/64-bit). It is intended m

A template to generate Arm & RISC-V semihosted Hello World projects running on QEMU

2022-07-30 Thread Liviu Ionescu
For those interested in bare-metal platforms, I wrote a template that can generate Arm & RISC-V semihosted projects that can run on QEMU: - https://github.com/micro-os-plus/hello-world-qemu-template-xpack/ The generated projects are intended as starting points for multi-platform unit-tests.

Re: dropping 32-bit host support

2023-03-15 Thread Liviu Ionescu
> On 16 Mar 2023, at 02:57, Andrew Randrianasulu > wrote: > > Looking at https://wiki.qemu.org/ChangeLog/8.0 > > === > System emulation on 32-bit x86 and ARM hosts has been deprecated. The QEMU > project no longer considers 32-bit x86 and ARM support for system emulation > to be an effect

Re: dropping 32-bit host support

2023-03-16 Thread Liviu Ionescu
> On 16 Mar 2023, at 09:29, Philippe Mathieu-Daudé wrote: > > Hi Liviu, > >> or the countless 32-bit Raspberry Pi? >> my xPack binary tools, which include qemu arm & qemu riscv, are also >> available for arm 32-bit, and the analytics show about the same number of >> downloads for 32-bit as

Re: dropping 32-bit host support

2023-03-16 Thread Liviu Ionescu
> On 16 Mar 2023, at 09:57, Liviu Ionescu wrote: > > I'm not targeting RPi2; there are a lot of RPi4 with less than 8GB RAM (most > of them, actually), and even more RPi3, with even less RAM), and people > prefer to continue using the 32-bit OS on them, which works qui

Re: dropping 32-bit host support

2023-03-16 Thread Liviu Ionescu
> On 16 Mar 2023, at 10:36, Thomas Huth wrote: > > ... It will take another year (or maybe more) until the deprecation will turn > into a real unsupported state. I assume by that point in time, more and more > RPi users will have switched to a 64-bit OS instead. There is an easy and accurat

Re: Hello world program files for mps2-an500 cortex m7 on qemu

2023-07-02 Thread Liviu Ionescu
> On 2 Jul 2023, at 20:57, abhijit patil wrote: > > Needed startup.s test.c and test.ld files for the emulation of mps2-an500 > cortex m7 on qemu...needed on urgent basisthanks in advance The hello-world-qemu-template-xpack template can generate Hello World projects that run on QEMU.

Re: QEMU on Windows

2024-05-21 Thread Liviu Ionescu
> On 22 May 2024, at 00:10, ItSeems wrote: > > Can you please tell me which version of Qemu works on Windows 10? For example: - https://github.com/xpack-dev-tools/qemu-arm-xpack/ - https://github.com/xpack-dev-tools/qemu-riscv-xpack/ Regards, Liviu

Re: semihosting option

2025-02-27 Thread Liviu Ionescu
> On 27 Feb 2025, at 07:43, Yanfeng Liu wrote: > > Dear experts, > > I am wondering QEMU semihosting for ARM or RISCV targets allows user to > control > the set of functions available in semihosting? When it was done, a few years ago, the implementation of QEMU semihosting for ARM or RISCV