Re: [Qemu-devel] [RFC v2] qmp: query-device-slots command

2016-12-15 Thread Eduardo Habkost
On Thu, Dec 15, 2016 at 01:39:30PM +0100, Markus Armbruster wrote: > Eduardo Habkost writes: > > > This adds a new command to QMP: query-device-slots. It will allow > > management software to query possible slots where devices can be > > plugged. > > > > This implementation of the command will re

Re: [Qemu-devel] [RFC v2] qmp: query-device-slots command

2016-12-15 Thread Eduardo Habkost
On Thu, Dec 15, 2016 at 10:36:17AM +0100, Igor Mammedov wrote: > On Wed, 14 Dec 2016 17:39:08 -0200 > Eduardo Habkost wrote: > > > This adds a new command to QMP: query-device-slots. It will allow > > management software to query possible slots where devices can be > > plugged. > > > > This impl

Re: [Qemu-devel] [RFC v2] qmp: query-device-slots command

2016-12-15 Thread Markus Armbruster
Eduardo Habkost writes: > This adds a new command to QMP: query-device-slots. It will allow > management software to query possible slots where devices can be > plugged. > > This implementation of the command will return: > > * Multiple PCI slots per bus, in the case of PCI buses; > * One slot pe

Re: [Qemu-devel] [RFC v2] qmp: query-device-slots command

2016-12-15 Thread Igor Mammedov
On Wed, 14 Dec 2016 17:39:08 -0200 Eduardo Habkost wrote: > This adds a new command to QMP: query-device-slots. It will allow > management software to query possible slots where devices can be > plugged. > > This implementation of the command will return: > > * Multiple PCI slots per bus, in th

[Qemu-devel] [RFC v2] qmp: query-device-slots command

2016-12-14 Thread Eduardo Habkost
This adds a new command to QMP: query-device-slots. It will allow management software to query possible slots where devices can be plugged. This implementation of the command will return: * Multiple PCI slots per bus, in the case of PCI buses; * One slot per bus for the other buses (that don't