[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Suitable API do build the custom SoC emulation
From: |
Peter Maydell |
Subject: |
Re: Suitable API do build the custom SoC emulation |
Date: |
Tue, 14 Feb 2023 11:05:22 +0000 |
On Tue, 14 Feb 2023 at 10:40, Alyosha Shevandin
<shevandin_al@hotmail.com> wrote:
>
> I wonder if there is any other way to build emulation for the custom SoC
> except using QEMU C API? I mean, the C API the one, that is used in a lot of
> examples under /hw folder. The other way – the high level abstractions –
> based: XML, Json, Python etc.
No, at the moment the only way to write emulation of
a new SoC is to do it in C as part of the main QEMU
executable.
-- PMM