Re: [Xen-devel] [PATCH 13/34] x86/pt: split out HVM functions from vtd.c

2018-08-21 Thread Wei Liu
On Mon, Aug 20, 2018 at 06:05:13AM -0600, Jan Beulich wrote: > >>> On 17.08.18 at 17:12, wrote: > > --- /dev/null > > +++ b/xen/drivers/passthrough/vtd/x86/hvm.c > > @@ -0,0 +1,77 @@ > > +/* > > + * Copyright (c) 2008, Intel Corporation. > > + * > > + * This program is free software; you can redis

Re: [Xen-devel] [PATCH 13/34] x86/pt: split out HVM functions from vtd.c

2018-08-20 Thread Jan Beulich
>>> On 17.08.18 at 17:12, wrote: > --- /dev/null > +++ b/xen/drivers/passthrough/vtd/x86/hvm.c > @@ -0,0 +1,77 @@ > +/* > + * Copyright (c) 2008, Intel Corporation. > + * > + * This program is free software; you can redistribute it and/or modify it > + * under the terms and conditions of the GNU G

[Xen-devel] [PATCH 13/34] x86/pt: split out HVM functions from vtd.c

2018-08-17 Thread Wei Liu
Functions are moved to hvm.c. Reorder makefile items while at it. Signed-off-by: Wei Liu --- xen/drivers/passthrough/vtd/x86/Makefile | 3 +- xen/drivers/passthrough/vtd/x86/hvm.c| 77 +- xen/drivers/passthrough/vtd/x86/vtd.c| 45 +--- 3 files changed