All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] golang/xenlight: Refresh generated helpers are recent libxl changes
@ 2021-01-22 13:18 Andrew Cooper
  2021-01-22 14:21 ` Ian Jackson
  2021-01-22 14:31 ` Nick Rosbrook
  0 siblings, 2 replies; 3+ messages in thread
From: Andrew Cooper @ 2021-01-22 13:18 UTC (permalink / raw)
  To: Xen-devel
  Cc: Andrew Cooper, Ian Jackson, Wei Liu, Nick Rosbrook, George Dunlap

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
---
CC: Ian Jackson <iwj@xenproject.org>
CC: Wei Liu <wl@xen.org>
CC: Nick Rosbrook <rosbrookn@ainfosec.com>
CC: George Dunlap <george.dunlap@eu.citrix.com>
---
 tools/golang/xenlight/helpers.gen.go | 3 +++
 tools/golang/xenlight/types.gen.go   | 2 ++
 2 files changed, 5 insertions(+)

diff --git a/tools/golang/xenlight/helpers.gen.go b/tools/golang/xenlight/helpers.gen.go
index c8605994e7..e0681ee14e 100644
--- a/tools/golang/xenlight/helpers.gen.go
+++ b/tools/golang/xenlight/helpers.gen.go
@@ -2025,6 +2025,7 @@ x.PowerMgmt = bool(xc.power_mgmt)
 x.Permissive = bool(xc.permissive)
 x.Seize = bool(xc.seize)
 x.RdmPolicy = RdmReservePolicy(xc.rdm_policy)
+x.Name = C.GoString(xc.name)
 
  return nil}
 
@@ -2044,6 +2045,8 @@ xc.power_mgmt = C.bool(x.PowerMgmt)
 xc.permissive = C.bool(x.Permissive)
 xc.seize = C.bool(x.Seize)
 xc.rdm_policy = C.libxl_rdm_reserve_policy(x.RdmPolicy)
+if x.Name != "" {
+xc.name = C.CString(x.Name)}
 
  return nil
  }
diff --git a/tools/golang/xenlight/types.gen.go b/tools/golang/xenlight/types.gen.go
index b4c5df0f2c..ac78dea1af 100644
--- a/tools/golang/xenlight/types.gen.go
+++ b/tools/golang/xenlight/types.gen.go
@@ -210,6 +210,7 @@ ViridianEnlightenmentCrashCtl ViridianEnlightenment = 6
 ViridianEnlightenmentSynic ViridianEnlightenment = 7
 ViridianEnlightenmentStimer ViridianEnlightenment = 8
 ViridianEnlightenmentHcallIpi ViridianEnlightenment = 9
+ViridianEnlightenmentExProcessorMasks ViridianEnlightenment = 10
 )
 
 type Hdtype int
@@ -719,6 +720,7 @@ PowerMgmt bool
 Permissive bool
 Seize bool
 RdmPolicy RdmReservePolicy
+Name string
 }
 
 type DeviceRdm struct {
-- 
2.11.0



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

* Re: [PATCH] golang/xenlight: Refresh generated helpers are recent libxl changes
  2021-01-22 13:18 [PATCH] golang/xenlight: Refresh generated helpers are recent libxl changes Andrew Cooper
@ 2021-01-22 14:21 ` Ian Jackson
  2021-01-22 14:31 ` Nick Rosbrook
  1 sibling, 0 replies; 3+ messages in thread
From: Ian Jackson @ 2021-01-22 14:21 UTC (permalink / raw)
  To: Andrew Cooper; +Cc: Xen-devel, Wei Liu, Nick Rosbrook, George Dunlap

Andrew Cooper writes ("[PATCH] golang/xenlight: Refresh generated helpers are recent libxl changes"):
> Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>

Can you please resend with something along these lines in the commit
message:

  Results of running
     <rune>

  No manual changes.

In which case, assuming that's true,

Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>

Thanks,
Ian.


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

* Re: [PATCH] golang/xenlight: Refresh generated helpers are recent libxl changes
  2021-01-22 13:18 [PATCH] golang/xenlight: Refresh generated helpers are recent libxl changes Andrew Cooper
  2021-01-22 14:21 ` Ian Jackson
@ 2021-01-22 14:31 ` Nick Rosbrook
  1 sibling, 0 replies; 3+ messages in thread
From: Nick Rosbrook @ 2021-01-22 14:31 UTC (permalink / raw)
  To: Andrew Cooper
  Cc: Xen-devel, Ian Jackson, Wei Liu, Nick Rosbrook, George Dunlap

On Fri, Jan 22, 2021 at 01:18:01PM +0000, Andrew Cooper wrote:
> Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>

I think you mean "after recent" rather than "are recent" in your commit
message. But otherwise,

Acked-by: Nick Rosbrook <rosbrookn@ainfosec.com>

Thanks,
NR


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

end of thread, other threads:[~2021-01-22 14:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-22 13:18 [PATCH] golang/xenlight: Refresh generated helpers are recent libxl changes Andrew Cooper
2021-01-22 14:21 ` Ian Jackson
2021-01-22 14:31 ` Nick Rosbrook

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.