Re: [Xen-devel] [PATCH v4 12/31] x86/mm: split out readonly MMIO emulation code

2017-08-30 Thread Wei Liu
On Thu, Aug 24, 2017 at 04:25:23PM +0100, Andrew Cooper wrote: > On 24/08/17 16:16, Jan Beulich wrote: > On 17.08.17 at 16:44, wrote: > >> Move the code to pv/emul-mmio-op.c. Fix coding style issues while > >> moving. > >> > >> Note that mmio_ro_emulated_write is needed

Re: [Xen-devel] [PATCH v4 12/31] x86/mm: split out readonly MMIO emulation code

2017-08-24 Thread Andrew Cooper
On 24/08/17 16:16, Jan Beulich wrote: On 17.08.17 at 16:44, wrote: >> Move the code to pv/emul-mmio-op.c. Fix coding style issues while >> moving. >> >> Note that mmio_ro_emulated_write is needed by both PV and HVM, so it >> is left in x86/mm.c. >> >> Signed-off-by: Wei

Re: [Xen-devel] [PATCH v4 12/31] x86/mm: split out readonly MMIO emulation code

2017-08-24 Thread Jan Beulich
>>> On 17.08.17 at 16:44, wrote: > Move the code to pv/emul-mmio-op.c. Fix coding style issues while > moving. > > Note that mmio_ro_emulated_write is needed by both PV and HVM, so it > is left in x86/mm.c. > > Signed-off-by: Wei Liu > --- >

[Xen-devel] [PATCH v4 12/31] x86/mm: split out readonly MMIO emulation code

2017-08-17 Thread Wei Liu
Move the code to pv/emul-mmio-op.c. Fix coding style issues while moving. Note that mmio_ro_emulated_write is needed by both PV and HVM, so it is left in x86/mm.c. Signed-off-by: Wei Liu --- xen/arch/x86/mm.c | 129