[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] golang/xenlight: Move to an entirely external repo


  • To: Wei Liu <wl@xxxxxxx>
  • From: George Dunlap <George.Dunlap@xxxxxxxxxx>
  • Date: Mon, 7 Sep 2020 14:23:55 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=citrix.com; dmarc=pass action=none header.from=citrix.com; dkim=pass header.d=citrix.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=VRZZD6iQEI1m5m6u9S+/5F13H5zdz7U9ScSvl++64es=; b=Es+BhM6q8elWG73OGzDBqS/y4FChxgel+sKUo+gHP37b7/ST4tMM4bVd6Jlmrm0ga7r56DLwRUZ5Iz3Jw0ixcBOOkUMbvPXQrCYstqSkjACJ88WjSf81KNWDDeJLEJJVBzajE5fo+mHu0yh67grjUY1fDDR27BPB+kCA49+vVs/oC/mgYGnbX6Ci9Bnx2qqq9voGwrbhy+JMHfIqEsKtpYXKWJPgkVTdRz+MjCUAyKoUkB2RXTCcHQky4yEM04LIEM5V8tMF67nzX4V5av+bRLbKqf7EpBpKDQatbXPPm+0/SlenKZMSi00y29mC6MCGC4iyUNmCoWRbg2bHcYVEow==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=cYGS+Jk8acNjyeGTBZsxGciWsXdnGbIzA8shRMRdk6RO5fnW7PuDxWTvoZDbCtP3xDjJjZOYe0//aA6mF98Pjz26jH9gPV2GB8sGhzu3NWluGZSFjpirxsyFTi2aN6gB5g/vO/S+otorMJLXlqynqse8EapbVJER66ZheiwQ4WG5auLlIRh5JG2AC9QkP2XRCS9driIIqxsCrQQ2zCoGEWNtSVfxm0+ZEmJzWku2QvCjQ80B0bPNJl2qXMJ4QfslqWBfFhxegD7uAAHUfGm+ZcCP22dfxV4mNaya7x65Lq5rDt4+xOqr79z42r7h+JJ+4m/AnW/nNS6/xDgenJsqXA==
  • Authentication-results: esa6.hc3370-68.iphmx.com; dkim=pass (signature verified) header.i=@citrix.onmicrosoft.com
  • Cc: "open list:X86" <xen-devel@xxxxxxxxxxxxxxxxxxxx>, Nick Rosbrook <rosbrookn@xxxxxxxxxxxx>, Ian Jackson <Ian.Jackson@xxxxxxxxxx>
  • Delivery-date: Mon, 07 Sep 2020 14:24:02 +0000
  • Ironport-sdr: GPmt2mDL9SDJ1/R9bk9mzFNP6uFblIUMZXnruILK7Zh9Kh999pD97RtUNla2ngaW5qO4M80lBO FHjOupATclao56lyqLNVuD6nnuaVezktv89Nkj+7fRHJvluz2D9SkbXjOGn1iw137hHtDNzicU 8qlZ231RjWUOFkgt35aQzL9p0Piq/0TqEbDaUiK4QXySnaI2TVlWFcJRn5xZB/i2tr4K6T45KC zZ/cSJCIG6QHy/dr1pV9eQ4HL3DKyZ/6IjdFJa5kCP5dwnJt/VjpXDRKvw3UlDAttMo0oApzOG vnA=
  • List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
  • Thread-index: AQHWgtoY+gmcVIyUZUS8XTTIIdRNDKldPY4AgAABxQA=
  • Thread-topic: [PATCH] golang/xenlight: Move to an entirely external repo


> On Sep 7, 2020, at 3:17 PM, Wei Liu <wl@xxxxxxx> wrote:
> 
> On Fri, Sep 04, 2020 at 05:40:00PM +0100, George Dunlap wrote:
>> Remove all go files and generation targets.
>> 
>> Add a convenience macro to build the package from staging.  This isn't
>> really meant to be called directly; rather, it's meant to be called
>> from a corresponding build target inside the external xenlight package
>> repo.
>> 
>> Signed-off-by: George Dunlap <george.dunlap@xxxxxxxxxx>
>> ---
>> CC: Nick Rosbrook <rosbrookn@xxxxxxxxxxxx>
>> CC: Ian Jackson <ian.jackson@xxxxxxxxxx>
>> CC: Wei Liu <wl@xxxxxxx>
>> ---
>> tools/Makefile                       |    5 +-
>> tools/golang/xenlight/LICENSE        |  502 ----
>> tools/golang/xenlight/Makefile       |   36 +-
>> tools/golang/xenlight/README.md      |   28 -
>> tools/golang/xenlight/gengotypes.py  |  738 -----
>> tools/golang/xenlight/go.mod         |    3 -
>> tools/golang/xenlight/helpers.gen.go | 4182 --------------------------
>> tools/golang/xenlight/types.gen.go   | 1194 --------
>> tools/golang/xenlight/xenlight.go    | 1273 --------
>> 9 files changed, 10 insertions(+), 7951 deletions(-)
>> delete mode 100644 tools/golang/xenlight/LICENSE
>> delete mode 100644 tools/golang/xenlight/README.md
>> delete mode 100644 tools/golang/xenlight/gengotypes.py
>> delete mode 100644 tools/golang/xenlight/go.mod
>> delete mode 100644 tools/golang/xenlight/helpers.gen.go
>> delete mode 100644 tools/golang/xenlight/types.gen.go
>> delete mode 100644 tools/golang/xenlight/xenlight.go
>> 
>> diff --git a/tools/Makefile b/tools/Makefile
>> index 198b239edc..f24d7b6f74 100644
>> --- a/tools/Makefile
>> +++ b/tools/Makefile
>> @@ -31,7 +31,6 @@ endif
>> 
>> SUBDIRS-y += xenpmd
>> SUBDIRS-y += libxl
>> -SUBDIRS-$(CONFIG_GOLANG) += golang
>> SUBDIRS-y += xl
>> SUBDIRS-y += helpers
>> SUBDIRS-$(CONFIG_X86) += xenpaging
>> @@ -113,7 +112,7 @@ endif
>> #    Pull to the most recent update (as if you had checked it out for the
>> #    first time)
>> #  subdir-all-${target}-dir
>> -#    Do "make all" for ${target}, including all prerequisites (such as 
>> +#    Do "make all" for ${target}, including all prerequisites (such as
>> #    configure)
>> #  subdir-install-${target}-dir
>> #    Do "make install" for $TARGET
>> @@ -126,7 +125,7 @@ endif
>> #  ${target}-dir-remote
>> #    Where remote repositories are cloned
>> #  ${target}
>> -#    Where a copy of the source files are put when building a source 
>> +#    Where a copy of the source files are put when building a source
> 
> Unrelated changes here?

Trailing whitespace deletion, done automatically by my editor on save.  I 
probably should have mentioned them in the commit message, but I don’t think 
it’s worth removing them or moving them to another patch.

 -George

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.