Re: [Xen-devel] [PATCH] x86/hvm: separate ioreq server code from generic hvm code

2016-04-01 Thread Paul Durrant
> -Original Message- > From: dunl...@gmail.com [mailto:dunl...@gmail.com] On Behalf Of > George Dunlap > Sent: 31 March 2016 17:53 > To: Paul Durrant > Cc: xen-devel; Kevin Tian; Keir (Xen.org); Jan Beulich; Andrew Cooper; Jun > Nakajima > Subject: Re: [Xen-devel] [

Re: [Xen-devel] [PATCH] x86/hvm: separate ioreq server code from generic hvm code

2016-03-31 Thread Tian, Kevin
> From: Paul Durrant [mailto:paul.durr...@citrix.com] > Sent: Thursday, March 31, 2016 6:21 PM > > The code in hvm/hvm.c related to handling I/O emulation using the ioreq > server framework is large and mostly self-contained. > > This patch separates the ioreq server code into a new hvm/ioreq.c s

Re: [Xen-devel] [PATCH] x86/hvm: separate ioreq server code from generic hvm code

2016-03-31 Thread George Dunlap
On Thu, Mar 31, 2016 at 11:20 AM, Paul Durrant wrote: > The code in hvm/hvm.c related to handling I/O emulation using the ioreq > server framework is large and mostly self-contained. > > This patch separates the ioreq server code into a new hvm/ioreq.c source > module and accompanying asm-x86/hvm/

[Xen-devel] [PATCH] x86/hvm: separate ioreq server code from generic hvm code

2016-03-31 Thread Paul Durrant
The code in hvm/hvm.c related to handling I/O emulation using the ioreq server framework is large and mostly self-contained. This patch separates the ioreq server code into a new hvm/ioreq.c source module and accompanying asm-x86/hvm/ioreq.h header file. There is no intended functional change, onl