Re: Ast2600 emulation

2021-12-15 Thread Philippe Mathieu-Daudé
On 12/15/21 23:10, abhijeet inamdar wrote: > Thanks, I'll check it out.  > > Can we do full system mode or qemu-sytem-arm ? You should be able to do full system emulation (qemu-system-arm) with 2 Cortex-A7 cores and 1 Cortex-M3 core. > > BR. > Abhijeet > > On Wed, 15 Dec, 2021, 22:38 Philippe

Re: Ast2600 emulation

2021-12-15 Thread abhijeet inamdar
Thanks, I'll check it out. Can we do full system mode or qemu-sytem-arm ? BR. Abhijeet On Wed, 15 Dec, 2021, 22:38 Philippe Mathieu-Daudé, wrote: > On 12/15/21 22:24, abhijeet inamdar wrote: > > Hi, > > > > I was going through the aspeed ast2600(not evb) it has Dual-core Arm A7 > > and

Re: Ast2600 emulation

2021-12-15 Thread Philippe Mathieu-Daudé
On 12/15/21 22:24, abhijeet inamdar wrote: > Hi, > > I was going through the aspeed ast2600(not evb) it has Dual-core Arm A7 > and embedded M3. How can extend it/implementation in the existing one. > 1) Is it possible ? Yes. > 2) How can I do it? Look at the Xilinx ZynqMP ZCU102 board (4xA53s

Ast2600 emulation

2021-12-15 Thread abhijeet inamdar
Hi, I was going through the aspeed ast2600(not evb) it has Dual-core Arm A7 and embedded M3. How can extend it/implementation in the existing one. 1) Is it possible ? 2) How can I do it? BR. Abhijeet.

Re: [Qemu-discuss][FOSDEM][CFP] Virtualization & IaaS Devroom

2021-12-15 Thread Piotr Kliczewski
All, A friendly reminder that the submission deadline is in 5 days. Thanks, Piotr On Tue, Nov 30, 2021 at 2:44 PM Piotr Kliczewski wrote: > We are excited to announce that the call for proposals is now open for the > Virtualization & IaaS devroom at the upcoming FOSDEM 2022, to be hosted >

Re: modify NetdevUserOptions through QMP in QEMU 6 - how?

2021-12-15 Thread Alexander Sosedkin
On Tue, Dec 14, 2021 at 3:53 PM Michael S. Tsirkin wrote: > On Mon, Dec 13, 2021 at 09:02:15AM +0100, Thomas Huth wrote: > > On 10/12/2021 18.02, Alexander Sosedkin wrote: > > > With QEMU 5 I could totally issue a QMP netdev_add > > > with the same ID to adjust the NetdevUserOptions I want, > > >