Re: [PATCH v3 01/10] qdev/qbus: add hidden device support

2019-10-16 Thread Jens Freimann
On Tue, Oct 15, 2019 at 01:19:33PM -0600, Alex Williamson wrote: On Fri, 11 Oct 2019 13:20:06 +0200 Jens Freimann wrote: This adds support for hiding a device to the qbus and qdev APIs. The first user of this will be the virtio-net failover feature but the API introduced with this patch could

Re: [PATCH v3 01/10] qdev/qbus: add hidden device support

2019-10-15 Thread Alex Williamson
On Fri, 11 Oct 2019 13:20:06 +0200 Jens Freimann wrote: > This adds support for hiding a device to the qbus and qdev APIs. The > first user of this will be the virtio-net failover feature but the API > introduced with this patch could be used to implement other features as > well, for example hi

Re: [PATCH v3 01/10] qdev/qbus: add hidden device support

2019-10-14 Thread Jens Freimann
On Mon, Oct 14, 2019 at 11:46:22AM +0200, Cornelia Huck wrote: On Fri, 11 Oct 2019 13:20:06 +0200 Jens Freimann wrote: This adds support for hiding a device to the qbus and qdev APIs. The first user of this will be the virtio-net failover feature but the API introduced with this patch could b

Re: [PATCH v3 01/10] qdev/qbus: add hidden device support

2019-10-14 Thread Cornelia Huck
On Fri, 11 Oct 2019 13:20:06 +0200 Jens Freimann wrote: > This adds support for hiding a device to the qbus and qdev APIs. The > first user of this will be the virtio-net failover feature but the API > introduced with this patch could be used to implement other features as > well, for example hi

[PATCH v3 01/10] qdev/qbus: add hidden device support

2019-10-11 Thread Jens Freimann
This adds support for hiding a device to the qbus and qdev APIs. The first user of this will be the virtio-net failover feature but the API introduced with this patch could be used to implement other features as well, for example hiding pci devices when a pci bus is powered off. qdev_device_add()