Re: [Xen-devel] [PATCH] xen: export device state to sysfs

2018-08-27 Thread Juergen Gross
On 27/08/18 20:44, Joe Jin wrote: > Export device state to sysfs to allow for easier get device state. > > Signed-off-by: Joe Jin > Boris Ostrovsky > Juergen Gross Please add the related documentation to Documentation/ABI/stable/sysfs-bus-xen-backend Juergen > --- > drivers/xen/xenbus/xen

[Xen-devel] [PATCH] xen: export device state to sysfs

2018-08-27 Thread Joe Jin
Export device state to sysfs to allow for easier get device state. Signed-off-by: Joe Jin Boris Ostrovsky Juergen Gross --- drivers/xen/xenbus/xenbus_probe.c | 9 + 1 file changed, 9 insertions(+) diff --git a/drivers/xen/xenbus/xenbus_probe.c b/drivers/xen/xenbus/xenbus_probe.c inde