Re: [Xen-devel] [PATCH for-next v3 12/22] x86/traps: move send_guest_trap to pv/traps.c

2017-06-06 Thread Jan Beulich
>>> On 05.06.17 at 19:08, wrote: > On Mon, May 29, 2017 at 09:55:14AM -0600, Jan Beulich wrote: >> >>> On 18.05.17 at 19:09, wrote: >> >> As said on patch 10(?), this shouldn't be moved alone. And whether >> we want to move it in the first place depends

Re: [Xen-devel] [PATCH for-next v3 12/22] x86/traps: move send_guest_trap to pv/traps.c

2017-06-05 Thread Wei Liu
On Mon, May 29, 2017 at 09:55:14AM -0600, Jan Beulich wrote: > >>> On 18.05.17 at 19:09, wrote: > > As said on patch 10(?), this shouldn't be moved alone. And whether > we want to move it in the first place depends on what the PVH > plans here are. > What do you want me to

Re: [Xen-devel] [PATCH for-next v3 12/22] x86/traps: move send_guest_trap to pv/traps.c

2017-05-29 Thread Jan Beulich
>>> On 18.05.17 at 19:09, wrote: As said on patch 10(?), this shouldn't be moved alone. And whether we want to move it in the first place depends on what the PVH plans here are. Jan ___ Xen-devel mailing list

[Xen-devel] [PATCH for-next v3 12/22] x86/traps: move send_guest_trap to pv/traps.c

2017-05-18 Thread Wei Liu
Fixed some coding style issues while moving. No functional change. Signed-off-by: Wei Liu --- xen/arch/x86/pv/traps.c | 50 + xen/arch/x86/traps.c| 47 -- 2 files changed, 50