Re: [Xen-devel] [PATCH v4 1/4] x86/pt: remove hvm_domid field from bind struct

2017-06-01 Thread Roger Pau Monne
On Thu, Jun 01, 2017 at 07:17:16AM -0600, Jan Beulich wrote: > >>> On 01.06.17 at 13:49, wrote: > > --- a/xen/include/public/domctl.h > > +++ b/xen/include/public/domctl.h > > @@ -559,7 +559,6 @@ typedef enum pt_irq_type_e { > > struct xen_domctl_bind_pt_irq { > > uint32_t machine_irq; > >

Re: [Xen-devel] [PATCH v4 1/4] x86/pt: remove hvm_domid field from bind struct

2017-06-01 Thread Jan Beulich
>>> On 01.06.17 at 13:49, wrote: > --- a/xen/include/public/domctl.h > +++ b/xen/include/public/domctl.h > @@ -559,7 +559,6 @@ typedef enum pt_irq_type_e { > struct xen_domctl_bind_pt_irq { > uint32_t machine_irq; > pt_irq_type_t irq_type; > -uint32_t hvm_domid; > > union { >

Re: [Xen-devel] [PATCH v4 1/4] x86/pt: remove hvm_domid field from bind struct

2017-06-01 Thread Wei Liu
On Thu, Jun 01, 2017 at 12:49:11PM +0100, Roger Pau Monne wrote: > This filed is unused and serves no purpose. > > Signed-off-by: Roger Pau Monné > Reported by: Jan Beulich Missing dash. Acked-by: Wei Liu ___ Xen-devel mailing list Xen-devel@lists.

[Xen-devel] [PATCH v4 1/4] x86/pt: remove hvm_domid field from bind struct

2017-06-01 Thread Roger Pau Monne
This filed is unused and serves no purpose. Signed-off-by: Roger Pau Monné Reported by: Jan Beulich --- Cc: Ian Jackson Cc: Wei Liu Cc: Jan Beulich --- Changes since v3: - New in this version. --- tools/libxc/xc_domain.c | 4 xen/include/public/domctl.h | 1 - 2 files changed, 5 de