Show patches with: Submitter = Nick Rosbrook       |    State = Action Required       |   41 patches
Patch Series A/R/T S/W/F Date Submitter Delegate State
MAINTAINERS: update my email address MAINTAINERS: update my email address - 2 - --- 2022-01-14 Nick Rosbrook New
[RESEND,12/12] golang/xenlight: add NotifyDomainDeath method to Context golang/xenlight: domain life cycle support - - - --- 2021-05-24 Nick Rosbrook New
[RESEND,11/12] golang/xenlight: do not negate ret when converting to Error golang/xenlight: domain life cycle support 1 - - --- 2021-05-24 Nick Rosbrook New
[RESEND,10/12] golang/xenlight: add SendTrigger wrapper golang/xenlight: domain life cycle support - 1 - --- 2021-05-24 Nick Rosbrook New
[RESEND,09/12] golang/xenlight: add DomainDestroy wrapper golang/xenlight: domain life cycle support - 1 - --- 2021-05-24 Nick Rosbrook New
[RESEND,08/12] golang/xenlight: add functional options to configure Context golang/xenlight: domain life cycle support 1 - - --- 2021-05-24 Nick Rosbrook New
[RESEND,07/12] golang/xenlight: add logging conveniences for within xenlight golang/xenlight: domain life cycle support - - - --- 2021-05-24 Nick Rosbrook New
[RESEND,06/12] golang/xenlight: rename Ctx receivers to ctx golang/xenlight: domain life cycle support - 1 - --- 2021-05-24 Nick Rosbrook New
[RESEND,05/12] golang/xenlight: use struct pointers in keyed union fields golang/xenlight: domain life cycle support - 1 - --- 2021-05-24 Nick Rosbrook New
[RESEND,04/12] golang/xenlight: export keyed union interface types golang/xenlight: domain life cycle support - 1 - --- 2021-05-24 Nick Rosbrook New
[RESEND,03/12] golang/xenlight: fix string conversion in generated toC functions golang/xenlight: domain life cycle support - 1 - --- 2021-05-24 Nick Rosbrook New
[RESEND,02/12] golang/xenlight: fix StringList toC conversion golang/xenlight: domain life cycle support - 1 - --- 2021-05-24 Nick Rosbrook New
[RESEND,01/12] golang/xenlight: update generated code golang/xenlight: domain life cycle support - 1 - --- 2021-05-24 Nick Rosbrook New
[RFC,v2,7/7] libxl: replace LIBXL_DEFINE_DEVICE* macro usage with generated code add function support to IDL - - - --- 2021-03-03 Nick Rosbrook New
[RFC,v2,6/7] libxl: implement device add/remove/destroy functions generation add function support to IDL - - - --- 2021-03-03 Nick Rosbrook New
[RFC,v2,5/7] libxl: add device function definitions to libxl_types.idl add function support to IDL - - - --- 2021-03-03 Nick Rosbrook New
[RFC,v2,4/7] libxl: add DeviceFunction classes to IDL add function support to IDL - - - --- 2021-03-03 Nick Rosbrook New
[RFC,v2,3/7] libxl: add PASS_BY_CONST_REFERENCE to idl add function support to IDL - - - --- 2021-03-03 Nick Rosbrook New
[RFC,v2,2/7] libxl: add Function class to IDL add function support to IDL - - - --- 2021-03-03 Nick Rosbrook New
[RFC,v2,1/7] libxl: remove extra whitespace from gentypes.py add function support to IDL 1 - - --- 2021-03-03 Nick Rosbrook New
[2/2] golang/xenlight: standardize generated code comment Untitled series #362893 - 1 - --- 2020-10-11 Nick Rosbrook New
[1/2] golang/xenlight: do not hard code libxl dir in gengotypes.py [1/2] golang/xenlight: do not hard code libxl dir in gengotypes.py - 1 - --- 2020-10-11 Nick Rosbrook New
[2/2] golang/xenlight: use struct pointers in keyed union fields make keyed union types easier to marshal - - - --- 2020-09-01 Nick Rosbrook New
[1/2] golang/xenlight: export keyed union interface types make keyed union types easier to marshal - - - --- 2020-09-01 Nick Rosbrook New
[RFC,2/2] libxl: prototype libxl_device_nic_add/remove with IDL add function support to IDL - - - --- 2020-07-27 Nick Rosbrook New
[RFC,1/2] libxl: add Function class to IDL add function support to IDL - - - --- 2020-07-27 Nick Rosbrook New
[for-4.14] golang/xenlight: fix code generation for python 2.6 [for-4.14] golang/xenlight: fix code generation for python 2.6 - - - --- 2020-07-20 Nick Rosbrook New
MAINTAINERS: add myself as a golang bindings maintainer MAINTAINERS: add myself as a golang bindings maintainer 1 - - --- 2020-07-16 Nick Rosbrook New
[for-4.14] golang/xenlight: sort cases in switch statement [for-4.14] golang/xenlight: sort cases in switch statement 2 - - --- 2020-06-15 Nick Rosbrook New
[for-4.14] tools: check go compiler version if present [for-4.14] tools: check go compiler version if present 2 - - --- 2020-06-12 Nick Rosbrook New
[for-4.14] golang/xenlight: remove call to go fmt in gengotypes.py [for-4.14] golang/xenlight: remove call to go fmt in gengotypes.py - 1 - --- 2020-06-06 Nick Rosbrook New
golang/xenlight: add an empty line after DO NOT EDIT comment golang/xenlight: add an empty line after DO NOT EDIT comment - 1 - --- 2020-05-21 Nick Rosbrook New
[v3,1/1] golang/xenlight: add necessary module/package documentation initialize xenlight go module - 1 - --- 2020-05-13 Nick Rosbrook New
[v3,1/1] golang/xenlight: add NameToDomid and DomidToName util functions More wrappers for xenlight Go package - 1 - --- 2020-05-13 Nick Rosbrook New
[v2,2/2] golang/xenlight: stop tracking generated files build golang tools 1 - - --- 2020-04-24 Nick Rosbrook New
[v2,1/2] tools: build golang tools if go compiler is present build golang tools 2 - - --- 2020-04-24 Nick Rosbrook New
[v2] golang/xenlight: implement constructor generation [v2] golang/xenlight: implement constructor generation - 1 - --- 2020-03-02 Nick Rosbrook New
[v5,3/3] golang/xenlight: implement array Go to C marshaling generated Go libxl bindings using IDL - 1 - --- 2020-01-04 Nick Rosbrook New
[v5,2/3] golang/xenlight: implement keyed union Go to C marshaling generated Go libxl bindings using IDL - 1 - --- 2020-01-04 Nick Rosbrook New
[v5,1/3] golang/xenlight: begin Go to C type marshaling generated Go libxl bindings using IDL - 1 - --- 2020-01-04 Nick Rosbrook New
golang/xenlight: add missing arguments to libxl_domain_shutdown/reboot golang/xenlight: add missing arguments to libxl_domain_shutdown/reboot - - - --- 2019-11-14 Nick Rosbrook New