I see. We need this opportunity and want to implement it. Will it ok for QOM conception?
Best regards, Natalia -----Original Message----- From: Paolo Bonzini [mailto:pbonz...@redhat.com] Sent: Wednesday, June 05, 2019 4:07 PM To: Natalia Fursova; qemu-devel@nongnu.org; 'Паша' Subject: Re: [Qemu-devel] qgraph On 05/06/19 14:34, Natalia Fursova wrote: > > Thank you for your answer. I would like to clarify something about the qmp > commands. > For example, consider SCSI controller "lsi53c895a". For getting information > we use two commands: "device-list-properties" and "qom-list-properties". > Output consists of many properties, but there is no information about > provided buses by this device. Is there a qmp command which provides this > information? Unfortunately there is no information in QMP about buses that are provided. qom-list-types gives the buses that are requested. Paolo