xen-troops / zephyr-xenlib

Set of Zephyr libs and applications that provides basic Dom0 services
Apache License 2.0
0 stars 10 forks source link

Add xenstore commandline interface for DomUs #78

Open lorc opened 4 months ago

lorc commented 4 months ago

Right now, read, write and ls commands are implemented as a part of xenstore server, so only Dom0 can use them. But it would be really nice if DomU users will be able to use them too.

GrygiriiS commented 4 months ago

Checked that at least xenstore-ls and xenstore-list are working for local/domain/x/ or other entries with correct perms.

lorc commented 4 months ago

Just to clarify: have you tried this in Zephyr running as DomU?

GrygiriiS commented 4 months ago

Nop. Linux.

lorc commented 4 months ago

Ah, Linux will work, of course. Problem will be with Zephyr only, because IIRC right now zephyr-xenlib does not provide client for xenstore. Only server.