xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] tools/libxendevicemodel: Add headers.chk to .gitignore
@ 2017-02-23 12:10 Ian Jackson
  2017-02-23 12:11 ` Paul Durrant
  0 siblings, 1 reply; 4+ messages in thread
From: Ian Jackson @ 2017-02-23 12:10 UTC (permalink / raw)
  To: xen-devel; +Cc: Paul Durrant, Ian Jackson

CC: Paul Durrant <paul.durrant@citrix.com>
Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index c8d56d1..7182fe8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -99,6 +99,7 @@ tools/libs/evtchn/headers.chk
 tools/libs/gnttab/headers.chk
 tools/libs/call/headers.chk
 tools/libs/foreignmemory/headers.chk
+tools/libs/devicemodel/headers.chk
 tools/blktap2/daemon/blktapctrl
 tools/blktap2/drivers/img2qcow
 tools/blktap2/drivers/lock-util
-- 
2.1.4


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

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

* Re: [PATCH] tools/libxendevicemodel: Add headers.chk to .gitignore
  2017-02-23 12:10 [PATCH] tools/libxendevicemodel: Add headers.chk to .gitignore Ian Jackson
@ 2017-02-23 12:11 ` Paul Durrant
  2017-02-23 12:25   ` Ian Jackson
  0 siblings, 1 reply; 4+ messages in thread
From: Paul Durrant @ 2017-02-23 12:11 UTC (permalink / raw)
  To: xen-devel@lists.xensource.com; +Cc: Ian Jackson

> -----Original Message-----
> From: Ian Jackson [mailto:ian.jackson@eu.citrix.com]
> Sent: 23 February 2017 12:10
> To: xen-devel@lists.xensource.com
> Cc: Ian Jackson <Ian.Jackson@citrix.com>; Paul Durrant
> <Paul.Durrant@citrix.com>; Ian Jackson <Ian.Jackson@citrix.com>
> Subject: [PATCH] tools/libxendevicemodel: Add headers.chk to .gitignore
> 
> CC: Paul Durrant <paul.durrant@citrix.com>
> Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>

Oops, yes, I missed that.

Reviewed-by: Paul Durrant <paul.durrant@citrix.com>

> ---
>  .gitignore | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/.gitignore b/.gitignore
> index c8d56d1..7182fe8 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -99,6 +99,7 @@ tools/libs/evtchn/headers.chk
>  tools/libs/gnttab/headers.chk
>  tools/libs/call/headers.chk
>  tools/libs/foreignmemory/headers.chk
> +tools/libs/devicemodel/headers.chk
>  tools/blktap2/daemon/blktapctrl
>  tools/blktap2/drivers/img2qcow
>  tools/blktap2/drivers/lock-util
> --
> 2.1.4


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

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

* Re: [PATCH] tools/libxendevicemodel: Add headers.chk to .gitignore
  2017-02-23 12:11 ` Paul Durrant
@ 2017-02-23 12:25   ` Ian Jackson
  2017-02-23 12:28     ` Paul Durrant
  0 siblings, 1 reply; 4+ messages in thread
From: Ian Jackson @ 2017-02-23 12:25 UTC (permalink / raw)
  To: Paul Durrant; +Cc: xen-devel@lists.xensource.com

Paul Durrant writes ("RE: [PATCH] tools/libxendevicemodel: Add headers.chk to .gitignore"):
> Oops, yes, I missed that.
> 
> Reviewed-by: Paul Durrant <paul.durrant@citrix.com>

Thanks.

I have put it all together and pushed the qemu-trad and xen.git parts
to the appropriate places.  Please let me know if I have messed up.

Ian.

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

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

* Re: [PATCH] tools/libxendevicemodel: Add headers.chk to .gitignore
  2017-02-23 12:25   ` Ian Jackson
@ 2017-02-23 12:28     ` Paul Durrant
  0 siblings, 0 replies; 4+ messages in thread
From: Paul Durrant @ 2017-02-23 12:28 UTC (permalink / raw)
  To: Ian Jackson; +Cc: xen-devel@lists.xensource.com

> -----Original Message-----
> From: Ian Jackson [mailto:ian.jackson@eu.citrix.com]
> Sent: 23 February 2017 12:25
> To: Paul Durrant <Paul.Durrant@citrix.com>
> Cc: xen-devel@lists.xensource.com
> Subject: RE: [PATCH] tools/libxendevicemodel: Add headers.chk to .gitignore
> 
> Paul Durrant writes ("RE: [PATCH] tools/libxendevicemodel: Add headers.chk
> to .gitignore"):
> > Oops, yes, I missed that.
> >
> > Reviewed-by: Paul Durrant <paul.durrant@citrix.com>
> 
> Thanks.
> 
> I have put it all together and pushed the qemu-trad and xen.git parts
> to the appropriate places.  Please let me know if I have messed up.
> 

OK, I will pull staging and test it immediately.

Thanks :-)

  Paul

> Ian.

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

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

end of thread, other threads:[~2017-02-23 12:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-23 12:10 [PATCH] tools/libxendevicemodel: Add headers.chk to .gitignore Ian Jackson
2017-02-23 12:11 ` Paul Durrant
2017-02-23 12:25   ` Ian Jackson
2017-02-23 12:28     ` Paul Durrant

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).