[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v3 1/1] golang/xenlight: add NameToDomid and DomidToName util functions
- To: Nick Rosbrook <rosbrookn@xxxxxxxxx>
- From: George Dunlap <George.Dunlap@xxxxxxxxxx>
- Date: Wed, 13 May 2020 10:15:29 +0000
- Accept-language: en-GB, en-US
- Authentication-results: esa3.hc3370-68.iphmx.com; dkim=none (message not signed) header.i=none; spf=None smtp.pra=George.Dunlap@xxxxxxxxxx; spf=Pass smtp.mailfrom=George.Dunlap@xxxxxxxxxx; spf=None smtp.helo=postmaster@xxxxxxxxxxxxxxx; dmarc=pass (p=none dis=none) d=citrix.com
- Cc: Nick Rosbrook <rosbrookn@xxxxxxxxxxxx>, xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxxx>, Wei Liu <wl@xxxxxxx>, Ian Jackson <Ian.Jackson@xxxxxxxxxx>
- Delivery-date: Wed, 13 May 2020 10:15:37 +0000
- Ironport-sdr: UlVtyVxFqucz2Ilf4xfP3dTj0dxIY93ZPPrPZ1dM3Re46079vOuj0+g+TTnTcGwVEsxGdJprpI ld6mvtfuIbkMg5lSHhPMvkDMQlh1nGqrctuOWHuKK7iStzCE1qciwGoL71StxVTZgfw9+nESiT gf/IhWt9oimsdDkjbfcY8EgPlydZlHhuQr8hIfB+HM7Q3e+++nOawvb+eC7ez+zuqy5ylK0G5B okOGXvJSx4hPeFPxXTbWLmbLOOuA7bii+wMe6LOMTUms8bSDZQkhUeJ7Lp86aWCOFAJrqhIsb+ UiI=
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
- Thread-index: AQHWKMFEbi6kgYqzdUWf66u+AEotDKilq9GA
- Thread-topic: [PATCH v3 1/1] golang/xenlight: add NameToDomid and DomidToName util functions
> On May 13, 2020, at 1:55 AM, Nick Rosbrook <rosbrookn@xxxxxxxxx> wrote:
>
> Many exported functions in xenlight require a domid as an argument. Make
> it easier for package users to use these functions by adding wrappers
> for the libxl utility functions libxl_name_to_domid and
> libxl_domid_to_name.
>
> Signed-off-by: Nick Rosbrook <rosbrookn@xxxxxxxxxxxx>
Looks good, thanks!
Reviewed-by: George Dunlap <george.dunlap@xxxxxxxxxx>
|