Re: [Xen-devel] [PATCH v5 12/12] livepatch: Add python bindings for livepatch operations

2019-11-19 Thread Ross Lagerwall
On 11/14/19 1:06 PM, Pawel Wieczorkiewicz wrote: > Extend the XC python bindings library to support also all common > livepatch operations and actions. > > Add the python bindings for the following operations: > - status (pyxc_livepatch_status): > Requires a payload name as an input. >

[Xen-devel] [PATCH v5 12/12] livepatch: Add python bindings for livepatch operations

2019-11-14 Thread Pawel Wieczorkiewicz
Extend the XC python bindings library to support also all common livepatch operations and actions. Add the python bindings for the following operations: - status (pyxc_livepatch_status): Requires a payload name as an input. Returns a status dict containing a state string and a return code