All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 00/10] tools: Implement basic golang bindings for libxl
@ 2017-04-05 16:05 George Dunlap
  2017-04-05 16:05 ` [PATCH v5 01/10] golang/xenlight: Create stub package George Dunlap
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: George Dunlap @ 2017-04-05 16:05 UTC (permalink / raw)
  To: xen-devel; +Cc: George Dunlap

This is a revision of a series mostly implemented by Ronald Rojas
(which was in turn based on an implementation of some limited
functionality done by myself), with a view to trying to get something
useful into the tree for 4.9.

I have revised a handful of patches based on my own comments, and
reordered the later patches somewhat.

This series does not include the DomainCreate operations, nor the unit
tests, since those required more work.  I shall try to have those
cleaned up by the feature freeze, but we'll have to see.


Ronald Rojas (10):
  golang/xenlight: Create stub package
  golang/xenlight: Add error constants and standard handling
  golang/xenlight: Add host-related functionality
  golang/xenlight: Implement libxl_domain_info and libxl_domain_unpause
  golang/xenlight: Implement libxl_bitmap and helper operations
  golang/xenlight: Implement libxl_scheduler enumeration
  golang/xenlight: Implement Domain operations
  golang/xenlight: Implement Vcpuinfo and ListVcpu
  golang/xenlight: Implement get console path operations
  golang/xenlight: Implement cpupool operations

 tools/Makefile                    |    1 +
 tools/Rules.mk                    |    5 +
 tools/golang/Makefile             |   27 +
 tools/golang/xenlight/Makefile    |   49 ++
 tools/golang/xenlight/xenlight.go | 1197 +++++++++++++++++++++++++++++++++++++
 5 files changed, 1279 insertions(+)
 create mode 100644 tools/golang/Makefile
 create mode 100644 tools/golang/xenlight/Makefile
 create mode 100644 tools/golang/xenlight/xenlight.go

-- 
2.1.4


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2017-04-05 16:16 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-05 16:05 [PATCH v5 00/10] tools: Implement basic golang bindings for libxl George Dunlap
2017-04-05 16:05 ` [PATCH v5 01/10] golang/xenlight: Create stub package George Dunlap
2017-04-05 16:05 ` [PATCH v5 02/10] golang/xenlight: Add error constants and standard handling George Dunlap
2017-04-05 16:05 ` [PATCH v5 03/10] golang/xenlight: Add host-related functionality George Dunlap
2017-04-05 16:05 ` [PATCH v5 04/10] golang/xenlight: Implement libxl_domain_info and libxl_domain_unpause George Dunlap
2017-04-05 16:05 ` [PATCH v5 05/10] golang/xenlight: Implement libxl_bitmap and helper operations George Dunlap
2017-04-05 16:05 ` [PATCH v5 06/10] golang/xenlight: Implement libxl_scheduler enumeration George Dunlap
2017-04-05 16:05 ` [PATCH v5 07/10] golang/xenlight: Implement Domain operations George Dunlap
2017-04-05 16:05 ` [PATCH v5 08/10] golang/xenlight: Implement Vcpuinfo and ListVcpu George Dunlap
2017-04-05 16:05 ` [PATCH v5 09/10] golang/xenlight: Implement get console path operations George Dunlap
2017-04-05 16:05 ` [PATCH v5 10/10] golang/xenlight: Implement cpupool operations George Dunlap

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.