Re: [Xen-devel] [PATCH v4 07/28] x86/hvm: Introduce a emulated VTD for HVM

2018-02-12 Thread Roger Pau Monné
On Sat, Feb 10, 2018 at 01:12:28AM +0800, Chao Gao wrote: > On Fri, Feb 09, 2018 at 04:27:54PM +, Roger Pau Monné wrote: > >On Fri, Nov 17, 2017 at 02:22:14PM +0800, Chao Gao wrote: > >> +if ( !vvtd ) > >> +return ENOMEM; > >> + > >> +vvtd_reset(vvtd); > >> +vvtd->base_addr

Re: [Xen-devel] [PATCH v4 07/28] x86/hvm: Introduce a emulated VTD for HVM

2018-02-09 Thread Chao Gao
On Fri, Feb 09, 2018 at 04:27:54PM +, Roger Pau Monné wrote: >On Fri, Nov 17, 2017 at 02:22:14PM +0800, Chao Gao wrote: >> This patch adds create/destroy function for the emulated VTD >> and adapts it to the common VIOMMU abstraction. >> >> As the Makefile is changed here, put all files in alp

Re: [Xen-devel] [PATCH v4 07/28] x86/hvm: Introduce a emulated VTD for HVM

2018-02-09 Thread Roger Pau Monné
On Fri, Nov 17, 2017 at 02:22:14PM +0800, Chao Gao wrote: > This patch adds create/destroy function for the emulated VTD > and adapts it to the common VIOMMU abstraction. > > As the Makefile is changed here, put all files in alphabetic order > by this chance. > > Signed-off-by: Chao Gao > Signed