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

2016-04-06 Thread Wei Liu
On Wed, Apr 06, 2016 at 02:20:04PM +0100, Wei Liu wrote: > On Mon, Apr 04, 2016 at 12:07:25PM -0400, Boris Ostrovsky wrote: > > On 04/01/2016 03:54 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-con

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

2016-04-06 Thread Wei Liu
On Mon, Apr 04, 2016 at 12:07:25PM -0400, Boris Ostrovsky wrote: > On 04/01/2016 03:54 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

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

2016-04-04 Thread Boris Ostrovsky
On 04/01/2016 03:54 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/ioreq.h header fil

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

2016-04-01 Thread Paul Durrant
> -Original Message- > From: Jan Beulich [mailto:jbeul...@suse.com] > Sent: 01 April 2016 15:35 > To: Paul Durrant > Cc: Andrew Cooper; Jun Nakajima; xen-de...@lists.xenproject.org; Keir > (Xen.org) > Subject: Re: [PATCH v2] x86/hvm: separate ioreq server code from generic > hvm code > > >

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

2016-04-01 Thread Jan Beulich
>>> On 01.04.16 at 09:54, 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/ioreq.h header file.

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

2016-04-01 Thread Wei Liu
On Fri, Apr 01, 2016 at 07:50:06AM -0600, Jan Beulich wrote: > >>> On 01.04.16 at 09:54, 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/io

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

2016-04-01 Thread Jan Beulich
>>> On 01.04.16 at 09:54, 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/ioreq.h header file.

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

2016-04-01 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