xcp-ng / xenopsd-ng

Building a PoC reimplementing xenopsd in another language
GNU Affero General Public License v3.0
7 stars 1 forks source link

The easiest "testable" call #1

Closed olivierlambert closed 4 years ago

olivierlambert commented 4 years ago

In order to make a small PoC in various language, it will be interesting to know what are the current easiest calls to Xen. Something that we could test (ie seeing the result on Xen side) so we can be sure our PoC is working.

benjamreis commented 4 years ago

Pause/unpause POC in rust available here: https://github.com/xcp-ng/xenopsd-ng/pull/2

benjamreis commented 4 years ago

Shutdown POC in rust available here: https://github.com/xcp-ng/xenopsd-ng/pull/5

olivierlambert commented 4 years ago

So IIRC, what's left is to get the code safe, and then merge, before going further?

benjamreis commented 4 years ago

It's already done. I think we can close this issue. :)