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: Peter Maydell
Subject: Re: Emulate custom machine on qemu-4.2.0
Date: Tue, 14 Sep 2021 11:25:16 +0100

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]