xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] libxl: small indentation fix in libxl_types.idl
@ 2016-02-19 15:22 Fabio Fantoni
  2016-02-24 11:51 ` Wei Liu
  0 siblings, 1 reply; 4+ messages in thread
From: Fabio Fantoni @ 2016-02-19 15:22 UTC (permalink / raw)
  To: xen-devel; +Cc: wei.liu2, Fabio Fantoni, Ian.Jackson, Ian.Campbell

Signed-off-by: Fabio Fantoni <fabio.fantoni@m2r.biz>
---
 tools/libxl/libxl_types.idl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/libxl/libxl_types.idl b/tools/libxl/libxl_types.idl
index 9ad7eba..8eb24e1 100644
--- a/tools/libxl/libxl_types.idl
+++ b/tools/libxl/libxl_types.idl
@@ -457,7 +457,7 @@ libxl_domain_build_info = Struct("domain_build_info",[
     ("ioports",          Array(libxl_ioport_range, "num_ioports")),
     ("irqs",             Array(uint32, "num_irqs")),
     ("iomem",            Array(libxl_iomem_range, "num_iomem")),
-    ("claim_mode",	     libxl_defbool),
+    ("claim_mode",       libxl_defbool),
     ("event_channels",   uint32),
     ("kernel",           string),
     ("cmdline",          string),
-- 
1.9.1

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

* Re: [PATCH] libxl: small indentation fix in libxl_types.idl
  2016-02-19 15:22 [PATCH] libxl: small indentation fix in libxl_types.idl Fabio Fantoni
@ 2016-02-24 11:51 ` Wei Liu
  2016-03-30 10:24   ` Fabio Fantoni
  0 siblings, 1 reply; 4+ messages in thread
From: Wei Liu @ 2016-02-24 11:51 UTC (permalink / raw)
  To: Fabio Fantoni; +Cc: wei.liu2, xen-devel, Ian.Jackson, Ian.Campbell

On Fri, Feb 19, 2016 at 04:22:28PM +0100, Fabio Fantoni wrote:
> Signed-off-by: Fabio Fantoni <fabio.fantoni@m2r.biz>

Acked-by: Wei Liu <wei.liu2@citrix.com>

> ---
>  tools/libxl/libxl_types.idl | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tools/libxl/libxl_types.idl b/tools/libxl/libxl_types.idl
> index 9ad7eba..8eb24e1 100644
> --- a/tools/libxl/libxl_types.idl
> +++ b/tools/libxl/libxl_types.idl
> @@ -457,7 +457,7 @@ libxl_domain_build_info = Struct("domain_build_info",[
>      ("ioports",          Array(libxl_ioport_range, "num_ioports")),
>      ("irqs",             Array(uint32, "num_irqs")),
>      ("iomem",            Array(libxl_iomem_range, "num_iomem")),
> -    ("claim_mode",	     libxl_defbool),
> +    ("claim_mode",       libxl_defbool),
>      ("event_channels",   uint32),
>      ("kernel",           string),
>      ("cmdline",          string),
> -- 
> 1.9.1
> 

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

* Re: [PATCH] libxl: small indentation fix in libxl_types.idl
  2016-02-24 11:51 ` Wei Liu
@ 2016-03-30 10:24   ` Fabio Fantoni
  2016-04-22 14:32     ` Ian Jackson
  0 siblings, 1 reply; 4+ messages in thread
From: Fabio Fantoni @ 2016-03-30 10:24 UTC (permalink / raw)
  To: Wei Liu; +Cc: xen-devel, Ian.Jackson, Ian.Campbell

Il 24/02/2016 12:51, Wei Liu ha scritto:
> On Fri, Feb 19, 2016 at 04:22:28PM +0100, Fabio Fantoni wrote:
>> Signed-off-by: Fabio Fantoni <fabio.fantoni@m2r.biz>
> Acked-by: Wei Liu <wei.liu2@citrix.com>

ping

>
>> ---
>>   tools/libxl/libxl_types.idl | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/tools/libxl/libxl_types.idl b/tools/libxl/libxl_types.idl
>> index 9ad7eba..8eb24e1 100644
>> --- a/tools/libxl/libxl_types.idl
>> +++ b/tools/libxl/libxl_types.idl
>> @@ -457,7 +457,7 @@ libxl_domain_build_info = Struct("domain_build_info",[
>>       ("ioports",          Array(libxl_ioport_range, "num_ioports")),
>>       ("irqs",             Array(uint32, "num_irqs")),
>>       ("iomem",            Array(libxl_iomem_range, "num_iomem")),
>> -    ("claim_mode",	     libxl_defbool),
>> +    ("claim_mode",       libxl_defbool),
>>       ("event_channels",   uint32),
>>       ("kernel",           string),
>>       ("cmdline",          string),
>> -- 
>> 1.9.1
>>


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

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

* Re: [PATCH] libxl: small indentation fix in libxl_types.idl
  2016-03-30 10:24   ` Fabio Fantoni
@ 2016-04-22 14:32     ` Ian Jackson
  0 siblings, 0 replies; 4+ messages in thread
From: Ian Jackson @ 2016-04-22 14:32 UTC (permalink / raw)
  To: Fabio Fantoni; +Cc: xen-devel, Wei Liu, Ian.Campbell

Fabio Fantoni writes ("Re: [PATCH] libxl: small indentation fix in libxl_types.idl"):
> Il 24/02/2016 12:51, Wei Liu ha scritto:
> > On Fri, Feb 19, 2016 at 04:22:28PM +0100, Fabio Fantoni wrote:
> >> Signed-off-by: Fabio Fantoni <fabio.fantoni@m2r.biz>
> > Acked-by: Wei Liu <wei.liu2@citrix.com>
> 
> ping

We seem to have dropped this.  I have committed it to a private
"for-4.8" branch which I intend to rebase/merge after 4.8 opens.

If the patch no longer applies to 4.8 I will get back yo you.

Thanks,
Ian.

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

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

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

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-19 15:22 [PATCH] libxl: small indentation fix in libxl_types.idl Fabio Fantoni
2016-02-24 11:51 ` Wei Liu
2016-03-30 10:24   ` Fabio Fantoni
2016-04-22 14:32     ` Ian Jackson

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).