qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] qgraph


From: Natalia Fursova
Subject: Re: [Qemu-devel] qgraph
Date: Wed, 3 Jul 2019 11:19:47 +0300

Thank you!

С уважением, 
Наталья


-----Original Message-----
From: Markus Armbruster [mailto:address@hidden] 
Sent: Tuesday, July 02, 2019 6:26 PM
To: Natalia Fursova
Cc: 'Paolo Bonzini'; 'Andreas Färber'; 'Паша'; address@hidden
Subject: Re: [Qemu-devel] qgraph

"Natalia Fursova" <address@hidden> writes:

> Hi there again!
> Thank you for your answers, I have new question.
>  
> I want to identify PCI devices (e.g. network cards) and observed one
> strange thing. I use qmp command "qom-list-type" and build tree from
> it output. Some items don't have parent and don't give information
> about themselves. E. g. "e1000-base". It has three children and it
> belongs to PCI devices, but I can't know it, cuz command
> "qom-list-properties" returns empty message.
>
> There is no information about "e1000-base" in "qom-list-type"
> output. It is referenced only as a parent for network cards.  Is it
> ok? Maybe is there other way for get information about all PCI
> devices?

qom-list-types only returns concrete types by default.  Try passing
"abstract": true.




reply via email to

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