qemu-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Emulate custom machine on qemu-4.2.0


From: abhijeet inamdar
Subject: Re: Emulate custom machine on qemu-4.2.0
Date: Tue, 14 Sep 2021 14:51:46 +0200

Is there any example for UART being added to the machine in 4.2.0? 

Thank you,
Abhijeet.

On Tue, Sep 14, 2021, 12:26 Peter Maydell <peter.maydell@linaro.org> wrote:
On Tue, 14 Sept 2021 at 11:21, abhijeet inamdar
<abhijeetinamdar3005@gmail.com> wrote:
>
> My question is that can we see the list of devices for say any particular machine.
> EX: if we do -m help.
> we do get the list of machines right so is their anything similar for the devices to check for a particular machine.

"-M help" lists all machines.
"-device help" lists all devices.
There is no mechanism where we limit the output of '-device help'
to only those devices that work with a particular machine;
QEMU does not have that information.

-- PMM

reply via email to

[Prev in Thread] Current Thread [Next in Thread]