Re: [Qemu-devel] [PATCH v3 3/4] xen: create qdev for each backend device

2017-03-23 Thread Eduardo Habkost
Hi, I am reviewing the existing code that sets has_dynamic_sysbus, and this patch confused me. I have a question below: On Tue, Nov 22, 2016 at 07:10:58AM +0100, Juergen Gross wrote: > Create a qdev plugged to the xen-sysbus for each new backend device. > This device can be used as a parent for a

[Qemu-devel] [PATCH v3 3/4] xen: create qdev for each backend device

2016-11-21 Thread Juergen Gross
Create a qdev plugged to the xen-sysbus for each new backend device. This device can be used as a parent for all needed devices of that backend. The id of the new device will be "xen--" with being the xen backend type (e.g. "qdisk") and the xen backend number of the type under which it is to be f