[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Emulation of a configuation file
From: |
Peter Maydell |
Subject: |
Re: Emulation of a configuation file |
Date: |
Wed, 4 Aug 2021 11:01:30 +0100 |
On Wed, 4 Aug 2021 at 10:28, Sukreet pal <palsukreet@gmail.com> wrote:
>
> I can share the .config file. Is there a guide available which I can use to
> add a new machine in upstream QEMU ?
>
> The configuration file is attached with this email.
That's a Linux kernel configuration file. It does not contain
anywhere near enough information to be able to autogenerate
an machine emulation, even in theory.
There is no guide to adding new machine types: the best advice
is to look at the existing examples. Note that adding a new
machine is not easy -- my rule of thumb is that it is about
as much work and requires about as much information and
expertise as porting Linux to that machine type.
-- PMM